Commit f6862104 authored by Marek Vasut's avatar Marek Vasut Committed by Shawn Guo
Browse files

arm64: dts: imx8mp: Describe M24C32-D write-lockable page in DH i.MX8MP DHCOM DT



The i.MX8MP DHCOM SoM production rev.200 is populated with M24C32-D
EEPROMs which have Additional Write lockable page at separate I2C
address. Describe the page in DT to make it available.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 5946b71e
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -420,6 +420,18 @@ eeprom1: eeprom@53 { /* EEPROM with FEC MAC address */
		reg = <0x53>;
	};

	eeprom0wl: eeprom@58 {
		compatible = "atmel,24c32d-wl";	/* M24C32-D WL page of 0x50 */
		pagesize = <32>;
		reg = <0x58>;
	};

	eeprom1wl: eeprom@5b {
		compatible = "atmel,24c32d-wl";	/* M24C32-D WL page of 0x53 */
		pagesize = <32>;
		reg = <0x5b>;
	};

	ioexp: gpio@74 {
		compatible = "nxp,pca9539";
		reg = <0x74>;