mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 03:01:41 +02:00
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>
This commit is contained in:
parent
1e2aa1b07b
commit
da6662e993
|
|
@ -151,6 +151,16 @@ m24c64: eeprom@50 {
|
|||
reg = <0x50>;
|
||||
pagesize = <32>;
|
||||
vcc-supply = <&vgen4_reg>;
|
||||
|
||||
nvmem-layout {
|
||||
compatible = "fixed-layout";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
module_info: module-info@20 {
|
||||
reg = <0x20 0x60>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
at24c02: eeprom@56 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user