brcm63xx: add pinctrl support
[openwrt/staging/noltari.git] / target / linux / brcm63xx / dts / hg520v.dts
index a86311f08ec894ca38ca884b7d1041bdd0db0902..d80a933262c84254c4abaa5b19a6830874da30a5 100644 (file)
@@ -21,7 +21,7 @@
 
                reset {
                        label = "reset";
-                       gpios = <&gpio1 5 1>;
+                       gpios = <&pinctrl 37 1>;
                        linux,code = <KEY_RESTART>;
                };
        };
@@ -31,7 +31,7 @@
 
                inet_green {
                        label = "HW520:green:net";
-                       gpios = <&gpio1 0 1>;
+                       gpios = <&pinctrl 32 1>;
                };
        };
 };
@@ -57,3 +57,8 @@
                reg = <0x3f0000 0x010000>;
        };
 };
+
+&pinctrl {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_enet1_mii_clk_inv>;
+};