brcm63xx: add pinctrl support
[openwrt/openwrt.git] / target / linux / brcm63xx / dts / v2500v-bb.dts
index bc1a717e0687994863884517cffdb2aa416cc1ac..b6370ee1c6cf087907ca4991ff283529a0e11a8e 100644 (file)
@@ -21,7 +21,7 @@
 
                reset {
                        label = "reset";
-                       gpios = <&gpio0 31 1>;
+                       gpios = <&pinctrl 31 1>;
                        linux,code = <KEY_RESTART>;
                };
        };
 
                power_green {
                        label = "V2500V_BB:green:power";
-                       gpios = <&gpio0 0 1>;
+                       gpios = <&pinctrl 0 1>;
                };
                power_red {
                        label = "V2500V_BB:red:power";
-                       gpios = <&gpio0 1 1>;
+                       gpios = <&pinctrl 1 1>;
                };
                adsl_green {
                        label = "V2500V_BB:green:adsl";
-                       gpios = <&gpio0 2 1>;
+                       gpios = <&pinctrl 2 1>;
                };
                ppp_green {
                        label = "V2500V_BB:green:ppp";
-                       gpios = <&gpio0 3 1>;
+                       gpios = <&pinctrl 3 1>;
                };
                wireless_green {
                        label = "V2500V_BB:green:wireless";
-                       gpios = <&gpio0 6 1>;
+                       gpios = <&pinctrl 6 1>;
                };
        };
 };
@@ -73,3 +73,8 @@
                reg = <0x3f0000 0x010000>;
        };
 };
+
+&pinctrl {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
+};