diff options
author | Enric Balletbo i Serra <eballetbo@iseebcn.com> | 2013-11-26 18:03:38 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-11-26 18:03:38 -0500 |
commit | d8e5b2bdd3674a65f3f50fb54061516d4b6c999f (patch) | |
tree | 6824ab817e39cb3c6e56f79d0eae48191ecc3f0c /arch/arm/boot/dts/am335x-base0033.dts | |
parent | f3689fd6dd30974d5b5ccf1daea964440ca5955f (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/am335x-base0033.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-base0033.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-base0033.dts b/arch/arm/boot/dts/am335x-base0033.dts index ffae1482d954..72a9b3fc4251 100644 --- a/arch/arm/boot/dts/am335x-base0033.dts +++ b/arch/arm/boot/dts/am335x-base0033.dts | |||
@@ -86,3 +86,10 @@ | |||
86 | &lcdc { | 86 | &lcdc { |
87 | status = "okay"; | 87 | status = "okay"; |
88 | }; | 88 | }; |
89 | |||
90 | &i2c0 { | ||
91 | eeprom: eeprom@50 { | ||
92 | compatible = "at,24c256"; | ||
93 | reg = <0x50>; | ||
94 | }; | ||
95 | }; | ||