diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm96348GW-11.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm96348GW-11.dts | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/target/linux/brcm63xx/dts/bcm96348GW-11.dts b/target/linux/brcm63xx/dts/bcm96348GW-11.dts index 78fba83cac..9ef82e62a1 100644 --- a/target/linux/brcm63xx/dts/bcm96348GW-11.dts +++ b/target/linux/brcm63xx/dts/bcm96348GW-11.dts @@ -21,7 +21,7 @@ reset { label = "reset"; - gpios = <&gpio1 1 1>; + gpios = <&pinctrl 33 1>; linux,code = <KEY_RESTART>; }; }; @@ -31,24 +31,24 @@ power_green { label = "96348GW-11:green:power"; - gpios = <&gpio0 0 1>; + gpios = <&pinctrl 0 1>; default-state = "on"; }; stop_green { label = "96348GW-11:green:stop"; - gpios = <&gpio0 1 1>; + gpios = <&pinctrl 1 1>; }; adsl_fail_green { label = "96348GW-11:green:adsl-fail"; - gpios = <&gpio0 2 1>; + gpios = <&pinctrl 2 1>; }; ppp_green { label = "96348GW-11:green:ppp"; - gpios = <&gpio0 3 1>; + gpios = <&pinctrl 3 1>; }; ppp_fail_green { label = "96348GW-11:green:ppp-fail"; - gpios = <&gpio0 4 1>; + gpios = <&pinctrl 4 1>; }; }; }; @@ -58,3 +58,8 @@ linux,part-probe = "bcm63xxpart"; }; + +&pinctrl { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>; +}; |