ARM: dts: am437x: cm-t43: add support for baseboard eeprom
authorNikita Kiryanov <nikita@compulab.co.il>
Tue, 1 Dec 2015 13:55:06 +0000 (15:55 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 3 Dec 2015 16:13:00 +0000 (08:13 -0800)
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>
arch/arm/boot/dts/am437x-sbc-t43.dts

index c7a1414dca2cd00925384b04e039360d7ff28071..46b28318d91ad0fcabd73757a54c45f18fc1b5f2 100644 (file)
                gpio-controller;
                #gpio-cells = <2>;
        };
+
+       eeprom_base: at24@50 {
+               compatible = "atmel,24c02";
+               reg = <0x50>;
+               pagesize = <16>;
+       };
 };
 
 &i2c2 {
This page took 0.027577 seconds and 5 git commands to generate.