ARM: dts: AM33XX BASE0033: add 32KBit EEPROM support
authorEnric Balletbo i Serra <eballetbo@iseebcn.com>
Tue, 26 Nov 2013 23:03:38 +0000 (15:03 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 26 Nov 2013 23:03:38 +0000 (15:03 -0800)
The IGEP AQUILA EXPANSION has a 32KBit EEPROM for user data storage.

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-base0033.dts

index ffae148..72a9b3f 100644 (file)
 &lcdc {
        status = "okay";
 };
+
+&i2c0 {
+       eeprom: eeprom@50 {
+               compatible = "at,24c256";
+               reg = <0x50>;
+       };
+};