brcm63xx: switch to new partition layout specification
[oweals/openwrt.git] / target / linux / brcm63xx / dts / td-w8900gb.dts
index e5c02e63aec73c1faf96becdd6b6ae32c8d9f943..e90cd706f7c47cca889e5b9c2e2cbf1f885468b0 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 0x3d0000>;
-       };
+               cfe@0 {
+                       label = "CFE";
+                       reg = <0x000000 0x020000>;
+                       read-only;
+               };
 
-       nvram@3e0000 {
-               label = "nvram";
-               reg = <0x3f0000 0x010000>;
+               linux@20000 {
+                       label = "linux";
+                       reg = <0x020000 0x3d0000>;
+                       compatible = "brcm,bcm963xx-imagetag";
+               };
+
+               nvram@3e0000 {
+                       label = "nvram";
+                       reg = <0x3f0000 0x010000>;
+               };
        };
 };