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