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 + MT7610e evaluation board"; 10 model = "Ralink MT7620a + MT7610e evaluation board";
11   11  
-   12 gpio-keys-polled {
-   13 compatible = "gpio-keys";
12 keys { 14 #address-cells = <1>;
Line 13... Line 15...
13 compatible = "gpio-keys"; 15 #size-cells = <0>;
14 poll-interval = <20>; 16 poll-interval = <20>;
15   17  
Line 29... Line 31...
29   31  
30 &spi0 { 32 &spi0 {
Line 31... Line 33...
31 status = "okay"; 33 status = "okay";
-   34  
-   35 m25p80@0 {
32   36 #address-cells = <1>;
33 m25p80@0 { 37 #size-cells = <1>;
34 compatible = "jedec,spi-nor"; 38 compatible = "jedec,spi-nor";
Line 35... Line -...
35 reg = <0>; -  
36 spi-max-frequency = <10000000>; -  
37   -  
38 partitions { -  
39 compatible = "fixed-partitions"; -  
40 #address-cells = <1>; 39 reg = <0>;
41 #size-cells = <1>; 40 spi-max-frequency = <10000000>;
42   41  
43 partition@0 { 42 partition@0 {
44 label = "u-boot"; 43 label = "u-boot";
45 reg = <0x0 0x30000>; 44 reg = <0x0 0x30000>;
46 read-only; 45 read-only;
47 }; 46 };
48   47  
49 partition@30000 { 48 partition@30000 {
50 label = "u-boot-env"; 49 label = "u-boot-env";
51 reg = <0x30000 0x10000>; 50 reg = <0x30000 0x10000>;
52 read-only; 51 read-only;
53 }; 52 };
54   53  
55 factory: partition@40000 { 54 factory: partition@40000 {
56 label = "factory"; 55 label = "factory";
57 reg = <0x40000 0x10000>; 56 reg = <0x40000 0x10000>;
58 read-only; 57 read-only;
59 }; -  
60   58 };
61 partition@50000 { 59  
62 compatible = "denx,uimage"; -  
63 label = "firmware"; 60 partition@50000 {
64 reg = <0x50000 0x7b0000>; 61 label = "firmware";
65 }; 62 reg = <0x50000 0x7b0000>;
Line 66... Line 63...
66 }; 63 };