OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /dts-v1/;
2  
3 #include "HC5X61.dtsi"
4  
5 / {
6 compatible = "hiwifi,hc5661", "hiwifi,hc5x61", "ralink,mt7620a-soc";
7 model = "HiWiFi HC5661";
8  
3 office 9 gpio-leds {
1 office 10 compatible = "gpio-leds";
11  
3 office 12 system {
1 office 13 label = "hc5661:blue:system";
14 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
15 };
16  
17 internet {
18 label = "hc5661:blue:internet";
19 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
20 };
21  
22 wlan2g {
23 label = "hc5661:blue:wlan2g";
24 gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
25 };
26  
27 wlan5g {
28 label = "hc5661:blue:wlan5g";
29 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
30 };
31 };
32 };