diff options
-rw-r--r-- | target/linux/ath79/dts/qca9563_tplink_archer-c7-v5.dts | 7 |
1 files changed, 7 insertions, 0 deletions
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 8059b48510..c51ae20d22 100644 --- a/target/linux/ath79/dts/qca9563_tplink_archer-c7-v5.dts +++ b/target/linux/ath79/dts/qca9563_tplink_archer-c7-v5.dts @@ -15,6 +15,13 @@ gpios = <&gpio 5 GPIO_ACTIVE_LOW>; debounce-interval = <60>; }; + + wps { + label = "WPS button"; + linux,code = <KEY_WPS_BUTTON>; + gpios = <&gpio 2 GPIO_ACTIVE_LOW>; + debounce-interval = <60>; + }; }; &mtdparts { |