Commit e4018a49 authored by Baruch Siach's avatar Baruch Siach Committed by Gregory CLEMENT

ARM: dts: armada-388-clearfog: add eeprom

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: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent e645d14e
...@@ -178,6 +178,12 @@ mikrobus_adc: mcp3021@4c { ...@@ -178,6 +178,12 @@ mikrobus_adc: mcp3021@4c {
compatible = "microchip,mcp3021"; compatible = "microchip,mcp3021";
reg = <0x4c>; reg = <0x4c>;
}; };
eeprom@52 {
compatible = "atmel,24c02";
reg = <0x52>;
pagesize = <16>;
};
}; };
&i2c1 { &i2c1 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment