ipq40xx: convert to nvmem-layout
[openwrt/staging/hauke.git] / target / linux / ipq40xx / files / arch / arm / boot / dts / qcom-ipq4029-gl-s1300.dts
1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
2
3 #include "qcom-ipq4019.dtsi"
4 #include <dt-bindings/gpio/gpio.h>
5 #include <dt-bindings/input/input.h>
6 #include <dt-bindings/soc/qcom,tcsr.h>
7
8 / {
9 model = "GL.iNet GL-S1300";
10 compatible = "glinet,gl-s1300";
11
12 aliases {
13 led-boot = &led_power;
14 led-failsafe = &led_power;
15 led-running = &led_power;
16 led-upgrade = &led_power;
17 };
18
19 memory {
20 device_type = "memory";
21 reg = <0x80000000 0x10000000>;
22 };
23
24 soc {
25 rng@22000 {
26 status = "okay";
27 };
28
29 mdio@90000 {
30 status = "okay";
31 };
32
33 tcsr@1949000 {
34 compatible = "qcom,tcsr";
35 reg = <0x1949000 0x100>;
36 qcom,wifi_glb_cfg = <TCSR_WIFI_GLB_CFG>;
37 };
38
39 tcsr@194b000 {
40 /* select hostmode */
41 compatible = "qcom,tcsr";
42 reg = <0x194b000 0x100>;
43 qcom,usb-hsphy-mode-select = <TCSR_USB_HSPHY_HOST_MODE>;
44 status = "okay";
45 };
46
47 ess_tcsr@1953000 {
48 compatible = "qcom,tcsr";
49 reg = <0x1953000 0x1000>;
50 qcom,ess-interface-select = <TCSR_ESS_PSGMII>;
51 };
52
53 tcsr@1957000 {
54 compatible = "qcom,tcsr";
55 reg = <0x1957000 0x100>;
56 qcom,wifi_noc_memtype_m0_m2 = <TCSR_WIFI_NOC_MEMTYPE_M0_M2>;
57 };
58
59 usb2@60f8800 {
60 status = "okay";
61 };
62
63 usb3@8af8800 {
64 status = "okay";
65 };
66
67 crypto@8e3a000 {
68 status = "okay";
69 };
70
71 watchdog@b017000 {
72 status = "okay";
73 };
74 };
75
76 keys {
77 compatible = "gpio-keys";
78
79 wps {
80 label = "wps";
81 gpios = <&tlmm 53 GPIO_ACTIVE_LOW>;
82 linux,code = <KEY_WPS_BUTTON>;
83 };
84
85 reset {
86 label = "reset";
87 gpios = <&tlmm 18 GPIO_ACTIVE_LOW>;
88 linux,code = <KEY_RESTART>;
89 };
90 };
91
92 leds {
93 compatible = "gpio-leds";
94
95 led_power: power {
96 label = "green:power";
97 gpios = <&tlmm 57 GPIO_ACTIVE_HIGH>;
98 default-state = "on";
99 };
100
101 mesh {
102 label = "green:mesh";
103 gpios = <&tlmm 59 GPIO_ACTIVE_HIGH>;
104 };
105
106 wlan {
107 label = "green:wlan";
108 gpios = <&tlmm 60 GPIO_ACTIVE_HIGH>;
109 linux,default-trigger = "phy0tpt";
110 };
111 };
112 };
113
114 &vqmmc {
115 status = "okay";
116 };
117
118 &sdhci {
119 status = "okay";
120 pinctrl-0 = <&sd_pins>;
121 pinctrl-names = "default";
122 cd-gpios = <&tlmm 22 GPIO_ACTIVE_LOW>;
123 vqmmc-supply = <&vqmmc>;
124 };
125
126 &blsp_dma {
127 status = "okay";
128 };
129
130 &cryptobam {
131 status = "okay";
132 };
133
134 &blsp1_spi1 {
135 pinctrl-0 = <&spi_0_pins>;
136 pinctrl-names = "default";
137 status = "okay";
138 cs-gpios = <&tlmm 12 GPIO_ACTIVE_HIGH>;
139
140 flash@0 {
141 compatible = "jedec,spi-nor";
142 reg = <0>;
143 spi-max-frequency = <24000000>;
144
145 partitions {
146 compatible = "fixed-partitions";
147 #address-cells = <1>;
148 #size-cells = <1>;
149
150 SBL1@0 {
151 label = "SBL1";
152 reg = <0x0 0x40000>;
153 read-only;
154 };
155
156 MIBIB@40000 {
157 label = "MIBIB";
158 reg = <0x40000 0x20000>;
159 read-only;
160 };
161
162 QSEE@60000 {
163 label = "QSEE";
164 reg = <0x60000 0x60000>;
165 read-only;
166 };
167
168 CDT@c0000 {
169 label = "CDT";
170 reg = <0xc0000 0x10000>;
171 read-only;
172 };
173
174 DDRPARAMS@d0000 {
175 label = "DDRPARAMS";
176 reg = <0xd0000 0x10000>;
177 read-only;
178 };
179
180 APPSBLENV@e0000 {
181 label = "APPSBLENV";
182 reg = <0xe0000 0x10000>;
183 read-only;
184 };
185
186 APPSBL@f0000 {
187 label = "APPSBL";
188 reg = <0xf0000 0x80000>;
189 read-only;
190 };
191
192 ART@170000 {
193 label = "ART";
194 reg = <0x170000 0x10000>;
195 read-only;
196
197 nvmem-layout {
198 compatible = "fixed-layout";
199 #address-cells = <1>;
200 #size-cells = <1>;
201
202 precal_art_1000: precal@1000 {
203 reg = <0x1000 0x2f20>;
204 };
205
206 precal_art_5000: precal@5000 {
207 reg = <0x5000 0x2f20>;
208 };
209 };
210 };
211
212 firmware@180000 {
213 compatible = "denx,fit";
214 label = "firmware";
215 reg = <0x180000 0xe80000>;
216 };
217 };
218 };
219 };
220
221 &blsp1_spi2 {
222 pinctrl-0 = <&spi_1_pins>;
223 pinctrl-names = "default";
224 status = "okay";
225
226 spidev1: spi@0 {
227 compatible = "silabs,si3210";
228 reg = <0>;
229 spi-max-frequency = <24000000>;
230 };
231 };
232
233 &blsp1_uart1 {
234 pinctrl-0 = <&serial_pins>;
235 pinctrl-names = "default";
236 status = "okay";
237 };
238
239 &blsp1_uart2 {
240 pinctrl-0 = <&serial_1_pins>;
241 pinctrl-names = "default";
242 status = "okay";
243 };
244
245 &tlmm {
246 serial_pins: serial_pinmux {
247 mux {
248 pins = "gpio16", "gpio17";
249 function = "blsp_uart0";
250 bias-disable;
251 };
252 };
253
254 serial_1_pins: serial1_pinmux {
255 mux {
256 pins = "gpio8", "gpio9",
257 "gpio10", "gpio11";
258 function = "blsp_uart1";
259 bias-disable;
260 };
261 };
262
263 spi_0_pins: spi_0_pinmux {
264 pinmux {
265 function = "blsp_spi0";
266 pins = "gpio13", "gpio14", "gpio15";
267 };
268 pinmux_cs {
269 function = "gpio";
270 pins = "gpio12";
271 };
272 pinconf {
273 pins = "gpio13", "gpio14", "gpio15";
274 drive-strength = <12>;
275 bias-disable;
276 };
277 pinconf_cs {
278 pins = "gpio12";
279 drive-strength = <2>;
280 bias-disable;
281 output-high;
282 };
283 };
284
285 spi_1_pins: spi_1_pinmux {
286 mux {
287 pins = "gpio44", "gpio46", "gpio47";
288 function = "blsp_spi1";
289 bias-disable;
290 };
291 host_int {
292 pins = "gpio42";
293 function = "gpio";
294 input;
295 };
296 cs {
297 pins = "gpio45";
298 function = "gpio";
299 bias-pull-up;
300 };
301 wake {
302 pins = "gpio40";
303 function = "gpio";
304 output-high;
305 };
306 reset {
307 pins = "gpio49";
308 function = "gpio";
309 output-high;
310 };
311 };
312
313 sd_pins: sd_pins {
314 pinmux {
315 function = "sdio";
316 pins = "gpio23", "gpio24", "gpio25", "gpio26",
317 "gpio28", "gpio29", "gpio30", "gpio31";
318 drive-strength = <10>;
319 };
320
321 pinmux_sd_clk {
322 function = "sdio";
323 pins = "gpio27";
324 drive-strength = <16>;
325 };
326
327 pinmux_sd7 {
328 function = "sdio";
329 pins = "gpio32";
330 drive-strength = <10>;
331 bias-disable;
332 };
333 };
334 };
335
336 &usb2_hs_phy {
337 status = "okay";
338 };
339
340 &usb3_hs_phy {
341 status = "okay";
342 };
343
344 &usb3_ss_phy {
345 status = "okay";
346 };
347
348 &wifi0 {
349 status = "okay";
350 nvmem-cell-names = "pre-calibration";
351 nvmem-cells = <&precal_art_1000>;
352 qcom,ath10k-calibration-variant = "GL-S1300";
353 };
354
355 &wifi1 {
356 status = "okay";
357 nvmem-cell-names = "pre-calibration";
358 nvmem-cells = <&precal_art_5000>;
359 qcom,ath10k-calibration-variant = "GL-S1300";
360 };