diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/gw6200.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/gw6200.dts | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/target/linux/brcm63xx/dts/gw6200.dts b/target/linux/brcm63xx/dts/gw6200.dts index c02975ee8d..3e0037a868 100644 --- a/target/linux/brcm63xx/dts/gw6200.dts +++ b/target/linux/brcm63xx/dts/gw6200.dts @@ -21,7 +21,7 @@ reset { label = "reset"; - gpios = <&gpio1 4 1>; + gpios = <&pinctrl 36 1>; linux,code = <KEY_RESTART>; }; }; @@ -31,19 +31,19 @@ line1_green { label = "GW6200:green:line1"; - gpios = <&gpio0 4 1>; + gpios = <&pinctrl 4 1>; }; line2_green { label = "GW6200:green:line2"; - gpios = <&gpio0 5 1>; + gpios = <&pinctrl 5 1>; }; line3_green { label = "GW6200:green:line3"; - gpios = <&gpio0 6 1>; + gpios = <&pinctrl 6 1>; }; tel_green { label = "GW6200:green:tel"; - gpios = <&gpio0 7 1>; + gpios = <&pinctrl 7 1>; }; }; }; @@ -69,3 +69,8 @@ reg = <0x7f0000 0x010000>; }; }; + +&pinctrl { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>; +}; |