Skip to content
Snippets Groups Projects
Commit 4c46f0ae authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

[DTS][E83] Change carrier EEPROM I2C address to 0x57

parent c6067b9b
No related branches found
No related tags found
No related merge requests found
......@@ -179,13 +179,6 @@
status = "okay";
};
eeprom: 24c64@53 {
compatible = "atmel,24c64";
reg = <0x53>;
pagesize = <32>;
status = "okay";
};
/*
* Disable the SMARC module's eeprom
* for now, as the current version of the
......@@ -195,6 +188,13 @@
eeprom@50 {
status = "disabled";
};
eeprom: 24c64@57 {
compatible = "atmel,24c64";
reg = <0x57>;
pagesize = <32>;
status = "okay";
};
};
/*
......
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