a967ae9d14
Many DTS files contain the same includes again that are already present in the DTSI files they are derived from. Remove those redundant includes in the DTS files. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
26 lines
438 B
Plaintext
26 lines
438 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/dts-v1/;
|
|
|
|
#include "qca9557_iodata_wn-ac-dgr.dtsi"
|
|
|
|
/ {
|
|
compatible = "iodata,wn-ac1600dgr", "qca,qca9557";
|
|
model = "I-O DATA WN-AC1600DGR";
|
|
};
|
|
|
|
&leds {
|
|
function {
|
|
label = "iodata:green:function";
|
|
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|
|
|
|
&keys {
|
|
function {
|
|
label = "function";
|
|
gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
|
|
linux,code = <BTN_1>;
|
|
debounce-interval = <60>;
|
|
};
|
|
};
|