]> git.ipfire.org Git - thirdparty/u-boot.git/blame - src/arm/qcom/qcom-sdx55.dtsi
Squashed 'dts/upstream/' changes from aaba2d45dc2a..b35b9bd1d4ee
[thirdparty/u-boot.git] / src / arm / qcom / qcom-sdx55.dtsi
CommitLineData
53633a89
TR
1// SPDX-License-Identifier: BSD-3-Clause
2/*
3 * SDX55 SoC device tree source
4 *
5 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
6 * Copyright (c) 2020, Linaro Ltd.
7 */
8
9#include <dt-bindings/clock/qcom,gcc-sdx55.h>
10#include <dt-bindings/clock/qcom,rpmh.h>
11#include <dt-bindings/gpio/gpio.h>
12#include <dt-bindings/interconnect/qcom,sdx55.h>
13#include <dt-bindings/interrupt-controller/arm-gic.h>
14#include <dt-bindings/power/qcom-rpmpd.h>
15#include <dt-bindings/soc/qcom,rpmh-rsc.h>
16
17/ {
18 #address-cells = <1>;
19 #size-cells = <1>;
20 qcom,msm-id = <357 0x10000>, <368 0x10000>, <418 0x10000>;
21 interrupt-parent = <&intc>;
22
23 memory {
24 device_type = "memory";
25 reg = <0 0>;
26 };
27
28 clocks {
29 xo_board: xo-board {
30 compatible = "fixed-clock";
31 #clock-cells = <0>;
32 clock-frequency = <38400000>;
33 clock-output-names = "xo_board";
34 };
35
36 sleep_clk: sleep-clk {
37 compatible = "fixed-clock";
38 #clock-cells = <0>;
39 clock-frequency = <32000>;
40 };
41
42 nand_clk_dummy: nand-clk-dummy {
43 compatible = "fixed-clock";
44 #clock-cells = <0>;
45 clock-frequency = <32000>;
46 };
47 };
48
49 cpus {
50 #address-cells = <1>;
51 #size-cells = <0>;
52
53 cpu0: cpu@0 {
54 device_type = "cpu";
55 compatible = "arm,cortex-a7";
56 reg = <0x0>;
57 enable-method = "psci";
58 clocks = <&apcs>;
59 power-domains = <&rpmhpd SDX55_CX>;
60 power-domain-names = "rpmhpd";
61 operating-points-v2 = <&cpu_opp_table>;
62 };
63 };
64
65 firmware {
66 scm {
67 compatible = "qcom,scm-sdx55", "qcom,scm";
68 };
69 };
70
71 cpu_opp_table: opp-table-cpu {
72 compatible = "operating-points-v2";
73 opp-shared;
74
75 opp-345600000 {
76 opp-hz = /bits/ 64 <345600000>;
77 required-opps = <&rpmhpd_opp_low_svs>;
78 };
79
80 opp-576000000 {
81 opp-hz = /bits/ 64 <576000000>;
82 required-opps = <&rpmhpd_opp_svs>;
83 };
84
85 opp-1094400000 {
86 opp-hz = /bits/ 64 <1094400000>;
87 required-opps = <&rpmhpd_opp_nom>;
88 };
89
90 opp-1555200000 {
91 opp-hz = /bits/ 64 <1555200000>;
92 required-opps = <&rpmhpd_opp_turbo>;
93 };
94 };
95
96 psci {
97 compatible = "arm,psci-1.0";
98 method = "smc";
99 };
100
101 reserved-memory {
102 #address-cells = <1>;
103 #size-cells = <1>;
104 ranges;
105
106 hyp_mem: memory@8fc00000 {
107 no-map;
108 reg = <0x8fc00000 0x80000>;
109 };
110
111 ac_db_mem: memory@8fc80000 {
112 no-map;
113 reg = <0x8fc80000 0x40000>;
114 };
115
116 secdata_mem: memory@8fcfd000 {
117 no-map;
118 reg = <0x8fcfd000 0x1000>;
119 };
120
121 sbl_mem: memory@8fd00000 {
122 no-map;
123 reg = <0x8fd00000 0x100000>;
124 };
125
126 aop_image: memory@8fe00000 {
127 no-map;
128 reg = <0x8fe00000 0x20000>;
129 };
130
131 aop_cmd_db: memory@8fe20000 {
132 compatible = "qcom,cmd-db";
133 reg = <0x8fe20000 0x20000>;
134 no-map;
135 };
136
137 smem_mem: memory@8fe40000 {
138 no-map;
139 reg = <0x8fe40000 0xc0000>;
140 };
141
142 tz_mem: memory@8ff00000 {
143 no-map;
144 reg = <0x8ff00000 0x100000>;
145 };
146
147 tz_apps_mem: memory@90000000 {
148 no-map;
149 reg = <0x90000000 0x500000>;
150 };
151 };
152
153 smem {
154 compatible = "qcom,smem";
155 memory-region = <&smem_mem>;
156 hwlocks = <&tcsr_mutex 3>;
157 };
158
159 smp2p-mpss {
160 compatible = "qcom,smp2p";
161 qcom,smem = <435>, <428>;
162 interrupts = <GIC_SPI 113 IRQ_TYPE_EDGE_RISING>;
163 mboxes = <&apcs 14>;
164 qcom,local-pid = <0>;
165 qcom,remote-pid = <1>;
166
167 modem_smp2p_out: master-kernel {
168 qcom,entry-name = "master-kernel";
169 #qcom,smem-state-cells = <1>;
170 };
171
172 modem_smp2p_in: slave-kernel {
173 qcom,entry-name = "slave-kernel";
174 interrupt-controller;
175 #interrupt-cells = <2>;
176 };
177
178 ipa_smp2p_out: ipa-ap-to-modem {
179 qcom,entry-name = "ipa";
180 #qcom,smem-state-cells = <1>;
181 };
182
183 ipa_smp2p_in: ipa-modem-to-ap {
184 qcom,entry-name = "ipa";
185 interrupt-controller;
186 #interrupt-cells = <2>;
187 };
188 };
189
190 soc: soc {
191 #address-cells = <1>;
192 #size-cells = <1>;
193 ranges;
194 compatible = "simple-bus";
195
196 gcc: clock-controller@100000 {
197 compatible = "qcom,gcc-sdx55";
198 reg = <0x100000 0x1f0000>;
199 #clock-cells = <1>;
200 #reset-cells = <1>;
201 #power-domain-cells = <1>;
202 clock-names = "bi_tcxo", "sleep_clk";
203 clocks = <&rpmhcc RPMH_CXO_CLK>, <&sleep_clk>;
204 };
205
206 blsp1_uart3: serial@831000 {
207 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
208 reg = <0x00831000 0x200>;
209 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
210 clocks = <&gcc 30>,
211 <&gcc 9>;
212 clock-names = "core", "iface";
213 status = "disabled";
214 };
215
216 usb_hsphy: phy@ff4000 {
217 compatible = "qcom,sdx55-usb-hs-phy",
218 "qcom,usb-snps-hs-7nm-phy";
219 reg = <0x00ff4000 0x114>;
220 status = "disabled";
221 #phy-cells = <0>;
222
223 clocks = <&rpmhcc RPMH_CXO_CLK>;
224 clock-names = "ref";
225
226 resets = <&gcc GCC_QUSB2PHY_BCR>;
227 };
228
229 usb_qmpphy: phy@ff6000 {
230 compatible = "qcom,sdx55-qmp-usb3-uni-phy";
93743d24 231 reg = <0x00ff6000 0x1000>;
53633a89
TR
232
233 clocks = <&gcc GCC_USB3_PHY_AUX_CLK>,
93743d24 234 <&gcc GCC_USB3_PRIM_CLKREF_CLK>,
53633a89 235 <&gcc GCC_USB_PHY_CFG_AHB2PHY_CLK>,
93743d24
TR
236 <&gcc GCC_USB3_PHY_PIPE_CLK>;
237 clock-names = "aux",
238 "ref",
239 "cfg_ahb",
240 "pipe";
241 clock-output-names = "usb3_uni_phy_pipe_clk_src";
242 #clock-cells = <0>;
243 #phy-cells = <0>;
244
245 resets = <&gcc GCC_USB3_PHY_BCR>,
246 <&gcc GCC_USB3PHY_PHY_BCR>;
247 reset-names = "phy",
248 "phy_phy";
249
250 status = "disabled";
53633a89
TR
251 };
252
253 mc_virt: interconnect@1100000 {
254 compatible = "qcom,sdx55-mc-virt";
255 reg = <0x01100000 0x400000>;
256 #interconnect-cells = <1>;
257 qcom,bcm-voters = <&apps_bcm_voter>;
258 };
259
260 mem_noc: interconnect@9680000 {
261 compatible = "qcom,sdx55-mem-noc";
262 reg = <0x09680000 0x40000>;
263 #interconnect-cells = <1>;
264 qcom,bcm-voters = <&apps_bcm_voter>;
265 };
266
267 system_noc: interconnect@162c000 {
268 compatible = "qcom,sdx55-system-noc";
269 reg = <0x0162c000 0x31200>;
270 #interconnect-cells = <1>;
271 qcom,bcm-voters = <&apps_bcm_voter>;
272 };
273
274 qpic_bam: dma-controller@1b04000 {
275 compatible = "qcom,bam-v1.7.0";
276 reg = <0x01b04000 0x1c000>;
277 interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>;
278 clocks = <&rpmhcc RPMH_QPIC_CLK>;
279 clock-names = "bam_clk";
280 #dma-cells = <1>;
281 qcom,ee = <0>;
282 qcom,controlled-remotely;
283 status = "disabled";
284 };
285
286 qpic_nand: nand-controller@1b30000 {
287 compatible = "qcom,sdx55-nand";
288 reg = <0x01b30000 0x10000>;
289 #address-cells = <1>;
290 #size-cells = <0>;
291 clocks = <&rpmhcc RPMH_QPIC_CLK>,
292 <&nand_clk_dummy>;
293 clock-names = "core", "aon";
294
295 dmas = <&qpic_bam 0>,
296 <&qpic_bam 1>,
297 <&qpic_bam 2>;
298 dma-names = "tx", "rx", "cmd";
299 status = "disabled";
300 };
301
302 pcie_rc: pcie@1c00000 {
303 compatible = "qcom,pcie-sdx55";
304 reg = <0x01c00000 0x3000>,
305 <0x40000000 0xf1d>,
306 <0x40000f20 0xc8>,
307 <0x40001000 0x1000>,
308 <0x40100000 0x100000>;
309 reg-names = "parf",
310 "dbi",
311 "elbi",
312 "atu",
313 "config";
314 device_type = "pci";
315 linux,pci-domain = <0>;
316 bus-range = <0x00 0xff>;
317 num-lanes = <1>;
318
319 #address-cells = <3>;
320 #size-cells = <2>;
321
322 ranges = <0x01000000 0x0 0x00000000 0x40200000 0x0 0x100000>,
323 <0x02000000 0x0 0x40300000 0x40300000 0x0 0x3fd00000>;
324
325 interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
326 <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
327 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
328 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
329 <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
330 <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>,
331 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>,
332 <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
333 interrupt-names = "msi",
334 "msi2",
335 "msi3",
336 "msi4",
337 "msi5",
338 "msi6",
339 "msi7",
340 "msi8";
341 #interrupt-cells = <1>;
342 interrupt-map-mask = <0 0 0 0x7>;
93743d24
TR
343 interrupt-map = <0 0 0 1 &intc 0 141 IRQ_TYPE_LEVEL_HIGH>, /* int_a */
344 <0 0 0 2 &intc 0 142 IRQ_TYPE_LEVEL_HIGH>, /* int_b */
345 <0 0 0 3 &intc 0 143 IRQ_TYPE_LEVEL_HIGH>, /* int_c */
346 <0 0 0 4 &intc 0 144 IRQ_TYPE_LEVEL_HIGH>; /* int_d */
53633a89
TR
347
348 clocks = <&gcc GCC_PCIE_PIPE_CLK>,
349 <&gcc GCC_PCIE_AUX_CLK>,
350 <&gcc GCC_PCIE_CFG_AHB_CLK>,
351 <&gcc GCC_PCIE_MSTR_AXI_CLK>,
352 <&gcc GCC_PCIE_SLV_AXI_CLK>,
353 <&gcc GCC_PCIE_SLV_Q2A_AXI_CLK>,
354 <&gcc GCC_PCIE_SLEEP_CLK>;
355 clock-names = "pipe",
356 "aux",
357 "cfg",
358 "bus_master",
359 "bus_slave",
360 "slave_q2a",
361 "sleep";
362
363 assigned-clocks = <&gcc GCC_PCIE_AUX_CLK>;
364 assigned-clock-rates = <19200000>;
365
366 iommu-map = <0x0 &apps_smmu 0x0200 0x1>,
367 <0x100 &apps_smmu 0x0201 0x1>,
368 <0x200 &apps_smmu 0x0202 0x1>,
369 <0x300 &apps_smmu 0x0203 0x1>,
370 <0x400 &apps_smmu 0x0204 0x1>;
371
372 resets = <&gcc GCC_PCIE_BCR>;
373 reset-names = "pci";
374
375 power-domains = <&gcc PCIE_GDSC>;
376
377 phys = <&pcie_phy>;
378 phy-names = "pciephy";
379
380 status = "disabled";
381 };
382
383 pcie_ep: pcie-ep@1c00000 {
384 compatible = "qcom,sdx55-pcie-ep";
385 reg = <0x01c00000 0x3000>,
386 <0x40000000 0xf1d>,
387 <0x40000f20 0xc8>,
388 <0x40001000 0x1000>,
389 <0x40200000 0x100000>,
390 <0x01c03000 0x3000>;
391 reg-names = "parf",
392 "dbi",
393 "elbi",
394 "atu",
395 "addr_space",
396 "mmio";
397
398 qcom,perst-regs = <&tcsr 0xb258 0xb270>;
399
400 clocks = <&gcc GCC_PCIE_AUX_CLK>,
401 <&gcc GCC_PCIE_CFG_AHB_CLK>,
402 <&gcc GCC_PCIE_MSTR_AXI_CLK>,
403 <&gcc GCC_PCIE_SLV_AXI_CLK>,
404 <&gcc GCC_PCIE_SLV_Q2A_AXI_CLK>,
405 <&gcc GCC_PCIE_SLEEP_CLK>,
406 <&gcc GCC_PCIE_0_CLKREF_CLK>;
407 clock-names = "aux",
408 "cfg",
409 "bus_master",
410 "bus_slave",
411 "slave_q2a",
412 "sleep",
413 "ref";
414
415 interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
416 <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
417 interrupt-names = "global",
418 "doorbell";
419
420 interconnects = <&system_noc MASTER_PCIE &mc_virt SLAVE_EBI_CH0>;
421 interconnect-names = "pcie-mem";
422
423 resets = <&gcc GCC_PCIE_BCR>;
424 reset-names = "core";
425 power-domains = <&gcc PCIE_GDSC>;
426 phys = <&pcie_phy>;
427 phy-names = "pciephy";
428 max-link-speed = <3>;
429 num-lanes = <2>;
430
431 status = "disabled";
432 };
433
93743d24 434 pcie_phy: phy@1c06000 {
53633a89 435 compatible = "qcom,sdx55-qmp-pcie-phy";
93743d24 436 reg = <0x01c06000 0x2000>;
53633a89
TR
437 #address-cells = <1>;
438 #size-cells = <1>;
439 ranges;
440 clocks = <&gcc GCC_PCIE_AUX_PHY_CLK_SRC>,
441 <&gcc GCC_PCIE_CFG_AHB_CLK>,
442 <&gcc GCC_PCIE_0_CLKREF_CLK>,
443 <&gcc GCC_PCIE_RCHNG_PHY_CLK>,
444 <&gcc GCC_PCIE_PIPE_CLK>;
445 clock-names = "aux",
446 "cfg_ahb",
447 "ref",
448 "refgen",
449 "pipe";
450
451 clock-output-names = "pcie_pipe_clk";
452 #clock-cells = <0>;
453
454 #phy-cells = <0>;
455
456 resets = <&gcc GCC_PCIE_PHY_BCR>;
457 reset-names = "phy";
458
459 assigned-clocks = <&gcc GCC_PCIE_RCHNG_PHY_CLK>;
460 assigned-clock-rates = <100000000>;
461
462 status = "disabled";
463 };
464
465 ipa: ipa@1e40000 {
466 compatible = "qcom,sdx55-ipa";
467
468 iommus = <&apps_smmu 0x5e0 0x0>,
469 <&apps_smmu 0x5e2 0x0>;
470 reg = <0x1e40000 0x7000>,
471 <0x1e50000 0x4b20>,
472 <0x1e04000 0x2c000>;
473 reg-names = "ipa-reg",
474 "ipa-shared",
475 "gsi";
476
477 interrupts-extended = <&intc GIC_SPI 241 IRQ_TYPE_EDGE_RISING>,
478 <&intc GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>,
479 <&ipa_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
480 <&ipa_smp2p_in 1 IRQ_TYPE_EDGE_RISING>;
481 interrupt-names = "ipa",
482 "gsi",
483 "ipa-clock-query",
484 "ipa-setup-ready";
485
486 clocks = <&rpmhcc RPMH_IPA_CLK>;
487 clock-names = "core";
488
489 interconnects = <&system_noc MASTER_IPA &mc_virt SLAVE_EBI_CH0>,
490 <&system_noc MASTER_IPA &system_noc SLAVE_OCIMEM>,
491 <&mem_noc MASTER_AMPSS_M0 &system_noc SLAVE_IPA_CFG>;
492 interconnect-names = "memory",
493 "imem",
494 "config";
495
496 qcom,smem-states = <&ipa_smp2p_out 0>,
497 <&ipa_smp2p_out 1>;
498 qcom,smem-state-names = "ipa-clock-enabled-valid",
499 "ipa-clock-enabled";
500
501 status = "disabled";
502 };
503
504 tcsr_mutex: hwlock@1f40000 {
505 compatible = "qcom,tcsr-mutex";
506 reg = <0x01f40000 0x40000>;
507 #hwlock-cells = <1>;
508 };
509
510 tcsr: syscon@1fc0000 {
511 compatible = "qcom,sdx55-tcsr", "syscon";
512 reg = <0x01fc0000 0x1000>;
513 };
514
515 sdhc_1: mmc@8804000 {
516 compatible = "qcom,sdx55-sdhci", "qcom,sdhci-msm-v5";
517 reg = <0x08804000 0x1000>;
518 interrupts = <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>,
519 <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>;
520 interrupt-names = "hc_irq", "pwr_irq";
521 clocks = <&gcc GCC_SDCC1_AHB_CLK>,
522 <&gcc GCC_SDCC1_APPS_CLK>;
523 clock-names = "iface", "core";
524 status = "disabled";
525 };
526
527 remoteproc_mpss: remoteproc@4080000 {
528 compatible = "qcom,sdx55-mpss-pas";
529 reg = <0x04080000 0x4040>;
530
531 interrupts-extended = <&intc GIC_SPI 250 IRQ_TYPE_EDGE_RISING>,
532 <&modem_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
533 <&modem_smp2p_in 1 IRQ_TYPE_EDGE_RISING>,
534 <&modem_smp2p_in 2 IRQ_TYPE_EDGE_RISING>,
535 <&modem_smp2p_in 3 IRQ_TYPE_EDGE_RISING>,
536 <&modem_smp2p_in 7 IRQ_TYPE_EDGE_RISING>;
537 interrupt-names = "wdog", "fatal", "ready", "handover",
538 "stop-ack", "shutdown-ack";
539
540 clocks = <&rpmhcc RPMH_CXO_CLK>;
541 clock-names = "xo";
542
543 power-domains = <&rpmhpd SDX55_CX>,
544 <&rpmhpd SDX55_MSS>;
545 power-domain-names = "cx", "mss";
546
547 qcom,smem-states = <&modem_smp2p_out 0>;
548 qcom,smem-state-names = "stop";
549
550 status = "disabled";
551
552 glink-edge {
553 interrupts = <GIC_SPI 114 IRQ_TYPE_EDGE_RISING>;
554 label = "mpss";
555 qcom,remote-pid = <1>;
556 mboxes = <&apcs 15>;
557 };
558 };
559
560 usb: usb@a6f8800 {
561 compatible = "qcom,sdx55-dwc3", "qcom,dwc3";
562 reg = <0x0a6f8800 0x400>;
563 status = "disabled";
564 #address-cells = <1>;
565 #size-cells = <1>;
566 ranges;
567
568 clocks = <&gcc GCC_USB30_SLV_AHB_CLK>,
569 <&gcc GCC_USB30_MASTER_CLK>,
570 <&gcc GCC_USB30_MSTR_AXI_CLK>,
571 <&gcc GCC_USB30_SLEEP_CLK>,
572 <&gcc GCC_USB30_MOCK_UTMI_CLK>;
573 clock-names = "cfg_noc",
574 "core",
575 "iface",
576 "sleep",
577 "mock_utmi";
578
579 assigned-clocks = <&gcc GCC_USB30_MOCK_UTMI_CLK>,
580 <&gcc GCC_USB30_MASTER_CLK>;
581 assigned-clock-rates = <19200000>, <200000000>;
582
93743d24
TR
583 interrupts-extended = <&intc GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
584 <&pdc 51 IRQ_TYPE_LEVEL_HIGH>,
585 <&pdc 11 IRQ_TYPE_EDGE_BOTH>,
586 <&pdc 10 IRQ_TYPE_EDGE_BOTH>;
53633a89
TR
587 interrupt-names = "hs_phy_irq", "ss_phy_irq",
588 "dm_hs_phy_irq", "dp_hs_phy_irq";
589
590 power-domains = <&gcc USB30_GDSC>;
591
592 resets = <&gcc GCC_USB30_BCR>;
593
594 usb_dwc3: usb@a600000 {
595 compatible = "snps,dwc3";
596 reg = <0x0a600000 0xcd00>;
597 interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
598 iommus = <&apps_smmu 0x1a0 0x0>;
599 snps,dis_u2_susphy_quirk;
600 snps,dis_enblslpm_quirk;
93743d24 601 phys = <&usb_hsphy>, <&usb_qmpphy>;
53633a89
TR
602 phy-names = "usb2-phy", "usb3-phy";
603 };
604 };
605
606 pdc: interrupt-controller@b210000 {
607 compatible = "qcom,sdx55-pdc", "qcom,pdc";
608 reg = <0x0b210000 0x30000>;
609 qcom,pdc-ranges = <0 179 52>;
93743d24 610 #interrupt-cells = <2>;
53633a89
TR
611 interrupt-parent = <&intc>;
612 interrupt-controller;
613 };
614
615 restart@c264000 {
616 compatible = "qcom,pshold";
617 reg = <0x0c264000 0x1000>;
618 };
619
620 spmi_bus: spmi@c440000 {
621 compatible = "qcom,spmi-pmic-arb";
622 reg = <0x0c440000 0x0000d00>,
623 <0x0c600000 0x2000000>,
624 <0x0e600000 0x0100000>,
625 <0x0e700000 0x00a0000>,
626 <0x0c40a000 0x0000700>;
627 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
628 interrupt-names = "periph_irq";
629 interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
630 qcom,ee = <0>;
631 qcom,channel = <0>;
632 #address-cells = <2>;
633 #size-cells = <0>;
634 interrupt-controller;
635 #interrupt-cells = <4>;
636 };
637
638 tlmm: pinctrl@f100000 {
639 compatible = "qcom,sdx55-pinctrl";
640 reg = <0xf100000 0x300000>;
641 interrupts = <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>;
642 gpio-controller;
643 #gpio-cells = <2>;
644 interrupt-controller;
645 #interrupt-cells = <2>;
646 gpio-ranges = <&tlmm 0 0 108>;
647 };
648
649 sram@1468f000 {
650 compatible = "qcom,sdx55-imem", "syscon", "simple-mfd";
651 reg = <0x1468f000 0x1000>;
652
653 #address-cells = <1>;
654 #size-cells = <1>;
655
656 ranges = <0x0 0x1468f000 0x1000>;
657
658 pil-reloc@94c {
659 compatible = "qcom,pil-reloc-info";
660 reg = <0x94c 0x200>;
661 };
662 };
663
664 apps_smmu: iommu@15000000 {
665 compatible = "qcom,sdx55-smmu-500", "qcom,smmu-500", "arm,mmu-500";
666 reg = <0x15000000 0x20000>;
667 #iommu-cells = <2>;
668 #global-interrupts = <1>;
669 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>,
670 <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
671 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
672 <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>,
673 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
674 <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>,
675 <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>,
676 <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>,
677 <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>,
678 <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>,
679 <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>,
680 <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>,
681 <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>,
682 <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>,
683 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>,
684 <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
685 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
686 };
687
688 intc: interrupt-controller@17800000 {
689 compatible = "qcom,msm-qgic2";
690 interrupt-controller;
691 interrupt-parent = <&intc>;
692 #interrupt-cells = <3>;
693 reg = <0x17800000 0x1000>,
694 <0x17802000 0x1000>;
695 };
696
697 a7pll: clock@17808000 {
698 compatible = "qcom,sdx55-a7pll";
699 reg = <0x17808000 0x1000>;
700 clocks = <&rpmhcc RPMH_CXO_CLK>;
701 clock-names = "bi_tcxo";
702 #clock-cells = <0>;
703 };
704
705 apcs: mailbox@17810000 {
706 compatible = "qcom,sdx55-apcs-gcc", "syscon";
707 reg = <0x17810000 0x2000>;
708 #mbox-cells = <1>;
709 clocks = <&rpmhcc RPMH_CXO_CLK>, <&a7pll>, <&gcc GPLL0>;
710 clock-names = "ref", "pll", "aux";
711 #clock-cells = <0>;
712 };
713
714 watchdog@17817000 {
715 compatible = "qcom,apss-wdt-sdx55", "qcom,kpss-wdt";
716 reg = <0x17817000 0x1000>;
717 clocks = <&sleep_clk>;
718 };
719
720 timer@17820000 {
721 #address-cells = <1>;
722 #size-cells = <1>;
723 ranges;
724 compatible = "arm,armv7-timer-mem";
725 reg = <0x17820000 0x1000>;
726 clock-frequency = <19200000>;
727
728 frame@17821000 {
729 frame-number = <0>;
730 interrupts = <GIC_SPI 7 0x4>,
731 <GIC_SPI 6 0x4>;
732 reg = <0x17821000 0x1000>,
733 <0x17822000 0x1000>;
734 };
735
736 frame@17823000 {
737 frame-number = <1>;
738 interrupts = <GIC_SPI 8 0x4>;
739 reg = <0x17823000 0x1000>;
740 status = "disabled";
741 };
742
743 frame@17824000 {
744 frame-number = <2>;
745 interrupts = <GIC_SPI 9 0x4>;
746 reg = <0x17824000 0x1000>;
747 status = "disabled";
748 };
749
750 frame@17825000 {
751 frame-number = <3>;
752 interrupts = <GIC_SPI 10 0x4>;
753 reg = <0x17825000 0x1000>;
754 status = "disabled";
755 };
756
757 frame@17826000 {
758 frame-number = <4>;
759 interrupts = <GIC_SPI 11 0x4>;
760 reg = <0x17826000 0x1000>;
761 status = "disabled";
762 };
763
764 frame@17827000 {
765 frame-number = <5>;
766 interrupts = <GIC_SPI 12 0x4>;
767 reg = <0x17827000 0x1000>;
768 status = "disabled";
769 };
770
771 frame@17828000 {
772 frame-number = <6>;
773 interrupts = <GIC_SPI 13 0x4>;
774 reg = <0x17828000 0x1000>;
775 status = "disabled";
776 };
777
778 frame@17829000 {
779 frame-number = <7>;
780 interrupts = <GIC_SPI 14 0x4>;
781 reg = <0x17829000 0x1000>;
782 status = "disabled";
783 };
784 };
785
786 apps_rsc: rsc@17830000 {
787 compatible = "qcom,rpmh-rsc";
788 reg = <0x17830000 0x10000>, <0x17840000 0x10000>;
789 reg-names = "drv-0", "drv-1";
790 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>,
791 <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
792 qcom,tcs-offset = <0xd00>;
793 qcom,drv-id = <1>;
794 qcom,tcs-config = <ACTIVE_TCS 2>, <SLEEP_TCS 2>,
795 <WAKE_TCS 2>, <CONTROL_TCS 1>;
796
797 rpmhcc: clock-controller {
798 compatible = "qcom,sdx55-rpmh-clk";
799 #clock-cells = <1>;
800 clock-names = "xo";
801 clocks = <&xo_board>;
802 };
803
804 rpmhpd: power-controller {
805 compatible = "qcom,sdx55-rpmhpd";
806 #power-domain-cells = <1>;
807 operating-points-v2 = <&rpmhpd_opp_table>;
808
809 rpmhpd_opp_table: opp-table {
810 compatible = "operating-points-v2";
811
812 rpmhpd_opp_ret: opp1 {
813 opp-level = <RPMH_REGULATOR_LEVEL_RETENTION>;
814 };
815
816 rpmhpd_opp_min_svs: opp2 {
817 opp-level = <RPMH_REGULATOR_LEVEL_MIN_SVS>;
818 };
819
820 rpmhpd_opp_low_svs: opp3 {
821 opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS>;
822 };
823
824 rpmhpd_opp_svs: opp4 {
825 opp-level = <RPMH_REGULATOR_LEVEL_SVS>;
826 };
827
828 rpmhpd_opp_svs_l1: opp5 {
829 opp-level = <RPMH_REGULATOR_LEVEL_SVS_L1>;
830 };
831
832 rpmhpd_opp_nom: opp6 {
833 opp-level = <RPMH_REGULATOR_LEVEL_NOM>;
834 };
835
836 rpmhpd_opp_nom_l1: opp7 {
837 opp-level = <RPMH_REGULATOR_LEVEL_NOM_L1>;
838 };
839
840 rpmhpd_opp_nom_l2: opp8 {
841 opp-level = <RPMH_REGULATOR_LEVEL_NOM_L2>;
842 };
843
844 rpmhpd_opp_turbo: opp9 {
845 opp-level = <RPMH_REGULATOR_LEVEL_TURBO>;
846 };
847
848 rpmhpd_opp_turbo_l1: opp10 {
849 opp-level = <RPMH_REGULATOR_LEVEL_TURBO_L1>;
850 };
851 };
852 };
853
854 apps_bcm_voter: bcm-voter {
855 compatible = "qcom,bcm-voter";
856 };
857 };
858 };
859
860 timer {
861 compatible = "arm,armv7-timer";
862 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
863 <GIC_PPI 12 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
864 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
865 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
866 clock-frequency = <19200000>;
867 };
868};