Skip to content

Commit

Permalink
ARM: dts: am57xx-beagle-x15: Add eeprom information
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
  • Loading branch information
nmenon authored and tmlind committed Feb 22, 2016
1 parent 89077c7 commit b9d3ec1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/am57xx-beagle-x15.dts
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,11 @@
DRVDD-supply = <&vdd_3v3>;
DVDD-supply = <&aic_dvdd>;
};

eeprom: eeprom@50 {
compatible = "at,24c32";
reg = <0x50>;
};
};

&i2c3 {
Expand Down

0 comments on commit b9d3ec1

Please sign in to comment.