ramips: fix LAN LED trigger assignment for Xiaomi Router 3 Pro
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_hiwifi_hc5661a.dts
1 #include "mt7628an_hiwifi_hc5x61a.dtsi"
2
3 / {
4 compatible = "hiwifi,hc5661a", "mediatek,mt7628an-soc";
5 model = "HiWiFi HC5661A";
6
7 leds {
8 compatible = "gpio-leds";
9
10 led_system: system {
11 label = "blue:system";
12 gpios = <&gpio 37 GPIO_ACTIVE_HIGH>;
13 };
14
15 internet {
16 label = "blue:internet";
17 gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
18 };
19
20 wlan2g {
21 label = "blue:wlan2g";
22 gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
23 linux,default-trigger = "phy0tpt";
24 };
25 };
26 };
27
28 &state_default {
29 gpio {
30 groups = "i2c", "refclk", "wdt", "wled_an";
31 function = "gpio";
32 };
33 };
34
35 &ehci {
36 status = "disabled";
37 };
38
39 &ohci {
40 status = "disabled";
41 };