]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 12 Feb 2016 11:27:00 +0000 (20:27 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 14 Feb 2016 08:07:46 +0000 (17:07 +0900)
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>
arch/arm/dts/uniphier-proxstream2-gentil.dts

index c6c133aa19eae21607083cc2594a7324eb643f07..fb79555ef66863066df48e11b1f9f9c73c6749bd 100644 (file)
 
 &i2c0 {
        status = "okay";
+
+       eeprom {
+               compatible = "24c64", "i2c-eeprom";
+               reg = <0x54>;
+               u-boot,i2c-offset-len = <2>;
+       };
 };
 
 &usb0 {