kernel: enable EXPORTFS by default
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / cpva642.dts
index 1a0522de0b2fe79f7c083817933220538de1f55c..ef66c38f5fca03855b9b8d5b80e6085ec4f5b8ad 100644 (file)
@@ -9,7 +9,8 @@
        compatible = "telsey,cpva642", "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 {
 
                reset {
                        label = "reset";
-                       gpios = <&gpio1 4 1>;
+                       gpios = <&pinctrl 36 1>;
                        linux,code = <KEY_RESTART>;
                };
                wps {
                        label = "wps";
-                       gpios = <&gpio1 5 0>;
+                       gpios = <&pinctrl 37 0>;
                        linux,code = <KEY_WPS_BUTTON>;
                };
        };
 
                eth_green {
                        label = "CPVA642:green:ether";
-                       gpios = <&gpio0 1 1>;
+                       gpios = <&pinctrl 1 1>;
                };
                phone2_green {
                        label = "CPVA642:green:phone2";
-                       gpios = <&gpio0 2 1>;
+                       gpios = <&pinctrl 2 1>;
                };
                usb_green {
                        label = "CPVA642:green:usb";
-                       gpios = <&gpio0 3 1>;
+                       gpios = <&pinctrl 3 1>;
                };
                phone1_green {
                        label = "CPVA642:green:phone1";
-                       gpios = <&gpio0 4 1>;
+                       gpios = <&pinctrl 4 1>;
                };
                wifi_red {
                        label = "CPVA642:red:wifi";
-                       gpios = <&gpio0 6 1>;
+                       gpios = <&pinctrl 6 1>;
                };
                link_red {
                        label = "CPVA642:red:link";
-                       gpios = <&gpio0 9 1>;
+                       gpios = <&pinctrl 9 1>;
                };
                link_green {
                        label = "CPVA642:green:link";
-                       gpios = <&gpio0 10 1>;
+                       gpios = <&pinctrl 10 1>;
                };
                power_green {
                        label = "CPVA642:green:power";
-                       gpios = <&gpio0 11 1>;
+                       gpios = <&pinctrl 11 1>;
                        default-state = "on";
                };
                power_red {
                        label = "CPVA642:red:power";
-                       gpios = <&gpio0 14 1>;
+                       gpios = <&pinctrl 14 1>;
                };
                wifi_green {
                        label = "CPVA642:green:wifi";
-                       gpios = <&gpio0 28 0>;
+                       gpios = <&pinctrl 28 0>;
                };
        };
 };
 
        linux,part-probe = "bcm63xxpart";
 
-       cfe@0 {
-               label = "CFE";
-               reg = <0x000000 0x010000>;
-               read-only;
-       };
+       partitions {
+               compatible = "fixed-partitions";
+               #address-cells = <1>;
+               #size-cells = <1>;
 
-       linux@10000 {
-               label = "linux";
-               reg = <0x010000 0x7e0000>;
-       };
+               cfe@0 {
+                       label = "CFE";
+                       reg = <0x000000 0x010000>;
+                       read-only;
+               };
+
+               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";
+};