ath79: add support for more AR7241 TP-Link boards
[openwrt/.git] / target / linux / ath79 / dts / ar7241_tl-wr841-v7.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "ar7241_tp-link.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                         default-state = "off";
17                         linux,default-trigger = "phy0tpt";
18                 };
19         };
20 };