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