ARM: dts: am57xx-beagle-x15: Add eeprom information
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>
This commit is contained in:
parent
89077c7145
commit
b9d3ec1d98
|
@ -591,6 +591,11 @@
|
||||||
DRVDD-supply = <&vdd_3v3>;
|
DRVDD-supply = <&vdd_3v3>;
|
||||||
DVDD-supply = <&aic_dvdd>;
|
DVDD-supply = <&aic_dvdd>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
eeprom: eeprom@50 {
|
||||||
|
compatible = "at,24c32";
|
||||||
|
reg = <0x50>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c3 {
|
&i2c3 {
|
||||||
|
|
Loading…
Reference in New Issue