ath79: Fix GPIO reset button on TP-Link Archer C7v5
[openwrt/staging/rmilecki.git] / target / linux / ath79 / dts / qca9563_tplink_archer-a7-v5.dts
index 8cf86c0bc4a6bd8f59dfb6d86e7e2b0805a6b20c..a9174df4fad87958fe4e95c0e927cee5276ed3d0 100644 (file)
@@ -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";