aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar7241_tplink_tl-wr841-v7.dts
blob: 1aeeab7e21d112359017db0567a60f60265cb147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;

#include "ar7241_tplink.dtsi"

/ {
	compatible = "tplink,tl-wr841-v7", "qca,ar7241";
	model = "TP-LINK TL-WR841N/ND v7";

	ath9k-leds {
		compatible = "gpio-leds";

		wlan {
			label = "tp-link:green:wlan";
			gpios = <&ath9k 0 GPIO_ACTIVE_LOW>;
			default-state = "off";
			linux,default-trigger = "phy0tpt";
		};
	};
};