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 = "airlink101,ar725w", "ralink,rt2880-soc"; 9 compatible = "airlink101,ar725w", "ralink,rt2880-soc";
Line 10... Line -...
10 model = "Airlink101 AR725W"; -  
11   -  
12 aliases { -  
13 led-boot = &led_power; -  
14 led-failsafe = &led_power; -  
15 led-running = &led_power; -  
16 led-upgrade = &led_power; -  
17 }; 10 model = "Airlink101 AR725W";
18   11  
19 cfi@bdc00000 { 12 cfi@bdc00000 {
20 compatible = "cfi-flash"; 13 compatible = "cfi-flash";
-   14 reg = <0xbc400000 0x800000>;
-   15 bank-width = <2>;
-   16 #address-cells = <1>;
-   17 #size-cells = <1>;
-   18  
-   19 u-boot@0 {
-   20 reg = <0x0 0x30000>;
-   21 label = "u-boot";
-   22 read-only;
-   23 };
-   24  
-   25 u-boot-env@30000 {
-   26 reg = <0x30000 0x10000>;
-   27 label = "u-boot-env";
-   28 };
-   29  
-   30 factory: factory@40000 {
-   31 reg = <0x40000 0x10000>;
-   32 label = "factory";
Line 21... Line -...
21 reg = <0xbc400000 0x800000>; -  
22 bank-width = <2>; -  
23   -  
24 partitions { -  
25 compatible = "fixed-partitions"; -  
26 #address-cells = <1>; -  
27 #size-cells = <1>; -  
28   -  
29 partition@0 { -  
30 reg = <0x0 0x30000>; -  
31 label = "u-boot"; -  
32 read-only; -  
33 }; -  
34   -  
35 partition@30000 { -  
36 reg = <0x30000 0x10000>; -  
37 label = "u-boot-env"; -  
38 }; -  
39   -  
40 factory: partition@40000 { -  
41 reg = <0x40000 0x10000>; -  
42 label = "factory"; -  
43 read-only; 33 read-only;
44 }; -  
45   34 };
46 partition@50000 { 35  
47 compatible = "denx,uimage"; -  
48 reg = <0x50000 0x3B0000>; 36 firmware@50000 {
49 label = "firmware"; 37 reg = <0x50000 0x3B0000>;
Line 50... Line 38...
50 }; 38 label = "firmware";
51 }; 39 };
Line 52... Line 40...
52 }; 40 };
53   41  
54 leds { 42 gpio-leds {
55 compatible = "gpio-leds"; 43 compatible = "gpio-leds";
Line 56... Line 44...
56   44  
Line 68... Line 56...
68 label = "ar725w:blue:wps"; 56 label = "ar725w:blue:wps";
69 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; 57 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
70 }; 58 };
71 }; 59 };
Line 72... Line 60...
72   60  
73 keys { 61 gpio-keys-polled {
-   62 compatible = "gpio-keys-polled";
-   63 #address-cells = <1>;
74 compatible = "gpio-keys-polled"; 64 #size-cells = <0>;
Line 75... Line 65...
75 poll-interval = <100>; 65 poll-interval = <100>;
76   66  
77 wps { 67 wps {