2018-06-26 14:01:47 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
|
2024-02-07 13:48:34 +00:00
|
|
|
#include <dt-bindings/leds/common.h>
|
|
|
|
|
2018-08-02 07:14:10 +00:00
|
|
|
#include "ar7241_tplink.dtsi"
|
2018-06-26 14:01:47 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
compatible = "tplink,tl-wr841-v7", "qca,ar7241";
|
2019-01-04 21:44:08 +00:00
|
|
|
model = "TP-Link TL-WR841N/ND v7";
|
2018-06-26 14:01:47 +00:00
|
|
|
|
|
|
|
ath9k-leds {
|
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
|
|
|
wlan {
|
2024-02-07 13:48:34 +00:00
|
|
|
function = LED_FUNCTION_WLAN;
|
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
2018-06-26 14:01:47 +00:00
|
|
|
gpios = <&ath9k 0 GPIO_ACTIVE_LOW>;
|
|
|
|
linux,default-trigger = "phy0tpt";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|