brcm63xx: switch to new partition layout specification
[oweals/openwrt.git] / target / linux / brcm63xx / dts / bcm963281TAN.dts
index 71354db5a1a175c5c69b8e69b798206f3aa328f2..b280cb0bc1ccc86abb9a0fef900b8a44a504ab63 100644 (file)
@@ -10,6 +10,7 @@
 
        chosen {
                bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
        };
 
        gpio-leds {
 
                inet {
                        label = "963281TAN::internet";
-                       gpios = <&gpio0 1 1>;
+                       gpios = <&pinctrl 1 1>;
                };
                power {
                        label = "963281TAN::power";
-                       gpios = <&gpio0 4 1>;
+                       gpios = <&pinctrl 4 1>;
                        default-state = "on";
                };
                inet_fail {
                        label = "963281TAN::internet-fail";
-                       gpios = <&gpio0 7 1>;
+                       gpios = <&pinctrl 7 1>;
                };
                power_fail {
                        label = "963281TAN::power-fail";
-                       gpios = <&gpio0 8 1>;
+                       gpios = <&pinctrl 8 1>;
                };
                wps {
                        label = "963281TAN::wps";
-                       gpios = <&gpio0 9 1>;
+                       gpios = <&pinctrl 9 1>;
                };
                dsl {
                        label = "963281TAN::dsl";
-                       gpios = <&gpio0 11 1>;
+                       gpios = <&pinctrl 11 1>;
                };
        };
 };
+
+&hsspi {
+       status = "ok";
+
+       flash@0 {
+               compatible = "jedec,spi-nor";
+               spi-max-frequency = <16666667>;
+               spi-tx-bus-width = <2>;
+               spi-rx-bus-width = <2>;
+               reg = <0>;
+
+               #address-cells = <1>;
+               #size-cells = <1>;
+
+               linux,part-probe = "bcm63xxpart";
+
+               partitions {
+                       compatible = "brcm,bcm963xx-cfe-nor-partitions";
+               };
+       };
+};
+
+&uart0 {
+       status = "ok";
+};