mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
19 lines
349 B
Plaintext
19 lines
349 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "ar7241_tplink_tl-mr3x20.dtsi"
|
|
|
|
/ {
|
|
compatible = "tplink,tl-mr3220-v1", "qca,ar7241";
|
|
model = "TP-Link TL-MR3220 v1";
|
|
|
|
ath9k-leds {
|
|
compatible = "gpio-leds";
|
|
|
|
wlan {
|
|
label = "green:wlan";
|
|
gpios = <&ath9k 1 GPIO_ACTIVE_LOW>;
|
|
linux,default-trigger = "phy0tpt";
|
|
};
|
|
};
|
|
};
|