OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 9... Line 9...
9 #address-cells = <1>; 9 #address-cells = <1>;
10 #size-cells = <1>; 10 #size-cells = <1>;
11 compatible = "belkin,f5d8235-v1", "ralink,rt2880-soc"; 11 compatible = "belkin,f5d8235-v1", "ralink,rt2880-soc";
12 model = "Belkin F5D8235 v1"; 12 model = "Belkin F5D8235 v1";
Line 13... Line 13...
13   13  
14 aliases { 14 pci@440000 {
15 led-boot = &led_wired_blue; -  
16 led-failsafe = &led_wired_blue; 15 status = "ok";
Line 17... Line 16...
17 }; 16 };
18   17  
19 cfi@1f000000 { 18 cfi@1f000000 {
20 compatible = "cfi-flash"; 19 compatible = "cfi-flash";
21 reg = <0xbc400000 0x800000>; 20 reg = <0xbc400000 0x800000>;
-   21 bank-width = <2>;
-   22 device-width = <2>;
-   23 #address-cells = <1>;
-   24 #size-cells = <1>;
-   25  
-   26 partition@0 {
-   27 label = "uboot";
-   28 reg = <0x0 0x30000>;
-   29 read-only;
-   30 };
-   31  
-   32 partition@30000 {
-   33 label = "uboot-env";
-   34 reg = <0x30000 0x10000>;
-   35 read-only;
-   36 };
-   37  
-   38 factory: partition@40000 {
-   39 label = "factory";
-   40 reg = <0x40000 0x10000>;
Line 22... Line -...
22 bank-width = <2>; -  
23 device-width = <2>; -  
24   -  
25 partitions { -  
26 compatible = "fixed-partitions"; -  
27 #address-cells = <1>; -  
28 #size-cells = <1>; -  
29   -  
30 partition@0 { -  
31 label = "uboot"; -  
32 reg = <0x0 0x30000>; -  
33 read-only; -  
34 }; -  
35   -  
36 partition@30000 { -  
37 label = "uboot-env"; -  
38 reg = <0x30000 0x10000>; -  
39 read-only; -  
40 }; -  
41   -  
42 factory: partition@40000 { -  
43 label = "factory"; -  
44 reg = <0x40000 0x10000>; -  
45 read-only; 41 read-only;
46 }; -  
47   42 };
48 partition@50000 { 43  
49 compatible = "denx,uimage"; -  
50 label = "firmware"; 44 partition@50000 {
51 reg = <0x50000 0x7b0000>; 45 label = "firmware";
Line 52... Line 46...
52 }; 46 reg = <0x50000 0x7b0000>;
53 }; 47 };
Line 98... Line 92...
98 >; 92 >;
Line 99... Line 93...
99   93  
100 realtek,green-ethernet-features; 94 realtek,green-ethernet-features;
Line 101... Line 95...
101 }; 95 };
102   96  
-   97 gpio-keys-polled {
-   98 compatible = "gpio-keys-polled";
103 keys { 99 #address-cells = <1>;
Line 104... Line 100...
104 compatible = "gpio-keys-polled"; 100 #size-cells = <0>;
105 poll-interval = <100>; 101 poll-interval = <100>;
106   102  
Line 115... Line 111...
115 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; 111 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
116 linux,code = <KEY_RESTART>; 112 linux,code = <KEY_RESTART>;
117 }; 113 };
118 }; 114 };
Line 119... Line 115...
119   115  
120 leds { 116 gpio-leds {
Line 121... Line 117...
121 compatible = "gpio-leds"; 117 compatible = "gpio-leds";
122   118  
123 internet { 119 internet {
Line 146... Line 142...
146 }; 142 };
Line 147... Line 143...
147   143  
148 storage { 144 storage {
149 label = "f5d8235-v1:blue:storage"; 145 label = "f5d8235-v1:blue:storage";
150 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; -  
151 trigger-sources = <&ohci_port1>, <&ehci_port1>; -  
152 linux,default-trigger = "usbport"; 146 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
Line 153... Line 147...
153 }; 147 };
154   148  
155 storage2 { 149 storage2 {
Line 165... Line 159...
165 security2 { 159 security2 {
166 label = "f5d8235-v1:amber:security"; 160 label = "f5d8235-v1:amber:security";
167 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; 161 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
168 }; 162 };
Line 169... Line 163...
169   163  
170 led_wired_blue: wired { 164 wired {
171 label = "f5d8235-v1:blue:wired"; 165 label = "f5d8235-v1:blue:wired";
172 gpios = <&gpio0 5 GPIO_ACTIVE_LOW>; 166 gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
Line 173... Line 167...
173 }; 167 };
Line 209... Line 203...
209 port@0 { 203 port@0 {
210 mediatek,fixed-link = <1000 1 1 1>; 204 mediatek,fixed-link = <1000 1 1 1>;
211 }; 205 };
212 }; 206 };
Line 213... Line -...
213   -  
214 &pci { -  
215 status = "okay"; -  
216   -  
217 usb@11,0 { -  
218 #address-cells = <1>; -  
219 #size-cells = <0>; -  
220 compatible = "pci1033,0035"; -  
221 reg = <0x8800 0 0 0 0>; -  
222   -  
223 ohci_port1: port@1 { -  
224 reg = <1>; -  
225 #trigger-source-cells = <0>; -  
226 }; -  
227 }; -  
228   -  
229 usb@11,1 { -  
230 #address-cells = <1>; -  
231 #size-cells = <0>; -  
232 compatible = "pci1033,00e0"; -  
233 reg = <0x8900 0 0 0 0>; -  
234   -  
235 ehci_port1: port@1 { -  
236 reg = <1>; -  
237 #trigger-source-cells = <0>; -  
238 }; -  
239 }; -  
240 }; -  
241   207  
242 &wmac { 208 &wmac {
243 status = "okay"; 209 status = "okay";
244 ralink,mtd-eeprom = <&factory 0x0>; 210 ralink,mtd-eeprom = <&factory 0x0>;