brcm63xx: drop linux,part-probe usage where possible
[openwrt/staging/wigyori.git] / target / linux / brcm63xx / dts / bcm963268bu_p300.dts
index f659b396be4d46c4ea39e88822d79f73b90df92f..f7477a3a2558bb6ca785da35a01ebdf8ef8a4a97 100644 (file)
@@ -8,6 +8,11 @@
        model = "Broadcom BCM963268BU_P300 reference board";
        compatible = "brcm,bcm963268bu_p300", "brcm,bcm63268";
 
+       chosen {
+               bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
+       };
+
        gpio-keys-polled {
                compatible = "gpio-keys-polled";
                #address-cells = <1>;
 
                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>;
                };
         };
 };
+
+&hsspi {
+       status = "ok";
+
+       flash@0 {
+               compatible = "jedec,spi-nor";
+               spi-max-frequency = <20000000>;
+               spi-tx-bus-width = <2>;
+               spi-rx-bus-width = <2>;
+               reg = <0>;
+
+               #address-cells = <1>;
+               #size-cells = <1>;
+
+               partitions {
+                       compatible = "brcm,bcm963xx-cfe-nor-partitions";
+               };
+       };
+};
+
+&uart0 {
+       status = "ok";
+};