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,hc5861", "hiwifi,hc5x61", "ralink,mt7620a-soc"; 6 compatible = "hiwifi,hc5861", "hiwifi,hc5x61", "ralink,mt7620a-soc";
Line 7... Line -...
7 model = "HiWiFi HC5861"; -  
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 HC5861";
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 = "hc5861:blue:system"; 13 label = "hc5861:blue:system";
Line 58... Line 51...
58 gpios = <&gpio0 8 GPIO_ACTIVE_LOW>; 51 gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
59 }; 52 };
60 }; 53 };
61 }; 54 };
Line 62... Line -...
62   -  
63 &ehci { -  
64 status = "okay"; -  
65 }; -  
66   -  
67 &ohci { -  
68 status = "okay"; -  
69 }; -  
70   55  
71 &ethernet { 56 &ethernet {
72 status = "okay"; 57 status = "okay";
73 mtd-mac-address = <&factory 0x4>; 58 mtd-mac-address = <&factory 0x4>;
74 pinctrl-names = "default"; 59 pinctrl-names = "default";
Line 103... Line 88...
103 }; 88 };
Line 104... Line 89...
104   89  
105 &gsw { 90 &gsw {
106 mediatek,port4 = "gmac"; 91 mediatek,port4 = "gmac";
107 }; -  
108   -  
109 &pcie { -  
110 status = "okay"; -  
111 }; -  
112   -  
113 &pcie0 { -  
114 mt76@0,0 { -  
115 reg = <0x0000 0 0 0 0>; -  
116 mediatek,mtd-eeprom = <&factory 0x8000>; -  
117 ieee80211-freq-limit = <5000000 6000000>; -  
118 }; -