8288af1e18
This helps getting rid of SUPPORTED_DEVICES which can be auto-generated in image/Makefile. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
20 lines
385 B
Text
20 lines
385 B
Text
// 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";
|
|
};
|
|
};
|
|
};
|