Skip to content
Snippets Groups Projects
Commit ae7ba525 authored by Baruch Siach's avatar Baruch Siach Committed by Stefan Roese
Browse files

ARM: mvebu: clearfog: add EEPROM devices


Add device-tree description for the EEPROM devices on Armada 388 SOM rev
2.1.

Another EEPROM is now on Clearfog Pro carrier rev 2.2, and Clearfog Base
rev 1.3.

Reviewed-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
parent 66646fa8
No related branches found
No related tags found
No related merge requests found
...@@ -23,3 +23,15 @@ ...@@ -23,3 +23,15 @@
&ahci1 { &ahci1 {
u-boot,dm-spl; u-boot,dm-spl;
}; };
&i2c0 {
u-boot,dm-spl;
eeprom@52 {
u-boot,dm-spl;
};
eeprom@53 {
u-boot,dm-spl;
};
};
...@@ -259,6 +259,12 @@ ...@@ -259,6 +259,12 @@
compatible = "microchip,mcp3021"; compatible = "microchip,mcp3021";
reg = <0x4c>; reg = <0x4c>;
}; };
eeprom@52 {
compatible = "atmel,24c02";
reg = <0x52>;
pagesize = <16>;
};
}; };
&i2c1 { &i2c1 {
......
...@@ -99,3 +99,11 @@ ...@@ -99,3 +99,11 @@
status = "okay"; status = "okay";
u-boot,dm-pre-reloc; u-boot,dm-pre-reloc;
}; };
&i2c0 {
eeprom@53 {
compatible = "atmel,24c02";
reg = <0x53>;
pagesize = <16>;
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment