Skip to content

Commit

Permalink
ARM: dts: LogicPD Torpedo: Add AT24 EEPROM Support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adam Ford authored and Tony Lindgren committed Feb 12, 2016
1 parent 05c4ffc commit 5e3447a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/logicpd-torpedo-som.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@

&i2c3 {
clock-frequency = <400000>;
at24@50 {
compatible = "at24,24c02";
readonly;
reg = <0x50>;
};
};

/*
Expand Down

0 comments on commit 5e3447a

Please sign in to comment.