OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 14... Line 14...
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 * 15 *
16 */ 16 */
Line 17... Line 17...
17   17  
-   18 #include "qcom-ipq4019.dtsi"
18 #include "qcom-ipq4019.dtsi" 19 #include "qcom-ipq4019-bus.dtsi"
19 #include <dt-bindings/gpio/gpio.h> 20 #include <dt-bindings/gpio/gpio.h>
20 #include <dt-bindings/input/input.h> 21 #include <dt-bindings/input/input.h>
Line 21... Line 22...
21 #include <dt-bindings/soc/qcom,tcsr.h> 22 #include <dt-bindings/soc/qcom,tcsr.h>
Line 60... Line 61...
60 compatible = "qcom,tcsr"; 61 compatible = "qcom,tcsr";
61 reg = <0x1957000 0x100>; 62 reg = <0x1957000 0x100>;
62 qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>; 63 qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
63 }; 64 };
Line -... Line 65...
-   65  
-   66 serial@78af000 {
-   67 pinctrl-0 = <&serial_pins>;
-   68 pinctrl-names = "default";
-   69 status = "okay";
-   70 };
64   71  
65 crypto@8e3a000 { 72 crypto@8e3a000 {
66 status = "okay"; 73 status = "okay";
Line 67... Line 74...
67 }; 74 };
Line 78... Line 85...
78 status = "okay"; 85 status = "okay";
79 qcom,num_gmac = <1>; 86 qcom,num_gmac = <1>;
80 }; 87 };
81 }; 88 };
Line 82... Line 89...
82   89  
83 leds { 90 gpio-leds {
Line 84... Line 91...
84 compatible = "gpio-leds"; 91 compatible = "gpio-leds";
85   92  
86 wps { 93 wps {
Line 112... Line 119...
112 label = "wre6606:green:wlan2g"; 119 label = "wre6606:green:wlan2g";
113 gpios = <&tlmm 59 GPIO_ACTIVE_HIGH>; 120 gpios = <&tlmm 59 GPIO_ACTIVE_HIGH>;
114 }; 121 };
115 }; 122 };
Line 116... Line 123...
116   123  
117 keys { 124 gpio-keys {
Line 118... Line 125...
118 compatible = "gpio-keys"; 125 compatible = "gpio-keys";
119   126  
120 wps { 127 wps {
Line 149... Line 156...
149 output-high; 156 output-high;
150 }; 157 };
151 }; 158 };
152 }; 159 };
Line 153... Line 160...
153   160  
154 &blsp_dma { -  
155 status = "okay"; -  
156 }; -  
157   -  
158 &blsp1_spi1 { 161 &spi_0 {
159 pinctrl-0 = <&spi_0_pins>; 162 pinctrl-0 = <&spi_0_pins>;
160 pinctrl-names = "default"; 163 pinctrl-names = "default";
161 status = "okay"; 164 status = "okay";
Line 218... Line 221...
218 reg = <0x00170000 0x00010000>; 221 reg = <0x00170000 0x00010000>;
219 read-only; 222 read-only;
220 }; 223 };
Line 221... Line 224...
221   224  
222 partition8@180000 { -  
223 compatible = "denx,fit"; 225 partition8@180000 {
224 label = "firmware"; 226 label = "firmware";
225 reg = <0x00180000 0x00ce0000>; 227 reg = <0x00180000 0x00ce0000>;
Line 226... Line 228...
226 }; 228 };
Line 238... Line 240...
238 }; 240 };
239 }; 241 };
240 }; 242 };
241 }; 243 };
Line 242... Line 244...
242   244  
243 &blsp1_uart1 { -  
244 pinctrl-0 = <&serial_pins>; -  
245 pinctrl-names = "default"; 245 &blsp_dma {
246 status = "okay"; 246 status = "okay";
Line 247... Line 247...
247 }; 247 };
248   248