From: Frieder Schrempf Date: Mon, 8 Jan 2024 08:49:08 +0000 (+0100) Subject: arm64: dts: imx8mm-kontron: Add I2C EEPROM on OSM-S Kontron i.MX8MM X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7e349e0fe31fd673d58786408e763ce7dfe81dac;p=linux.git arm64: dts: imx8mm-kontron: Add I2C EEPROM on OSM-S Kontron i.MX8MM There is an EEPROM on the SoM module. Add it to the description. Signed-off-by: Frieder Schrempf Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mm-kontron-osm-s.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-kontron-osm-s.dtsi index b161b0c85d61e..6b9058fc53332 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-kontron-osm-s.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-kontron-osm-s.dtsi @@ -205,6 +205,14 @@ }; }; + eeprom: eeprom@50 { + compatible = "atmel,24c64"; + reg = <0x50>; + address-width = <16>; + pagesize = <32>; + size = <8192>; + }; + rv3028: rtc@52 { compatible = "microcrystal,rv3028"; reg = <0x52>;