brcm63xx: switch to new partition layout specification
[oweals/openwrt.git] / target / linux / brcm63xx / dts / dgnd3700v1.dts
index 2d23f19b7ad83aebebb7298868e5506d114a3c5d..3a556b3562a64151cc5a710c851281057ab1f2e7 100644 (file)
 
        linux,part-probe = "bcm63xxpart";
 
-       cfe@0 {
-               label = "CFE";
-               reg = <0x000000 0x020000>;
-               read-only;
-       };
+       partitions {
+               compatible = "fixed-partitions";
+               #address-cells = <1>;
+               #size-cells = <1>;
 
-       linux@20000 {
-               label = "linux";
-               reg = <0x020000 0x1e20000>;
-       };
+               cfe@0 {
+                       label = "CFE";
+                       reg = <0x000000 0x020000>;
+                       read-only;
+               };
 
-       board_data@1e40000 {
-               label = "board_data";
-               reg = <0x1e40000 0x1a0000>;
-               read-only;
-       };
+               linux@20000 {
+                       label = "linux";
+                       reg = <0x020000 0x1e20000>;
+                       compatible = "brcm,bcm963xx-imagetag";
+               };
+
+               board_data@1e40000 {
+                       label = "board_data";
+                       reg = <0x1e40000 0x1a0000>;
+                       read-only;
+               };
 
-       nvram@1fe0000 {
-               label = "nvram";
-               reg = <0x1fe0000 0x20000>;
+               nvram@1fe0000 {
+                       label = "nvram";
+                       reg = <0x1fe0000 0x20000>;
+               };
        };
 };