OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | /* Copyright (c) 2015, The Linux Foundation. All rights reserved. |
2 | * Copyright (c) 2018, Robert Marko <robimarko@gmail.com> |
||
3 | * |
||
4 | * Permission to use, copy, modify, and/or distribute this software for any |
||
5 | * purpose with or without fee is hereby granted, provided that the above |
||
6 | * copyright notice and this permission notice appear in all copies. |
||
7 | * |
||
8 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
||
9 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
||
10 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
||
11 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
||
12 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
||
13 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
||
14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
||
15 | * |
||
16 | */ |
||
17 | |||
18 | #include "qcom-ipq4019.dtsi" |
||
19 | #include <dt-bindings/gpio/gpio.h> |
||
20 | #include <dt-bindings/input/input.h> |
||
21 | #include <dt-bindings/soc/qcom,tcsr.h> |
||
22 | |||
23 | / { |
||
24 | model = "8devices Jalapeno"; |
||
25 | compatible = "8dev,jalapeno", "qcom,ipq4019"; |
||
26 | |||
27 | soc { |
||
28 | mdio@90000 { |
||
29 | status = "okay"; |
||
30 | pinctrl-0 = <&mdio_pins>; |
||
31 | pinctrl-names = "default"; |
||
32 | }; |
||
33 | |||
34 | ess-psgmii@98000 { |
||
35 | status = "okay"; |
||
36 | }; |
||
37 | |||
38 | counter@4a1000 { |
||
39 | compatible = "qcom,qca-gcnt"; |
||
40 | reg = <0x4a1000 0x4>; |
||
41 | }; |
||
42 | |||
43 | tcsr@1949000 { |
||
44 | compatible = "qcom,tcsr"; |
||
45 | reg = <0x1949000 0x100>; |
||
46 | qcom,wifi_glb_cfg = <TCSR_WIFI_GLB_CFG>; |
||
47 | }; |
||
48 | |||
49 | tcsr@194b000 { |
||
50 | /* select hostmode */ |
||
51 | compatible = "qcom,tcsr"; |
||
52 | reg = <0x194b000 0x100>; |
||
53 | qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>; |
||
54 | status = "okay"; |
||
55 | }; |
||
56 | |||
57 | ess_tcsr@1953000 { |
||
58 | compatible = "qcom,tcsr"; |
||
59 | reg = <0x1953000 0x1000>; |
||
60 | qcom,ess-interface-select = <TCSR_ESS_PSGMII>; |
||
61 | }; |
||
62 | |||
63 | tcsr@1957000 { |
||
64 | compatible = "qcom,tcsr"; |
||
65 | reg = <0x1957000 0x100>; |
||
66 | qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>; |
||
67 | }; |
||
68 | |||
69 | usb2: usb2@60f8800 { |
||
70 | status = "okay"; |
||
71 | }; |
||
72 | |||
73 | usb3: usb3@8af8800 { |
||
74 | status = "okay"; |
||
75 | }; |
||
76 | |||
77 | crypto@8e3a000 { |
||
78 | status = "okay"; |
||
79 | }; |
||
80 | |||
81 | watchdog@b017000 { |
||
82 | status = "okay"; |
||
83 | }; |
||
84 | |||
85 | ess-switch@c000000 { |
||
86 | status = "okay"; |
||
87 | switch_lan_bmp = <0x10>; /* lan port bitmap */ |
||
88 | }; |
||
89 | |||
90 | edma@c080000 { |
||
91 | status = "okay"; |
||
92 | }; |
||
93 | }; |
||
94 | }; |
||
95 | |||
96 | &tlmm { |
||
97 | mdio_pins: mdio_pinmux { |
||
98 | pinmux_1 { |
||
99 | pins = "gpio53"; |
||
100 | function = "mdio"; |
||
101 | }; |
||
102 | pinmux_2 { |
||
103 | pins = "gpio52"; |
||
104 | function = "mdc"; |
||
105 | }; |
||
106 | pinconf { |
||
107 | pins = "gpio52", "gpio53"; |
||
108 | bias-pull-up; |
||
109 | }; |
||
110 | }; |
||
111 | |||
112 | serial_pins: serial_pinmux { |
||
113 | mux { |
||
114 | pins = "gpio60", "gpio61"; |
||
115 | function = "blsp_uart0"; |
||
116 | bias-disable; |
||
117 | }; |
||
118 | }; |
||
119 | |||
120 | spi_0_pins: spi_0_pinmux { |
||
121 | pin { |
||
122 | function = "blsp_spi0"; |
||
123 | pins = "gpio55", "gpio56", "gpio57"; |
||
124 | drive-strength = <2>; |
||
125 | bias-disable; |
||
126 | }; |
||
127 | pin_cs { |
||
128 | function = "gpio"; |
||
129 | pins = "gpio54", "gpio59"; |
||
130 | drive-strength = <2>; |
||
131 | bias-disable; |
||
132 | output-high; |
||
133 | }; |
||
134 | }; |
||
135 | }; |
||
136 | |||
137 | &blsp_dma { |
||
138 | status = "okay"; |
||
139 | }; |
||
140 | |||
141 | &blsp1_spi1 { |
||
142 | pinctrl-0 = <&spi_0_pins>; |
||
143 | pinctrl-names = "default"; |
||
144 | cs-gpios = <&tlmm 54 GPIO_ACTIVE_HIGH>, <&tlmm 59 GPIO_ACTIVE_HIGH>; |
||
145 | status = "okay"; |
||
146 | |||
147 | m25p80@0 { |
||
148 | #address-cells = <1>; |
||
149 | #size-cells = <0>; |
||
150 | reg = <0>; |
||
151 | compatible = "jedec,spi-nor"; |
||
152 | spi-max-frequency = <24000000>; |
||
153 | |||
154 | partitions { |
||
155 | compatible = "fixed-partitions"; |
||
156 | #address-cells = <1>; |
||
157 | #size-cells = <1>; |
||
158 | |||
159 | partition0@0 { |
||
160 | label = "SBL1"; |
||
161 | reg = <0x00000000 0x00040000>; |
||
162 | read-only; |
||
163 | }; |
||
164 | partition1@40000 { |
||
165 | label = "MIBIB"; |
||
166 | reg = <0x00040000 0x00020000>; |
||
167 | read-only; |
||
168 | }; |
||
169 | partition2@60000 { |
||
170 | label = "QSEE"; |
||
171 | reg = <0x00060000 0x00060000>; |
||
172 | read-only; |
||
173 | }; |
||
174 | partition3@c0000 { |
||
175 | label = "CDT"; |
||
176 | reg = <0x000c0000 0x00010000>; |
||
177 | read-only; |
||
178 | }; |
||
179 | partition4@d0000 { |
||
180 | label = "DDRPARAMS"; |
||
181 | reg = <0x000d0000 0x00010000>; |
||
182 | read-only; |
||
183 | }; |
||
184 | partition5@e0000 { |
||
185 | label = "APPSBLENV"; /* uboot env*/ |
||
186 | reg = <0x000e0000 0x00010000>; |
||
187 | read-only; |
||
188 | }; |
||
189 | partition5@f0000 { |
||
190 | label = "APPSBL"; /* uboot */ |
||
191 | reg = <0x000f0000 0x00080000>; |
||
192 | read-only; |
||
193 | }; |
||
194 | partition5@170000 { |
||
195 | label = "ART"; |
||
196 | reg = <0x00170000 0x00010000>; |
||
197 | read-only; |
||
198 | }; |
||
199 | }; |
||
200 | }; |
||
201 | |||
202 | mt29f@1 { |
||
203 | status = "okay"; |
||
204 | #address-cells = <1>; |
||
205 | #size-cells = <0>; |
||
206 | compatible = "spinand,mt29f", "w25n01gv"; |
||
207 | reg = <1>; |
||
208 | spi-max-frequency = <24000000>; |
||
209 | partitions { |
||
210 | compatible = "fixed-partitions"; |
||
211 | #address-cells = <1>; |
||
212 | #size-cells = <1>; |
||
213 | |||
214 | partition0@0 { |
||
215 | label = "ubi"; |
||
216 | reg = <0x00000000 0x08000000>; |
||
217 | }; |
||
218 | }; |
||
219 | }; |
||
220 | }; |
||
221 | |||
222 | &blsp1_uart1 { |
||
223 | pinctrl-0 = <&serial_pins>; |
||
224 | pinctrl-names = "default"; |
||
225 | status = "okay"; |
||
226 | }; |
||
227 | |||
228 | &cryptobam { |
||
229 | status = "okay"; |
||
230 | }; |
||
231 | |||
232 | &gmac0 { |
||
233 | qcom,poll_required = <1>; |
||
234 | qcom,poll_required_dynamic = <1>; |
||
235 | qcom,phy_mdio_addr = <3>; |
||
236 | vlan_tag = <1 0x10>; |
||
237 | }; |
||
238 | |||
239 | &gmac1 { |
||
240 | qcom,poll_required = <1>; |
||
241 | qcom,poll_required_dynamic = <1>; |
||
242 | qcom,phy_mdio_addr = <4>; |
||
243 | vlan_tag = <2 0x20>; |
||
244 | }; |
||
245 | |||
246 | &wifi0 { |
||
247 | status = "okay"; |
||
248 | qcom,ath10k-calibration-variant = "8devices-Jalapeno"; |
||
249 | }; |
||
250 | |||
251 | &wifi1 { |
||
252 | status = "okay"; |
||
253 | qcom,ath10k-calibration-variant = "8devices-Jalapeno"; |
||
254 | }; |
||
255 | |||
256 | &usb3_ss_phy { |
||
257 | status = "okay"; |
||
258 | }; |
||
259 | |||
260 | &usb3_hs_phy { |
||
261 | status = "okay"; |
||
262 | }; |
||
263 | |||
264 | &usb2_hs_phy { |
||
265 | status = "okay"; |
||
266 | }; |