OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 2 Rev 3
1 /dts-v1/; 1 /dts-v1/;
2   2  
3 #include "WR512-3GN.dtsi" 3 #include "WR512-3GN.dtsi"
4   4  
5 / { 5 / {
6 compatible = "unbranded,wr512-3gn-4m", "unbranded,wr512-3gn", "ralink,rt3052-soc"; 6 compatible = "unbranded,wr512-3gn-4m", "unbranded,wr512-3gn", "ralink,rt3052-soc";
7 model = "WR512-3GN (4M)"; 7 model = "WR512-3GN (4M)";
8   8  
9 cfi@1f000000 { 9 cfi@1f000000 {
10 compatible = "cfi-flash"; 10 compatible = "cfi-flash";
11 reg = <0x1f000000 0x800000>; 11 reg = <0x1f000000 0x800000>;
12 bank-width = <2>; 12 bank-width = <2>;
13 device-width = <2>; 13 device-width = <2>;
-   14 #address-cells = <1>;
-   15 #size-cells = <1>;
14   -  
15 partitions { -  
16 compatible = "fixed-partitions"; -  
17 #address-cells = <1>; -  
18 #size-cells = <1>; -  
19   16  
20 partition@0 { 17 partition@0 {
21 label = "u-boot"; 18 label = "u-boot";
22 reg = <0x0 0x30000>; 19 reg = <0x0 0x30000>;
23 read-only; 20 read-only;
24 }; 21 };
25   22  
26 partition@30000 { 23 partition@30000 {
27 label = "u-boot-env"; 24 label = "u-boot-env";
28 reg = <0x30000 0x10000>; 25 reg = <0x30000 0x10000>;
29 read-only; 26 read-only;
30 }; 27 };
31   28  
32 factory: partition@40000 { 29 factory: partition@40000 {
33 label = "factory"; 30 label = "factory";
34 reg = <0x40000 0x10000>; 31 reg = <0x40000 0x10000>;
35 read-only; -  
36 }; 32 read-only;
37   33 };
38 partition@50000 { -  
39 compatible = "denx,uimage"; 34  
40 label = "firmware"; 35 partition@50000 {
41 reg = <0x50000 0x3c8000>; 36 label = "firmware";
42 }; 37 reg = <0x50000 0x3c8000>;
43 }; 38 };
44 }; 39 };
45 }; 40 };
46   41