ath79: remove quotes for boardname in scripts
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar7241_tl-mr3220-v1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "ar7241_tl-mr3x20.dtsi"
5
6 / {
7 compatible = "tplink,tl-mr3220-v1", "qca,ar7241";
8 model = "TP-Link TL-MR3220 v1";
9
10 ath9k-leds {
11 compatible = "gpio-leds";
12
13 wlan {
14 label = "tp-link:green:wlan";
15 gpios = <&ath9k 1 GPIO_ACTIVE_LOW>;
16 default-state = "off";
17 linux,default-trigger = "phy0tpt";
18 };
19 };
20 };