ARM: dts: imx6qdl-tqma6: add nvmem-layout

TQMa6x 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:45:18 +02:00 committed by Frank Li
parent d7a395b7df
commit aec8004c54
2 changed files with 20 additions and 0 deletions

View File

@ -39,6 +39,16 @@ m24c64_50: eeprom@50 {
reg = <0x50>;
pagesize = <32>;
vcc-supply = <&sw4_reg>;
nvmem-layout {
compatible = "fixed-layout";
#address-cells = <1>;
#size-cells = <1>;
module_info: module-info@20 {
reg = <0x20 0x60>;
};
};
};
};

View File

@ -32,6 +32,16 @@ m24c64_50: eeprom@50 {
reg = <0x50>;
pagesize = <32>;
vcc-supply = <&sw4_reg>;
nvmem-layout {
compatible = "fixed-layout";
#address-cells = <1>;
#size-cells = <1>;
module_info: module-info@20 {
reg = <0x20 0x60>;
};
};
};
};