ramips: move partitions into partition table node
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / WLR-6000.dts
index b78f8a4d5d7978e59648fcb26cc07a502f878721..a005774d0bf0d398cb0ef47b3a421a13cdf5ada9 100644 (file)
@@ -15,8 +15,6 @@
 
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
-               #address-cells = <1>;
-               #size-cells = <0>;
                poll-interval = <20>;
 
                reset {
        status = "okay";
 
        m25p80@0 {
-               #address-cells = <1>;
-               #size-cells = <1>;
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <8600000>;
                m25p,fast-read;
 
-               partition@0 {
-                       label = "u-boot";
-                       reg = <0x0 0x30000>;
-                       read-only;
-               };
-
-               partition@30000 {
-                       label = "u-boot-env";
-                       reg = <0x30000 0x10000>;
-                       read-only;
-               };
-
-               factory: partition@40000 {
-                       label = "factory";
-                       reg = <0x40000 0x10000>;
-                       read-only;
-               };
-
-               partition@50000 {
-                       label = "firmware";
-                       reg = <0x50000 0x713000>;
-               };
-
-               partition@763000 {
-                       label = "manufacture";
-                       reg = <0x763000 0x7D000>;
-                       read-only;
-               };
-
-               partition@7E0000 {
-                       label = "backup";
-                       reg = <0x7E0000 0x10000>;
-                       read-only;
-               };
-
-               partition@7F0000 {
-                       label = "storage";
-                       reg = <0x7F0000 0x10000>;
-                       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 0x10000>;
+                               read-only;
+                       };
+
+                       factory: partition@40000 {
+                               label = "factory";
+                               reg = <0x40000 0x10000>;
+                               read-only;
+                       };
+
+                       partition@50000 {
+                               label = "firmware";
+                               reg = <0x50000 0x713000>;
+                       };
+
+                       partition@763000 {
+                               label = "manufacture";
+                               reg = <0x763000 0x7D000>;
+                               read-only;
+                       };
+
+                       partition@7E0000 {
+                               label = "backup";
+                               reg = <0x7E0000 0x10000>;
+                               read-only;
+                       };
+
+                       partition@7F0000 {
+                               label = "storage";
+                               reg = <0x7F0000 0x10000>;
+                               read-only;
+                       };
                };
        };
 };