arm64: dts: imx8mn-var-som: add SOM EEPROM

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>
This commit is contained in:
Hugo Villeneuve
2023-05-01 13:02:50 -04:00
committed by Shawn Guo
parent c290d09a99
commit 4088f98e25

View File

@@ -222,6 +222,12 @@ ldo6_reg: LDO6 {
};
};
};
eeprom_som: eeprom@52 {
compatible = "atmel,24c04";
reg = <0x52>;
pagesize = <16>;
};
};
&i2c3 {