Skip to content

Commit 5e3447a

Browse files
aford173tmlind
authored andcommitted
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 <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 05c4ffc commit 5e3447a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/logicpd-torpedo-som.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@
118118

119119
&i2c3 {
120120
clock-frequency = <400000>;
121+
at24@50 {
122+
compatible = "at24,24c02";
123+
readonly;
124+
reg = <0x50>;
125+
};
121126
};
122127

123128
/*

0 commit comments

Comments
 (0)