OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 42... Line 42...
42   42  
43 &spi0 { 43 &spi0 {
Line 44... Line 44...
44 status = "okay"; 44 status = "okay";
-   45  
-   46 en25q128@0 {
45   47 #address-cells = <1>;
46 en25q128@0 { 48 #size-cells = <1>;
47 compatible = "jedec,spi-nor"; 49 compatible = "jedec,spi-nor";
Line 48... Line -...
48 reg = <0>; -  
49 spi-max-frequency = <10000000>; -  
50   -  
51 partitions { -  
52 compatible = "fixed-partitions"; -  
53 #address-cells = <1>; 50 reg = <0>;
54 #size-cells = <1>; 51 spi-max-frequency = <10000000>;
55   52  
56 partition@0 { 53 partition@0 {
57 label = "u-boot"; 54 label = "u-boot";
58 reg = <0x0 0x30000>; 55 reg = <0x0 0x30000>;
59 read-only; 56 read-only;
60 }; 57 };
61   58  
62 partition@30000 { 59 partition@30000 {
63 label = "u-boot-env"; 60 label = "u-boot-env";
64 reg = <0x30000 0x10000>; 61 reg = <0x30000 0x10000>;
65 read-only; 62 read-only;
66 }; 63 };
67   64  
68 factory: partition@40000 { 65 factory: partition@40000 {
69 label = "factory"; 66 label = "factory";
70 reg = <0x40000 0x10000>; 67 reg = <0x40000 0x10000>;
71 read-only; 68 read-only;
72 }; -  
73   69 };
74 firmware: partition@50000 { 70  
75 compatible = "denx,uimage"; -  
76 label = "firmware"; 71 firmware: partition@50000 {
77 reg = <0x50000 0xfb0000>; 72 label = "firmware";
78 }; 73 reg = <0x50000 0xfb0000>;