ramips: move partitions into partition table node
[openwrt/openwrt.git] / target / linux / ramips / dts / DWR-512-B.dts
index acae8ddcc5734dc23c0c26037f10ab05df8ceb25..6860e9dfd4c83ccbe66084718bf7cfa2d639b162 100644 (file)
        status = "okay";
 
        mx25l6405d@0 {
-               #address-cells = <1>;
-               #size-cells = <1>;
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <30000000>;
                m25p,fast-read;
 
-               partition@0 {
-                       label = "jboot";
-                       reg = <0x0 0x10000>;
-                       read-only;
-               };
-
-               partition@10000 {
-                       label = "firmware";
-                       reg = <0x10000 0x7e0000>;
-               };
-
-               config: partition@7f0000 {
-                       label = "config";
-                       reg = <0x7f0000 0x10000>;
+               partitions {
+                       compatible = "fixed-partitions";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+
+                       partition@0 {
+                               label = "jboot";
+                               reg = <0x0 0x10000>;
+                               read-only;
+                       };
+
+                       partition@10000 {
+                               label = "firmware";
+                               reg = <0x10000 0x7e0000>;
+                       };
+
+                       config: partition@7f0000 {
+                               label = "config";
+                               reg = <0x7f0000 0x10000>;
+                       };
                };
        };
 };