ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board

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>
This commit is contained in:
Masahiro Yamada 2016-02-26 16:18:32 +09:00 committed by Arnd Bergmann
parent 61f838c7fa
commit 3bdf9e4271

View File

@ -75,4 +75,9 @@
&i2c0 {
status = "okay";
eeprom@54 {
compatible = "st,24c64";
reg = <0x54>;
};
};