Commit 4088f98e authored by Hugo Villeneuve's avatar Hugo Villeneuve Committed by Shawn Guo
Browse files

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: default avatarHugo Villeneuve <hvilleneuve@dimonoff.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c290d09a
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -222,6 +222,12 @@
			};
			};
		};
		};
	};
	};

	eeprom_som: eeprom@52 {
		compatible = "atmel,24c04";
		reg = <0x52>;
		pagesize = <16>;
	};
};
};


&i2c3 {
&i2c3 {