diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-12 11:27:00 (GMT) |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-02-14 08:07:46 (GMT) |
commit | a65256d304a28b05426ac361629a44b6f8c3073d (patch) | |
tree | 9bea194040e163c907ca2a9b14ea899682be7c71 /arch/arm/dts | |
parent | 768cade1aa6cf1ab5c06025bf13356536f1a04a5 (diff) | |
download | u-boot-fsl-qoriq-a65256d304a28b05426ac361629a44b6f8c3073d.tar.xz |
ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board
This board has an EEPROM connected to the I2C channel 0 of the SoC.
Its slave address is 0x54.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/uniphier-proxstream2-gentil.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-proxstream2-gentil.dts b/arch/arm/dts/uniphier-proxstream2-gentil.dts index c6c133a..fb79555 100644 --- a/arch/arm/dts/uniphier-proxstream2-gentil.dts +++ b/arch/arm/dts/uniphier-proxstream2-gentil.dts @@ -39,6 +39,12 @@ &i2c0 { status = "okay"; + + eeprom { + compatible = "24c64", "i2c-eeprom"; + reg = <0x54>; + u-boot,i2c-offset-len = <2>; + }; }; &usb0 { |