ath79: etactica-eg200: fix restore button
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9557_iodata_wn-ac1167dgr.dts
index 7990d9cd57fd5db1f80a0a797d2a02042941cfef..c2fc7abcb3f6c63f0d00d0d276d010b22bf442c0 100644 (file)
        compatible = "iodata,wn-ac1167dgr", "qca,qca9557";
        model = "I-O DATA WN-AC1167DGR";
 };
+
+&leds {
+       copy {
+               label = "iodata:green:copy";
+               gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
+       };
+};
+
+&keys {
+       copy {
+               label = "copy";
+               gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
+               linux,code = <BTN_1>;
+               debounce-interval = <60>;
+       };
+};