ARM: dts: LogicPD Torpedo: Add AT24 EEPROM Support

The Wireless version of the SOM uses an AT24 EEPROM to store product ID.
The EEPROM is readonly.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Adam Ford 2016-01-09 11:01:11 -06:00 committed by Tony Lindgren
parent 05c4ffc3a2
commit 5e3447a29a
1 changed files with 5 additions and 0 deletions

View File

@ -118,6 +118,11 @@ &i2c2 {
&i2c3 {
clock-frequency = <400000>;
at24@50 {
compatible = "at24,24c02";
readonly;
reg = <0x50>;
};
};
/*