brcm63xx: drop linux,part-probe usage where possible
[openwrt/staging/wigyori.git] / target / linux / brcm63xx / dts / bcm963268bu_p300.dts
index eba47d754227589d03682063a31ef05b1a7740bb..f7477a3a2558bb6ca785da35a01ebdf8ef8a4a97 100644 (file)
@@ -9,7 +9,8 @@
        compatible = "brcm,bcm963268bu_p300", "brcm,bcm63268";
 
        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 {
 
                reset {
                        label = "reset";
-                       gpios = <&gpio1 0 0>;
+                       gpios = <&pinctrl 32 0>;
                        linux,code = <KEY_RESTART>;
                };
 
                wps {
                        label = "wps";
-                       gpios = <&gpio1 1 0>;
+                       gpios = <&pinctrl 33 0>;
                        linux,code = <KEY_WPS_BUTTON>;
                };
         };
                #address-cells = <1>;
                #size-cells = <1>;
 
-               linux,part-probe = "bcm63xxpart";
+               partitions {
+                       compatible = "brcm,bcm963xx-cfe-nor-partitions";
+               };
        };
 };
+
+&uart0 {
+       status = "ok";
+};