arm64: dts: imx8mp: Describe M24C32-D write-lockable page in DH i.MX8MP DHCOM DT
authorMarek Vasut <marex@denx.de>
Sun, 15 Oct 2023 20:01:24 +0000 (22:01 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Nov 2023 02:05:08 +0000 (10:05 +0800)
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: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-dhcom-som.dtsi

index d8963f3..4ae4fda 100644 (file)
                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>;