From: Primoz Fiser Date: Tue, 22 Apr 2025 10:56:31 +0000 (+0200) Subject: arm64: dts: freescale: imx93-phycore-som: Add EEPROM support X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=31ff2efe6484000f103d5df0f32a4cb3a1dee06d;p=users%2Fjedix%2Flinux-maple.git arm64: dts: freescale: imx93-phycore-som: Add EEPROM support Add support for the EEPROM chip available on I2C3 bus (address 0x50), used for the PHYTEC SOM detection. Signed-off-by: Primoz Fiser Reviewed-by: Frank Li Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx93-phycore-som.dtsi b/arch/arm64/boot/dts/freescale/imx93-phycore-som.dtsi index 507a71f9294bf..0528e293c03d8 100644 --- a/arch/arm64/boot/dts/freescale/imx93-phycore-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx93-phycore-som.dtsi @@ -154,6 +154,14 @@ }; }; }; + + /* EEPROM */ + eeprom@50 { + compatible = "atmel,24c32"; + reg = <0x50>; + pagesize = <32>; + vcc-supply = <&buck4>; + }; }; /* eMMC */