kernel: bump 6.1 to 6.1.89
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar7241_tplink_tl-wr841-v7.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.dtsi"
6
7 / {
8 compatible = "tplink,tl-wr841-v7", "qca,ar7241";
9 model = "TP-Link TL-WR841N/ND v7";
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 };