ath79: fix dts of Teltonika RUT9xx devices
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / ar7241_tplink_tl-wr841-v7.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "ar7241_tplink.dtsi"
5
6 / {
7 compatible = "tplink,tl-wr841-v7", "qca,ar7241";
8 model = "TP-Link TL-WR841N/ND v7";
9
10 ath9k-leds {
11 compatible = "gpio-leds";
12
13 wlan {
14 label = "tp-link:green:wlan";
15 gpios = <&ath9k 0 GPIO_ACTIVE_LOW>;
16 linux,default-trigger = "phy0tpt";
17 };
18 };
19 };