OpenWrt – Diff between revs 2 and 3
?pathlinks?
Rev 2 | Rev 3 | |||
---|---|---|---|---|
Line 15... | Line 15... | |||
15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
16 | * |
16 | * |
|
17 | */ |
17 | */ |
|
Line 18... | Line 18... | |||
18 | |
18 | |
|
- | 19 | #include "qcom-ipq4019.dtsi" |
||
19 | #include "qcom-ipq4019.dtsi" |
20 | #include "qcom-ipq4019-bus.dtsi" |
|
20 | #include <dt-bindings/gpio/gpio.h> |
21 | #include <dt-bindings/gpio/gpio.h> |
|
21 | #include <dt-bindings/input/input.h> |
22 | #include <dt-bindings/input/input.h> |
|
Line 22... | Line 23... | |||
22 | #include <dt-bindings/soc/qcom,tcsr.h> |
23 | #include <dt-bindings/soc/qcom,tcsr.h> |
|
Line 62... | Line 63... | |||
62 | |
63 | |
|
63 | usb2: usb2@60f8800 { |
64 | usb2: usb2@60f8800 { |
|
64 | status = "okay"; |
65 | status = "okay"; |
|
Line -... | Line 66... | |||
- | 66 | }; |
||
- | 67 | |
||
- | 68 | serial@78af000 { |
||
- | 69 | pinctrl-0 = <&serial_pins>; |
||
- | 70 | pinctrl-names = "default"; |
||
- | 71 | status = "okay"; |
||
65 | }; |
72 | }; |
|
66 | |
73 | |
|
67 | usb3: usb3@8af8800 { |
74 | usb3: usb3@8af8800 { |
|
Line 68... | Line 75... | |||
68 | status = "okay"; |
75 | status = "okay"; |
|
Line 86... | Line 93... | |||
86 | edma@c080000 { |
93 | edma@c080000 { |
|
87 | status = "okay"; |
94 | status = "okay"; |
|
88 | }; |
95 | }; |
|
89 | }; |
96 | }; |
|
Line 90... | Line 97... | |||
90 | |
97 | |
|
91 | keys { |
98 | gpio-keys { |
|
Line 92... | Line 99... | |||
92 | compatible = "gpio-keys"; |
99 | compatible = "gpio-keys"; |
|
93 | |
100 | |
|
94 | reset { |
101 | reset { |
|
Line 102... | Line 109... | |||
102 | led-boot = &status; |
109 | led-boot = &status; |
|
103 | led-failsafe = &status; |
110 | led-failsafe = &status; |
|
104 | led-upgrade = &status; |
111 | led-upgrade = &status; |
|
105 | }; |
112 | }; |
|
Line 106... | Line 113... | |||
106 | |
113 | |
|
107 | leds { |
114 | gpio-leds { |
|
Line 108... | Line 115... | |||
108 | compatible = "gpio-leds"; |
115 | compatible = "gpio-leds"; |
|
109 | |
116 | |
|
110 | status: rss4 { |
117 | status: rss4 { |
|
- | 118 | label = "wpj428:green:rss4"; |
||
111 | label = "wpj428:green:rss4"; |
119 | gpios = <&tlmm 5 GPIO_ACTIVE_HIGH>; |
|
Line 112... | Line 120... | |||
112 | gpios = <&tlmm 5 GPIO_ACTIVE_HIGH>; |
120 | default-state = "off"; |
|
113 | }; |
121 | }; |
|
114 | |
122 | |
|
- | 123 | rss3 { |
||
115 | rss3 { |
124 | label = "wpj428:green:rss3"; |
|
116 | label = "wpj428:green:rss3"; |
125 | gpios = <&tlmm 4 GPIO_ACTIVE_HIGH>; |
|
Line 117... | Line 126... | |||
117 | gpios = <&tlmm 4 GPIO_ACTIVE_HIGH>; |
126 | default-state = "off"; |
|
118 | }; |
127 | }; |
|
Line 152... | Line 161... | |||
152 | |
161 | |
|
153 | &blsp_dma { |
162 | &blsp_dma { |
|
154 | status = "okay"; |
163 | status = "okay"; |
|
Line 155... | Line 164... | |||
155 | }; |
164 | }; |
|
156 | |
165 | |
|
157 | &blsp1_spi1 { |
166 | &spi_0 { |
|
158 | pinctrl-0 = <&spi_0_pins>; |
167 | pinctrl-0 = <&spi_0_pins>; |
|
159 | pinctrl-names = "default"; |
168 | pinctrl-names = "default"; |
|
Line 211... | Line 220... | |||
211 | label = "0:ART"; |
220 | label = "0:ART"; |
|
212 | reg = <0x00170000 0x00010000>; |
221 | reg = <0x00170000 0x00010000>; |
|
213 | read-only; |
222 | read-only; |
|
214 | }; |
223 | }; |
|
215 | partition6@180000 { |
224 | partition6@180000 { |
|
216 | compatible = "denx,fit"; |
- | ||
217 | label = "firmware"; |
225 | label = "firmware"; |
|
218 | reg = <0x00180000 0x01e80000>; |
226 | reg = <0x00180000 0x01e80000>; |
|
219 | }; |
227 | }; |
|
220 | }; |
228 | }; |
|
221 | }; |
229 | }; |
|
222 | }; |
230 | }; |
|
Line 223... | Line -... | |||
223 | |
- | ||
224 | &blsp1_uart1 { |
- | ||
225 | pinctrl-0 = <&serial_pins>; |
- | ||
226 | pinctrl-names = "default"; |
- | ||
227 | status = "okay"; |
- | ||
228 | }; |
- | ||
229 | |
231 | |
|
230 | &cryptobam { |
232 | &cryptobam { |
|
231 | status = "okay"; |
233 | status = "okay"; |
|
Line 232... | Line 234... | |||
232 | }; |
234 | }; |