brcm63xx: drop linux,part-probe usage where possible
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / ct-6373.dts
index 8ddcacb4d3e0815442a3a2acfe812fb69f262575..9b450dc6bc1260f328ae5714578a147c8366c934 100644 (file)
@@ -9,7 +9,8 @@
        compatible = "comtrend,ct-6373", "brcm,bcm6358";
 
        chosen {
-               bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
        };
 
        gpio-keys-polled {
 &pflash {
        status = "ok";
 
-       linux,part-probe = "bcm63xxpart";
+       partitions {
+               compatible = "fixed-partitions";
+               #address-cells = <1>;
+               #size-cells = <1>;
 
-       cfe@0 {
-               label = "CFE";
-               reg = <0x000000 0x010000>;
-               read-only;
-       };
+               cfe@0 {
+                       label = "CFE";
+                       reg = <0x000000 0x010000>;
+                       read-only;
+               };
 
-       linux@10000 {
-               label = "linux";
-               reg = <0x010000 0x7e0000>;
-       };
+               linux@10000 {
+                       label = "linux";
+                       reg = <0x010000 0x7e0000>;
+                       compatible = "brcm,bcm963xx-imagetag";
+               };
 
-       nvram@7f0000 {
-               label = "nvram";
-               reg = <0x7f0000 0x010000>;
+               nvram@7f0000 {
+                       label = "nvram";
+                       reg = <0x7f0000 0x010000>;
+               };
        };
 };
+
+&uart0 {
+       status = "ok";
+};