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 = "fon,fonera20n", "ralink,rt3052-soc"; 9 compatible = "fon,fonera20n", "ralink,rt3052-soc";
Line 10... Line -...
10 model = "La Fonera 2.0N"; -  
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 = "La Fonera 2.0N";
18   11  
19 cfi@1f000000 { 12 cfi@1f000000 {
20 compatible = "cfi-flash"; 13 compatible = "cfi-flash";
21 reg = <0x1f000000 0x800000>; 14 reg = <0x1f000000 0x800000>;
-   15 bank-width = <2>;
-   16 device-width = <2>;
Line 22... Line -...
22 bank-width = <2>; -  
23 device-width = <2>; -  
24   -  
25 partitions { -  
26 compatible = "fixed-partitions"; -  
27 #address-cells = <1>; 17 #address-cells = <1>;
28 #size-cells = <1>; 18 #size-cells = <1>;
29   19  
30 partition@0 { 20 partition@0 {
31 label = "u-boot"; 21 label = "u-boot";
32 reg = <0x0 0x30000>; 22 reg = <0x0 0x30000>;
33 read-only; 23 read-only;
34 }; 24 };
35   25  
36 partition@30000 { 26 partition@30000 {
37 label = "u-boot-env"; 27 label = "u-boot-env";
38 reg = <0x30000 0x10000>; 28 reg = <0x30000 0x10000>;
39 read-only; 29 read-only;
40 }; 30 };
41   31  
42 factory: partition@40000 { 32 factory: partition@40000 {
43 label = "factory"; 33 label = "factory";
44 reg = <0x40000 0x10000>; 34 reg = <0x40000 0x10000>;
45 read-only; 35 read-only;
46 }; -  
47   36 };
48 partition@50000 { 37  
49 compatible = "denx,uimage"; -  
50 label = "firmware"; 38 partition@50000 {
51 reg = <0x50000 0x7b0000>; 39 label = "firmware";
Line 52... Line 40...
52 }; 40 reg = <0x50000 0x7b0000>;
53 }; 41 };
Line 54... Line 42...
54 }; 42 };
55   43  
56 leds { 44 gpio-leds {
57 compatible = "gpio-leds"; 45 compatible = "gpio-leds";
Line 58... Line 46...
58   46  
59 wifi { 47 wifi {
60 label = "fonera20n:orange:wifi"; 48 label = "fonera20n:orange:wifi";
61 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; 49 gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
Line 62... Line 50...
62 }; 50 };
63   51  
64 led_power: power { 52 power {
65 label = "fonera20n:green:power"; -  
66 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; -  
67 }; 53 label = "fonera20n:green:power";
68   54 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
Line 69... Line 55...
69 usb { 55 };
70 label = "fonera20n:orange:usb"; 56  
-   57 usb {
-   58 label = "fonera20n:orange:usb";
71 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; 59 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
Line 72... Line 60...
72 trigger-sources = <&otg_port1>; 60 };
73 linux,default-trigger = "usbport"; 61 };
74 }; 62  
Line 105... Line 93...
105 &ethernet { 93 &ethernet {
106 mtd-mac-address = <&factory 0x28>; 94 mtd-mac-address = <&factory 0x28>;
107 }; 95 };
Line 108... Line 96...
108   96  
109 &esw { -  
110 #address-cells = <1>; -  
111 #size-cells = <0>; -  
112   97 &esw {
Line 113... Line 98...
113 mediatek,portmap = <0x2f>; 98 mediatek,portmap = <0x2f>;
114   99  
115 port@0 { -  
116 compatible = "swconfig,port"; 100 port@0 {
117 reg = <0>; 101 compatible = "swconfig,port";
118 swconfig,segment = "lan"; 102 swconfig,segment = "lan";
Line 119... Line 103...
119 swconfig,portmap = <0 4>; 103 swconfig,portmap = <0 4>;
120 }; 104 };
121   -  
122 port@1 { 105  
123 compatible = "swconfig,port"; 106 port@1 {
124 reg = <1>; 107 compatible = "swconfig,port";
Line 125... Line 108...
125 swconfig,segment = "lan"; 108 swconfig,segment = "lan";
126 swconfig,portmap = <1 3>; 109 swconfig,portmap = <1 3>;
127 }; -  
128   110 };
129 port@2 { 111  
130 compatible = "swconfig,port"; 112 port@2 {
Line 131... Line 113...
131 reg = <2>; 113 compatible = "swconfig,port";
132 swconfig,segment = "lan"; 114 swconfig,segment = "lan";
133 swconfig,portmap = <2 2>; -  
134 }; 115 swconfig,portmap = <2 2>;
135   116 };
136 port@3 { 117  
Line 137... Line 118...
137 compatible = "swconfig,port"; 118 port@3 {
138 reg = <3>; 119 compatible = "swconfig,port";
139 swconfig,segment = "lan"; -  
140 swconfig,portmap = <3 1>; 120 swconfig,segment = "lan";
141 }; 121 swconfig,portmap = <3 1>;
142   122 };
143 port@4 { 123