Browse Source

ARM: dts: AM33XX BASE0033: add 32KBit EEPROM support

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>
Enric Balletbo i Serra 11 years ago
parent
commit
d8e5b2bdd3
1 changed files with 7 additions and 0 deletions
  1. 7 0
      arch/arm/boot/dts/am335x-base0033.dts

+ 7 - 0
arch/arm/boot/dts/am335x-base0033.dts

@@ -86,3 +86,10 @@
 &lcdc {
 	status = "okay";
 };
+
+&i2c0 {
+	eeprom: eeprom@50 {
+		compatible = "at,24c256";
+		reg = <0x50>;
+	};
+};