ARM: dts: am57xx-beagle-x15: Add eeprom information
authorNishanth Menon <nm@ti.com>
Mon, 22 Feb 2016 16:51:07 +0000 (10:51 -0600)
committerTony Lindgren <tony@atomide.com>
Mon, 22 Feb 2016 19:18:40 +0000 (11:18 -0800)
Add EEPROM at 0x50 that describes the board configuration.
This is useful for userspace programs that may need to check board
revision and other similar information.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am57xx-beagle-x15.dts

index 36c0fa6c362ae32000701ffec7e81df73f2a187a..50312f80b9723c2191cae093b525e4acd6ed255f 100644 (file)
                DRVDD-supply = <&vdd_3v3>;
                DVDD-supply = <&aic_dvdd>;
        };
+
+       eeprom: eeprom@50 {
+               compatible = "at,24c32";
+               reg = <0x50>;
+       };
 };
 
 &i2c3 {