diff options
-rw-r--r-- | target/linux/ath79/dts/qca9563_tplink_archer-a7-v5.dts | 9 | ||||
-rw-r--r-- | target/linux/ath79/dts/qca9563_tplink_archer-c7-v5.dts | 9 | ||||
-rw-r--r-- | target/linux/ath79/dts/qca9563_tplink_archer-x7-v5.dtsi | 7 |
3 files changed, 18 insertions, 7 deletions
diff --git a/target/linux/ath79/dts/qca9563_tplink_archer-a7-v5.dts b/target/linux/ath79/dts/qca9563_tplink_archer-a7-v5.dts index 8cf86c0bc4..a9174df4fa 100644 --- a/target/linux/ath79/dts/qca9563_tplink_archer-a7-v5.dts +++ b/target/linux/ath79/dts/qca9563_tplink_archer-a7-v5.dts @@ -8,6 +8,15 @@ model = "TP-Link Archer A7 v5"; }; +&gpio_keys { + reset { + label = "Reset button"; + linux,code = <KEY_RESTART>; + gpios = <&gpio 11 GPIO_ACTIVE_LOW>; + debounce-interval = <60>; + }; +}; + &mtdparts { factory-uboot@0 { label = "factory-uboot"; diff --git a/target/linux/ath79/dts/qca9563_tplink_archer-c7-v5.dts b/target/linux/ath79/dts/qca9563_tplink_archer-c7-v5.dts index 026d6c65e3..8059b48510 100644 --- a/target/linux/ath79/dts/qca9563_tplink_archer-c7-v5.dts +++ b/target/linux/ath79/dts/qca9563_tplink_archer-c7-v5.dts @@ -8,6 +8,15 @@ model = "TP-Link Archer C7 v5"; }; +&gpio_keys { + reset { + label = "Reset button"; + linux,code = <KEY_RESTART>; + gpios = <&gpio 5 GPIO_ACTIVE_LOW>; + debounce-interval = <60>; + }; +}; + &mtdparts { partition@0 { label = "factory-uboot"; diff --git a/target/linux/ath79/dts/qca9563_tplink_archer-x7-v5.dtsi b/target/linux/ath79/dts/qca9563_tplink_archer-x7-v5.dtsi index e019a04254..ba75cfc4d8 100644 --- a/target/linux/ath79/dts/qca9563_tplink_archer-x7-v5.dtsi +++ b/target/linux/ath79/dts/qca9563_tplink_archer-x7-v5.dtsi @@ -85,13 +85,6 @@ gpio_keys: keys { compatible = "gpio-keys"; - reset { - label = "Reset button"; - linux,code = <KEY_RESTART>; - gpios = <&gpio 11 GPIO_ACTIVE_LOW>; - debounce-interval = <60>; - }; - wps { label = "WPS button"; linux,code = <KEY_WPS_BUTTON>; |