OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 7... Line 7...
7   7  
8 / { 8 / {
9 compatible = "ralink,v11st-fe", "ralink,rt2880-soc"; 9 compatible = "ralink,v11st-fe", "ralink,rt2880-soc";
Line 10... Line 10...
10 model = "Ralink V11ST-FE"; 10 model = "Ralink V11ST-FE";
11   11  
-   12 pci@440000 {
12 aliases { 13 status = "okay";
13 led-boot = &led_status; 14  
14 led-failsafe = &led_status; 15 host-bridge {
-   16 pci-bridge@1 {
-   17 status = "okay";
15 led-running = &led_status; 18 };
Line 16... Line 19...
16 led-upgrade = &led_status; 19 };
17 }; 20 };
18   21  
19 nor-flash@1c000000 { 22 nor-flash@1c000000 {
-   23 compatible = "cfi-flash";
-   24 reg = <0x1c000000 0x800000>;
Line 20... Line -...
20 compatible = "cfi-flash"; -  
21 reg = <0x1c000000 0x800000>; -  
22 bank-width = <2>; -  
23   -  
24 partitions { -  
25 compatible = "fixed-partitions"; 25 bank-width = <2>;
26 #address-cells = <1>; 26 #address-cells = <1>;
27 #size-cells = <1>; 27 #size-cells = <1>;
28   28  
29 partition@0 { 29 partition@0 {
Line 30... Line 30...
30 reg = <0x0 0x0030000>; 30 reg = <0x0 0x0030000>;
31 label = "u-boot"; 31 label = "u-boot";
32 read-only; 32 read-only;
33 }; 33 };
34   34  
Line 35... Line 35...
35 partition@30000 { 35 partition@30000 {
36 reg = <0x00030000 0x00010000>; 36 reg = <0x00030000 0x00010000>;
37 label = "u-boot-env"; 37 label = "u-boot-env";
38 read-only; 38 read-only;
39 }; 39 };
Line 40... Line 40...
40   40  
41 factory: partition@40000 { -  
42 reg = <0x00040000 0x00010000>; 41 factory: partition@40000 {
43 label = "factory"; 42 reg = <0x00040000 0x00010000>;
44 read-only; -  
45 }; 43 label = "factory";
46   44 read-only;
Line 47... Line 45...
47 partition@50000 { 45 };
48 compatible = "denx,uimage"; 46  
-   47 partition@50000 {
-   48 reg = <0x00050000 0x003b0000>;
49 reg = <0x00050000 0x003b0000>; 49 label = "firmware";
Line 50... Line 50...
50 label = "firmware"; 50 };
51 }; 51 };
52 }; 52  
53 }; 53 gpio-keys-polled {
54   54 compatible = "gpio-keys-polled";
55 keys { 55 #address-cells = <1>;
Line 56... Line 56...
56 compatible = "gpio-keys-polled"; 56 #size-cells = <0>;
57 poll-interval = <100>; 57 poll-interval = <100>;
Line 58... Line 58...
58   58  
59 wps { 59 wps {
60 label = "wps"; 60 label = "wps";
61 gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>; 61 gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
62 linux,code = <KEY_WPS_BUTTON>; 62 linux,code = <KEY_WPS_BUTTON>;
63 }; 63 };
Line 79... Line 79...
79   79  
80 &ethernet { 80 &ethernet {
81 status = "okay"; 81 status = "okay";
Line 82... Line -...
82 }; -  
83   -  
84 &pci { -  
85 status = "okay"; -  
86 }; 82 };
87   83  
88 &wmac { 84 &wmac {