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 ffae1482d95487c469924ba92e5dac960ac9fe8f..72a9b3fc425111ec9924fb47defeffee169672e2 100644 (file)
 &lcdc {
        status = "okay";
 };
+
+&i2c0 {
+       eeprom: eeprom@50 {
+               compatible = "at,24c256";
+               reg = <0x50>;
+       };
+};
This page took 0.031831 seconds and 5 git commands to generate.