ARM: dts: aspeed: anacapa: Add retimer EEPROMs

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>
master
Dirk Chen 2026-02-19 23:44:47 +08:00 committed by Andrew Jeffery
parent c5902c0674
commit 76b4ec8efd
1 changed files with 12 additions and 0 deletions

View File

@ -300,6 +300,12 @@
&i2c0 {
status = "okay";
eeprom@50 {
compatible = "atmel,24c2048";
reg = <0x50>;
pagesize = <128>;
};
i2c-mux@70 {
compatible = "nxp,pca9546";
reg = <0x70>;
@ -334,6 +340,12 @@
&i2c1 {
status = "okay";
eeprom@50 {
compatible = "atmel,24c2048";
reg = <0x50>;
pagesize = <128>;
};
i2c-mux@70 {
compatible = "nxp,pca9546";
reg = <0x70>;