mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
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>
This commit is contained in:
parent
768cade1aa
commit
a65256d304
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,12 @@
|
|||
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
|
||||
eeprom {
|
||||
compatible = "24c64", "i2c-eeprom";
|
||||
reg = <0x54>;
|
||||
u-boot,i2c-offset-len = <2>;
|
||||
};
|
||||
};
|
||||
|
||||
&usb0 {
|
||||
|
|
Loading…
Reference in a new issue