OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 12... Line 12...
12   12  
13 pinctrl-names = "default"; 13 pinctrl-names = "default";
Line 14... Line 14...
14 pinctrl-0 = <&spi_pins>, <&spi_cs1_pins>; 14 pinctrl-0 = <&spi_pins>, <&spi_cs1_pins>;
-   15  
-   16 m25p80@0 {
15   17 #address-cells = <1>;
16 m25p80@0 { 18 #size-cells = <1>;
17 compatible = "jedec,spi-nor"; 19 compatible = "jedec,spi-nor";
-   20 reg = <0>;
-   21 spi-max-frequency = <40000000>;
-   22 m25p,chunked-io = <31>;
-   23  
-   24 partition@0 {
-   25 label = "u-boot";
-   26 reg = <0x0 0x30000>;
-   27 read-only;
-   28 };
-   29  
-   30 partition@30000 {
-   31 label = "u-boot-env";
-   32 reg = <0x30000 0x10000>;
-   33 };
-   34  
-   35 factory: partition@40000 {
-   36 label = "factory";
-   37 reg = <0x40000 0x10000>;
Line 18... Line -...
18 reg = <0>; -  
19 spi-max-frequency = <40000000>; -  
20   -  
21 partitions { -  
22 compatible = "fixed-partitions"; -  
23 #address-cells = <1>; -  
24 #size-cells = <1>; -  
25   -  
26 partition@0 { -  
27 label = "u-boot"; -  
28 reg = <0x0 0x30000>; -  
29 read-only; -  
30 }; -  
31   -  
32 partition@30000 { -  
33 label = "u-boot-env"; -  
34 reg = <0x30000 0x10000>; -  
35 }; -  
36   -  
37 factory: partition@40000 { -  
38 label = "factory"; -  
39 reg = <0x40000 0x10000>; -  
40 read-only; 38 read-only;
41 }; -  
42   39 };
43 partition@50000 { 40  
44 compatible = "denx,uimage"; -  
45 label = "firmware"; 41 partition@50000 {
46 reg = <0x50000 0x1fb0000>; 42 label = "firmware";
Line 47... Line 43...
47 }; 43 reg = <0x50000 0x1fb0000>;
48 }; 44 };