OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 11... Line 11...
11   11  
12 chosen { 12 chosen {
13 bootargs = "console=ttyS0,115200"; 13 bootargs = "console=ttyS0,115200";
Line 14... Line 14...
14 }; 14 };
15   15  
-   16 gpio-keys-polled {
-   17 compatible = "gpio-keys-polled";
16 keys { 18 #address-cells = <1>;
Line 17... Line 19...
17 compatible = "gpio-keys-polled"; 19 #size-cells = <0>;
18 poll-interval = <20>; 20 poll-interval = <20>;
19   21  
Line 41... Line 43...
41   43  
42 &spi0 { 44 &spi0 {
Line 43... Line 45...
43 status = "okay"; 45 status = "okay";
-   46  
-   47 m25p80@0 {
44   48 #address-cells = <1>;
45 m25p80@0 { 49 #size-cells = <1>;
46 compatible = "jedec,spi-nor"; 50 compatible = "jedec,spi-nor";
Line 47... Line -...
47 reg = <0>; -  
48 spi-max-frequency = <10000000>; -  
49   -  
50 partitions { -  
51 compatible = "fixed-partitions"; -  
52 #address-cells = <1>; 51 reg = <0>;
53 #size-cells = <1>; 52 spi-max-frequency = <10000000>;
54   53  
55 partition@0 { 54 partition@0 {
56 label = "u-boot"; 55 label = "u-boot";
57 reg = <0x0 0x20000>; 56 reg = <0x0 0x20000>;
58 read-only; 57 read-only;
59 }; 58 };
60   59  
61 partition@20000 { 60 partition@20000 {
62 label = "u-boot-env"; 61 label = "u-boot-env";
63 reg = <0x20000 0x10000>; 62 reg = <0x20000 0x10000>;
64 read-only; 63 read-only;
65 }; 64 };
66   65  
67 factory: partition@30000 { 66 factory: partition@30000 {
68 label = "factory"; 67 label = "factory";
69 reg = <0x30000 0x10000>; 68 reg = <0x30000 0x10000>;
70 read-only; 69 read-only;
71 }; -  
72   70 };
73 partition@40000 { 71  
74 compatible = "denx,uimage"; -  
75 label = "firmware"; 72 partition@40000 {
76 reg = <0x40000 0xfc0000>; 73 label = "firmware";
77 }; 74 reg = <0x40000 0xfc0000>;
Line 78... Line 75...
78 }; 75 };
Line 85... Line 82...
85   82  
86 &ohci { 83 &ohci {
87 status = "okay"; 84 status = "okay";
Line -... Line 85...
-   85 };
-   86  
-   87 &pcie {
-   88 status = "okay";
88 }; 89 };
89   90  
90 &ethernet { 91 &ethernet {
91 pinctrl-names = "default"; 92 pinctrl-names = "default";
92 pinctrl-0 = <&ephy_pins>; 93 pinctrl-0 = <&ephy_pins>;