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 <primoz.fiser@norik.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Primoz Fiser
2025-04-22 12:56:31 +02:00
committed by Shawn Guo
parent 98363ac366
commit 31ff2efe64

View File

@@ -154,6 +154,14 @@ ldo5: LDO5 {
};
};
};
/* EEPROM */
eeprom@50 {
compatible = "atmel,24c32";
reg = <0x50>;
pagesize = <32>;
vcc-supply = <&buck4>;
};
};
/* eMMC */