Skip to content

Commit da6662e

Browse files
Alexander Feilkenxpfrankli
authored andcommitted
ARM: dts: imx7: add nvmem-layout
TQMa7 has board-information located in EEPROM at offset 0x20. Add necessary nodes and properties for nvmem cell. Signed-off-by: Alexander Feilke <Alexander.Feilke@ew.tq-group.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
1 parent 1e2aa1b commit da6662e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,16 @@
151151
reg = <0x50>;
152152
pagesize = <32>;
153153
vcc-supply = <&vgen4_reg>;
154+
155+
nvmem-layout {
156+
compatible = "fixed-layout";
157+
#address-cells = <1>;
158+
#size-cells = <1>;
159+
160+
module_info: module-info@20 {
161+
reg = <0x20 0x60>;
162+
};
163+
};
154164
};
155165

156166
at24c02: eeprom@56 {

0 commit comments

Comments
 (0)