OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileRegard whitespace
Rev 2 Rev 3
Line 13... Line 13...
13   13  
14 &spi0 { 14 &spi0 {
Line 15... Line 15...
15 status = "okay"; 15 status = "okay";
-   16  
-   17 m25p80@0 {
16   18 #address-cells = <1>;
17 m25p80@0 { 19 #size-cells = <1>;
18 compatible = "jedec,spi-nor"; 20 compatible = "jedec,spi-nor";
19 reg = <0>; -  
20 spi-max-frequency = <10000000>; -  
21   -  
22 partitions { -  
23 compatible = "fixed-partitions"; 21 reg = <0>;
Line 24... Line 22...
24 #address-cells = <1>; 22 spi-max-frequency = <10000000>;
25 #size-cells = <1>; 23 m25p,chunked-io = <32>;
26   24  
27 partition@0 { 25 partition@0 {
28 label = "boot"; 26 label = "boot";
Line 29... Line 27...
29 reg = <0x0 0x20000>; 27 reg = <0x0 0x20000>;
30 read-only; -  
31 }; 28 read-only;
32   29 };
33 partition@20000 { 30  
Line 34... Line 31...
34 compatible = "tplink,firmware"; 31 partition@20000 {
Line 47... Line 44...
47 reg = <0x7d0000 0x30000>; 44 reg = <0x7d0000 0x30000>;
48 read-only; 45 read-only;
49 }; 46 };
50 }; 47 };
51 }; 48 };
52 }; -  
Line 53... Line 49...
53   49  
54 &ehci { 50 &ehci {
55 status = "disabled"; 51 status = "disabled";