arm64: dts: imx8mn-var-som: add SOM EEPROM
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Mon, 1 May 2023 17:02:50 +0000 (13:02 -0400)
committerShawn Guo <shawnguo@kernel.org>
Sun, 14 May 2023 12:55:00 +0000 (20:55 +0800)
The 4Kbit EEPROM located on the SOM contains hardware configuration
options, manufacturing infos and ethernet MAC address.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi

index 67072e6c77d5fb7834b41a938881216d87939496..682b8e08adcd85e8dd9b57f229dafd23bb5478b1 100644 (file)
                        };
                };
        };
+
+       eeprom_som: eeprom@52 {
+               compatible = "atmel,24c04";
+               reg = <0x52>;
+               pagesize = <16>;
+       };
 };
 
 &i2c3 {