arm: dts: tqma6ul: add eeprom nvmem-layout

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

Revert this commit once the upstream linux device trees are
accepted and synchronized.

Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
This commit is contained in:
Max Merchel
2026-07-27 11:29:29 -03:00
committed by Fabio Estevam
parent beae2cdf2f
commit 1786f0e16e
@@ -24,6 +24,18 @@
bootph-pre-ram;
};
&m24c64_50 {
nvmem-layout {
compatible = "fixed-layout";
#address-cells = <1>;
#size-cells = <1>;
module_info: module-info@20 {
reg = <0x20 0x60>;
};
};
};
&osc {
bootph-pre-ram;
};