aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7628an_tplink_re220-v2.dts
blob: aa2db574819b3ddda5b04b6371272f6163c9c8fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

#include "mt7628an_tplink_re200.dtsi"

/ {
	compatible = "tplink,re220-v2", "mediatek,mt7628an-soc";
	model = "TP-Link RE220 v2";

	leds {
		wifi2g_red {
			label = "red:wifi2g";
			gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
		};

		wifi5g_red {
			label = "red:wifi5g";
			gpios = <&gpio 40 GPIO_ACTIVE_LOW>;
		};
	};
};

&led_power {
	gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
};