]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: anacapa: Add retimer EEPROMs
authorDirk Chen <dirkchen@amd.com>
Thu, 19 Feb 2026 15:44:47 +0000 (23:44 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Mon, 23 Feb 2026 01:32:22 +0000 (12:02 +1030)
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>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-anacapa.dts

index 7349d25434e67dde0b03e2646c896138eed4a38f..2cb7bd128d24e73d512d8d6a7b6a35c28c891767 100644 (file)
 &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>;