OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 4... Line 4...
4   4  
5 / { 5 / {
6 compatible = "hiwifi,hc5761", "hiwifi,hc5x61", "ralink,mt7620a-soc"; 6 compatible = "hiwifi,hc5761", "hiwifi,hc5x61", "ralink,mt7620a-soc";
Line 7... Line -...
7 model = "HiWiFi HC5761"; -  
8   -  
9 aliases { -  
10 led-boot = &led_system; -  
11 led-failsafe = &led_system; -  
12 led-running = &led_system; -  
13 led-upgrade = &led_system; -  
14 }; 7 model = "HiWiFi HC5761";
15   8  
Line 16... Line 9...
16 leds { 9 gpio-leds {
17 compatible = "gpio-leds"; 10 compatible = "gpio-leds";
18   11  
19 led_system: system { 12 system {
Line 20... Line 13...
20 label = "hc5761:blue:system"; 13 label = "hc5761:blue:system";
Line 35... Line 28...
35 label = "hc5761:blue:wlan5g"; 28 label = "hc5761:blue:wlan5g";
36 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; 29 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
37 }; 30 };
38 }; 31 };
39 }; 32 };
40   -  
41 &ehci { -  
42 status = "okay"; -  
43 }; -  
44   -  
45 &ohci { -  
46 status = "okay"; -  
47 }; -  
48   -  
49 &pcie { -  
50 status = "okay"; -  
51 }; -  
52   -  
53 &pcie0 { -  
54 mt76@0,0 { -  
55 reg = <0x0000 0 0 0 0>; -  
56 mediatek,mtd-eeprom = <&factory 0x8000>; -  
57 ieee80211-freq-limit = <5000000 6000000>; -  
58 }; -  
59 }; -