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 = "dlink,dap-1350", "ralink,rt3052-soc"; 9 compatible = "dlink,dap-1350", "ralink,rt3052-soc";
Line 10... Line -...
10 model = "D-Link DAP-1350"; -  
11   -  
12 aliases { -  
13 led-boot = &led_power_blue; -  
14 led-failsafe = &led_power_blue; -  
15 led-running = &led_power_blue; -  
16 led-upgrade = &led_power_blue; -  
17 }; 10 model = "D-Link DAP-1350";
18   11  
19 chosen { 12 chosen {
Line 20... Line 13...
20 bootargs = "console=ttyS0,115200"; 13 bootargs = "console=ttyS0,115200";
21 }; 14 };
22   15  
23 cfi@1f000000 { 16 cfi@1f000000 {
24 compatible = "cfi-flash"; 17 compatible = "cfi-flash";
-   18 reg = <0x1f000000 0x800000>;
-   19 bank-width = <2>;
-   20 device-width = <2>;
-   21 #address-cells = <1>;
-   22 #size-cells = <1>;
-   23  
-   24 partition@0 {
-   25 label = "u-boot";
-   26 reg = <0x0 0x30000>;
-   27 read-only;
-   28 };
-   29  
-   30 devdata: partition@30000 {
-   31 label = "devdata";
-   32 reg = <0x30000 0x10000>;
-   33 read-only;
-   34 };
-   35  
-   36 partition@40000 {
-   37 label = "devconf";
-   38 reg = <0x40000 0x30000>;
-   39 read-only;
-   40 };
-   41  
-   42 partition@70000 {
-   43 label = "devlang";
Line 25... Line -...
25 reg = <0x1f000000 0x800000>; -  
26 bank-width = <2>; -  
27 device-width = <2>; -  
28   -  
29 partitions { -  
30 compatible = "fixed-partitions"; -  
31 #address-cells = <1>; -  
32 #size-cells = <1>; -  
33   -  
34 partition@0 { -  
35 label = "u-boot"; -  
36 reg = <0x0 0x30000>; -  
37 read-only; -  
38 }; -  
39   -  
40 devdata: partition@30000 { -  
41 label = "devdata"; -  
42 reg = <0x30000 0x10000>; -  
43 read-only; -  
44 }; -  
45   -  
46 partition@40000 { -  
47 label = "devconf"; -  
48 reg = <0x40000 0x30000>; -  
49 read-only; -  
50 }; -  
51   -  
52 partition@70000 { -  
53 label = "devlang"; -  
54 reg = <0x70000 0x40000>; 44 reg = <0x70000 0x40000>;
55 read-only; -  
56 }; 45 read-only;
57   46 };
58 partition@b0000 { -  
59 compatible = "denx,uimage"; 47  
60 label = "firmware"; 48 partition@b0000 {
Line 61... Line 49...
61 reg = <0xb0000 0x750000>; 49 label = "firmware";
62 }; 50 reg = <0xb0000 0x750000>;
Line 63... Line 51...
63 }; 51 };
64 }; 52 };
65   53  
66 leds { 54 gpio-leds {
Line 67... Line 55...
67 compatible = "gpio-leds"; 55 compatible = "gpio-leds";
Line 80... Line 68...
80 label = "dap-1350:blue:wps"; 68 label = "dap-1350:blue:wps";
81 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; 69 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
82 }; 70 };
83 }; 71 };
Line 84... Line 72...
84   72  
85 keys { 73 gpio-keys-polled {
-   74 compatible = "gpio-keys-polled";
-   75 #address-cells = <1>;
86 compatible = "gpio-keys-polled"; 76 #size-cells = <0>;
Line 87... Line 77...
87 poll-interval = <20>; 77 poll-interval = <20>;
88   78  
89 reset { 79 reset {