diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/ct-5365.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/ct-5365.dts | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/target/linux/brcm63xx/dts/ct-5365.dts b/target/linux/brcm63xx/dts/ct-5365.dts index 8187be6..f067649 100644 --- a/target/linux/brcm63xx/dts/ct-5365.dts +++ b/target/linux/brcm63xx/dts/ct-5365.dts @@ -21,17 +21,17 @@ reset { label = "reset"; - gpios = <&gpio1 1 1>; + gpios = <&pinctrl 33 1>; linux,code = <KEY_RESTART>; }; wlan { label = "wlan"; - gpios = <&gpio1 2 1>; + gpios = <&pinctrl 34 1>; linux,code = <KEY_WLAN>; }; wps { label = "wps"; - gpios = <&gpio1 3 1>; + gpios = <&pinctrl 35 1>; linux,code = <KEY_WPS_BUTTON>; }; }; @@ -41,16 +41,16 @@ power_green { label = "96348A-122:green:power"; - gpios = <&gpio0 0 1>; + gpios = <&pinctrl 0 1>; default-state = "on"; }; alarm_red { label = "96348A-122:red:alarm"; - gpios = <&gpio0 2 1>; + gpios = <&pinctrl 2 1>; }; wps_green { label = "96348A-122:green:wps"; - gpios = <&gpio0 6 1>; + gpios = <&pinctrl 6 1>; }; }; }; @@ -76,3 +76,8 @@ reg = <0x3f0000 0x010000>; }; }; + +&pinctrl { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>; +}; |