aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9558_tl-archer-c7-v2.dts
diff options
context:
space:
mode:
authorSibren Vasse <github@sibrenvasse.nl>2018-06-26 07:25:33 +0200
committerJohn Crispin <john@phrozen.org>2018-06-26 08:57:26 +0200
commitba74b45476ab1fe36f8449b18501ba5d2c01cf8c (patch)
tree9c886cda6f584d3a8a3bec93b6a81bb59ce3ee59 /target/linux/ath79/dts/qca9558_tl-archer-c7-v2.dts
parent2a7e03af37d1112c2c2f6b6c80283d4d49407889 (diff)
downloadupstream-ba74b45476ab1fe36f8449b18501ba5d2c01cf8c.tar.gz
upstream-ba74b45476ab1fe36f8449b18501ba5d2c01cf8c.tar.bz2
upstream-ba74b45476ab1fe36f8449b18501ba5d2c01cf8c.zip
ath79: add support for TP-Link Archer c7 v2
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
Diffstat (limited to 'target/linux/ath79/dts/qca9558_tl-archer-c7-v2.dts')
-rw-r--r--target/linux/ath79/dts/qca9558_tl-archer-c7-v2.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/qca9558_tl-archer-c7-v2.dts b/target/linux/ath79/dts/qca9558_tl-archer-c7-v2.dts
new file mode 100644
index 0000000000..980aa35b91
--- /dev/null
+++ b/target/linux/ath79/dts/qca9558_tl-archer-c7-v2.dts
@@ -0,0 +1,16 @@
+// 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 "qca9558_tl-archer-c7.dtsi"
+
+/ {
+ compatible = "tplink,tl-archer-c7-v2", "qca,qca9558";
+ model = "TP-Link Archer C7 Version 2";
+};
+
+&rfkill {
+ gpios = <&gpio 23 GPIO_ACTIVE_LOW>;
+};