Initial commit
This commit is contained in:
24
target/linux/ath79/dts/qca9557_iodata_wn-ac1600dgr2.dts
Normal file
24
target/linux/ath79/dts/qca9557_iodata_wn-ac1600dgr2.dts
Normal file
@@ -0,0 +1,24 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "qca9557_iodata_wn-ac-dgr.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "iodata,wn-ac1600dgr2", "iodata,wn-ac1600dgr3", "qca,qca9557";
|
||||
model = "I-O DATA WN-AC1600DGR2/DGR3";
|
||||
};
|
||||
|
||||
&leds {
|
||||
copy {
|
||||
label = "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>;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user