Commit 3bdf9e42 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Arnd Bergmann

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 61f838c7
......@@ -75,4 +75,9 @@ &serial2 {
&i2c0 {
status = "okay";
eeprom@54 {
compatible = "st,24c64";
reg = <0x54>;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment