ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 26 Feb 2016 07:18:32 +0000 (16:18 +0900)
committerArnd Bergmann <arnd@arndb.de>
Fri, 18 Mar 2016 16:39:12 +0000 (17:39 +0100)
This board has an EEPROM (STMicroelectronics M24C64-WMN6TP) connected
to the I2C channel 0 of the SoC.  Its slave address is 0x54.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/uniphier-proxstream2-gentil.dts

index 9d7ec5c..0da3018 100644 (file)
@@ -75,4 +75,9 @@
 
 &i2c0 {
        status = "okay";
+
+       eeprom@54 {
+               compatible = "st,24c64";
+               reg = <0x54>;
+       };
 };