diff options
author | Nikita Kiryanov <nikita@compulab.co.il> | 2015-12-01 14:55:06 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-03 17:13:00 +0100 |
commit | 07634f12f74bf1c70887b8575970275b1044c9cb (patch) | |
tree | eb44e5eed632e6ddc1deba88941e89561ba854e1 /arch/arm/boot/dts/am437x-sbc-t43.dts | |
parent | ARM: dts: am437x: cm-t43: add pca9555 support (diff) | |
download | linux-07634f12f74bf1c70887b8575970275b1044c9cb.tar.xz linux-07634f12f74bf1c70887b8575970275b1044c9cb.zip |
ARM: dts: am437x: cm-t43: add support for baseboard eeprom
SB-SOM baseboard comes with an on-board EEPROM. On SBC-T43 this EEPROM
resides on the i2c1 bus. Add it to the device tree.
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Benoit Cousson <bcousson@baylibre.com>
Cc: Rob Herring <robh@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am437x-sbc-t43.dts')
-rw-r--r-- | arch/arm/boot/dts/am437x-sbc-t43.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am437x-sbc-t43.dts b/arch/arm/boot/dts/am437x-sbc-t43.dts index c7a1414dca2c..46b28318d91a 100644 --- a/arch/arm/boot/dts/am437x-sbc-t43.dts +++ b/arch/arm/boot/dts/am437x-sbc-t43.dts @@ -61,6 +61,12 @@ gpio-controller; #gpio-cells = <2>; }; + + eeprom_base: at24@50 { + compatible = "atmel,24c02"; + reg = <0x50>; + pagesize = <16>; + }; }; &i2c2 { |