aboutsummaryrefslogtreecommitdiff
path: root/target/linux/mediatek/dts/mt7981b-xiaomi-mi-router-wr30u.dtsi
blob: 87a2493a2383b4244403543a895deaea47e4eeb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

/dts-v1/;
#include "mt7981b-xiaomi-mi-router-common.dtsi"

&gmac0 {
	nvmem-cell-names = "mac-address";
	nvmem-cells = <&macaddr_factory_4 (-1)>;
};

&leds {
	led-wan-blue {
		color = <LED_COLOR_ID_BLUE>;
		function = LED_FUNCTION_WAN;
		gpios = <&pio 11 GPIO_ACTIVE_LOW>;
	};

	led-wan-yellow {
		color = <LED_COLOR_ID_YELLOW>;
		function = LED_FUNCTION_WAN;
		gpios = <&pio 12 GPIO_ACTIVE_LOW>;
	};
};