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 = "planex,cs-qr10", "ralink,mt7620a-soc"; 9 compatible = "planex,cs-qr10", "ralink,mt7620a-soc";
Line 10... Line 10...
10 model = "YUKAI Engineering BOCCO"; 10 model = "YUKAI Engineering BOCCO";
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 94... Line 96...
94   96  
95 &spi0 { 97 &spi0 {
Line 96... Line 98...
96 status = "okay"; 98 status = "okay";
-   99  
-   100 m25p80@0 {
97   101 #address-cells = <1>;
98 m25p80@0 { 102 #size-cells = <1>;
99 compatible = "jedec,spi-nor"; 103 compatible = "jedec,spi-nor";
Line 100... Line -...
100 reg = <0>; -  
101 spi-max-frequency = <10000000>; -  
102   -  
103 partitions { -  
104 compatible = "fixed-partitions"; -  
105 #address-cells = <1>; 104 reg = <0>;
106 #size-cells = <1>; 105 spi-max-frequency = <10000000>;
107   106  
108 partition@0 { 107 partition@0 {
109 label = "u-boot"; 108 label = "u-boot";
110 reg = <0x0 0x30000>; 109 reg = <0x0 0x30000>;
111 read-only; 110 read-only;
112 }; 111 };
113   112  
114 partition@30000 { 113 partition@30000 {
115 label = "u-boot-env"; 114 label = "u-boot-env";
116 reg = <0x30000 0x10000>; 115 reg = <0x30000 0x10000>;
117 read-only; 116 read-only;
118 }; 117 };
119   118  
120 factory: partition@40000 { 119 factory: partition@40000 {
121 label = "factory"; 120 label = "factory";
122 reg = <0x40000 0x10000>; 121 reg = <0x40000 0x10000>;
123 read-only; 122 read-only;
124 }; -  
125   123 };
126 partition@50000 { 124  
127 compatible = "denx,uimage"; -  
128 label = "firmware"; 125 partition@50000 {
129 reg = <0x50000 0x7b0000>; 126 label = "firmware";
130 }; 127 reg = <0x50000 0x7b0000>;
Line 131... Line 128...
131 }; 128 };