OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileRegard whitespace
Rev 2 Rev 3
Line 7... Line 7...
7   7  
8 / { 8 / {
9 compatible = "tenda,w150m", "ralink,rt3050-soc"; 9 compatible = "tenda,w150m", "ralink,rt3050-soc";
Line 10... Line -...
10 model = "Tenda W150M"; -  
11   -  
12 aliases { -  
13 led-boot = &led_ap; -  
14 led-failsafe = &led_ap; -  
15 led-running = &led_ap; -  
16 led-upgrade = &led_ap; -  
17 }; 10 model = "Tenda W150M";
18   11  
19 cfi@1f000000 { 12 cfi@1f000000 {
20 compatible = "cfi-flash"; 13 compatible = "cfi-flash";
21 reg = <0x1f000000 0x800000>; 14 reg = <0x1f000000 0x800000>;
22 bank-width = <2>; -  
23 device-width = <2>; -  
24   -  
25 partitions { 15 bank-width = <2>;
26 compatible = "fixed-partitions"; 16 device-width = <2>;
Line 27... Line 17...
27 #address-cells = <1>; 17 #address-cells = <1>;
28 #size-cells = <1>; 18 #size-cells = <1>;
Line 44... Line 34...
44 reg = <0x40000 0x10000>; 34 reg = <0x40000 0x10000>;
45 read-only; 35 read-only;
46 }; 36 };
Line 47... Line 37...
47   37  
48 partition@50000 { -  
49 compatible = "denx,uimage"; 38 partition@50000 {
50 label = "firmware"; 39 label = "firmware";
51 reg = <0x50000 0x3c8000>; 40 reg = <0x50000 0x3c8000>;
52 }; 41 };
53 }; -  
Line 54... Line 42...
54 }; 42 };
55   43  
Line 56... Line 44...
56 leds { 44 gpio-leds {
57 compatible = "gpio-leds"; 45 compatible = "gpio-leds";
58   46  
59 3grouter { 47 3grouter {
Line 60... Line 48...
60 label = "w150m:blue:3grouter"; 48 label = "w150m:blue:3grouter";
61 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; 49 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
62 }; 50 };
63   51  
Line 64... Line 52...
64 led_ap: ap { 52 ap {
Line 85... Line 73...
85 label = "w150m:blue:wpsreset"; 73 label = "w150m:blue:wpsreset";
86 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; 74 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
87 }; 75 };
88 }; 76 };
Line 89... Line 77...
89   77  
90 keys { 78 gpio-keys-polled {
-   79 compatible = "gpio-keys-polled";
-   80 #address-cells = <1>;
91 compatible = "gpio-keys-polled"; 81 #size-cells = <0>;
Line 92... Line 82...
92 poll-interval = <20>; 82 poll-interval = <20>;
93   83  
94 reset { 84 reset {