OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 9... Line 9...
9   9  
10 &spi0 { 10 &spi0 {
Line 11... Line 11...
11 status = "okay"; 11 status = "okay";
-   12  
-   13 m25p80@0 {
12   14 #address-cells = <1>;
13 m25p80@0 { 15 #size-cells = <1>;
14 compatible = "jedec,spi-nor"; 16 compatible = "jedec,spi-nor";
Line 15... Line -...
15 reg = <0>; -  
16 spi-max-frequency = <10000000>; -  
17   -  
18 partitions { -  
19 compatible = "fixed-partitions"; -  
20 #address-cells = <1>; 17 reg = <0>;
21 #size-cells = <1>; 18 spi-max-frequency = <10000000>;
22   19  
23 partition@0 { 20 partition@0 {
24 label = "uboot"; 21 label = "uboot";
25 reg = <0x0 0x30000>; 22 reg = <0x0 0x30000>;
26 read-only; 23 read-only;
27 }; 24 };
28   25  
29 partition@30000 { 26 partition@30000 {
30 label = "uboot-env"; 27 label = "uboot-env";
31 reg = <0x30000 0x10000>; 28 reg = <0x30000 0x10000>;
32 read-only; 29 read-only;
33 }; 30 };
34   31  
35 partition@40000 { 32 partition@40000 {
36 label = "factory"; 33 label = "factory";
37 reg = <0x40000 0x10000>; 34 reg = <0x40000 0x10000>;
38 read-only; 35 read-only;
39 }; -  
40   36 };
41 partition@50000 { 37  
42 compatible = "denx,uimage"; 38 partition@50000 {
43 label = "firmware"; 39 label = "firmware";
44 reg = <0x50000 0xf80000>; 40 reg = <0x50000 0xf80000>;
45 }; 41 };
46   42  
47 partition@fd0000 { 43 partition@fd0000 {
48 label = "cert"; 44 label = "cert";
49 reg = <0xfd0000 0x10000>; 45 reg = <0xfd0000 0x10000>;
50 read-only; 46 read-only;
51 }; 47 };
52   48  
53 partition@fe0000 { 49 partition@fe0000 {
54 label = "langpack"; 50 label = "langpack";
55 reg = <0xfe0000 0x10000>; 51 reg = <0xfe0000 0x10000>;
56 read-only; 52 read-only;
57 }; 53 };
58   54  
59 devdata: partition@ff0000 { 55 devdata: partition@ff0000 {
60 label = "devdata"; -  
61 reg = <0xff0000 0x10000>; 56 label = "devdata";
62 read-only; 57 reg = <0xff0000 0x10000>;
63 }; 58 read-only;