brcm63xx: switch to new partition layout specification
[openwrt/staging/kaloz.git] / target / linux / brcm63xx / dts / dv-201amr.dts
index 42a825f923f92bb851f438283845e4d04c814f0f..c13093228d2ffb857dd198b721aab73c0e41bfcf 100644 (file)
 
        linux,part-probe = "bcm63xxpart";
 
-       backup@0 {
-               label = "backup";
-               reg = <0x000000 0x400000>;
-       };
-
-       cfe@400000 {
-               label = "cfe";
-               reg = <0x400000 0x010000>;
-               read-only;
-       };
-
-       linux@410000 {
-               label = "linux";
-               reg = <0x410000 0x3f0000>;
+       partitions {
+               compatible = "fixed-partitions";
+               #address-cells = <1>;
+               #size-cells = <1>;
+
+               backup@0 {
+                       label = "backup";
+                       reg = <0x000000 0x400000>;
+               };
+
+               cfe@400000 {
+                       label = "cfe";
+                       reg = <0x400000 0x010000>;
+                       read-only;
+               };
+
+               linux@410000 {
+                       label = "linux";
+                       reg = <0x410000 0x3f0000>;
+                       compatible = "brcm,bcm963xx-imagetag";
+               };
        };
 };