ramips: improve support for HiWiFi HC5661A and HC5861B
[openwrt/staging/mkresin.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 = <&gpio1 5 GPIO_ACTIVE_HIGH>;
15 };
16
17 internet {
18 label = "hc5661a:blue:internet";
19 gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
20 };
21
22 wlan2g {
23 label = "hc5661a:blue:wlan2g";
24 gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>;
25 linux,default-trigger = "phy0tpt";
26 };
27 };
28 };
29
30 &pinctrl {
31 state_default: pinctrl0 {
32 gpio {
33 ralink,group = "i2c", "refclk", "wdt", "wled_an";
34 ralink,function = "gpio";
35 };
36 };
37 };
38
39 &ehci {
40 status = "disabled";
41 };
42
43 &ohci {
44 status = "disabled";
45 };