OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 48... Line 48...
48   48  
49 &spi0 { 49 &spi0 {
Line 50... Line 50...
50 status = "okay"; 50 status = "okay";
-   51  
-   52 m25p80@0 {
51   53 #address-cells = <1>;
52 m25p80@0 { 54 #size-cells = <1>;
53 compatible = "jedec,spi-nor"; 55 compatible = "jedec,spi-nor";
-   56 reg = <0>;
Line 54... Line -...
54 reg = <0>; -  
55 spi-max-frequency = <12000000>; -  
56   -  
57 partitions { -  
58 compatible = "fixed-partitions"; -  
59 #address-cells = <1>; 57 spi-max-frequency = <12000000>;
60 #size-cells = <1>; 58 m25p,chunked-io = <32>;
61   59  
62 partition@0 { 60 partition@0 {
63 label = "bootloader"; 61 label = "bootloader";
64 reg = <0x0 0x30000>; 62 reg = <0x0 0x30000>;
65 read-only; 63 read-only;
66 }; 64 };
67   65  
68 partition@30000 { 66 partition@30000 {
69 label = "config"; 67 label = "config";
70 reg = <0x30000 0x10000>; 68 reg = <0x30000 0x10000>;
71 read-only; 69 read-only;
72 }; 70 };
73   71  
74 factory: partition@40000 { 72 factory: partition@40000 {
75 label = "factory"; 73 label = "factory";
76 reg = <0x40000 0x10000>; 74 reg = <0x40000 0x10000>;
77 read-only; 75 read-only;
78 }; -  
79   76 };
80 partition@50000 { 77  
81 compatible = "denx,uimage"; -  
82 label = "firmware"; 78 partition@50000 {
83 reg = <0x50000 0xfb0000>; 79 label = "firmware";
84 }; 80 reg = <0x50000 0xfb0000>;