OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 17... Line 17...
17   17  
18 &spi0 { 18 &spi0 {
Line 19... Line 19...
19 status = "okay"; 19 status = "okay";
-   20  
-   21 m25p80@0 {
20   22 #address-cells = <1>;
21 m25p80@0 { 23 #size-cells = <1>;
22 compatible = "jedec,spi-nor"; 24 compatible = "jedec,spi-nor";
Line 23... Line -...
23 reg = <0>; -  
24 spi-max-frequency = <10000000>; -  
25   -  
26 partitions { -  
27 compatible = "fixed-partitions"; -  
28 #address-cells = <1>; 25 reg = <0>;
29 #size-cells = <1>; 26 spi-max-frequency = <10000000>;
30   27  
31 partition@0 { 28 partition@0 {
32 label = "u-boot"; 29 label = "u-boot";
33 reg = <0x0 0x30000>; 30 reg = <0x0 0x30000>;
34 read-only; 31 read-only;
35 }; 32 };
36   33  
37 partition@30000 { 34 partition@30000 {
38 label = "u-boot-env"; 35 label = "u-boot-env";
39 reg = <0x30000 0x10000>; 36 reg = <0x30000 0x10000>;
40 read-only; 37 read-only;
41 }; 38 };
42   39  
43 factory: partition@40000 { 40 factory: partition@40000 {
44 label = "factory"; 41 label = "factory";
45 reg = <0x40000 0x10000>; 42 reg = <0x40000 0x10000>;
46 read-only; 43 read-only;
47 }; -  
48   44 };
49 partition@50000 { 45  
50 compatible = "denx,uimage"; -  
51 label = "firmware"; 46 partition@50000 {
52 reg = <0x50000 0x7b0000>; 47 label = "firmware";
53 }; 48 reg = <0x50000 0x7b0000>;
Line 54... Line 49...
54 }; 49 };
55 }; 50 };
56 }; 51 };
57   52  
58 &pinctrl { 53 &pinctrl {
59 state_default: pinctrl0 { 54 state_default: pinctrl0 {
60 gpio { 55 gpio {
61 ralink,group = "i2c", "jtag", "uartf"; 56 ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";