diff options
author | Primoz Fiser <primoz.fiser@norik.com> | 2025-04-22 12:56:31 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2025-05-09 18:10:05 +0800 |
commit | 31ff2efe6484000f103d5df0f32a4cb3a1dee06d (patch) | |
tree | 43a25a20bf939cb6ece536cf257fe3e7f74a900e | |
parent | 98363ac3664001ed3990478ba09e87bd1820a892 (diff) |
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>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx93-phycore-som.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx93-phycore-som.dtsi b/arch/arm64/boot/dts/freescale/imx93-phycore-som.dtsi index 507a71f9294b..0528e293c03d 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 */ |