Skip to content

Commit

Permalink
ARM: dts: AM33XX BASE0033: add 32KBit EEPROM support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Enric Balletbo i Serra authored and Tony Lindgren committed Nov 26, 2013
1 parent f3689fd commit d8e5b2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/am335x-base0033.dts
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,10 @@
&lcdc {
status = "okay";
};

&i2c0 {
eeprom: eeprom@50 {
compatible = "at,24c256";
reg = <0x50>;
};
};

0 comments on commit d8e5b2b

Please sign in to comment.