You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
495 B
28 lines
495 B
// 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-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>;
|
|
};
|
|
};
|
|
|