OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 27... Line 27...
27   27  
28 &spi0 { 28 &spi0 {
Line 29... Line 29...
29 status = "okay"; 29 status = "okay";
-   30  
-   31 m25p80@0 {
30   32 #address-cells = <1>;
31 m25p80@0 { 33 #size-cells = <1>;
32 compatible = "jedec,spi-nor"; 34 compatible = "jedec,spi-nor";
-   35 reg = <0>;
Line 33... Line -...
33 reg = <0>; -  
34 spi-max-frequency = <10000000>; -  
35   -  
36 partitions { -  
37 compatible = "fixed-partitions"; -  
38 #address-cells = <1>; 36 spi-max-frequency = <10000000>;
39 #size-cells = <1>; 37 m25p,chunked-io = <32>;
40   38  
41 partition@0 { 39 partition@0 {
42 label = "u-boot"; 40 label = "u-boot";
43 reg = <0x0 0x30000>; 41 reg = <0x0 0x30000>;
44 read-only; 42 read-only;
45 }; 43 };
46   44  
47 partition@30000 { 45 partition@30000 {
48 label = "u-boot-env"; 46 label = "u-boot-env";
49 reg = <0x30000 0x10000>; 47 reg = <0x30000 0x10000>;
50 read-only; 48 read-only;
51 }; 49 };
52   50  
53 factory: partition@40000 { 51 factory: partition@40000 {
54 label = "factory"; 52 label = "factory";
55 reg = <0x40000 0x10000>; 53 reg = <0x40000 0x10000>;
56 read-only; 54 read-only;
57 }; -  
58   55 };
59 partition@50000 { 56  
60 compatible = "denx,uimage"; -  
61 label = "firmware"; 57 partition@50000 {
62 reg = <0x50000 0x7b0000>; 58 label = "firmware";
63 }; 59 reg = <0x50000 0x7b0000>;
Line 64... Line 60...
64 }; 60 };