OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileRegard 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";
48 reg = <0>; -  
49 spi-max-frequency = <10000000>; -  
50   -  
51 partitions { -  
52 compatible = "fixed-partitions"; 52 reg = <0>;
Line 53... Line 53...
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 {
Line 70... Line 70...
70 reg = <0x40000 0x10000>; 70 reg = <0x40000 0x10000>;
71 read-only; 71 read-only;
72 }; 72 };
Line 73... Line 73...
73   73  
74 firmware: partition@50000 { -  
75 compatible = "denx,uimage"; 74 firmware: partition@50000 {
76 label = "firmware"; 75 label = "firmware";
77 reg = <0x50000 0xfb0000>; 76 reg = <0x50000 0xfb0000>;
78 }; 77 };
79 }; 78 };
80 }; -  
Line 81... Line 79...
81 }; 79 };
82   80  
83 &pcie { -  
Line 84... Line 81...
84 status = "okay"; 81 &pcie {
85 }; 82 status = "okay";
86   83  
87 &pcie0 { 84 pcie0 {
88 wifi@0,0 { 85 wifi@14c3,7662 {
89 compatible = "pci14c3,7662"; 86 compatible = "pci14c3,7662";
Line 95... Line 92...
95 led-sources = <2>; 92 led-sources = <2>;
96 }; 93 };
97 }; 94 };
98 }; 95 };
Line 99... Line 96...
99   96  
100 &pcie1 { 97 pcie1 {
101 wifi@0,0 { 98 wifi@14c3,7603 {
102 compatible = "pci14c3,7603"; 99 compatible = "pci14c3,7603";
103 reg = <0x0000 0 0 0 0>; 100 reg = <0x0000 0 0 0 0>;
104 mediatek,mtd-eeprom = <&factory 0x0000>; 101 mediatek,mtd-eeprom = <&factory 0x0000>;
105 }; 102 };
-   103 };
Line 106... Line 104...
106 }; 104 };
107   105  
108 &ethernet { 106 &ethernet {