ramips: fix LAN LED trigger assignment for Xiaomi Router 3 Pro
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_xiaomi_mi-router-ac2100.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7621_xiaomi_router-ac2100.dtsi"
4
5 / {
6 compatible = "xiaomi,mi-router-ac2100", "mediatek,mt7621-soc";
7 model = "Xiaomi Mi Router AC2100";
8
9 aliases {
10 led-boot = &led_status_yellow;
11 led-failsafe = &led_status_yellow;
12 led-running = &led_status_blue;
13 led-upgrade = &led_status_blue;
14 label-mac-device = &gmac0;
15 };
16
17 leds {
18 compatible = "gpio-leds";
19
20 wan_yellow {
21 label = "yellow:wan";
22 gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
23 };
24
25 wan_blue {
26 label = "blue:wan";
27 gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
28 };
29
30 led_status_yellow: status_yellow {
31 label = "yellow:status";
32 gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
33 };
34
35 led_status_blue: status_blue {
36 label = "blue:status";
37 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
38 };
39 };
40 };