ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar7241_tplink_tl-mr3420-v1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include <dt-bindings/leds/common.h>
4
5 #include "ar7241_tplink_tl-mr3x20.dtsi"
6
7 / {
8 compatible = "tplink,tl-mr3420-v1", "qca,ar7241";
9 model = "TP-Link TL-MR3420 v1";
10
11 ath9k-leds {
12 compatible = "gpio-leds";
13
14 wlan {
15 function = LED_FUNCTION_WLAN;
16 color = <LED_COLOR_ID_GREEN>;
17 gpios = <&ath9k 0 GPIO_ACTIVE_LOW>;
18 linux,default-trigger = "phy0tpt";
19 };
20 };
21 };