diff --git a/target/linux/apm821xx/dts/meraki-mx60.dts b/target/linux/apm821xx/dts/meraki-mx60.dts index dd0ac652ab..0e7ec6be6d 100644 --- a/target/linux/apm821xx/dts/meraki-mx60.dts +++ b/target/linux/apm821xx/dts/meraki-mx60.dts @@ -62,12 +62,30 @@ }; partition@100000 { - label = "u-boot-env"; + compatible = "fixed-partitions"; reg = <0x00100000 0x00100000>; - read-only; + label = "u-boot-env"; + #address-cells = <1>; + #size-cells = <1>; - nvmem-layout { - compatible = "u-boot,env"; + partition@0 { + reg = <0x0 0x20000>; + label = "u-boot-env-main"; + status = "disabled"; + + nvmem-layout { + compatible = "u-boot,env-redundant-count"; + }; + }; + + partition@80000 { + reg = <0x80000 0x20000>; + label= "u-boot-env-redundant"; + status = "disabled"; + + nvmem-layout { + compatible = "u-boot,env-redundant-count"; + }; }; };