ARM: dts: imx6ul-tqma6ul: add nvmem-layout

TQMa6UL has board-information located in EEPROM at offset 0x20.
Add necessary nodes and properties for nvmem cell.

Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
Max Merchel 2026-07-01 11:09:44 +02:00 committed by Frank Li
parent c5e2405cff
commit d7a395b7df

View File

@ -126,6 +126,16 @@ m24c64_50: eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
pagesize = <32>;
nvmem-layout {
compatible = "fixed-layout";
#address-cells = <1>;
#size-cells = <1>;
module_info: module-info@20 {
reg = <0x20 0x60>;
};
};
};
m24c02_52: eeprom@52 {