diff options
author | Enric Balletbo i Serra <eballetbo@iseebcn.com> | 2013-11-26 15:03:38 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-11-26 15:03:38 -0800 |
commit | d8e5b2bdd3674a65f3f50fb54061516d4b6c999f (patch) | |
tree | 6824ab817e39cb3c6e56f79d0eae48191ecc3f0c /arch/arm/boot | |
parent | f3689fd6dd30974d5b5ccf1daea964440ca5955f (diff) | |
download | talos-obmc-linux-d8e5b2bdd3674a65f3f50fb54061516d4b6c999f.tar.gz talos-obmc-linux-d8e5b2bdd3674a65f3f50fb54061516d4b6c999f.zip |
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')
-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 @@ &lcdc { status = "okay"; }; + +&i2c0 { + eeprom: eeprom@50 { + compatible = "at,24c256"; + reg = <0x50>; + }; +}; |