ARM: dts: omap3-tobi: Add AT24C01 EEPROM
authorFlorian Vaussard <florian.vaussard@epfl.ch>
Fri, 7 Mar 2014 19:22:18 +0000 (20:22 +0100)
committerTony Lindgren <tony@atomide.com>
Wed, 12 Mar 2014 17:18:16 +0000 (10:18 -0700)
Add the AT24C01 EEPROM node populated on most Gumstix expansion board.

Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-overo-tobi-common.dtsi

index e7f2ac76c22679d157e44f039f335f3b386b6371..0312d2240db3d8c4996c91cb5664bcf472613fb4 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&i2c3_pins>;
        clock-frequency = <100000>;
+
+       /* optional 1K EEPROM with revision information */
+       eeprom@51 {
+               compatible = "atmel,24c01";
+               reg = <0x51>;
+               pagesize = <8>;
+       };
 };
 
 &mmc3 {
This page took 0.027542 seconds and 5 git commands to generate.