ramips: move partitions into partition table node
[openwrt/openwrt.git] / target / linux / ramips / dts / WF-2881.dts
index 10f5f225f496888fa6fbf29a3082ec536657b24b..17011b1e393ea196fa55b524e709ab3268f75b08 100644 (file)
 &nand {
        status = "okay";
 
-       partition@0 {
-               label = "u-boot";
-               reg = <0x0 0x30000>;
-               read-only;
-       };
+       partitions {
+               compatible = "fixed-partitions";
+               #address-cells = <1>;
+               #size-cells = <1>;
+
+               partition@0 {
+                       label = "u-boot";
+                       reg = <0x0 0x30000>;
+                       read-only;
+               };
 
-       partition@30000 {
-               label = "u-boot-env";
-               reg = <0x30000 0x1000>;
-               read-only;
-       };
+               partition@30000 {
+                       label = "u-boot-env";
+                       reg = <0x30000 0x1000>;
+                       read-only;
+               };
 
-       partition@80000 {
-               label = "config";
-               reg = <0x80000 0x80000>;
-               read-only;
-       };
+               partition@80000 {
+                       label = "config";
+                       reg = <0x80000 0x80000>;
+                       read-only;
+               };
 
-       factory: partition@100000 {
-               label = "factory";
-               reg = <0x100000 0x40000>;
-               read-only;
-       };
+               factory: partition@100000 {
+                       label = "factory";
+                       reg = <0x100000 0x40000>;
+                       read-only;
+               };
 
-       partition@140000 {
-               label = "firmware";
-               reg = <0x140000 0x7E40000>;
+               partition@140000 {
+                       label = "firmware";
+                       reg = <0x140000 0x7E40000>;
+               };
        };
 };