[U-Boot] [PATCH v2 1/3] ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board
Masahiro Yamada
yamada.masahiro at socionext.com
Fri Feb 12 12:27:00 CET 2016
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 at socionext.com>
---
Changes in v2: None
arch/arm/dts/uniphier-proxstream2-gentil.dts | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/dts/uniphier-proxstream2-gentil.dts b/arch/arm/dts/uniphier-proxstream2-gentil.dts
index c6c133a..fb79555 100644
--- a/arch/arm/dts/uniphier-proxstream2-gentil.dts
+++ b/arch/arm/dts/uniphier-proxstream2-gentil.dts
@@ -39,6 +39,12 @@
&i2c0 {
status = "okay";
+
+ eeprom {
+ compatible = "24c64", "i2c-eeprom";
+ reg = <0x54>;
+ u-boot,i2c-offset-len = <2>;
+ };
};
&usb0 {
--
1.9.1
More information about the U-Boot
mailing list