diff options
| author | Max Merchel <[email protected]> | 2026-07-01 11:11:17 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-07-27 11:29:29 -0300 |
| commit | 1786f0e16e8f5e2cab97865d04bbbf9ae75584ba (patch) | |
| tree | 4ea36124fc2ea76547d039f7d90c08f6b20a6698 | |
| parent | beae2cdf2fbde7fb4b0b64f5d92834378129aac4 (diff) | |
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 <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx6ul-tqma6ul-common-u-boot.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
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@20 { + reg = <0x20 0x60>; + }; + }; +}; + &osc { bootph-pre-ram; }; |
