]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: freescale: imx93-phycore-som: Add EEPROM support
authorPrimoz Fiser <primoz.fiser@norik.com>
Tue, 22 Apr 2025 10:56:31 +0000 (12:56 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 9 May 2025 10:10:05 +0000 (18:10 +0800)
Add support for the EEPROM chip available on I2C3 bus (address 0x50),
used for the PHYTEC SOM detection.

Signed-off-by: Primoz Fiser <primoz.fiser@norik.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx93-phycore-som.dtsi

index 507a71f9294bf5e3709b782e85f202a34e5a81e6..0528e293c03d89f949263c7bb1231cf46b9d67c7 100644 (file)
                        };
                };
        };
+
+       /* EEPROM */
+       eeprom@50 {
+               compatible = "atmel,24c32";
+               reg = <0x50>;
+               pagesize = <32>;
+               vcc-supply = <&buck4>;
+       };
 };
 
 /* eMMC */