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 = "ralink,mt7620a-eval-board", "ralink,mt7620a-soc"; 9 compatible = "ralink,mt7620a-eval-board", "ralink,mt7620a-soc";
Line 10... Line 10...
10 model = "Ralink MT7620a V22SG High Power evaluation board"; 10 model = "Ralink MT7620a V22SG High Power evaluation board";
11   11  
-   12 gpio-keys-polled {
-   13 compatible = "gpio-keys-polled";
12 keys { 14 #address-cells = <1>;
Line 13... Line 15...
13 compatible = "gpio-keys-polled"; 15 #size-cells = <0>;
14 poll-interval = <20>; 16 poll-interval = <20>;
15   17  
Line 25... Line 27...
25 linux,code = <KEY_WPS_BUTTON>; 27 linux,code = <KEY_WPS_BUTTON>;
26 }; 28 };
27 }; 29 };
Line 28... Line 30...
28   30  
-   31 nand {
-   32 #address-cells = <1>;
29 nand { 33 #size-cells = <1>;
Line 30... Line -...
30 compatible = "mtk,mt7620-nand"; -  
31   -  
32 partitions { -  
33 compatible = "fixed-partitions"; -  
34 #address-cells = <1>; -  
35 #size-cells = <1>; 34 compatible = "mtk,mt7620-nand";
36   35  
37 partition@0 { 36 partition@0 {
38 label = "u-boot"; 37 label = "u-boot";
39 reg = <0x0 0x40000>; 38 reg = <0x0 0x40000>;
40 read-only; 39 read-only;
41 }; 40 };
42   41  
43 partition@40000 { 42 partition@40000 {
44 label = "u-boot-env"; 43 label = "u-boot-env";
45 reg = <0x40000 0x20000>; 44 reg = <0x40000 0x20000>;
46 read-only; 45 read-only;
47 }; 46 };
48   47  
49 factory: partition@60000 { 48 factory: partition@60000 {
50 label = "factory"; 49 label = "factory";
51 reg = <0x60000 0x20000>; 50 reg = <0x60000 0x20000>;
52 read-only; 51 read-only;
53 }; 52 };
54   -  
55 partition@80000 { 53  
56 compatible = "denx,uimage"; 54 partition@80000 {
57 label = "firmware"; -  
58 reg = <0x80000 0x7f80000>; 55 label = "firmware";
59 }; 56 reg = <0x80000 0x7f80000>;
60 }; 57 };
Line 61... Line 58...
61 }; 58 };