The Anacapa board features Atmel
24C2048 EEPROMs on i2c0 and i2c1, which
are used to store retimer configurations. Add the corresponding device
tree nodes to support these components.
Signed-off-by: Dirk Chen <dirkchen@amd.com>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
&i2c0 {
status = "okay";
+ eeprom@50 {
+ compatible = "atmel,24c2048";
+ reg = <0x50>;
+ pagesize = <128>;
+ };
+
i2c-mux@70 {
compatible = "nxp,pca9546";
reg = <0x70>;
&i2c1 {
status = "okay";
+ eeprom@50 {
+ compatible = "atmel,24c2048";
+ reg = <0x50>;
+ pagesize = <128>;
+ };
+
i2c-mux@70 {
compatible = "nxp,pca9546";
reg = <0x70>;