generic: ar8216: fix unknown packet flooding for ar8229/ar8236
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9557_iodata_wn-ac1600dgr2.dts
index 3eedec72e7ccf44c85c288c39b12679570d9a658..771e55b4184d59343d600458149e6a0b4d044b22 100644 (file)
@@ -1,12 +1,25 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 /dts-v1/;
 
-#include <dt-bindings/gpio/gpio.h>
-#include <dt-bindings/input/input.h>
-
 #include "qca9557_iodata_wn-ac-dgr.dtsi"
 
 / {
-       compatible = "iodata,wn-ac1600dgr2", "qca,qca9557";
-       model = "I-O DATA WN-AC1600DGR2";
+       compatible = "iodata,wn-ac1600dgr2", "iodata,wn-ac1600dgr3", "qca,qca9557";
+       model = "I-O DATA WN-AC1600DGR2/DGR3";
+};
+
+&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>;
+       };
 };