aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar7241_tplink_tl-mr3420-v1.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar7241_tplink_tl-mr3420-v1.dts')
-rw-r--r--target/linux/ath79/dts/ar7241_tplink_tl-mr3420-v1.dts20
1 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar7241_tplink_tl-mr3420-v1.dts b/target/linux/ath79/dts/ar7241_tplink_tl-mr3420-v1.dts
new file mode 100644
index 0000000000..06b0264e31
--- /dev/null
+++ b/target/linux/ath79/dts/ar7241_tplink_tl-mr3420-v1.dts
@@ -0,0 +1,20 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+/dts-v1/;
+
+#include "ar7241_tplink_tl-mr3x20.dtsi"
+
+/ {
+ compatible = "tplink,tl-mr3420-v1", "qca,ar7241";
+ model = "TP-Link TL-MR3420 v1";
+
+ ath9k-leds {
+ compatible = "gpio-leds";
+
+ wlan {
+ label = "tp-link:green:wlan";
+ gpios = <&ath9k 0 GPIO_ACTIVE_LOW>;
+ default-state = "off";
+ linux,default-trigger = "phy0tpt";
+ };
+ };
+};