Skip to content

Commit

Permalink
ARM: dts: armada-388-clearfog: add eeprom
Browse files Browse the repository at this point in the history
SolidRun Clearfog Pro rev 2.1 and Clearfog Base rev 1.3 added EEPROM.
Add DT node for EEPROM description in the .dtsi shared by Clearfog Pro
and Base.

Signed-off-by: Baruch Siach <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
  • Loading branch information
baruchsiach authored and gclement committed Jan 8, 2020
1 parent e645d14 commit e4018a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/armada-388-clearfog.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,12 @@
compatible = "microchip,mcp3021";
reg = <0x4c>;
};

eeprom@52 {
compatible = "atmel,24c02";
reg = <0x52>;
pagesize = <16>;
};
};

&i2c1 {
Expand Down

0 comments on commit e4018a4

Please sign in to comment.