OpenWrt – Diff between revs 2 and 3

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