]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: tqma6ul: add eeprom nvmem-layout
authorMax Merchel <Max.Merchel@ew.tq-group.com>
Wed, 1 Jul 2026 09:11:17 +0000 (11:11 +0200)
committerFabio Estevam <festevam@gmail.com>
Mon, 27 Jul 2026 14:29:29 +0000 (11:29 -0300)
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>
arch/arm/dts/imx6ul-tqma6ul-common-u-boot.dtsi

index 09f94f2307482adead1a83634cc5b2c0e985649d..1ed44c57f59a6c1b002e2d6c702f40bb36f14aee 100644 (file)
        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;
 };