OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileRegard whitespace
Rev 2 Rev 3
Line 8... Line 8...
8   8  
9 chosen { 9 chosen {
10 bootargs = "console=ttyS0,57600"; 10 bootargs = "console=ttyS0,57600";
Line 11... Line 11...
11 }; 11 };
12   12  
-   13 gpio-keys-polled {
-   14 compatible = "gpio-keys-polled";
13 keys { 15 #address-cells = <1>;
Line 14... Line 16...
14 compatible = "gpio-keys-polled"; 16 #size-cells = <0>;
15 poll-interval = <20>; 17 poll-interval = <20>;
16   18  
Line 34... Line 36...
34   36  
35 &spi0 { 37 &spi0 {
Line 36... Line 38...
36 status = "okay"; 38 status = "okay";
-   39  
-   40 m25p80@0 {
37   41 #address-cells = <1>;
38 m25p80@0 { 42 #size-cells = <1>;
39 compatible = "jedec,spi-nor"; 43 compatible = "jedec,spi-nor";
40 reg = <0>; -  
41 spi-max-frequency = <10000000>; -  
42   -  
43 partitions { -  
44 compatible = "fixed-partitions"; 44 reg = <0>;
Line 45... Line 45...
45 #address-cells = <1>; 45 spi-max-frequency = <10000000>;
46 #size-cells = <1>; 46 m25p,chunked-io = <32>;
47   47  
48 partition@0 { 48 partition@0 {
Line 62... Line 62...
62 reg = <0x40000 0x10000>; 62 reg = <0x40000 0x10000>;
63 read-only; 63 read-only;
64 }; 64 };
Line 65... Line 65...
65   65  
66 partition@50000 { -  
67 compatible = "denx,uimage"; 66 partition@50000 {
68 label = "firmware"; 67 label = "firmware";
69 reg = <0x50000 0xfb0000>; 68 reg = <0x50000 0xfb0000>;
70 }; 69 };
71 }; 70 };
72 }; -  
Line 73... Line 71...
73 }; 71 };
74   72  
75 &pcie { -  
Line 76... Line 73...
76 status = "okay"; 73 &pcie {
77 }; 74 status = "okay";
78   75  
79 &pcie0 { 76 pcie0 {
80 wifi@0,0 { 77 wifi@14c3,7603 {
81 compatible = "pci14c3,7603"; 78 compatible = "pci14c3,7603";
82 reg = <0x0000 0 0 0 0>; 79 reg = <0x0000 0 0 0 0>;
Line 83... Line 80...
83 mediatek,mtd-eeprom = <&factory 0x0000>; 80 mediatek,mtd-eeprom = <&factory 0x0000>;
84 }; 81 };
85 }; 82 };
86   83  
87 &pcie1 { 84 pcie1 {
88 wifi@0,0 { 85 wifi@14c3,7662 {
89 compatible = "pci14c3,7662"; 86 compatible = "pci14c3,7662";
90 reg = <0x0000 0 0 0 0>; 87 reg = <0x0000 0 0 0 0>;
-   88 mediatek,mtd-eeprom = <&factory 0x8000>;
Line 91... Line 89...
91 mediatek,mtd-eeprom = <&factory 0x8000>; 89 ieee80211-freq-limit = <5000000 6000000>;
92 ieee80211-freq-limit = <5000000 6000000>; 90 };
93 }; 91 };