aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar7241_tl-wr841-v7.dts
diff options
context:
space:
mode:
authorDmytro Smyrnov <dioptimizer@hotmail.com>2018-06-26 17:01:47 +0300
committerMathias Kresin <dev@kresin.me>2018-06-28 20:31:47 +0200
commit40218a2632697c86ab077497fc99b0f7a3719926 (patch)
tree56a93d42f45b355a9cfc37d0d80d1fcbe3015dc0 /target/linux/ath79/dts/ar7241_tl-wr841-v7.dts
parent25070f71062e57c08e27b921868178b09274602a (diff)
downloadupstream-40218a2632697c86ab077497fc99b0f7a3719926.tar.gz
upstream-40218a2632697c86ab077497fc99b0f7a3719926.tar.bz2
upstream-40218a2632697c86ab077497fc99b0f7a3719926.zip
ath79: add support for more AR7241 TP-Link boards
Its common AP99(AR7241) platform with following devices: TP-Link TL-WR841N/ND v7 (SoC AR7241 / Wifi AR9287 / without USB) TP-Link TL-MR3220 v1 (SoC AR7241 / Wifi AR9285 / USB support) TP-Link TL-MR3420 v1 (SoC AR7241 / Wifi AR9287 / USB support) Signed-off-by: Dmytro Smyrnov <dioptimizer@hotmail.com> Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ath79/dts/ar7241_tl-wr841-v7.dts')
-rw-r--r--target/linux/ath79/dts/ar7241_tl-wr841-v7.dts20
1 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar7241_tl-wr841-v7.dts b/target/linux/ath79/dts/ar7241_tl-wr841-v7.dts
new file mode 100644
index 0000000000..980809f1ba
--- /dev/null
+++ b/target/linux/ath79/dts/ar7241_tl-wr841-v7.dts
@@ -0,0 +1,20 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+/dts-v1/;
+
+#include "ar7241_tp-link.dtsi"
+
+/ {
+ compatible = "tplink,tl-wr841-v7", "qca,ar7241";
+ model = "TP-LINK TL-WR841N/ND v7";
+
+ ath9k-leds {
+ compatible = "gpio-leds";
+
+ wlan {
+ label = "tp-link:green:wlan";
+ gpios = <&ath9k 0 GPIO_ACTIVE_LOW>;
+ default-state = "off";
+ linux,default-trigger = "phy0tpt";
+ };
+ };
+};