[PATCH 2/4] arm: dts: tqma6ul: add eeprom nvmem-layout
Max Merchel
Max.Merchel at ew.tq-group.com
Wed Jul 1 11:11:17 CEST 2026
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 at ew.tq-group.com>
---
arch/arm/dts/imx6ul-tqma6ul-common-u-boot.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/dts/imx6ul-tqma6ul-common-u-boot.dtsi b/arch/arm/dts/imx6ul-tqma6ul-common-u-boot.dtsi
index 09f94f23074..1ed44c57f59 100644
--- a/arch/arm/dts/imx6ul-tqma6ul-common-u-boot.dtsi
+++ b/arch/arm/dts/imx6ul-tqma6ul-common-u-boot.dtsi
@@ -24,6 +24,18 @@
bootph-pre-ram;
};
+&m24c64_50 {
+ nvmem-layout {
+ compatible = "fixed-layout";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ module_info: module-info at 20 {
+ reg = <0x20 0x60>;
+ };
+ };
+};
+
&osc {
bootph-pre-ram;
};
--
2.43.0
More information about the U-Boot
mailing list