aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9557_iodata_wn-ac1167dgr.dts
blob: c2fc7abcb3f6c63f0d00d0d276d010b22bf442c0 (plain)
1
2
3
4
5
pre { line-height: 125%; margin: 0; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight { background: #ffffff; }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highligh
// 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>;
	};
};