2018-08-10 00:07:53 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
/dts-v1/;
|
|
|
|
|
2018-08-16 08:08:28 +00:00
|
|
|
#include "qca9557_iodata_wn-ac-dgr.dtsi"
|
2018-08-10 00:07:53 +00:00
|
|
|
|
|
|
|
/ {
|
2019-06-16 16:23:32 +00:00
|
|
|
compatible = "iodata,wn-ac1600dgr2", "iodata,wn-ac1600dgr3", "qca,qca9557";
|
|
|
|
model = "I-O DATA WN-AC1600DGR2/DGR3";
|
2018-08-10 00:07:53 +00:00
|
|
|
};
|
2019-02-05 08:23:58 +00:00
|
|
|
|
|
|
|
&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>;
|
|
|
|
};
|
|
|
|
};
|