blob: 9cde6a1f7482c2951b6edef960d437d4358b8b26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "mt7628an_tplink_re200.dtsi"
/ {
compatible = "tplink,re200-v4", "mediatek,mt7628an-soc";
model = "TP-Link RE200 v4";
leds {
wifi_red {
label = "red:wifi";
gpios = <&gpio 40 GPIO_ACTIVE_LOW>;
};
};
};
&led_power {
gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
};
|