OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 22... Line 22...
22 i2c@900 { 22 i2c@900 {
23 status = "okay"; 23 status = "okay";
24 }; 24 };
25 }; 25 };
Line 26... Line 26...
26   26  
27 keys { 27 gpio-keys-polled {
-   28 compatible = "gpio-keys-polled";
-   29 #address-cells = <1>;
28 compatible = "gpio-keys-polled"; 30 #size-cells = <0>;
Line 29... Line 31...
29 poll-interval = <20>; 31 poll-interval = <20>;
30   32  
31 reset { 33 reset {
Line 42... Line 44...
42   44  
43 &spi0 { 45 &spi0 {
Line 44... Line 46...
44 status = "okay"; 46 status = "okay";
-   47  
-   48 m25p80@0 {
45   49 #address-cells = <1>;
46 m25p80@0 { 50 #size-cells = <1>;
47 compatible = "jedec,spi-nor"; 51 compatible = "jedec,spi-nor";
-   52 reg = <0>;
Line 48... Line -...
48 reg = <0>; -  
49 spi-max-frequency = <10000000>; -  
50   -  
51 partitions { -  
52 compatible = "fixed-partitions"; -  
53 #address-cells = <1>; 53 spi-max-frequency = <10000000>;
54 #size-cells = <1>; 54 m25p,chunked-io = <32>;
55   55  
56 partition@0 { 56 partition@0 {
57 label = "u-boot"; 57 label = "u-boot";
Line 58... Line 58...
58 reg = <0x0 0x30000>; 58 reg = <0x0 0x30000>;
59 read-only; 59 read-only;
60 }; 60 };
61   61  
62 partition@30000 { 62 partition@30000 {
Line 63... Line 63...
63 label = "u-boot-env"; 63 label = "u-boot-env";
64 reg = <0x30000 0x10000>; 64 reg = <0x30000 0x10000>;
65 read-only; 65 read-only;
66 }; 66 };
67   67  
Line 68... Line 68...
68 factory: partition@40000 { 68 factory: partition@40000 {
69 label = "factory"; -  
70 reg = <0x40000 0x10000>; 69 label = "factory";
71 read-only; 70 reg = <0x40000 0x10000>;
72 }; -  
73   71 read-only;
74 firmware: partition@50000 { 72 };
75 compatible = "denx,uimage"; 73  
Line 76... Line 74...
76 label = "firmware"; 74 firmware: partition@50000 {
77 reg = <0x50000 0xfb0000>; 75 label = "firmware";
78 }; -  
Line 79... Line 76...
79 }; 76 reg = <0x50000 0xfb0000>;
80 }; 77 };
81 }; 78 };
82   79 };
83 &pcie { 80  
84 status = "okay"; 81 &pcie {
Line 85... Line 82...
85 }; 82 status = "okay";
86   83  
-   84 pcie0 {
87 &pcie0 { 85 wifi@14c3,7662 {
88 wifi@0,0 { 86 compatible = "pci14c3,7662";
89 compatible = "pci14c3,7662"; -  
Line 90... Line 87...
90 reg = <0x0000 0 0 0 0>; 87 reg = <0x0000 0 0 0 0>;
91 mediatek,mtd-eeprom = <&factory 0x8000>; 88 mediatek,mtd-eeprom = <&factory 0x8000>;
92 ieee80211-freq-limit = <5000000 6000000>; 89 ieee80211-freq-limit = <5000000 6000000>;
93   90  
94 led { 91 led {
-   92 led-sources = <2>;
95 led-sources = <2>; 93 };
96 }; 94 };
Line 97... Line 95...
97 }; 95 };
98 }; 96