ath79: rename dts/image using manufacturer_board scheme
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar7241_tplink_tl-mr3420-v1.dts
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 (file)
index 0000000..06b0264
--- /dev/null
@@ -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";
+               };
+       };
+};