forked from Minki/linux
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:
parent
61f838c7fa
commit
3bdf9e4271
@ -75,4 +75,9 @@
|
||||
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
|
||||
eeprom@54 {
|
||||
compatible = "st,24c64";
|
||||
reg = <0x54>;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user