091483a131f70f62002e6ccc91d7fea571f1343e
[openwrt/openwrt.git] / target / linux / ramips / dts / HC5661.dts
1 /dts-v1/;
2
3 #include "HC5X61.dtsi"
4
5 / {
6 compatible = "hiwifi,hc5661", "hiwifi,hc5x61", "ralink,mt7620a-soc";
7 model = "HiWiFi HC5661";
8
9 aliases {
10 led-boot = &led_system;
11 led-failsafe = &led_system;
12 led-running = &led_system;
13 led-upgrade = &led_system;
14 };
15
16 leds {
17 compatible = "gpio-leds";
18
19 led_system: system {
20 label = "hc5661:blue:system";
21 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
22 };
23
24 internet {
25 label = "hc5661:blue:internet";
26 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
27 };
28
29 wlan2g {
30 label = "hc5661:blue:wlan2g";
31 gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
32 };
33
34 wlan5g {
35 label = "hc5661:blue:wlan5g";
36 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
37 };
38 };
39 };