diff --git a/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts b/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts index 3ad37fed715..52000ba4875 100644 --- a/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts +++ b/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts @@ -21,26 +21,26 @@ compatible = "gpio-keys-polled"; poll-interval = <20>; - reset { - label = "reset"; - gpios = <&pinctrl 24 GPIO_ACTIVE_LOW>; - linux,code = ; - debounce-interval = <60>; - }; - wlan { label = "wlan"; - gpios = <&pinctrl 25 GPIO_ACTIVE_LOW>; + gpios = <&pinctrl 11 GPIO_ACTIVE_LOW>; linux,code = ; debounce-interval = <60>; }; wps { label = "wps"; - gpios = <&pinctrl 26 GPIO_ACTIVE_LOW>; + gpios = <&pinctrl 25 GPIO_ACTIVE_LOW>; linux,code = ; debounce-interval = <60>; }; + + reset { + label = "reset"; + gpios = <&pinctrl 31 GPIO_ACTIVE_LOW>; + linux,code = ; + debounce-interval = <60>; + }; }; leds {