1// SPDX-License-Identifier: BSD-3-Clause 2/* 3 * sc7280 SoC device tree source 4 * 5 * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved. 6 */ 7 8#include <dt-bindings/clock/qcom,dispcc-sc7280.h> 9#include <dt-bindings/clock/qcom,gcc-sc7280.h> 10#include <dt-bindings/clock/qcom,gpucc-sc7280.h> 11#include <dt-bindings/clock/qcom,rpmh.h> 12#include <dt-bindings/clock/qcom,videocc-sc7280.h> 13#include <dt-bindings/interconnect/qcom,sc7280.h> 14#include <dt-bindings/interrupt-controller/arm-gic.h> 15#include <dt-bindings/mailbox/qcom-ipcc.h> 16#include <dt-bindings/power/qcom-rpmpd.h> 17#include <dt-bindings/reset/qcom,sdm845-aoss.h> 18#include <dt-bindings/reset/qcom,sdm845-pdc.h> 19#include <dt-bindings/soc/qcom,rpmh-rsc.h> 20#include <dt-bindings/thermal/thermal.h> 21 22/ { 23 interrupt-parent = <&intc>; 24 25 #address-cells = <2>; 26 #size-cells = <2>; 27 28 chosen { }; 29 30 aliases { 31 i2c0 = &i2c0; 32 i2c1 = &i2c1; 33 i2c2 = &i2c2; 34 i2c3 = &i2c3; 35 i2c4 = &i2c4; 36 i2c5 = &i2c5; 37 i2c6 = &i2c6; 38 i2c7 = &i2c7; 39 i2c8 = &i2c8; 40 i2c9 = &i2c9; 41 i2c10 = &i2c10; 42 i2c11 = &i2c11; 43 i2c12 = &i2c12; 44 i2c13 = &i2c13; 45 i2c14 = &i2c14; 46 i2c15 = &i2c15; 47 mmc1 = &sdhc_1; 48 mmc2 = &sdhc_2; 49 spi0 = &spi0; 50 spi1 = &spi1; 51 spi2 = &spi2; 52 spi3 = &spi3; 53 spi4 = &spi4; 54 spi5 = &spi5; 55 spi6 = &spi6; 56 spi7 = &spi7; 57 spi8 = &spi8; 58 spi9 = &spi9; 59 spi10 = &spi10; 60 spi11 = &spi11; 61 spi12 = &spi12; 62 spi13 = &spi13; 63 spi14 = &spi14; 64 spi15 = &spi15; 65 }; 66 67 clocks { 68 xo_board: xo-board { 69 compatible = "fixed-clock"; 70 clock-frequency = <76800000>; 71 #clock-cells = <0>; 72 }; 73 74 sleep_clk: sleep-clk { 75 compatible = "fixed-clock"; 76 clock-frequency = <32000>; 77 #clock-cells = <0>; 78 }; 79 }; 80 81 reserved-memory { 82 #address-cells = <2>; 83 #size-cells = <2>; 84 ranges; 85 86 hyp_mem: memory@80000000 { 87 reg = <0x0 0x80000000 0x0 0x600000>; 88 no-map; 89 }; 90 91 xbl_mem: memory@80600000 { 92 reg = <0x0 0x80600000 0x0 0x200000>; 93 no-map; 94 }; 95 96 aop_mem: memory@80800000 { 97 reg = <0x0 0x80800000 0x0 0x60000>; 98 no-map; 99 }; 100 101 aop_cmd_db_mem: memory@80860000 { 102 reg = <0x0 0x80860000 0x0 0x20000>; 103 compatible = "qcom,cmd-db"; 104 no-map; 105 }; 106 107 reserved_xbl_uefi_log: memory@80880000 { 108 reg = <0x0 0x80884000 0x0 0x10000>; 109 no-map; 110 }; 111 112 sec_apps_mem: memory@808ff000 { 113 reg = <0x0 0x808ff000 0x0 0x1000>; 114 no-map; 115 }; 116 117 smem_mem: memory@80900000 { 118 reg = <0x0 0x80900000 0x0 0x200000>; 119 no-map; 120 }; 121 122 cpucp_mem: memory@80b00000 { 123 no-map; 124 reg = <0x0 0x80b00000 0x0 0x100000>; 125 }; 126 127 wlan_fw_mem: memory@80c00000 { 128 reg = <0x0 0x80c00000 0x0 0xc00000>; 129 no-map; 130 }; 131 132 ipa_fw_mem: memory@8b700000 { 133 reg = <0 0x8b700000 0 0x10000>; 134 no-map; 135 }; 136 137 rmtfs_mem: memory@9c900000 { 138 compatible = "qcom,rmtfs-mem"; 139 reg = <0x0 0x9c900000 0x0 0x280000>; 140 no-map; 141 142 qcom,client-id = <1>; 143 qcom,vmid = <15>; 144 }; 145 }; 146 147 cpus { 148 #address-cells = <2>; 149 #size-cells = <0>; 150 151 CPU0: cpu@0 { 152 device_type = "cpu"; 153 compatible = "arm,kryo"; 154 reg = <0x0 0x0>; 155 enable-method = "psci"; 156 cpu-idle-states = <&LITTLE_CPU_SLEEP_0 157 &LITTLE_CPU_SLEEP_1 158 &CLUSTER_SLEEP_0>; 159 next-level-cache = <&L2_0>; 160 qcom,freq-domain = <&cpufreq_hw 0>; 161 #cooling-cells = <2>; 162 L2_0: l2-cache { 163 compatible = "cache"; 164 next-level-cache = <&L3_0>; 165 L3_0: l3-cache { 166 compatible = "cache"; 167 }; 168 }; 169 }; 170 171 CPU1: cpu@100 { 172 device_type = "cpu"; 173 compatible = "arm,kryo"; 174 reg = <0x0 0x100>; 175 enable-method = "psci"; 176 cpu-idle-states = <&LITTLE_CPU_SLEEP_0 177 &LITTLE_CPU_SLEEP_1 178 &CLUSTER_SLEEP_0>; 179 next-level-cache = <&L2_100>; 180 qcom,freq-domain = <&cpufreq_hw 0>; 181 #cooling-cells = <2>; 182 L2_100: l2-cache { 183 compatible = "cache"; 184 next-level-cache = <&L3_0>; 185 }; 186 }; 187 188 CPU2: cpu@200 { 189 device_type = "cpu"; 190 compatible = "arm,kryo"; 191 reg = <0x0 0x200>; 192 enable-method = "psci"; 193 cpu-idle-states = <&LITTLE_CPU_SLEEP_0 194 &LITTLE_CPU_SLEEP_1 195 &CLUSTER_SLEEP_0>; 196 next-level-cache = <&L2_200>; 197 qcom,freq-domain = <&cpufreq_hw 0>; 198 #cooling-cells = <2>; 199 L2_200: l2-cache { 200 compatible = "cache"; 201 next-level-cache = <&L3_0>; 202 }; 203 }; 204 205 CPU3: cpu@300 { 206 device_type = "cpu"; 207 compatible = "arm,kryo"; 208 reg = <0x0 0x300>; 209 enable-method = "psci"; 210 cpu-idle-states = <&LITTLE_CPU_SLEEP_0 211 &LITTLE_CPU_SLEEP_1 212 &CLUSTER_SLEEP_0>; 213 next-level-cache = <&L2_300>; 214 qcom,freq-domain = <&cpufreq_hw 0>; 215 #cooling-cells = <2>; 216 L2_300: l2-cache { 217 compatible = "cache"; 218 next-level-cache = <&L3_0>; 219 }; 220 }; 221 222 CPU4: cpu@400 { 223 device_type = "cpu"; 224 compatible = "arm,kryo"; 225 reg = <0x0 0x400>; 226 enable-method = "psci"; 227 cpu-idle-states = <&BIG_CPU_SLEEP_0 228 &BIG_CPU_SLEEP_1 229 &CLUSTER_SLEEP_0>; 230 next-level-cache = <&L2_400>; 231 qcom,freq-domain = <&cpufreq_hw 1>; 232 #cooling-cells = <2>; 233 L2_400: l2-cache { 234 compatible = "cache"; 235 next-level-cache = <&L3_0>; 236 }; 237 }; 238 239 CPU5: cpu@500 { 240 device_type = "cpu"; 241 compatible = "arm,kryo"; 242 reg = <0x0 0x500>; 243 enable-method = "psci"; 244 cpu-idle-states = <&BIG_CPU_SLEEP_0 245 &BIG_CPU_SLEEP_1 246 &CLUSTER_SLEEP_0>; 247 next-level-cache = <&L2_500>; 248 qcom,freq-domain = <&cpufreq_hw 1>; 249 #cooling-cells = <2>; 250 L2_500: l2-cache { 251 compatible = "cache"; 252 next-level-cache = <&L3_0>; 253 }; 254 }; 255 256 CPU6: cpu@600 { 257 device_type = "cpu"; 258 compatible = "arm,kryo"; 259 reg = <0x0 0x600>; 260 enable-method = "psci"; 261 cpu-idle-states = <&BIG_CPU_SLEEP_0 262 &BIG_CPU_SLEEP_1 263 &CLUSTER_SLEEP_0>; 264 next-level-cache = <&L2_600>; 265 qcom,freq-domain = <&cpufreq_hw 1>; 266 #cooling-cells = <2>; 267 L2_600: l2-cache { 268 compatible = "cache"; 269 next-level-cache = <&L3_0>; 270 }; 271 }; 272 273 CPU7: cpu@700 { 274 device_type = "cpu"; 275 compatible = "arm,kryo"; 276 reg = <0x0 0x700>; 277 enable-method = "psci"; 278 cpu-idle-states = <&BIG_CPU_SLEEP_0 279 &BIG_CPU_SLEEP_1 280 &CLUSTER_SLEEP_0>; 281 next-level-cache = <&L2_700>; 282 qcom,freq-domain = <&cpufreq_hw 2>; 283 #cooling-cells = <2>; 284 L2_700: l2-cache { 285 compatible = "cache"; 286 next-level-cache = <&L3_0>; 287 }; 288 }; 289 290 cpu-map { 291 cluster0 { 292 core0 { 293 cpu = <&CPU0>; 294 }; 295 296 core1 { 297 cpu = <&CPU1>; 298 }; 299 300 core2 { 301 cpu = <&CPU2>; 302 }; 303 304 core3 { 305 cpu = <&CPU3>; 306 }; 307 308 core4 { 309 cpu = <&CPU4>; 310 }; 311 312 core5 { 313 cpu = <&CPU5>; 314 }; 315 316 core6 { 317 cpu = <&CPU6>; 318 }; 319 320 core7 { 321 cpu = <&CPU7>; 322 }; 323 }; 324 }; 325 326 idle-states { 327 entry-method = "psci"; 328 329 LITTLE_CPU_SLEEP_0: cpu-sleep-0-0 { 330 compatible = "arm,idle-state"; 331 idle-state-name = "little-power-down"; 332 arm,psci-suspend-param = <0x40000003>; 333 entry-latency-us = <549>; 334 exit-latency-us = <901>; 335 min-residency-us = <1774>; 336 local-timer-stop; 337 }; 338 339 LITTLE_CPU_SLEEP_1: cpu-sleep-0-1 { 340 compatible = "arm,idle-state"; 341 idle-state-name = "little-rail-power-down"; 342 arm,psci-suspend-param = <0x40000004>; 343 entry-latency-us = <702>; 344 exit-latency-us = <915>; 345 min-residency-us = <4001>; 346 local-timer-stop; 347 }; 348 349 BIG_CPU_SLEEP_0: cpu-sleep-1-0 { 350 compatible = "arm,idle-state"; 351 idle-state-name = "big-power-down"; 352 arm,psci-suspend-param = <0x40000003>; 353 entry-latency-us = <523>; 354 exit-latency-us = <1244>; 355 min-residency-us = <2207>; 356 local-timer-stop; 357 }; 358 359 BIG_CPU_SLEEP_1: cpu-sleep-1-1 { 360 compatible = "arm,idle-state"; 361 idle-state-name = "big-rail-power-down"; 362 arm,psci-suspend-param = <0x40000004>; 363 entry-latency-us = <526>; 364 exit-latency-us = <1854>; 365 min-residency-us = <5555>; 366 local-timer-stop; 367 }; 368 369 CLUSTER_SLEEP_0: cluster-sleep-0 { 370 compatible = "arm,idle-state"; 371 idle-state-name = "cluster-power-down"; 372 arm,psci-suspend-param = <0x40003444>; 373 entry-latency-us = <3263>; 374 exit-latency-us = <6562>; 375 min-residency-us = <9926>; 376 local-timer-stop; 377 }; 378 }; 379 }; 380 381 memory@80000000 { 382 device_type = "memory"; 383 /* We expect the bootloader to fill in the size */ 384 reg = <0 0x80000000 0 0>; 385 }; 386 387 firmware { 388 scm { 389 compatible = "qcom,scm-sc7280", "qcom,scm"; 390 }; 391 }; 392 393 clk_virt: interconnect { 394 compatible = "qcom,sc7280-clk-virt"; 395 #interconnect-cells = <2>; 396 qcom,bcm-voters = <&apps_bcm_voter>; 397 }; 398 399 smem { 400 compatible = "qcom,smem"; 401 memory-region = <&smem_mem>; 402 hwlocks = <&tcsr_mutex 3>; 403 }; 404 405 smp2p-adsp { 406 compatible = "qcom,smp2p"; 407 qcom,smem = <443>, <429>; 408 interrupts-extended = <&ipcc IPCC_CLIENT_LPASS 409 IPCC_MPROC_SIGNAL_SMP2P 410 IRQ_TYPE_EDGE_RISING>; 411 mboxes = <&ipcc IPCC_CLIENT_LPASS 412 IPCC_MPROC_SIGNAL_SMP2P>; 413 414 qcom,local-pid = <0>; 415 qcom,remote-pid = <2>; 416 417 adsp_smp2p_out: master-kernel { 418 qcom,entry-name = "master-kernel"; 419 #qcom,smem-state-cells = <1>; 420 }; 421 422 adsp_smp2p_in: slave-kernel { 423 qcom,entry-name = "slave-kernel"; 424 interrupt-controller; 425 #interrupt-cells = <2>; 426 }; 427 }; 428 429 smp2p-cdsp { 430 compatible = "qcom,smp2p"; 431 qcom,smem = <94>, <432>; 432 interrupts-extended = <&ipcc IPCC_CLIENT_CDSP 433 IPCC_MPROC_SIGNAL_SMP2P 434 IRQ_TYPE_EDGE_RISING>; 435 mboxes = <&ipcc IPCC_CLIENT_CDSP 436 IPCC_MPROC_SIGNAL_SMP2P>; 437 438 qcom,local-pid = <0>; 439 qcom,remote-pid = <5>; 440 441 cdsp_smp2p_out: master-kernel { 442 qcom,entry-name = "master-kernel"; 443 #qcom,smem-state-cells = <1>; 444 }; 445 446 cdsp_smp2p_in: slave-kernel { 447 qcom,entry-name = "slave-kernel"; 448 interrupt-controller; 449 #interrupt-cells = <2>; 450 }; 451 }; 452 453 smp2p-mpss { 454 compatible = "qcom,smp2p"; 455 qcom,smem = <435>, <428>; 456 interrupts-extended = <&ipcc IPCC_CLIENT_MPSS 457 IPCC_MPROC_SIGNAL_SMP2P 458 IRQ_TYPE_EDGE_RISING>; 459 mboxes = <&ipcc IPCC_CLIENT_MPSS 460 IPCC_MPROC_SIGNAL_SMP2P>; 461 462 qcom,local-pid = <0>; 463 qcom,remote-pid = <1>; 464 465 modem_smp2p_out: master-kernel { 466 qcom,entry-name = "master-kernel"; 467 #qcom,smem-state-cells = <1>; 468 }; 469 470 modem_smp2p_in: slave-kernel { 471 qcom,entry-name = "slave-kernel"; 472 interrupt-controller; 473 #interrupt-cells = <2>; 474 }; 475 476 ipa_smp2p_out: ipa-ap-to-modem { 477 qcom,entry-name = "ipa"; 478 #qcom,smem-state-cells = <1>; 479 }; 480 481 ipa_smp2p_in: ipa-modem-to-ap { 482 qcom,entry-name = "ipa"; 483 interrupt-controller; 484 #interrupt-cells = <2>; 485 }; 486 }; 487 488 smp2p-wpss { 489 compatible = "qcom,smp2p"; 490 qcom,smem = <617>, <616>; 491 interrupts-extended = <&ipcc IPCC_CLIENT_WPSS 492 IPCC_MPROC_SIGNAL_SMP2P 493 IRQ_TYPE_EDGE_RISING>; 494 mboxes = <&ipcc IPCC_CLIENT_WPSS 495 IPCC_MPROC_SIGNAL_SMP2P>; 496 497 qcom,local-pid = <0>; 498 qcom,remote-pid = <13>; 499 500 wpss_smp2p_out: master-kernel { 501 qcom,entry-name = "master-kernel"; 502 #qcom,smem-state-cells = <1>; 503 }; 504 505 wpss_smp2p_in: slave-kernel { 506 qcom,entry-name = "slave-kernel"; 507 interrupt-controller; 508 #interrupt-cells = <2>; 509 }; 510 }; 511 512 pmu { 513 compatible = "arm,armv8-pmuv3"; 514 interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>; 515 }; 516 517 psci { 518 compatible = "arm,psci-1.0"; 519 method = "smc"; 520 }; 521 522 qspi_opp_table: qspi-opp-table { 523 compatible = "operating-points-v2"; 524 525 opp-75000000 { 526 opp-hz = /bits/ 64 <75000000>; 527 required-opps = <&rpmhpd_opp_low_svs>; 528 }; 529 530 opp-150000000 { 531 opp-hz = /bits/ 64 <150000000>; 532 required-opps = <&rpmhpd_opp_svs>; 533 }; 534 535 opp-300000000 { 536 opp-hz = /bits/ 64 <300000000>; 537 required-opps = <&rpmhpd_opp_nom>; 538 }; 539 }; 540 541 qup_opp_table: qup-opp-table { 542 compatible = "operating-points-v2"; 543 544 opp-75000000 { 545 opp-hz = /bits/ 64 <75000000>; 546 required-opps = <&rpmhpd_opp_low_svs>; 547 }; 548 549 opp-100000000 { 550 opp-hz = /bits/ 64 <100000000>; 551 required-opps = <&rpmhpd_opp_svs>; 552 }; 553 554 opp-128000000 { 555 opp-hz = /bits/ 64 <128000000>; 556 required-opps = <&rpmhpd_opp_nom>; 557 }; 558 }; 559 560 soc: soc@0 { 561 #address-cells = <2>; 562 #size-cells = <2>; 563 ranges = <0 0 0 0 0x10 0>; 564 dma-ranges = <0 0 0 0 0x10 0>; 565 compatible = "simple-bus"; 566 567 gcc: clock-controller@100000 { 568 compatible = "qcom,gcc-sc7280"; 569 reg = <0 0x00100000 0 0x1f0000>; 570 clocks = <&rpmhcc RPMH_CXO_CLK>, 571 <&rpmhcc RPMH_CXO_CLK_A>, <&sleep_clk>, 572 <0>, <0>, <0>, <0>, <0>, <0>; 573 clock-names = "bi_tcxo", "bi_tcxo_ao", "sleep_clk", 574 "pcie_0_pipe_clk", "pcie_1_pipe-clk", 575 "ufs_phy_rx_symbol_0_clk", "ufs_phy_rx_symbol_1_clk", 576 "ufs_phy_tx_symbol_0_clk", 577 "usb3_phy_wrapper_gcc_usb30_pipe_clk"; 578 #clock-cells = <1>; 579 #reset-cells = <1>; 580 #power-domain-cells = <1>; 581 }; 582 583 ipcc: mailbox@408000 { 584 compatible = "qcom,sc7280-ipcc", "qcom,ipcc"; 585 reg = <0 0x00408000 0 0x1000>; 586 interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>; 587 interrupt-controller; 588 #interrupt-cells = <3>; 589 #mbox-cells = <2>; 590 }; 591 592 qfprom: efuse@784000 { 593 compatible = "qcom,sc7280-qfprom", "qcom,qfprom"; 594 reg = <0 0x00784000 0 0xa20>, 595 <0 0x00780000 0 0xa20>, 596 <0 0x00782000 0 0x120>, 597 <0 0x00786000 0 0x1fff>; 598 clocks = <&gcc GCC_SEC_CTRL_CLK_SRC>; 599 clock-names = "core"; 600 power-domains = <&rpmhpd SC7280_MX>; 601 #address-cells = <1>; 602 #size-cells = <1>; 603 }; 604 605 sdhc_1: sdhci@7c4000 { 606 compatible = "qcom,sc7280-sdhci", "qcom,sdhci-msm-v5"; 607 status = "disabled"; 608 609 reg = <0 0x007c4000 0 0x1000>, 610 <0 0x007c5000 0 0x1000>; 611 reg-names = "hc", "cqhci"; 612 613 iommus = <&apps_smmu 0xc0 0x0>; 614 interrupts = <GIC_SPI 652 IRQ_TYPE_LEVEL_HIGH>, 615 <GIC_SPI 656 IRQ_TYPE_LEVEL_HIGH>; 616 interrupt-names = "hc_irq", "pwr_irq"; 617 618 clocks = <&gcc GCC_SDCC1_APPS_CLK>, 619 <&gcc GCC_SDCC1_AHB_CLK>, 620 <&rpmhcc RPMH_CXO_CLK>; 621 clock-names = "core", "iface", "xo"; 622 interconnects = <&aggre1_noc MASTER_SDCC_1 0 &mc_virt SLAVE_EBI1 0>, 623 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_SDCC_1 0>; 624 interconnect-names = "sdhc-ddr","cpu-sdhc"; 625 power-domains = <&rpmhpd SC7280_CX>; 626 operating-points-v2 = <&sdhc1_opp_table>; 627 628 bus-width = <8>; 629 supports-cqe; 630 631 qcom,dll-config = <0x0007642c>; 632 qcom,ddr-config = <0x80040868>; 633 634 mmc-ddr-1_8v; 635 mmc-hs200-1_8v; 636 mmc-hs400-1_8v; 637 mmc-hs400-enhanced-strobe; 638 639 sdhc1_opp_table: opp-table { 640 compatible = "operating-points-v2"; 641 642 opp-100000000 { 643 opp-hz = /bits/ 64 <100000000>; 644 required-opps = <&rpmhpd_opp_low_svs>; 645 opp-peak-kBps = <1800000 400000>; 646 opp-avg-kBps = <100000 0>; 647 }; 648 649 opp-384000000 { 650 opp-hz = /bits/ 64 <384000000>; 651 required-opps = <&rpmhpd_opp_nom>; 652 opp-peak-kBps = <5400000 1600000>; 653 opp-avg-kBps = <390000 0>; 654 }; 655 }; 656 657 }; 658 659 qupv3_id_0: geniqup@9c0000 { 660 compatible = "qcom,geni-se-qup"; 661 reg = <0 0x009c0000 0 0x2000>; 662 clocks = <&gcc GCC_QUPV3_WRAP_0_M_AHB_CLK>, 663 <&gcc GCC_QUPV3_WRAP_0_S_AHB_CLK>; 664 clock-names = "m-ahb", "s-ahb"; 665 #address-cells = <2>; 666 #size-cells = <2>; 667 ranges; 668 iommus = <&apps_smmu 0x123 0x0>; 669 status = "disabled"; 670 671 i2c0: i2c@980000 { 672 compatible = "qcom,geni-i2c"; 673 reg = <0 0x00980000 0 0x4000>; 674 clocks = <&gcc GCC_QUPV3_WRAP0_S0_CLK>; 675 clock-names = "se"; 676 pinctrl-names = "default"; 677 pinctrl-0 = <&qup_i2c0_data_clk>; 678 interrupts = <GIC_SPI 601 IRQ_TYPE_LEVEL_HIGH>; 679 #address-cells = <1>; 680 #size-cells = <0>; 681 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 682 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>, 683 <&aggre1_noc MASTER_QUP_0 0 &mc_virt SLAVE_EBI1 0>; 684 interconnect-names = "qup-core", "qup-config", 685 "qup-memory"; 686 status = "disabled"; 687 }; 688 689 spi0: spi@980000 { 690 compatible = "qcom,geni-spi"; 691 reg = <0 0x00980000 0 0x4000>; 692 clocks = <&gcc GCC_QUPV3_WRAP0_S0_CLK>; 693 clock-names = "se"; 694 pinctrl-names = "default"; 695 pinctrl-0 = <&qup_spi0_data_clk>, <&qup_spi0_cs>; 696 interrupts = <GIC_SPI 601 IRQ_TYPE_LEVEL_HIGH>; 697 #address-cells = <1>; 698 #size-cells = <0>; 699 power-domains = <&rpmhpd SC7280_CX>; 700 operating-points-v2 = <&qup_opp_table>; 701 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 702 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 703 interconnect-names = "qup-core", "qup-config"; 704 status = "disabled"; 705 }; 706 707 uart0: serial@980000 { 708 compatible = "qcom,geni-uart"; 709 reg = <0 0x00980000 0 0x4000>; 710 clocks = <&gcc GCC_QUPV3_WRAP0_S0_CLK>; 711 clock-names = "se"; 712 pinctrl-names = "default"; 713 pinctrl-0 = <&qup_uart0_cts>, <&qup_uart0_rts>, <&qup_uart0_tx>, <&qup_uart0_rx>; 714 interrupts = <GIC_SPI 601 IRQ_TYPE_LEVEL_HIGH>; 715 power-domains = <&rpmhpd SC7280_CX>; 716 operating-points-v2 = <&qup_opp_table>; 717 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 718 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 719 interconnect-names = "qup-core", "qup-config"; 720 status = "disabled"; 721 }; 722 723 i2c1: i2c@984000 { 724 compatible = "qcom,geni-i2c"; 725 reg = <0 0x00984000 0 0x4000>; 726 clocks = <&gcc GCC_QUPV3_WRAP0_S1_CLK>; 727 clock-names = "se"; 728 pinctrl-names = "default"; 729 pinctrl-0 = <&qup_i2c1_data_clk>; 730 interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>; 731 #address-cells = <1>; 732 #size-cells = <0>; 733 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 734 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>, 735 <&aggre1_noc MASTER_QUP_0 0 &mc_virt SLAVE_EBI1 0>; 736 interconnect-names = "qup-core", "qup-config", 737 "qup-memory"; 738 status = "disabled"; 739 }; 740 741 spi1: spi@984000 { 742 compatible = "qcom,geni-spi"; 743 reg = <0 0x00984000 0 0x4000>; 744 clocks = <&gcc GCC_QUPV3_WRAP0_S1_CLK>; 745 clock-names = "se"; 746 pinctrl-names = "default"; 747 pinctrl-0 = <&qup_spi1_data_clk>, <&qup_spi1_cs>; 748 interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>; 749 #address-cells = <1>; 750 #size-cells = <0>; 751 power-domains = <&rpmhpd SC7280_CX>; 752 operating-points-v2 = <&qup_opp_table>; 753 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 754 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 755 interconnect-names = "qup-core", "qup-config"; 756 status = "disabled"; 757 }; 758 759 uart1: serial@984000 { 760 compatible = "qcom,geni-uart"; 761 reg = <0 0x00984000 0 0x4000>; 762 clocks = <&gcc GCC_QUPV3_WRAP0_S1_CLK>; 763 clock-names = "se"; 764 pinctrl-names = "default"; 765 pinctrl-0 = <&qup_uart1_cts>, <&qup_uart1_rts>, <&qup_uart1_tx>, <&qup_uart1_rx>; 766 interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>; 767 power-domains = <&rpmhpd SC7280_CX>; 768 operating-points-v2 = <&qup_opp_table>; 769 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 770 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 771 interconnect-names = "qup-core", "qup-config"; 772 status = "disabled"; 773 }; 774 775 i2c2: i2c@988000 { 776 compatible = "qcom,geni-i2c"; 777 reg = <0 0x00988000 0 0x4000>; 778 clocks = <&gcc GCC_QUPV3_WRAP0_S2_CLK>; 779 clock-names = "se"; 780 pinctrl-names = "default"; 781 pinctrl-0 = <&qup_i2c2_data_clk>; 782 interrupts = <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>; 783 #address-cells = <1>; 784 #size-cells = <0>; 785 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 786 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>, 787 <&aggre1_noc MASTER_QUP_0 0 &mc_virt SLAVE_EBI1 0>; 788 interconnect-names = "qup-core", "qup-config", 789 "qup-memory"; 790 status = "disabled"; 791 }; 792 793 spi2: spi@988000 { 794 compatible = "qcom,geni-spi"; 795 reg = <0 0x00988000 0 0x4000>; 796 clocks = <&gcc GCC_QUPV3_WRAP0_S2_CLK>; 797 clock-names = "se"; 798 pinctrl-names = "default"; 799 pinctrl-0 = <&qup_spi2_data_clk>, <&qup_spi2_cs>; 800 interrupts = <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>; 801 #address-cells = <1>; 802 #size-cells = <0>; 803 power-domains = <&rpmhpd SC7280_CX>; 804 operating-points-v2 = <&qup_opp_table>; 805 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 806 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 807 interconnect-names = "qup-core", "qup-config"; 808 status = "disabled"; 809 }; 810 811 uart2: serial@988000 { 812 compatible = "qcom,geni-uart"; 813 reg = <0 0x00988000 0 0x4000>; 814 clocks = <&gcc GCC_QUPV3_WRAP0_S2_CLK>; 815 clock-names = "se"; 816 pinctrl-names = "default"; 817 pinctrl-0 = <&qup_uart2_cts>, <&qup_uart2_rts>, <&qup_uart2_tx>, <&qup_uart2_rx>; 818 interrupts = <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>; 819 power-domains = <&rpmhpd SC7280_CX>; 820 operating-points-v2 = <&qup_opp_table>; 821 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 822 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 823 interconnect-names = "qup-core", "qup-config"; 824 status = "disabled"; 825 }; 826 827 i2c3: i2c@98c000 { 828 compatible = "qcom,geni-i2c"; 829 reg = <0 0x0098c000 0 0x4000>; 830 clocks = <&gcc GCC_QUPV3_WRAP0_S3_CLK>; 831 clock-names = "se"; 832 pinctrl-names = "default"; 833 pinctrl-0 = <&qup_i2c3_data_clk>; 834 interrupts = <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>; 835 #address-cells = <1>; 836 #size-cells = <0>; 837 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 838 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>, 839 <&aggre1_noc MASTER_QUP_0 0 &mc_virt SLAVE_EBI1 0>; 840 interconnect-names = "qup-core", "qup-config", 841 "qup-memory"; 842 status = "disabled"; 843 }; 844 845 spi3: spi@98c000 { 846 compatible = "qcom,geni-spi"; 847 reg = <0 0x0098c000 0 0x4000>; 848 clocks = <&gcc GCC_QUPV3_WRAP0_S3_CLK>; 849 clock-names = "se"; 850 pinctrl-names = "default"; 851 pinctrl-0 = <&qup_spi3_data_clk>, <&qup_spi3_cs>; 852 interrupts = <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>; 853 #address-cells = <1>; 854 #size-cells = <0>; 855 power-domains = <&rpmhpd SC7280_CX>; 856 operating-points-v2 = <&qup_opp_table>; 857 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 858 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 859 interconnect-names = "qup-core", "qup-config"; 860 status = "disabled"; 861 }; 862 863 uart3: serial@98c000 { 864 compatible = "qcom,geni-uart"; 865 reg = <0 0x0098c000 0 0x4000>; 866 clocks = <&gcc GCC_QUPV3_WRAP0_S3_CLK>; 867 clock-names = "se"; 868 pinctrl-names = "default"; 869 pinctrl-0 = <&qup_uart3_cts>, <&qup_uart3_rts>, <&qup_uart3_tx>, <&qup_uart3_rx>; 870 interrupts = <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>; 871 power-domains = <&rpmhpd SC7280_CX>; 872 operating-points-v2 = <&qup_opp_table>; 873 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 874 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 875 interconnect-names = "qup-core", "qup-config"; 876 status = "disabled"; 877 }; 878 879 i2c4: i2c@990000 { 880 compatible = "qcom,geni-i2c"; 881 reg = <0 0x00990000 0 0x4000>; 882 clocks = <&gcc GCC_QUPV3_WRAP0_S4_CLK>; 883 clock-names = "se"; 884 pinctrl-names = "default"; 885 pinctrl-0 = <&qup_i2c4_data_clk>; 886 interrupts = <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>; 887 #address-cells = <1>; 888 #size-cells = <0>; 889 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 890 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>, 891 <&aggre1_noc MASTER_QUP_0 0 &mc_virt SLAVE_EBI1 0>; 892 interconnect-names = "qup-core", "qup-config", 893 "qup-memory"; 894 status = "disabled"; 895 }; 896 897 spi4: spi@990000 { 898 compatible = "qcom,geni-spi"; 899 reg = <0 0x00990000 0 0x4000>; 900 clocks = <&gcc GCC_QUPV3_WRAP0_S4_CLK>; 901 clock-names = "se"; 902 pinctrl-names = "default"; 903 pinctrl-0 = <&qup_spi4_data_clk>, <&qup_spi4_cs>; 904 interrupts = <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>; 905 #address-cells = <1>; 906 #size-cells = <0>; 907 power-domains = <&rpmhpd SC7280_CX>; 908 operating-points-v2 = <&qup_opp_table>; 909 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 910 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 911 interconnect-names = "qup-core", "qup-config"; 912 status = "disabled"; 913 }; 914 915 uart4: serial@990000 { 916 compatible = "qcom,geni-uart"; 917 reg = <0 0x00990000 0 0x4000>; 918 clocks = <&gcc GCC_QUPV3_WRAP0_S4_CLK>; 919 clock-names = "se"; 920 pinctrl-names = "default"; 921 pinctrl-0 = <&qup_uart4_cts>, <&qup_uart4_rts>, <&qup_uart4_tx>, <&qup_uart4_rx>; 922 interrupts = <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>; 923 power-domains = <&rpmhpd SC7280_CX>; 924 operating-points-v2 = <&qup_opp_table>; 925 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 926 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 927 interconnect-names = "qup-core", "qup-config"; 928 status = "disabled"; 929 }; 930 931 i2c5: i2c@994000 { 932 compatible = "qcom,geni-i2c"; 933 reg = <0 0x00994000 0 0x4000>; 934 clocks = <&gcc GCC_QUPV3_WRAP0_S5_CLK>; 935 clock-names = "se"; 936 pinctrl-names = "default"; 937 pinctrl-0 = <&qup_i2c5_data_clk>; 938 interrupts = <GIC_SPI 606 IRQ_TYPE_LEVEL_HIGH>; 939 #address-cells = <1>; 940 #size-cells = <0>; 941 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 942 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>, 943 <&aggre1_noc MASTER_QUP_0 0 &mc_virt SLAVE_EBI1 0>; 944 interconnect-names = "qup-core", "qup-config", 945 "qup-memory"; 946 status = "disabled"; 947 }; 948 949 spi5: spi@994000 { 950 compatible = "qcom,geni-spi"; 951 reg = <0 0x00994000 0 0x4000>; 952 clocks = <&gcc GCC_QUPV3_WRAP0_S5_CLK>; 953 clock-names = "se"; 954 pinctrl-names = "default"; 955 pinctrl-0 = <&qup_spi5_data_clk>, <&qup_spi5_cs>; 956 interrupts = <GIC_SPI 606 IRQ_TYPE_LEVEL_HIGH>; 957 #address-cells = <1>; 958 #size-cells = <0>; 959 power-domains = <&rpmhpd SC7280_CX>; 960 operating-points-v2 = <&qup_opp_table>; 961 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 962 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 963 interconnect-names = "qup-core", "qup-config"; 964 status = "disabled"; 965 }; 966 967 uart5: serial@994000 { 968 compatible = "qcom,geni-uart"; 969 reg = <0 0x00994000 0 0x4000>; 970 clocks = <&gcc GCC_QUPV3_WRAP0_S5_CLK>; 971 clock-names = "se"; 972 pinctrl-names = "default"; 973 pinctrl-0 = <&qup_uart5_cts>, <&qup_uart5_rts>, <&qup_uart5_tx>, <&qup_uart5_rx>; 974 interrupts = <GIC_SPI 606 IRQ_TYPE_LEVEL_HIGH>; 975 power-domains = <&rpmhpd SC7280_CX>; 976 operating-points-v2 = <&qup_opp_table>; 977 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 978 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 979 interconnect-names = "qup-core", "qup-config"; 980 status = "disabled"; 981 }; 982 983 i2c6: i2c@998000 { 984 compatible = "qcom,geni-i2c"; 985 reg = <0 0x00998000 0 0x4000>; 986 clocks = <&gcc GCC_QUPV3_WRAP0_S6_CLK>; 987 clock-names = "se"; 988 pinctrl-names = "default"; 989 pinctrl-0 = <&qup_i2c6_data_clk>; 990 interrupts = <GIC_SPI 607 IRQ_TYPE_LEVEL_HIGH>; 991 #address-cells = <1>; 992 #size-cells = <0>; 993 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 994 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>, 995 <&aggre1_noc MASTER_QUP_0 0 &mc_virt SLAVE_EBI1 0>; 996 interconnect-names = "qup-core", "qup-config", 997 "qup-memory"; 998 status = "disabled"; 999 }; 1000 1001 spi6: spi@998000 { 1002 compatible = "qcom,geni-spi"; 1003 reg = <0 0x00998000 0 0x4000>; 1004 clocks = <&gcc GCC_QUPV3_WRAP0_S6_CLK>; 1005 clock-names = "se"; 1006 pinctrl-names = "default"; 1007 pinctrl-0 = <&qup_spi6_data_clk>, <&qup_spi6_cs>; 1008 interrupts = <GIC_SPI 607 IRQ_TYPE_LEVEL_HIGH>; 1009 #address-cells = <1>; 1010 #size-cells = <0>; 1011 power-domains = <&rpmhpd SC7280_CX>; 1012 operating-points-v2 = <&qup_opp_table>; 1013 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1014 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1015 interconnect-names = "qup-core", "qup-config"; 1016 status = "disabled"; 1017 }; 1018 1019 uart6: serial@998000 { 1020 compatible = "qcom,geni-uart"; 1021 reg = <0 0x00998000 0 0x4000>; 1022 clocks = <&gcc GCC_QUPV3_WRAP0_S6_CLK>; 1023 clock-names = "se"; 1024 pinctrl-names = "default"; 1025 pinctrl-0 = <&qup_uart6_cts>, <&qup_uart6_rts>, <&qup_uart6_tx>, <&qup_uart6_rx>; 1026 interrupts = <GIC_SPI 607 IRQ_TYPE_LEVEL_HIGH>; 1027 power-domains = <&rpmhpd SC7280_CX>; 1028 operating-points-v2 = <&qup_opp_table>; 1029 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1030 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1031 interconnect-names = "qup-core", "qup-config"; 1032 status = "disabled"; 1033 }; 1034 1035 i2c7: i2c@99c000 { 1036 compatible = "qcom,geni-i2c"; 1037 reg = <0 0x0099c000 0 0x4000>; 1038 clocks = <&gcc GCC_QUPV3_WRAP0_S7_CLK>; 1039 clock-names = "se"; 1040 pinctrl-names = "default"; 1041 pinctrl-0 = <&qup_i2c7_data_clk>; 1042 interrupts = <GIC_SPI 608 IRQ_TYPE_LEVEL_HIGH>; 1043 #address-cells = <1>; 1044 #size-cells = <0>; 1045 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1046 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>, 1047 <&aggre1_noc MASTER_QUP_0 0 &mc_virt SLAVE_EBI1 0>; 1048 interconnect-names = "qup-core", "qup-config", 1049 "qup-memory"; 1050 status = "disabled"; 1051 }; 1052 1053 spi7: spi@99c000 { 1054 compatible = "qcom,geni-spi"; 1055 reg = <0 0x0099c000 0 0x4000>; 1056 clocks = <&gcc GCC_QUPV3_WRAP0_S7_CLK>; 1057 clock-names = "se"; 1058 pinctrl-names = "default"; 1059 pinctrl-0 = <&qup_spi7_data_clk>, <&qup_spi7_cs>; 1060 interrupts = <GIC_SPI 608 IRQ_TYPE_LEVEL_HIGH>; 1061 #address-cells = <1>; 1062 #size-cells = <0>; 1063 power-domains = <&rpmhpd SC7280_CX>; 1064 operating-points-v2 = <&qup_opp_table>; 1065 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1066 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1067 interconnect-names = "qup-core", "qup-config"; 1068 status = "disabled"; 1069 }; 1070 1071 uart7: serial@99c000 { 1072 compatible = "qcom,geni-uart"; 1073 reg = <0 0x0099c000 0 0x4000>; 1074 clocks = <&gcc GCC_QUPV3_WRAP0_S7_CLK>; 1075 clock-names = "se"; 1076 pinctrl-names = "default"; 1077 pinctrl-0 = <&qup_uart7_cts>, <&qup_uart7_rts>, <&qup_uart7_tx>, <&qup_uart7_rx>; 1078 interrupts = <GIC_SPI 608 IRQ_TYPE_LEVEL_HIGH>; 1079 power-domains = <&rpmhpd SC7280_CX>; 1080 operating-points-v2 = <&qup_opp_table>; 1081 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1082 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1083 interconnect-names = "qup-core", "qup-config"; 1084 status = "disabled"; 1085 }; 1086 }; 1087 1088 qupv3_id_1: geniqup@ac0000 { 1089 compatible = "qcom,geni-se-qup"; 1090 reg = <0 0x00ac0000 0 0x2000>; 1091 clocks = <&gcc GCC_QUPV3_WRAP_1_M_AHB_CLK>, 1092 <&gcc GCC_QUPV3_WRAP_1_S_AHB_CLK>; 1093 clock-names = "m-ahb", "s-ahb"; 1094 #address-cells = <2>; 1095 #size-cells = <2>; 1096 ranges; 1097 iommus = <&apps_smmu 0x43 0x0>; 1098 status = "disabled"; 1099 1100 i2c8: i2c@a80000 { 1101 compatible = "qcom,geni-i2c"; 1102 reg = <0 0x00a80000 0 0x4000>; 1103 clocks = <&gcc GCC_QUPV3_WRAP1_S0_CLK>; 1104 clock-names = "se"; 1105 pinctrl-names = "default"; 1106 pinctrl-0 = <&qup_i2c8_data_clk>; 1107 interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>; 1108 #address-cells = <1>; 1109 #size-cells = <0>; 1110 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1111 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>, 1112 <&aggre2_noc MASTER_QUP_1 0 &mc_virt SLAVE_EBI1 0>; 1113 interconnect-names = "qup-core", "qup-config", 1114 "qup-memory"; 1115 status = "disabled"; 1116 }; 1117 1118 spi8: spi@a80000 { 1119 compatible = "qcom,geni-spi"; 1120 reg = <0 0x00a80000 0 0x4000>; 1121 clocks = <&gcc GCC_QUPV3_WRAP1_S0_CLK>; 1122 clock-names = "se"; 1123 pinctrl-names = "default"; 1124 pinctrl-0 = <&qup_spi8_data_clk>, <&qup_spi8_cs>; 1125 interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>; 1126 #address-cells = <1>; 1127 #size-cells = <0>; 1128 power-domains = <&rpmhpd SC7280_CX>; 1129 operating-points-v2 = <&qup_opp_table>; 1130 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1131 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1132 interconnect-names = "qup-core", "qup-config"; 1133 status = "disabled"; 1134 }; 1135 1136 uart8: serial@a80000 { 1137 compatible = "qcom,geni-uart"; 1138 reg = <0 0x00a80000 0 0x4000>; 1139 clocks = <&gcc GCC_QUPV3_WRAP1_S0_CLK>; 1140 clock-names = "se"; 1141 pinctrl-names = "default"; 1142 pinctrl-0 = <&qup_uart8_cts>, <&qup_uart8_rts>, <&qup_uart8_tx>, <&qup_uart8_rx>; 1143 interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>; 1144 power-domains = <&rpmhpd SC7280_CX>; 1145 operating-points-v2 = <&qup_opp_table>; 1146 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1147 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1148 interconnect-names = "qup-core", "qup-config"; 1149 status = "disabled"; 1150 }; 1151 1152 i2c9: i2c@a84000 { 1153 compatible = "qcom,geni-i2c"; 1154 reg = <0 0x00a84000 0 0x4000>; 1155 clocks = <&gcc GCC_QUPV3_WRAP1_S1_CLK>; 1156 clock-names = "se"; 1157 pinctrl-names = "default"; 1158 pinctrl-0 = <&qup_i2c9_data_clk>; 1159 interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>; 1160 #address-cells = <1>; 1161 #size-cells = <0>; 1162 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1163 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>, 1164 <&aggre2_noc MASTER_QUP_1 0 &mc_virt SLAVE_EBI1 0>; 1165 interconnect-names = "qup-core", "qup-config", 1166 "qup-memory"; 1167 status = "disabled"; 1168 }; 1169 1170 spi9: spi@a84000 { 1171 compatible = "qcom,geni-spi"; 1172 reg = <0 0x00a84000 0 0x4000>; 1173 clocks = <&gcc GCC_QUPV3_WRAP1_S1_CLK>; 1174 clock-names = "se"; 1175 pinctrl-names = "default"; 1176 pinctrl-0 = <&qup_spi9_data_clk>, <&qup_spi9_cs>; 1177 interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>; 1178 #address-cells = <1>; 1179 #size-cells = <0>; 1180 power-domains = <&rpmhpd SC7280_CX>; 1181 operating-points-v2 = <&qup_opp_table>; 1182 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1183 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1184 interconnect-names = "qup-core", "qup-config"; 1185 status = "disabled"; 1186 }; 1187 1188 uart9: serial@a84000 { 1189 compatible = "qcom,geni-uart"; 1190 reg = <0 0x00a84000 0 0x4000>; 1191 clocks = <&gcc GCC_QUPV3_WRAP1_S1_CLK>; 1192 clock-names = "se"; 1193 pinctrl-names = "default"; 1194 pinctrl-0 = <&qup_uart9_cts>, <&qup_uart9_rts>, <&qup_uart9_tx>, <&qup_uart9_rx>; 1195 interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>; 1196 power-domains = <&rpmhpd SC7280_CX>; 1197 operating-points-v2 = <&qup_opp_table>; 1198 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1199 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1200 interconnect-names = "qup-core", "qup-config"; 1201 status = "disabled"; 1202 }; 1203 1204 i2c10: i2c@a88000 { 1205 compatible = "qcom,geni-i2c"; 1206 reg = <0 0x00a88000 0 0x4000>; 1207 clocks = <&gcc GCC_QUPV3_WRAP1_S2_CLK>; 1208 clock-names = "se"; 1209 pinctrl-names = "default"; 1210 pinctrl-0 = <&qup_i2c10_data_clk>; 1211 interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>; 1212 #address-cells = <1>; 1213 #size-cells = <0>; 1214 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1215 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>, 1216 <&aggre2_noc MASTER_QUP_1 0 &mc_virt SLAVE_EBI1 0>; 1217 interconnect-names = "qup-core", "qup-config", 1218 "qup-memory"; 1219 status = "disabled"; 1220 }; 1221 1222 spi10: spi@a88000 { 1223 compatible = "qcom,geni-spi"; 1224 reg = <0 0x00a88000 0 0x4000>; 1225 clocks = <&gcc GCC_QUPV3_WRAP1_S2_CLK>; 1226 clock-names = "se"; 1227 pinctrl-names = "default"; 1228 pinctrl-0 = <&qup_spi10_data_clk>, <&qup_spi10_cs>; 1229 interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>; 1230 #address-cells = <1>; 1231 #size-cells = <0>; 1232 power-domains = <&rpmhpd SC7280_CX>; 1233 operating-points-v2 = <&qup_opp_table>; 1234 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1235 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1236 interconnect-names = "qup-core", "qup-config"; 1237 status = "disabled"; 1238 }; 1239 1240 uart10: serial@a88000 { 1241 compatible = "qcom,geni-uart"; 1242 reg = <0 0x00a88000 0 0x4000>; 1243 clocks = <&gcc GCC_QUPV3_WRAP1_S2_CLK>; 1244 clock-names = "se"; 1245 pinctrl-names = "default"; 1246 pinctrl-0 = <&qup_uart10_cts>, <&qup_uart10_rts>, <&qup_uart10_tx>, <&qup_uart10_rx>; 1247 interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>; 1248 power-domains = <&rpmhpd SC7280_CX>; 1249 operating-points-v2 = <&qup_opp_table>; 1250 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1251 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1252 interconnect-names = "qup-core", "qup-config"; 1253 status = "disabled"; 1254 }; 1255 1256 i2c11: i2c@a8c000 { 1257 compatible = "qcom,geni-i2c"; 1258 reg = <0 0x00a8c000 0 0x4000>; 1259 clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>; 1260 clock-names = "se"; 1261 pinctrl-names = "default"; 1262 pinctrl-0 = <&qup_i2c11_data_clk>; 1263 interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>; 1264 #address-cells = <1>; 1265 #size-cells = <0>; 1266 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1267 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>, 1268 <&aggre2_noc MASTER_QUP_1 0 &mc_virt SLAVE_EBI1 0>; 1269 interconnect-names = "qup-core", "qup-config", 1270 "qup-memory"; 1271 status = "disabled"; 1272 }; 1273 1274 spi11: spi@a8c000 { 1275 compatible = "qcom,geni-spi"; 1276 reg = <0 0x00a8c000 0 0x4000>; 1277 clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>; 1278 clock-names = "se"; 1279 pinctrl-names = "default"; 1280 pinctrl-0 = <&qup_spi11_data_clk>, <&qup_spi11_cs>; 1281 interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>; 1282 #address-cells = <1>; 1283 #size-cells = <0>; 1284 power-domains = <&rpmhpd SC7280_CX>; 1285 operating-points-v2 = <&qup_opp_table>; 1286 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1287 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1288 interconnect-names = "qup-core", "qup-config"; 1289 status = "disabled"; 1290 }; 1291 1292 uart11: serial@a8c000 { 1293 compatible = "qcom,geni-uart"; 1294 reg = <0 0x00a8c000 0 0x4000>; 1295 clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>; 1296 clock-names = "se"; 1297 pinctrl-names = "default"; 1298 pinctrl-0 = <&qup_uart11_cts>, <&qup_uart11_rts>, <&qup_uart11_tx>, <&qup_uart11_rx>; 1299 interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>; 1300 power-domains = <&rpmhpd SC7280_CX>; 1301 operating-points-v2 = <&qup_opp_table>; 1302 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1303 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1304 interconnect-names = "qup-core", "qup-config"; 1305 status = "disabled"; 1306 }; 1307 1308 i2c12: i2c@a90000 { 1309 compatible = "qcom,geni-i2c"; 1310 reg = <0 0x00a90000 0 0x4000>; 1311 clocks = <&gcc GCC_QUPV3_WRAP1_S4_CLK>; 1312 clock-names = "se"; 1313 pinctrl-names = "default"; 1314 pinctrl-0 = <&qup_i2c12_data_clk>; 1315 interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>; 1316 #address-cells = <1>; 1317 #size-cells = <0>; 1318 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1319 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>, 1320 <&aggre2_noc MASTER_QUP_1 0 &mc_virt SLAVE_EBI1 0>; 1321 interconnect-names = "qup-core", "qup-config", 1322 "qup-memory"; 1323 status = "disabled"; 1324 }; 1325 1326 spi12: spi@a90000 { 1327 compatible = "qcom,geni-spi"; 1328 reg = <0 0x00a90000 0 0x4000>; 1329 clocks = <&gcc GCC_QUPV3_WRAP1_S4_CLK>; 1330 clock-names = "se"; 1331 pinctrl-names = "default"; 1332 pinctrl-0 = <&qup_spi12_data_clk>, <&qup_spi12_cs>; 1333 interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>; 1334 #address-cells = <1>; 1335 #size-cells = <0>; 1336 power-domains = <&rpmhpd SC7280_CX>; 1337 operating-points-v2 = <&qup_opp_table>; 1338 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1339 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1340 interconnect-names = "qup-core", "qup-config"; 1341 status = "disabled"; 1342 }; 1343 1344 uart12: serial@a90000 { 1345 compatible = "qcom,geni-uart"; 1346 reg = <0 0x00a90000 0 0x4000>; 1347 clocks = <&gcc GCC_QUPV3_WRAP1_S4_CLK>; 1348 clock-names = "se"; 1349 pinctrl-names = "default"; 1350 pinctrl-0 = <&qup_uart12_cts>, <&qup_uart12_rts>, <&qup_uart12_tx>, <&qup_uart12_rx>; 1351 interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>; 1352 power-domains = <&rpmhpd SC7280_CX>; 1353 operating-points-v2 = <&qup_opp_table>; 1354 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1355 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1356 interconnect-names = "qup-core", "qup-config"; 1357 status = "disabled"; 1358 }; 1359 1360 i2c13: i2c@a94000 { 1361 compatible = "qcom,geni-i2c"; 1362 reg = <0 0x00a94000 0 0x4000>; 1363 clocks = <&gcc GCC_QUPV3_WRAP1_S5_CLK>; 1364 clock-names = "se"; 1365 pinctrl-names = "default"; 1366 pinctrl-0 = <&qup_i2c13_data_clk>; 1367 interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>; 1368 #address-cells = <1>; 1369 #size-cells = <0>; 1370 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1371 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>, 1372 <&aggre2_noc MASTER_QUP_1 0 &mc_virt SLAVE_EBI1 0>; 1373 interconnect-names = "qup-core", "qup-config", 1374 "qup-memory"; 1375 status = "disabled"; 1376 }; 1377 1378 spi13: spi@a94000 { 1379 compatible = "qcom,geni-spi"; 1380 reg = <0 0x00a94000 0 0x4000>; 1381 clocks = <&gcc GCC_QUPV3_WRAP1_S5_CLK>; 1382 clock-names = "se"; 1383 pinctrl-names = "default"; 1384 pinctrl-0 = <&qup_spi13_data_clk>, <&qup_spi13_cs>; 1385 interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>; 1386 #address-cells = <1>; 1387 #size-cells = <0>; 1388 power-domains = <&rpmhpd SC7280_CX>; 1389 operating-points-v2 = <&qup_opp_table>; 1390 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1391 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1392 interconnect-names = "qup-core", "qup-config"; 1393 status = "disabled"; 1394 }; 1395 1396 uart13: serial@a94000 { 1397 compatible = "qcom,geni-uart"; 1398 reg = <0 0x00a94000 0 0x4000>; 1399 clocks = <&gcc GCC_QUPV3_WRAP1_S5_CLK>; 1400 clock-names = "se"; 1401 pinctrl-names = "default"; 1402 pinctrl-0 = <&qup_uart13_cts>, <&qup_uart13_rts>, <&qup_uart13_tx>, <&qup_uart13_rx>; 1403 interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>; 1404 power-domains = <&rpmhpd SC7280_CX>; 1405 operating-points-v2 = <&qup_opp_table>; 1406 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1407 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1408 interconnect-names = "qup-core", "qup-config"; 1409 status = "disabled"; 1410 }; 1411 1412 i2c14: i2c@a98000 { 1413 compatible = "qcom,geni-i2c"; 1414 reg = <0 0x00a98000 0 0x4000>; 1415 clocks = <&gcc GCC_QUPV3_WRAP1_S6_CLK>; 1416 clock-names = "se"; 1417 pinctrl-names = "default"; 1418 pinctrl-0 = <&qup_i2c14_data_clk>; 1419 interrupts = <GIC_SPI 368 IRQ_TYPE_LEVEL_HIGH>; 1420 #address-cells = <1>; 1421 #size-cells = <0>; 1422 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1423 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>, 1424 <&aggre2_noc MASTER_QUP_1 0 &mc_virt SLAVE_EBI1 0>; 1425 interconnect-names = "qup-core", "qup-config", 1426 "qup-memory"; 1427 status = "disabled"; 1428 }; 1429 1430 spi14: spi@a98000 { 1431 compatible = "qcom,geni-spi"; 1432 reg = <0 0x00a98000 0 0x4000>; 1433 clocks = <&gcc GCC_QUPV3_WRAP1_S6_CLK>; 1434 clock-names = "se"; 1435 pinctrl-names = "default"; 1436 pinctrl-0 = <&qup_spi14_data_clk>, <&qup_spi14_cs>; 1437 interrupts = <GIC_SPI 368 IRQ_TYPE_LEVEL_HIGH>; 1438 #address-cells = <1>; 1439 #size-cells = <0>; 1440 power-domains = <&rpmhpd SC7280_CX>; 1441 operating-points-v2 = <&qup_opp_table>; 1442 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1443 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1444 interconnect-names = "qup-core", "qup-config"; 1445 status = "disabled"; 1446 }; 1447 1448 uart14: serial@a98000 { 1449 compatible = "qcom,geni-uart"; 1450 reg = <0 0x00a98000 0 0x4000>; 1451 clocks = <&gcc GCC_QUPV3_WRAP1_S6_CLK>; 1452 clock-names = "se"; 1453 pinctrl-names = "default"; 1454 pinctrl-0 = <&qup_uart14_cts>, <&qup_uart14_rts>, <&qup_uart14_tx>, <&qup_uart14_rx>; 1455 interrupts = <GIC_SPI 368 IRQ_TYPE_LEVEL_HIGH>; 1456 power-domains = <&rpmhpd SC7280_CX>; 1457 operating-points-v2 = <&qup_opp_table>; 1458 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1459 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1460 interconnect-names = "qup-core", "qup-config"; 1461 status = "disabled"; 1462 }; 1463 1464 i2c15: i2c@a9c000 { 1465 compatible = "qcom,geni-i2c"; 1466 reg = <0 0x00a9c000 0 0x4000>; 1467 clocks = <&gcc GCC_QUPV3_WRAP1_S7_CLK>; 1468 clock-names = "se"; 1469 pinctrl-names = "default"; 1470 pinctrl-0 = <&qup_i2c15_data_clk>; 1471 interrupts = <GIC_SPI 369 IRQ_TYPE_LEVEL_HIGH>; 1472 #address-cells = <1>; 1473 #size-cells = <0>; 1474 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1475 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>, 1476 <&aggre2_noc MASTER_QUP_1 0 &mc_virt SLAVE_EBI1 0>; 1477 interconnect-names = "qup-core", "qup-config", 1478 "qup-memory"; 1479 status = "disabled"; 1480 }; 1481 1482 spi15: spi@a9c000 { 1483 compatible = "qcom,geni-spi"; 1484 reg = <0 0x00a9c000 0 0x4000>; 1485 clocks = <&gcc GCC_QUPV3_WRAP1_S7_CLK>; 1486 clock-names = "se"; 1487 pinctrl-names = "default"; 1488 pinctrl-0 = <&qup_spi15_data_clk>, <&qup_spi15_cs>; 1489 interrupts = <GIC_SPI 369 IRQ_TYPE_LEVEL_HIGH>; 1490 #address-cells = <1>; 1491 #size-cells = <0>; 1492 power-domains = <&rpmhpd SC7280_CX>; 1493 operating-points-v2 = <&qup_opp_table>; 1494 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1495 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1496 interconnect-names = "qup-core", "qup-config"; 1497 status = "disabled"; 1498 }; 1499 1500 uart15: serial@a9c000 { 1501 compatible = "qcom,geni-uart"; 1502 reg = <0 0x00a9c000 0 0x4000>; 1503 clocks = <&gcc GCC_QUPV3_WRAP1_S7_CLK>; 1504 clock-names = "se"; 1505 pinctrl-names = "default"; 1506 pinctrl-0 = <&qup_uart15_cts>, <&qup_uart15_rts>, <&qup_uart15_tx>, <&qup_uart15_rx>; 1507 interrupts = <GIC_SPI 369 IRQ_TYPE_LEVEL_HIGH>; 1508 power-domains = <&rpmhpd SC7280_CX>; 1509 operating-points-v2 = <&qup_opp_table>; 1510 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1511 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1512 interconnect-names = "qup-core", "qup-config"; 1513 status = "disabled"; 1514 }; 1515 }; 1516 1517 cnoc2: interconnect@1500000 { 1518 reg = <0 0x01500000 0 0x1000>; 1519 compatible = "qcom,sc7280-cnoc2"; 1520 #interconnect-cells = <2>; 1521 qcom,bcm-voters = <&apps_bcm_voter>; 1522 }; 1523 1524 cnoc3: interconnect@1502000 { 1525 reg = <0 0x01502000 0 0x1000>; 1526 compatible = "qcom,sc7280-cnoc3"; 1527 #interconnect-cells = <2>; 1528 qcom,bcm-voters = <&apps_bcm_voter>; 1529 }; 1530 1531 mc_virt: interconnect@1580000 { 1532 reg = <0 0x01580000 0 0x4>; 1533 compatible = "qcom,sc7280-mc-virt"; 1534 #interconnect-cells = <2>; 1535 qcom,bcm-voters = <&apps_bcm_voter>; 1536 }; 1537 1538 system_noc: interconnect@1680000 { 1539 reg = <0 0x01680000 0 0x15480>; 1540 compatible = "qcom,sc7280-system-noc"; 1541 #interconnect-cells = <2>; 1542 qcom,bcm-voters = <&apps_bcm_voter>; 1543 }; 1544 1545 aggre1_noc: interconnect@16e0000 { 1546 compatible = "qcom,sc7280-aggre1-noc"; 1547 reg = <0 0x016e0000 0 0x1c080>; 1548 #interconnect-cells = <2>; 1549 qcom,bcm-voters = <&apps_bcm_voter>; 1550 }; 1551 1552 aggre2_noc: interconnect@1700000 { 1553 reg = <0 0x01700000 0 0x2b080>; 1554 compatible = "qcom,sc7280-aggre2-noc"; 1555 #interconnect-cells = <2>; 1556 qcom,bcm-voters = <&apps_bcm_voter>; 1557 }; 1558 1559 mmss_noc: interconnect@1740000 { 1560 reg = <0 0x01740000 0 0x1e080>; 1561 compatible = "qcom,sc7280-mmss-noc"; 1562 #interconnect-cells = <2>; 1563 qcom,bcm-voters = <&apps_bcm_voter>; 1564 }; 1565 1566 ipa: ipa@1e40000 { 1567 compatible = "qcom,sc7280-ipa"; 1568 1569 iommus = <&apps_smmu 0x480 0x0>, 1570 <&apps_smmu 0x482 0x0>; 1571 reg = <0 0x1e40000 0 0x8000>, 1572 <0 0x1e50000 0 0x4ad0>, 1573 <0 0x1e04000 0 0x23000>; 1574 reg-names = "ipa-reg", 1575 "ipa-shared", 1576 "gsi"; 1577 1578 interrupts-extended = <&intc GIC_SPI 654 IRQ_TYPE_EDGE_RISING>, 1579 <&intc GIC_SPI 432 IRQ_TYPE_LEVEL_HIGH>, 1580 <&ipa_smp2p_in 0 IRQ_TYPE_EDGE_RISING>, 1581 <&ipa_smp2p_in 1 IRQ_TYPE_EDGE_RISING>; 1582 interrupt-names = "ipa", 1583 "gsi", 1584 "ipa-clock-query", 1585 "ipa-setup-ready"; 1586 1587 clocks = <&rpmhcc RPMH_IPA_CLK>; 1588 clock-names = "core"; 1589 1590 interconnects = <&aggre2_noc MASTER_IPA 0 &mc_virt SLAVE_EBI1 0>, 1591 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_IPA_CFG 0>; 1592 interconnect-names = "memory", 1593 "config"; 1594 1595 qcom,smem-states = <&ipa_smp2p_out 0>, 1596 <&ipa_smp2p_out 1>; 1597 qcom,smem-state-names = "ipa-clock-enabled-valid", 1598 "ipa-clock-enabled"; 1599 1600 status = "disabled"; 1601 }; 1602 1603 tcsr_mutex: hwlock@1f40000 { 1604 compatible = "qcom,tcsr-mutex", "syscon"; 1605 reg = <0 0x01f40000 0 0x40000>; 1606 #hwlock-cells = <1>; 1607 }; 1608 1609 tcsr: syscon@1fc0000 { 1610 compatible = "qcom,sc7280-tcsr", "syscon"; 1611 reg = <0 0x01fc0000 0 0x30000>; 1612 }; 1613 1614 lpasscc: lpasscc@3000000 { 1615 compatible = "qcom,sc7280-lpasscc"; 1616 reg = <0 0x03000000 0 0x40>, 1617 <0 0x03c04000 0 0x4>, 1618 <0 0x03389000 0 0x24>; 1619 reg-names = "qdsp6ss", "top_cc", "cc"; 1620 clocks = <&gcc GCC_CFG_NOC_LPASS_CLK>; 1621 clock-names = "iface"; 1622 #clock-cells = <1>; 1623 }; 1624 1625 lpass_ag_noc: interconnect@3c40000 { 1626 reg = <0 0x03c40000 0 0xf080>; 1627 compatible = "qcom,sc7280-lpass-ag-noc"; 1628 #interconnect-cells = <2>; 1629 qcom,bcm-voters = <&apps_bcm_voter>; 1630 }; 1631 1632 gpu: gpu@3d00000 { 1633 compatible = "qcom,adreno-635.0", "qcom,adreno"; 1634 #stream-id-cells = <16>; 1635 reg = <0 0x03d00000 0 0x40000>, 1636 <0 0x03d9e000 0 0x1000>, 1637 <0 0x03d61000 0 0x800>; 1638 reg-names = "kgsl_3d0_reg_memory", 1639 "cx_mem", 1640 "cx_dbgc"; 1641 interrupts = <GIC_SPI 300 IRQ_TYPE_LEVEL_HIGH>; 1642 iommus = <&adreno_smmu 0 0x401>; 1643 operating-points-v2 = <&gpu_opp_table>; 1644 qcom,gmu = <&gmu>; 1645 interconnects = <&gem_noc MASTER_GFX3D 0 &mc_virt SLAVE_EBI1 0>; 1646 interconnect-names = "gfx-mem"; 1647 #cooling-cells = <2>; 1648 1649 gpu_opp_table: opp-table { 1650 compatible = "operating-points-v2"; 1651 1652 opp-315000000 { 1653 opp-hz = /bits/ 64 <315000000>; 1654 opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS>; 1655 opp-peak-kBps = <1804000>; 1656 }; 1657 1658 opp-450000000 { 1659 opp-hz = /bits/ 64 <450000000>; 1660 opp-level = <RPMH_REGULATOR_LEVEL_SVS>; 1661 opp-peak-kBps = <4068000>; 1662 }; 1663 1664 opp-550000000 { 1665 opp-hz = /bits/ 64 <550000000>; 1666 opp-level = <RPMH_REGULATOR_LEVEL_SVS_L1>; 1667 opp-peak-kBps = <6832000>; 1668 }; 1669 }; 1670 }; 1671 1672 gmu: gmu@3d69000 { 1673 compatible="qcom,adreno-gmu-635.0", "qcom,adreno-gmu"; 1674 reg = <0 0x03d6a000 0 0x34000>, 1675 <0 0x3de0000 0 0x10000>, 1676 <0 0x0b290000 0 0x10000>; 1677 reg-names = "gmu", "rscc", "gmu_pdc"; 1678 interrupts = <GIC_SPI 304 IRQ_TYPE_LEVEL_HIGH>, 1679 <GIC_SPI 305 IRQ_TYPE_LEVEL_HIGH>; 1680 interrupt-names = "hfi", "gmu"; 1681 clocks = <&gpucc 5>, 1682 <&gpucc 8>, 1683 <&gcc GCC_DDRSS_GPU_AXI_CLK>, 1684 <&gcc GCC_GPU_MEMNOC_GFX_CLK>, 1685 <&gpucc 2>, 1686 <&gpucc 15>, 1687 <&gpucc 11>; 1688 clock-names = "gmu", 1689 "cxo", 1690 "axi", 1691 "memnoc", 1692 "ahb", 1693 "hub", 1694 "smmu_vote"; 1695 power-domains = <&gpucc 0>, 1696 <&gpucc 1>; 1697 power-domain-names = "cx", 1698 "gx"; 1699 iommus = <&adreno_smmu 5 0x400>; 1700 operating-points-v2 = <&gmu_opp_table>; 1701 1702 gmu_opp_table: opp-table { 1703 compatible = "operating-points-v2"; 1704 1705 opp-200000000 { 1706 opp-hz = /bits/ 64 <200000000>; 1707 opp-level = <RPMH_REGULATOR_LEVEL_MIN_SVS>; 1708 }; 1709 }; 1710 }; 1711 1712 gpucc: clock-controller@3d90000 { 1713 compatible = "qcom,sc7280-gpucc"; 1714 reg = <0 0x03d90000 0 0x9000>; 1715 clocks = <&rpmhcc RPMH_CXO_CLK>, 1716 <&gcc GCC_GPU_GPLL0_CLK_SRC>, 1717 <&gcc GCC_GPU_GPLL0_DIV_CLK_SRC>; 1718 clock-names = "bi_tcxo", 1719 "gcc_gpu_gpll0_clk_src", 1720 "gcc_gpu_gpll0_div_clk_src"; 1721 #clock-cells = <1>; 1722 #reset-cells = <1>; 1723 #power-domain-cells = <1>; 1724 }; 1725 1726 adreno_smmu: iommu@3da0000 { 1727 compatible = "qcom,sc7280-smmu-500", "qcom,adreno-smmu", "arm,mmu-500"; 1728 reg = <0 0x03da0000 0 0x20000>; 1729 #iommu-cells = <2>; 1730 #global-interrupts = <2>; 1731 interrupts = <GIC_SPI 673 IRQ_TYPE_LEVEL_HIGH>, 1732 <GIC_SPI 675 IRQ_TYPE_LEVEL_HIGH>, 1733 <GIC_SPI 678 IRQ_TYPE_LEVEL_HIGH>, 1734 <GIC_SPI 679 IRQ_TYPE_LEVEL_HIGH>, 1735 <GIC_SPI 680 IRQ_TYPE_LEVEL_HIGH>, 1736 <GIC_SPI 681 IRQ_TYPE_LEVEL_HIGH>, 1737 <GIC_SPI 682 IRQ_TYPE_LEVEL_HIGH>, 1738 <GIC_SPI 683 IRQ_TYPE_LEVEL_HIGH>, 1739 <GIC_SPI 684 IRQ_TYPE_LEVEL_HIGH>, 1740 <GIC_SPI 685 IRQ_TYPE_LEVEL_HIGH>, 1741 <GIC_SPI 686 IRQ_TYPE_LEVEL_HIGH>, 1742 <GIC_SPI 687 IRQ_TYPE_LEVEL_HIGH>; 1743 1744 clocks = <&gcc GCC_GPU_MEMNOC_GFX_CLK>, 1745 <&gcc GCC_GPU_SNOC_DVM_GFX_CLK>, 1746 <&gpucc 2>, 1747 <&gpucc 11>, 1748 <&gpucc 5>, 1749 <&gpucc 15>, 1750 <&gpucc 13>; 1751 clock-names = "gcc_gpu_memnoc_gfx_clk", 1752 "gcc_gpu_snoc_dvm_gfx_clk", 1753 "gpu_cc_ahb_clk", 1754 "gpu_cc_hlos1_vote_gpu_smmu_clk", 1755 "gpu_cc_cx_gmu_clk", 1756 "gpu_cc_hub_cx_int_clk", 1757 "gpu_cc_hub_aon_clk"; 1758 1759 power-domains = <&gpucc 0>; 1760 }; 1761 1762 remoteproc_mpss: remoteproc@4080000 { 1763 compatible = "qcom,sc7280-mpss-pas"; 1764 reg = <0 0x04080000 0 0x10000>; 1765 1766 interrupts-extended = <&intc GIC_SPI 264 IRQ_TYPE_EDGE_RISING>, 1767 <&modem_smp2p_in 0 IRQ_TYPE_EDGE_RISING>, 1768 <&modem_smp2p_in 1 IRQ_TYPE_EDGE_RISING>, 1769 <&modem_smp2p_in 2 IRQ_TYPE_EDGE_RISING>, 1770 <&modem_smp2p_in 3 IRQ_TYPE_EDGE_RISING>, 1771 <&modem_smp2p_in 7 IRQ_TYPE_EDGE_RISING>; 1772 interrupt-names = "wdog", "fatal", "ready", "handover", 1773 "stop-ack", "shutdown-ack"; 1774 1775 clocks = <&rpmhcc RPMH_CXO_CLK>; 1776 clock-names = "xo"; 1777 1778 power-domains = <&rpmhpd SC7280_CX>, 1779 <&rpmhpd SC7280_MSS>; 1780 power-domain-names = "cx", "mss"; 1781 1782 memory-region = <&mpss_mem>; 1783 1784 qcom,qmp = <&aoss_qmp>; 1785 1786 qcom,smem-states = <&modem_smp2p_out 0>; 1787 qcom,smem-state-names = "stop"; 1788 1789 status = "disabled"; 1790 1791 glink-edge { 1792 interrupts-extended = <&ipcc IPCC_CLIENT_MPSS 1793 IPCC_MPROC_SIGNAL_GLINK_QMP 1794 IRQ_TYPE_EDGE_RISING>; 1795 mboxes = <&ipcc IPCC_CLIENT_MPSS 1796 IPCC_MPROC_SIGNAL_GLINK_QMP>; 1797 label = "modem"; 1798 qcom,remote-pid = <1>; 1799 }; 1800 }; 1801 1802 stm@6002000 { 1803 compatible = "arm,coresight-stm", "arm,primecell"; 1804 reg = <0 0x06002000 0 0x1000>, 1805 <0 0x16280000 0 0x180000>; 1806 reg-names = "stm-base", "stm-stimulus-base"; 1807 1808 clocks = <&aoss_qmp>; 1809 clock-names = "apb_pclk"; 1810 1811 out-ports { 1812 port { 1813 stm_out: endpoint { 1814 remote-endpoint = <&funnel0_in7>; 1815 }; 1816 }; 1817 }; 1818 }; 1819 1820 funnel@6041000 { 1821 compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; 1822 reg = <0 0x06041000 0 0x1000>; 1823 1824 clocks = <&aoss_qmp>; 1825 clock-names = "apb_pclk"; 1826 1827 out-ports { 1828 port { 1829 funnel0_out: endpoint { 1830 remote-endpoint = <&merge_funnel_in0>; 1831 }; 1832 }; 1833 }; 1834 1835 in-ports { 1836 #address-cells = <1>; 1837 #size-cells = <0>; 1838 1839 port@7 { 1840 reg = <7>; 1841 funnel0_in7: endpoint { 1842 remote-endpoint = <&stm_out>; 1843 }; 1844 }; 1845 }; 1846 }; 1847 1848 funnel@6042000 { 1849 compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; 1850 reg = <0 0x06042000 0 0x1000>; 1851 1852 clocks = <&aoss_qmp>; 1853 clock-names = "apb_pclk"; 1854 1855 out-ports { 1856 port { 1857 funnel1_out: endpoint { 1858 remote-endpoint = <&merge_funnel_in1>; 1859 }; 1860 }; 1861 }; 1862 1863 in-ports { 1864 #address-cells = <1>; 1865 #size-cells = <0>; 1866 1867 port@4 { 1868 reg = <4>; 1869 funnel1_in4: endpoint { 1870 remote-endpoint = <&apss_merge_funnel_out>; 1871 }; 1872 }; 1873 }; 1874 }; 1875 1876 funnel@6045000 { 1877 compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; 1878 reg = <0 0x06045000 0 0x1000>; 1879 1880 clocks = <&aoss_qmp>; 1881 clock-names = "apb_pclk"; 1882 1883 out-ports { 1884 port { 1885 merge_funnel_out: endpoint { 1886 remote-endpoint = <&swao_funnel_in>; 1887 }; 1888 }; 1889 }; 1890 1891 in-ports { 1892 #address-cells = <1>; 1893 #size-cells = <0>; 1894 1895 port@0 { 1896 reg = <0>; 1897 merge_funnel_in0: endpoint { 1898 remote-endpoint = <&funnel0_out>; 1899 }; 1900 }; 1901 1902 port@1 { 1903 reg = <1>; 1904 merge_funnel_in1: endpoint { 1905 remote-endpoint = <&funnel1_out>; 1906 }; 1907 }; 1908 }; 1909 }; 1910 1911 replicator@6046000 { 1912 compatible = "arm,coresight-dynamic-replicator", "arm,primecell"; 1913 reg = <0 0x06046000 0 0x1000>; 1914 1915 clocks = <&aoss_qmp>; 1916 clock-names = "apb_pclk"; 1917 1918 out-ports { 1919 port { 1920 replicator_out: endpoint { 1921 remote-endpoint = <&etr_in>; 1922 }; 1923 }; 1924 }; 1925 1926 in-ports { 1927 port { 1928 replicator_in: endpoint { 1929 remote-endpoint = <&swao_replicator_out>; 1930 }; 1931 }; 1932 }; 1933 }; 1934 1935 etr@6048000 { 1936 compatible = "arm,coresight-tmc", "arm,primecell"; 1937 reg = <0 0x06048000 0 0x1000>; 1938 iommus = <&apps_smmu 0x04c0 0>; 1939 1940 clocks = <&aoss_qmp>; 1941 clock-names = "apb_pclk"; 1942 arm,scatter-gather; 1943 1944 in-ports { 1945 port { 1946 etr_in: endpoint { 1947 remote-endpoint = <&replicator_out>; 1948 }; 1949 }; 1950 }; 1951 }; 1952 1953 funnel@6b04000 { 1954 compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; 1955 reg = <0 0x06b04000 0 0x1000>; 1956 1957 clocks = <&aoss_qmp>; 1958 clock-names = "apb_pclk"; 1959 1960 out-ports { 1961 port { 1962 swao_funnel_out: endpoint { 1963 remote-endpoint = <&etf_in>; 1964 }; 1965 }; 1966 }; 1967 1968 in-ports { 1969 #address-cells = <1>; 1970 #size-cells = <0>; 1971 1972 port@7 { 1973 reg = <7>; 1974 swao_funnel_in: endpoint { 1975 remote-endpoint = <&merge_funnel_out>; 1976 }; 1977 }; 1978 }; 1979 }; 1980 1981 etf@6b05000 { 1982 compatible = "arm,coresight-tmc", "arm,primecell"; 1983 reg = <0 0x06b05000 0 0x1000>; 1984 1985 clocks = <&aoss_qmp>; 1986 clock-names = "apb_pclk"; 1987 1988 out-ports { 1989 port { 1990 etf_out: endpoint { 1991 remote-endpoint = <&swao_replicator_in>; 1992 }; 1993 }; 1994 }; 1995 1996 in-ports { 1997 port { 1998 etf_in: endpoint { 1999 remote-endpoint = <&swao_funnel_out>; 2000 }; 2001 }; 2002 }; 2003 }; 2004 2005 replicator@6b06000 { 2006 compatible = "arm,coresight-dynamic-replicator", "arm,primecell"; 2007 reg = <0 0x06b06000 0 0x1000>; 2008 2009 clocks = <&aoss_qmp>; 2010 clock-names = "apb_pclk"; 2011 qcom,replicator-loses-context; 2012 2013 out-ports { 2014 port { 2015 swao_replicator_out: endpoint { 2016 remote-endpoint = <&replicator_in>; 2017 }; 2018 }; 2019 }; 2020 2021 in-ports { 2022 port { 2023 swao_replicator_in: endpoint { 2024 remote-endpoint = <&etf_out>; 2025 }; 2026 }; 2027 }; 2028 }; 2029 2030 etm@7040000 { 2031 compatible = "arm,coresight-etm4x", "arm,primecell"; 2032 reg = <0 0x07040000 0 0x1000>; 2033 2034 cpu = <&CPU0>; 2035 2036 clocks = <&aoss_qmp>; 2037 clock-names = "apb_pclk"; 2038 arm,coresight-loses-context-with-cpu; 2039 qcom,skip-power-up; 2040 2041 out-ports { 2042 port { 2043 etm0_out: endpoint { 2044 remote-endpoint = <&apss_funnel_in0>; 2045 }; 2046 }; 2047 }; 2048 }; 2049 2050 etm@7140000 { 2051 compatible = "arm,coresight-etm4x", "arm,primecell"; 2052 reg = <0 0x07140000 0 0x1000>; 2053 2054 cpu = <&CPU1>; 2055 2056 clocks = <&aoss_qmp>; 2057 clock-names = "apb_pclk"; 2058 arm,coresight-loses-context-with-cpu; 2059 qcom,skip-power-up; 2060 2061 out-ports { 2062 port { 2063 etm1_out: endpoint { 2064 remote-endpoint = <&apss_funnel_in1>; 2065 }; 2066 }; 2067 }; 2068 }; 2069 2070 etm@7240000 { 2071 compatible = "arm,coresight-etm4x", "arm,primecell"; 2072 reg = <0 0x07240000 0 0x1000>; 2073 2074 cpu = <&CPU2>; 2075 2076 clocks = <&aoss_qmp>; 2077 clock-names = "apb_pclk"; 2078 arm,coresight-loses-context-with-cpu; 2079 qcom,skip-power-up; 2080 2081 out-ports { 2082 port { 2083 etm2_out: endpoint { 2084 remote-endpoint = <&apss_funnel_in2>; 2085 }; 2086 }; 2087 }; 2088 }; 2089 2090 etm@7340000 { 2091 compatible = "arm,coresight-etm4x", "arm,primecell"; 2092 reg = <0 0x07340000 0 0x1000>; 2093 2094 cpu = <&CPU3>; 2095 2096 clocks = <&aoss_qmp>; 2097 clock-names = "apb_pclk"; 2098 arm,coresight-loses-context-with-cpu; 2099 qcom,skip-power-up; 2100 2101 out-ports { 2102 port { 2103 etm3_out: endpoint { 2104 remote-endpoint = <&apss_funnel_in3>; 2105 }; 2106 }; 2107 }; 2108 }; 2109 2110 etm@7440000 { 2111 compatible = "arm,coresight-etm4x", "arm,primecell"; 2112 reg = <0 0x07440000 0 0x1000>; 2113 2114 cpu = <&CPU4>; 2115 2116 clocks = <&aoss_qmp>; 2117 clock-names = "apb_pclk"; 2118 arm,coresight-loses-context-with-cpu; 2119 qcom,skip-power-up; 2120 2121 out-ports { 2122 port { 2123 etm4_out: endpoint { 2124 remote-endpoint = <&apss_funnel_in4>; 2125 }; 2126 }; 2127 }; 2128 }; 2129 2130 etm@7540000 { 2131 compatible = "arm,coresight-etm4x", "arm,primecell"; 2132 reg = <0 0x07540000 0 0x1000>; 2133 2134 cpu = <&CPU5>; 2135 2136 clocks = <&aoss_qmp>; 2137 clock-names = "apb_pclk"; 2138 arm,coresight-loses-context-with-cpu; 2139 qcom,skip-power-up; 2140 2141 out-ports { 2142 port { 2143 etm5_out: endpoint { 2144 remote-endpoint = <&apss_funnel_in5>; 2145 }; 2146 }; 2147 }; 2148 }; 2149 2150 etm@7640000 { 2151 compatible = "arm,coresight-etm4x", "arm,primecell"; 2152 reg = <0 0x07640000 0 0x1000>; 2153 2154 cpu = <&CPU6>; 2155 2156 clocks = <&aoss_qmp>; 2157 clock-names = "apb_pclk"; 2158 arm,coresight-loses-context-with-cpu; 2159 qcom,skip-power-up; 2160 2161 out-ports { 2162 port { 2163 etm6_out: endpoint { 2164 remote-endpoint = <&apss_funnel_in6>; 2165 }; 2166 }; 2167 }; 2168 }; 2169 2170 etm@7740000 { 2171 compatible = "arm,coresight-etm4x", "arm,primecell"; 2172 reg = <0 0x07740000 0 0x1000>; 2173 2174 cpu = <&CPU7>; 2175 2176 clocks = <&aoss_qmp>; 2177 clock-names = "apb_pclk"; 2178 arm,coresight-loses-context-with-cpu; 2179 qcom,skip-power-up; 2180 2181 out-ports { 2182 port { 2183 etm7_out: endpoint { 2184 remote-endpoint = <&apss_funnel_in7>; 2185 }; 2186 }; 2187 }; 2188 }; 2189 2190 funnel@7800000 { /* APSS Funnel */ 2191 compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; 2192 reg = <0 0x07800000 0 0x1000>; 2193 2194 clocks = <&aoss_qmp>; 2195 clock-names = "apb_pclk"; 2196 2197 out-ports { 2198 port { 2199 apss_funnel_out: endpoint { 2200 remote-endpoint = <&apss_merge_funnel_in>; 2201 }; 2202 }; 2203 }; 2204 2205 in-ports { 2206 #address-cells = <1>; 2207 #size-cells = <0>; 2208 2209 port@0 { 2210 reg = <0>; 2211 apss_funnel_in0: endpoint { 2212 remote-endpoint = <&etm0_out>; 2213 }; 2214 }; 2215 2216 port@1 { 2217 reg = <1>; 2218 apss_funnel_in1: endpoint { 2219 remote-endpoint = <&etm1_out>; 2220 }; 2221 }; 2222 2223 port@2 { 2224 reg = <2>; 2225 apss_funnel_in2: endpoint { 2226 remote-endpoint = <&etm2_out>; 2227 }; 2228 }; 2229 2230 port@3 { 2231 reg = <3>; 2232 apss_funnel_in3: endpoint { 2233 remote-endpoint = <&etm3_out>; 2234 }; 2235 }; 2236 2237 port@4 { 2238 reg = <4>; 2239 apss_funnel_in4: endpoint { 2240 remote-endpoint = <&etm4_out>; 2241 }; 2242 }; 2243 2244 port@5 { 2245 reg = <5>; 2246 apss_funnel_in5: endpoint { 2247 remote-endpoint = <&etm5_out>; 2248 }; 2249 }; 2250 2251 port@6 { 2252 reg = <6>; 2253 apss_funnel_in6: endpoint { 2254 remote-endpoint = <&etm6_out>; 2255 }; 2256 }; 2257 2258 port@7 { 2259 reg = <7>; 2260 apss_funnel_in7: endpoint { 2261 remote-endpoint = <&etm7_out>; 2262 }; 2263 }; 2264 }; 2265 }; 2266 2267 funnel@7810000 { 2268 compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; 2269 reg = <0 0x07810000 0 0x1000>; 2270 2271 clocks = <&aoss_qmp>; 2272 clock-names = "apb_pclk"; 2273 2274 out-ports { 2275 port { 2276 apss_merge_funnel_out: endpoint { 2277 remote-endpoint = <&funnel1_in4>; 2278 }; 2279 }; 2280 }; 2281 2282 in-ports { 2283 port { 2284 apss_merge_funnel_in: endpoint { 2285 remote-endpoint = <&apss_funnel_out>; 2286 }; 2287 }; 2288 }; 2289 }; 2290 2291 sdhc_2: sdhci@8804000 { 2292 compatible = "qcom,sc7280-sdhci", "qcom,sdhci-msm-v5"; 2293 status = "disabled"; 2294 2295 reg = <0 0x08804000 0 0x1000>; 2296 2297 iommus = <&apps_smmu 0x100 0x0>; 2298 interrupts = <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>, 2299 <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>; 2300 interrupt-names = "hc_irq", "pwr_irq"; 2301 2302 clocks = <&gcc GCC_SDCC2_APPS_CLK>, 2303 <&gcc GCC_SDCC2_AHB_CLK>, 2304 <&rpmhcc RPMH_CXO_CLK>; 2305 clock-names = "core", "iface", "xo"; 2306 interconnects = <&aggre1_noc MASTER_SDCC_2 0 &mc_virt SLAVE_EBI1 0>, 2307 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_SDCC_2 0>; 2308 interconnect-names = "sdhc-ddr","cpu-sdhc"; 2309 power-domains = <&rpmhpd SC7280_CX>; 2310 operating-points-v2 = <&sdhc2_opp_table>; 2311 2312 bus-width = <4>; 2313 2314 qcom,dll-config = <0x0007642c>; 2315 2316 sdhc2_opp_table: opp-table { 2317 compatible = "operating-points-v2"; 2318 2319 opp-100000000 { 2320 opp-hz = /bits/ 64 <100000000>; 2321 required-opps = <&rpmhpd_opp_low_svs>; 2322 opp-peak-kBps = <1800000 400000>; 2323 opp-avg-kBps = <100000 0>; 2324 }; 2325 2326 opp-202000000 { 2327 opp-hz = /bits/ 64 <202000000>; 2328 required-opps = <&rpmhpd_opp_nom>; 2329 opp-peak-kBps = <5400000 1600000>; 2330 opp-avg-kBps = <200000 0>; 2331 }; 2332 }; 2333 2334 }; 2335 2336 usb_1_hsphy: phy@88e3000 { 2337 compatible = "qcom,sc7280-usb-hs-phy", 2338 "qcom,usb-snps-hs-7nm-phy"; 2339 reg = <0 0x088e3000 0 0x400>; 2340 status = "disabled"; 2341 #phy-cells = <0>; 2342 2343 clocks = <&rpmhcc RPMH_CXO_CLK>; 2344 clock-names = "ref"; 2345 2346 resets = <&gcc GCC_QUSB2PHY_PRIM_BCR>; 2347 }; 2348 2349 usb_2_hsphy: phy@88e4000 { 2350 compatible = "qcom,sc7280-usb-hs-phy", 2351 "qcom,usb-snps-hs-7nm-phy"; 2352 reg = <0 0x088e4000 0 0x400>; 2353 status = "disabled"; 2354 #phy-cells = <0>; 2355 2356 clocks = <&rpmhcc RPMH_CXO_CLK>; 2357 clock-names = "ref"; 2358 2359 resets = <&gcc GCC_QUSB2PHY_SEC_BCR>; 2360 }; 2361 2362 usb_1_qmpphy: phy-wrapper@88e9000 { 2363 compatible = "qcom,sc7280-qmp-usb3-dp-phy", 2364 "qcom,sm8250-qmp-usb3-dp-phy"; 2365 reg = <0 0x088e9000 0 0x200>, 2366 <0 0x088e8000 0 0x40>, 2367 <0 0x088ea000 0 0x200>; 2368 status = "disabled"; 2369 #address-cells = <2>; 2370 #size-cells = <2>; 2371 ranges; 2372 2373 clocks = <&gcc GCC_USB3_PRIM_PHY_AUX_CLK>, 2374 <&rpmhcc RPMH_CXO_CLK>, 2375 <&gcc GCC_USB3_PRIM_PHY_COM_AUX_CLK>; 2376 clock-names = "aux", "ref_clk_src", "com_aux"; 2377 2378 resets = <&gcc GCC_USB3_DP_PHY_PRIM_BCR>, 2379 <&gcc GCC_USB3_PHY_PRIM_BCR>; 2380 reset-names = "phy", "common"; 2381 2382 usb_1_ssphy: usb3-phy@88e9200 { 2383 reg = <0 0x088e9200 0 0x200>, 2384 <0 0x088e9400 0 0x200>, 2385 <0 0x088e9c00 0 0x400>, 2386 <0 0x088e9600 0 0x200>, 2387 <0 0x088e9800 0 0x200>, 2388 <0 0x088e9a00 0 0x100>; 2389 #clock-cells = <0>; 2390 #phy-cells = <0>; 2391 clocks = <&gcc GCC_USB3_PRIM_PHY_PIPE_CLK>; 2392 clock-names = "pipe0"; 2393 clock-output-names = "usb3_phy_pipe_clk_src"; 2394 }; 2395 2396 dp_phy: dp-phy@88ea200 { 2397 reg = <0 0x088ea200 0 0x200>, 2398 <0 0x088ea400 0 0x200>, 2399 <0 0x088eaa00 0 0x200>, 2400 <0 0x088ea600 0 0x200>, 2401 <0 0x088ea800 0 0x200>; 2402 #phy-cells = <0>; 2403 #clock-cells = <1>; 2404 }; 2405 }; 2406 2407 usb_2: usb@8cf8800 { 2408 compatible = "qcom,sc7280-dwc3", "qcom,dwc3"; 2409 reg = <0 0x08cf8800 0 0x400>; 2410 status = "disabled"; 2411 #address-cells = <2>; 2412 #size-cells = <2>; 2413 ranges; 2414 dma-ranges; 2415 2416 clocks = <&gcc GCC_CFG_NOC_USB3_SEC_AXI_CLK>, 2417 <&gcc GCC_USB30_SEC_MASTER_CLK>, 2418 <&gcc GCC_AGGRE_USB3_SEC_AXI_CLK>, 2419 <&gcc GCC_USB30_SEC_MOCK_UTMI_CLK>, 2420 <&gcc GCC_USB30_SEC_SLEEP_CLK>; 2421 clock-names = "cfg_noc", "core", "iface","mock_utmi", 2422 "sleep"; 2423 2424 assigned-clocks = <&gcc GCC_USB30_SEC_MOCK_UTMI_CLK>, 2425 <&gcc GCC_USB30_SEC_MASTER_CLK>; 2426 assigned-clock-rates = <19200000>, <200000000>; 2427 2428 interrupts-extended = <&intc GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>, 2429 <&pdc 13 IRQ_TYPE_EDGE_RISING>, 2430 <&pdc 12 IRQ_TYPE_EDGE_RISING>; 2431 interrupt-names = "hs_phy_irq", 2432 "dm_hs_phy_irq", "dp_hs_phy_irq"; 2433 2434 power-domains = <&gcc GCC_USB30_SEC_GDSC>; 2435 2436 resets = <&gcc GCC_USB30_SEC_BCR>; 2437 2438 interconnects = <&aggre1_noc MASTER_USB2 0 &mc_virt SLAVE_EBI1 0>, 2439 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_USB2 0>; 2440 interconnect-names = "usb-ddr", "apps-usb"; 2441 2442 usb_2_dwc3: usb@8c00000 { 2443 compatible = "snps,dwc3"; 2444 reg = <0 0x08c00000 0 0xe000>; 2445 interrupts = <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>; 2446 iommus = <&apps_smmu 0xa0 0x0>; 2447 snps,dis_u2_susphy_quirk; 2448 snps,dis_enblslpm_quirk; 2449 phys = <&usb_2_hsphy>; 2450 phy-names = "usb2-phy"; 2451 maximum-speed = "high-speed"; 2452 }; 2453 }; 2454 2455 qspi: spi@88dc000 { 2456 compatible = "qcom,sc7280-qspi", "qcom,qspi-v1"; 2457 reg = <0 0x088dc000 0 0x1000>; 2458 #address-cells = <1>; 2459 #size-cells = <0>; 2460 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; 2461 clocks = <&gcc GCC_QSPI_CNOC_PERIPH_AHB_CLK>, 2462 <&gcc GCC_QSPI_CORE_CLK>; 2463 clock-names = "iface", "core"; 2464 interconnects = <&gem_noc MASTER_APPSS_PROC 0 2465 &cnoc2 SLAVE_QSPI_0 0>; 2466 interconnect-names = "qspi-config"; 2467 power-domains = <&rpmhpd SC7280_CX>; 2468 operating-points-v2 = <&qspi_opp_table>; 2469 status = "disabled"; 2470 }; 2471 2472 dc_noc: interconnect@90e0000 { 2473 reg = <0 0x090e0000 0 0x5080>; 2474 compatible = "qcom,sc7280-dc-noc"; 2475 #interconnect-cells = <2>; 2476 qcom,bcm-voters = <&apps_bcm_voter>; 2477 }; 2478 2479 gem_noc: interconnect@9100000 { 2480 reg = <0 0x9100000 0 0xe2200>; 2481 compatible = "qcom,sc7280-gem-noc"; 2482 #interconnect-cells = <2>; 2483 qcom,bcm-voters = <&apps_bcm_voter>; 2484 }; 2485 2486 system-cache-controller@9200000 { 2487 compatible = "qcom,sc7280-llcc"; 2488 reg = <0 0x09200000 0 0xd0000>, <0 0x09600000 0 0x50000>; 2489 reg-names = "llcc_base", "llcc_broadcast_base"; 2490 interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>; 2491 }; 2492 2493 nsp_noc: interconnect@a0c0000 { 2494 reg = <0 0x0a0c0000 0 0x10000>; 2495 compatible = "qcom,sc7280-nsp-noc"; 2496 #interconnect-cells = <2>; 2497 qcom,bcm-voters = <&apps_bcm_voter>; 2498 }; 2499 2500 usb_1: usb@a6f8800 { 2501 compatible = "qcom,sc7280-dwc3", "qcom,dwc3"; 2502 reg = <0 0x0a6f8800 0 0x400>; 2503 status = "disabled"; 2504 #address-cells = <2>; 2505 #size-cells = <2>; 2506 ranges; 2507 dma-ranges; 2508 2509 clocks = <&gcc GCC_CFG_NOC_USB3_PRIM_AXI_CLK>, 2510 <&gcc GCC_USB30_PRIM_MASTER_CLK>, 2511 <&gcc GCC_AGGRE_USB3_PRIM_AXI_CLK>, 2512 <&gcc GCC_USB30_PRIM_MOCK_UTMI_CLK>, 2513 <&gcc GCC_USB30_PRIM_SLEEP_CLK>; 2514 clock-names = "cfg_noc", "core", "iface", "mock_utmi", 2515 "sleep"; 2516 2517 assigned-clocks = <&gcc GCC_USB30_PRIM_MOCK_UTMI_CLK>, 2518 <&gcc GCC_USB30_PRIM_MASTER_CLK>; 2519 assigned-clock-rates = <19200000>, <200000000>; 2520 2521 interrupts-extended = <&intc GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>, 2522 <&pdc 14 IRQ_TYPE_EDGE_BOTH>, 2523 <&pdc 15 IRQ_TYPE_EDGE_BOTH>, 2524 <&pdc 17 IRQ_TYPE_LEVEL_HIGH>; 2525 interrupt-names = "hs_phy_irq", "dp_hs_phy_irq", 2526 "dm_hs_phy_irq", "ss_phy_irq"; 2527 2528 power-domains = <&gcc GCC_USB30_PRIM_GDSC>; 2529 2530 resets = <&gcc GCC_USB30_PRIM_BCR>; 2531 2532 interconnects = <&aggre1_noc MASTER_USB3_0 0 &mc_virt SLAVE_EBI1 0>, 2533 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_USB3_0 0>; 2534 interconnect-names = "usb-ddr", "apps-usb"; 2535 2536 usb_1_dwc3: usb@a600000 { 2537 compatible = "snps,dwc3"; 2538 reg = <0 0x0a600000 0 0xe000>; 2539 interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>; 2540 iommus = <&apps_smmu 0xe0 0x0>; 2541 snps,dis_u2_susphy_quirk; 2542 snps,dis_enblslpm_quirk; 2543 phys = <&usb_1_hsphy>, <&usb_1_ssphy>; 2544 phy-names = "usb2-phy", "usb3-phy"; 2545 maximum-speed = "super-speed"; 2546 }; 2547 }; 2548 2549 videocc: clock-controller@aaf0000 { 2550 compatible = "qcom,sc7280-videocc"; 2551 reg = <0 0xaaf0000 0 0x10000>; 2552 clocks = <&rpmhcc RPMH_CXO_CLK>, 2553 <&rpmhcc RPMH_CXO_CLK_A>; 2554 clock-names = "bi_tcxo", "bi_tcxo_ao"; 2555 #clock-cells = <1>; 2556 #reset-cells = <1>; 2557 #power-domain-cells = <1>; 2558 }; 2559 2560 dispcc: clock-controller@af00000 { 2561 compatible = "qcom,sc7280-dispcc"; 2562 reg = <0 0xaf00000 0 0x20000>; 2563 clocks = <&rpmhcc RPMH_CXO_CLK>, 2564 <&gcc GCC_DISP_GPLL0_CLK_SRC>, 2565 <0>, <0>, <0>, <0>, <0>, <0>; 2566 clock-names = "bi_tcxo", "gcc_disp_gpll0_clk", 2567 "dsi0_phy_pll_out_byteclk", 2568 "dsi0_phy_pll_out_dsiclk", 2569 "dp_phy_pll_link_clk", 2570 "dp_phy_pll_vco_div_clk", 2571 "edp_phy_pll_link_clk", 2572 "edp_phy_pll_vco_div_clk"; 2573 #clock-cells = <1>; 2574 #reset-cells = <1>; 2575 #power-domain-cells = <1>; 2576 }; 2577 2578 pdc: interrupt-controller@b220000 { 2579 compatible = "qcom,sc7280-pdc", "qcom,pdc"; 2580 reg = <0 0x0b220000 0 0x30000>; 2581 qcom,pdc-ranges = <0 480 40>, <40 140 14>, <54 263 1>, 2582 <55 306 4>, <59 312 3>, <62 374 2>, 2583 <64 434 2>, <66 438 3>, <69 86 1>, 2584 <70 520 54>, <124 609 31>, <155 63 1>, 2585 <156 716 12>; 2586 #interrupt-cells = <2>; 2587 interrupt-parent = <&intc>; 2588 interrupt-controller; 2589 }; 2590 2591 pdc_reset: reset-controller@b5e0000 { 2592 compatible = "qcom,sc7280-pdc-global"; 2593 reg = <0 0x0b5e0000 0 0x20000>; 2594 #reset-cells = <1>; 2595 }; 2596 2597 tsens0: thermal-sensor@c263000 { 2598 compatible = "qcom,sc7280-tsens","qcom,tsens-v2"; 2599 reg = <0 0x0c263000 0 0x1ff>, /* TM */ 2600 <0 0x0c222000 0 0x1ff>; /* SROT */ 2601 #qcom,sensors = <15>; 2602 interrupts = <GIC_SPI 506 IRQ_TYPE_LEVEL_HIGH>, 2603 <GIC_SPI 508 IRQ_TYPE_LEVEL_HIGH>; 2604 interrupt-names = "uplow","critical"; 2605 #thermal-sensor-cells = <1>; 2606 }; 2607 2608 tsens1: thermal-sensor@c265000 { 2609 compatible = "qcom,sc7280-tsens","qcom,tsens-v2"; 2610 reg = <0 0x0c265000 0 0x1ff>, /* TM */ 2611 <0 0x0c223000 0 0x1ff>; /* SROT */ 2612 #qcom,sensors = <12>; 2613 interrupts = <GIC_SPI 507 IRQ_TYPE_LEVEL_HIGH>, 2614 <GIC_SPI 509 IRQ_TYPE_LEVEL_HIGH>; 2615 interrupt-names = "uplow","critical"; 2616 #thermal-sensor-cells = <1>; 2617 }; 2618 2619 aoss_reset: reset-controller@c2a0000 { 2620 compatible = "qcom,sc7280-aoss-cc", "qcom,sdm845-aoss-cc"; 2621 reg = <0 0x0c2a0000 0 0x31000>; 2622 #reset-cells = <1>; 2623 }; 2624 2625 aoss_qmp: power-controller@c300000 { 2626 compatible = "qcom,sc7280-aoss-qmp"; 2627 reg = <0 0x0c300000 0 0x100000>; 2628 interrupts-extended = <&ipcc IPCC_CLIENT_AOP 2629 IPCC_MPROC_SIGNAL_GLINK_QMP 2630 IRQ_TYPE_EDGE_RISING>; 2631 mboxes = <&ipcc IPCC_CLIENT_AOP 2632 IPCC_MPROC_SIGNAL_GLINK_QMP>; 2633 2634 #clock-cells = <0>; 2635 }; 2636 2637 spmi_bus: spmi@c440000 { 2638 compatible = "qcom,spmi-pmic-arb"; 2639 reg = <0 0x0c440000 0 0x1100>, 2640 <0 0x0c600000 0 0x2000000>, 2641 <0 0x0e600000 0 0x100000>, 2642 <0 0x0e700000 0 0xa0000>, 2643 <0 0x0c40a000 0 0x26000>; 2644 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg"; 2645 interrupt-names = "periph_irq"; 2646 interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>; 2647 qcom,ee = <0>; 2648 qcom,channel = <0>; 2649 #address-cells = <1>; 2650 #size-cells = <1>; 2651 interrupt-controller; 2652 #interrupt-cells = <4>; 2653 }; 2654 2655 tlmm: pinctrl@f100000 { 2656 compatible = "qcom,sc7280-pinctrl"; 2657 reg = <0 0x0f100000 0 0x300000>; 2658 interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>; 2659 gpio-controller; 2660 #gpio-cells = <2>; 2661 interrupt-controller; 2662 #interrupt-cells = <2>; 2663 gpio-ranges = <&tlmm 0 0 175>; 2664 wakeup-parent = <&pdc>; 2665 2666 qspi_clk: qspi-clk { 2667 pins = "gpio14"; 2668 function = "qspi_clk"; 2669 }; 2670 2671 qspi_cs0: qspi-cs0 { 2672 pins = "gpio15"; 2673 function = "qspi_cs"; 2674 }; 2675 2676 qspi_cs1: qspi-cs1 { 2677 pins = "gpio19"; 2678 function = "qspi_cs"; 2679 }; 2680 2681 qspi_data01: qspi-data01 { 2682 pins = "gpio12", "gpio13"; 2683 function = "qspi_data"; 2684 }; 2685 2686 qspi_data12: qspi-data12 { 2687 pins = "gpio16", "gpio17"; 2688 function = "qspi_data"; 2689 }; 2690 2691 qup_i2c0_data_clk: qup-i2c0-data-clk { 2692 pins = "gpio0", "gpio1"; 2693 function = "qup00"; 2694 }; 2695 2696 qup_i2c1_data_clk: qup-i2c1-data-clk { 2697 pins = "gpio4", "gpio5"; 2698 function = "qup01"; 2699 }; 2700 2701 qup_i2c2_data_clk: qup-i2c2-data-clk { 2702 pins = "gpio8", "gpio9"; 2703 function = "qup02"; 2704 }; 2705 2706 qup_i2c3_data_clk: qup-i2c3-data-clk { 2707 pins = "gpio12", "gpio13"; 2708 function = "qup03"; 2709 }; 2710 2711 qup_i2c4_data_clk: qup-i2c4-data-clk { 2712 pins = "gpio16", "gpio17"; 2713 function = "qup04"; 2714 }; 2715 2716 qup_i2c5_data_clk: qup-i2c5-data-clk { 2717 pins = "gpio20", "gpio21"; 2718 function = "qup05"; 2719 }; 2720 2721 qup_i2c6_data_clk: qup-i2c6-data-clk { 2722 pins = "gpio24", "gpio25"; 2723 function = "qup06"; 2724 }; 2725 2726 qup_i2c7_data_clk: qup-i2c7-data-clk { 2727 pins = "gpio28", "gpio29"; 2728 function = "qup07"; 2729 }; 2730 2731 qup_i2c8_data_clk: qup-i2c8-data-clk { 2732 pins = "gpio32", "gpio33"; 2733 function = "qup10"; 2734 }; 2735 2736 qup_i2c9_data_clk: qup-i2c9-data-clk { 2737 pins = "gpio36", "gpio37"; 2738 function = "qup11"; 2739 }; 2740 2741 qup_i2c10_data_clk: qup-i2c10-data-clk { 2742 pins = "gpio40", "gpio41"; 2743 function = "qup12"; 2744 }; 2745 2746 qup_i2c11_data_clk: qup-i2c11-data-clk { 2747 pins = "gpio44", "gpio45"; 2748 function = "qup13"; 2749 }; 2750 2751 qup_i2c12_data_clk: qup-i2c12-data-clk { 2752 pins = "gpio48", "gpio49"; 2753 function = "qup14"; 2754 }; 2755 2756 qup_i2c13_data_clk: qup-i2c13-data-clk { 2757 pins = "gpio52", "gpio53"; 2758 function = "qup15"; 2759 }; 2760 2761 qup_i2c14_data_clk: qup-i2c14-data-clk { 2762 pins = "gpio56", "gpio57"; 2763 function = "qup16"; 2764 }; 2765 2766 qup_i2c15_data_clk: qup-i2c15-data-clk { 2767 pins = "gpio60", "gpio61"; 2768 function = "qup17"; 2769 }; 2770 2771 qup_spi0_data_clk: qup-spi0-data-clk { 2772 pins = "gpio0", "gpio1", "gpio2"; 2773 function = "qup00"; 2774 }; 2775 2776 qup_spi0_cs: qup-spi0-cs { 2777 pins = "gpio3"; 2778 function = "qup00"; 2779 }; 2780 2781 qup_spi0_cs_gpio: qup-spi0-cs-gpio { 2782 pins = "gpio3"; 2783 function = "gpio"; 2784 }; 2785 2786 qup_spi1_data_clk: qup-spi1-data-clk { 2787 pins = "gpio4", "gpio5", "gpio6"; 2788 function = "qup01"; 2789 }; 2790 2791 qup_spi1_cs: qup-spi1-cs { 2792 pins = "gpio7"; 2793 function = "qup01"; 2794 }; 2795 2796 qup_spi1_cs_gpio: qup-spi1-cs-gpio { 2797 pins = "gpio7"; 2798 function = "gpio"; 2799 }; 2800 2801 qup_spi2_data_clk: qup-spi2-data-clk { 2802 pins = "gpio8", "gpio9", "gpio10"; 2803 function = "qup02"; 2804 }; 2805 2806 qup_spi2_cs: qup-spi2-cs { 2807 pins = "gpio11"; 2808 function = "qup02"; 2809 }; 2810 2811 qup_spi2_cs_gpio: qup-spi2-cs-gpio { 2812 pins = "gpio11"; 2813 function = "gpio"; 2814 }; 2815 2816 qup_spi3_data_clk: qup-spi3-data-clk { 2817 pins = "gpio12", "gpio13", "gpio14"; 2818 function = "qup03"; 2819 }; 2820 2821 qup_spi3_cs: qup-spi3-cs { 2822 pins = "gpio15"; 2823 function = "qup03"; 2824 }; 2825 2826 qup_spi3_cs_gpio: qup-spi3-cs-gpio { 2827 pins = "gpio15"; 2828 function = "gpio"; 2829 }; 2830 2831 qup_spi4_data_clk: qup-spi4-data-clk { 2832 pins = "gpio16", "gpio17", "gpio18"; 2833 function = "qup04"; 2834 }; 2835 2836 qup_spi4_cs: qup-spi4-cs { 2837 pins = "gpio19"; 2838 function = "qup04"; 2839 }; 2840 2841 qup_spi4_cs_gpio: qup-spi4-cs-gpio { 2842 pins = "gpio19"; 2843 function = "gpio"; 2844 }; 2845 2846 qup_spi5_data_clk: qup-spi5-data-clk { 2847 pins = "gpio20", "gpio21", "gpio22"; 2848 function = "qup05"; 2849 }; 2850 2851 qup_spi5_cs: qup-spi5-cs { 2852 pins = "gpio23"; 2853 function = "qup05"; 2854 }; 2855 2856 qup_spi5_cs_gpio: qup-spi5-cs-gpio { 2857 pins = "gpio23"; 2858 function = "gpio"; 2859 }; 2860 2861 qup_spi6_data_clk: qup-spi6-data-clk { 2862 pins = "gpio24", "gpio25", "gpio26"; 2863 function = "qup06"; 2864 }; 2865 2866 qup_spi6_cs: qup-spi6-cs { 2867 pins = "gpio27"; 2868 function = "qup06"; 2869 }; 2870 2871 qup_spi6_cs_gpio: qup-spi6-cs-gpio { 2872 pins = "gpio27"; 2873 function = "gpio"; 2874 }; 2875 2876 qup_spi7_data_clk: qup-spi7-data-clk { 2877 pins = "gpio28", "gpio29", "gpio30"; 2878 function = "qup07"; 2879 }; 2880 2881 qup_spi7_cs: qup-spi7-cs { 2882 pins = "gpio31"; 2883 function = "qup07"; 2884 }; 2885 2886 qup_spi7_cs_gpio: qup-spi7-cs-gpio { 2887 pins = "gpio31"; 2888 function = "gpio"; 2889 }; 2890 2891 qup_spi8_data_clk: qup-spi8-data-clk { 2892 pins = "gpio32", "gpio33", "gpio34"; 2893 function = "qup10"; 2894 }; 2895 2896 qup_spi8_cs: qup-spi8-cs { 2897 pins = "gpio35"; 2898 function = "qup10"; 2899 }; 2900 2901 qup_spi8_cs_gpio: qup-spi8-cs-gpio { 2902 pins = "gpio35"; 2903 function = "gpio"; 2904 }; 2905 2906 qup_spi9_data_clk: qup-spi9-data-clk { 2907 pins = "gpio36", "gpio37", "gpio38"; 2908 function = "qup11"; 2909 }; 2910 2911 qup_spi9_cs: qup-spi9-cs { 2912 pins = "gpio39"; 2913 function = "qup11"; 2914 }; 2915 2916 qup_spi9_cs_gpio: qup-spi9-cs-gpio { 2917 pins = "gpio39"; 2918 function = "gpio"; 2919 }; 2920 2921 qup_spi10_data_clk: qup-spi10-data-clk { 2922 pins = "gpio40", "gpio41", "gpio42"; 2923 function = "qup12"; 2924 }; 2925 2926 qup_spi10_cs: qup-spi10-cs { 2927 pins = "gpio43"; 2928 function = "qup12"; 2929 }; 2930 2931 qup_spi10_cs_gpio: qup-spi10-cs-gpio { 2932 pins = "gpio43"; 2933 function = "gpio"; 2934 }; 2935 2936 qup_spi11_data_clk: qup-spi11-data-clk { 2937 pins = "gpio44", "gpio45", "gpio46"; 2938 function = "qup13"; 2939 }; 2940 2941 qup_spi11_cs: qup-spi11-cs { 2942 pins = "gpio47"; 2943 function = "qup13"; 2944 }; 2945 2946 qup_spi11_cs_gpio: qup-spi11-cs-gpio { 2947 pins = "gpio47"; 2948 function = "gpio"; 2949 }; 2950 2951 qup_spi12_data_clk: qup-spi12-data-clk { 2952 pins = "gpio48", "gpio49", "gpio50"; 2953 function = "qup14"; 2954 }; 2955 2956 qup_spi12_cs: qup-spi12-cs { 2957 pins = "gpio51"; 2958 function = "qup14"; 2959 }; 2960 2961 qup_spi12_cs_gpio: qup-spi12-cs-gpio { 2962 pins = "gpio51"; 2963 function = "gpio"; 2964 }; 2965 2966 qup_spi13_data_clk: qup-spi13-data-clk { 2967 pins = "gpio52", "gpio53", "gpio54"; 2968 function = "qup15"; 2969 }; 2970 2971 qup_spi13_cs: qup-spi13-cs { 2972 pins = "gpio55"; 2973 function = "qup15"; 2974 }; 2975 2976 qup_spi13_cs_gpio: qup-spi13-cs-gpio { 2977 pins = "gpio55"; 2978 function = "gpio"; 2979 }; 2980 2981 qup_spi14_data_clk: qup-spi14-data-clk { 2982 pins = "gpio56", "gpio57", "gpio58"; 2983 function = "qup16"; 2984 }; 2985 2986 qup_spi14_cs: qup-spi14-cs { 2987 pins = "gpio59"; 2988 function = "qup16"; 2989 }; 2990 2991 qup_spi14_cs_gpio: qup-spi14-cs-gpio { 2992 pins = "gpio59"; 2993 function = "gpio"; 2994 }; 2995 2996 qup_spi15_data_clk: qup-spi15-data-clk { 2997 pins = "gpio60", "gpio61", "gpio62"; 2998 function = "qup17"; 2999 }; 3000 3001 qup_spi15_cs: qup-spi15-cs { 3002 pins = "gpio63"; 3003 function = "qup17"; 3004 }; 3005 3006 qup_spi15_cs_gpio: qup-spi15-cs-gpio { 3007 pins = "gpio63"; 3008 function = "gpio"; 3009 }; 3010 3011 qup_uart0_cts: qup-uart0-cts { 3012 pins = "gpio0"; 3013 function = "qup00"; 3014 }; 3015 3016 qup_uart0_rts: qup-uart0-rts { 3017 pins = "gpio1"; 3018 function = "qup00"; 3019 }; 3020 3021 qup_uart0_tx: qup-uart0-tx { 3022 pins = "gpio2"; 3023 function = "qup00"; 3024 }; 3025 3026 qup_uart0_rx: qup-uart0-rx { 3027 pins = "gpio3"; 3028 function = "qup00"; 3029 }; 3030 3031 qup_uart1_cts: qup-uart1-cts { 3032 pins = "gpio4"; 3033 function = "qup01"; 3034 }; 3035 3036 qup_uart1_rts: qup-uart1-rts { 3037 pins = "gpio5"; 3038 function = "qup01"; 3039 }; 3040 3041 qup_uart1_tx: qup-uart1-tx { 3042 pins = "gpio6"; 3043 function = "qup01"; 3044 }; 3045 3046 qup_uart1_rx: qup-uart1-rx { 3047 pins = "gpio7"; 3048 function = "qup01"; 3049 }; 3050 3051 qup_uart2_cts: qup-uart2-cts { 3052 pins = "gpio8"; 3053 function = "qup02"; 3054 }; 3055 3056 qup_uart2_rts: qup-uart2-rts { 3057 pins = "gpio9"; 3058 function = "qup02"; 3059 }; 3060 3061 qup_uart2_tx: qup-uart2-tx { 3062 pins = "gpio10"; 3063 function = "qup02"; 3064 }; 3065 3066 qup_uart2_rx: qup-uart2-rx { 3067 pins = "gpio11"; 3068 function = "qup02"; 3069 }; 3070 3071 qup_uart3_cts: qup-uart3-cts { 3072 pins = "gpio12"; 3073 function = "qup03"; 3074 }; 3075 3076 qup_uart3_rts: qup-uart3-rts { 3077 pins = "gpio13"; 3078 function = "qup03"; 3079 }; 3080 3081 qup_uart3_tx: qup-uart3-tx { 3082 pins = "gpio14"; 3083 function = "qup03"; 3084 }; 3085 3086 qup_uart3_rx: qup-uart3-rx { 3087 pins = "gpio15"; 3088 function = "qup03"; 3089 }; 3090 3091 qup_uart4_cts: qup-uart4-cts { 3092 pins = "gpio16"; 3093 function = "qup04"; 3094 }; 3095 3096 qup_uart4_rts: qup-uart4-rts { 3097 pins = "gpio17"; 3098 function = "qup04"; 3099 }; 3100 3101 qup_uart4_tx: qup-uart4-tx { 3102 pins = "gpio18"; 3103 function = "qup04"; 3104 }; 3105 3106 qup_uart4_rx: qup-uart4-rx { 3107 pins = "gpio19"; 3108 function = "qup04"; 3109 }; 3110 3111 qup_uart5_cts: qup-uart5-cts { 3112 pins = "gpio20"; 3113 function = "qup05"; 3114 }; 3115 3116 qup_uart5_rts: qup-uart5-rts { 3117 pins = "gpio21"; 3118 function = "qup05"; 3119 }; 3120 3121 qup_uart5_tx: qup-uart5-tx { 3122 pins = "gpio22"; 3123 function = "qup05"; 3124 }; 3125 3126 qup_uart5_rx: qup-uart5-rx { 3127 pins = "gpio23"; 3128 function = "qup05"; 3129 }; 3130 3131 qup_uart6_cts: qup-uart6-cts { 3132 pins = "gpio24"; 3133 function = "qup06"; 3134 }; 3135 3136 qup_uart6_rts: qup-uart6-rts { 3137 pins = "gpio25"; 3138 function = "qup06"; 3139 }; 3140 3141 qup_uart6_tx: qup-uart6-tx { 3142 pins = "gpio26"; 3143 function = "qup06"; 3144 }; 3145 3146 qup_uart6_rx: qup-uart6-rx { 3147 pins = "gpio27"; 3148 function = "qup06"; 3149 }; 3150 3151 qup_uart7_cts: qup-uart7-cts { 3152 pins = "gpio28"; 3153 function = "qup07"; 3154 }; 3155 3156 qup_uart7_rts: qup-uart7-rts { 3157 pins = "gpio29"; 3158 function = "qup07"; 3159 }; 3160 3161 qup_uart7_tx: qup-uart7-tx { 3162 pins = "gpio30"; 3163 function = "qup07"; 3164 }; 3165 3166 qup_uart7_rx: qup-uart7-rx { 3167 pins = "gpio31"; 3168 function = "qup07"; 3169 }; 3170 3171 sdc1_on: sdc1-on { 3172 clk { 3173 pins = "sdc1_clk"; 3174 }; 3175 3176 cmd { 3177 pins = "sdc1_cmd"; 3178 }; 3179 3180 data { 3181 pins = "sdc1_data"; 3182 }; 3183 3184 rclk { 3185 pins = "sdc1_rclk"; 3186 }; 3187 }; 3188 3189 sdc1_off: sdc1-off { 3190 clk { 3191 pins = "sdc1_clk"; 3192 drive-strength = <2>; 3193 bias-bus-hold; 3194 }; 3195 3196 cmd { 3197 pins = "sdc1_cmd"; 3198 drive-strength = <2>; 3199 bias-bus-hold; 3200 }; 3201 3202 data { 3203 pins = "sdc1_data"; 3204 drive-strength = <2>; 3205 bias-bus-hold; 3206 }; 3207 3208 rclk { 3209 pins = "sdc1_rclk"; 3210 bias-bus-hold; 3211 }; 3212 }; 3213 3214 sdc2_on: sdc2-on { 3215 clk { 3216 pins = "sdc2_clk"; 3217 }; 3218 3219 cmd { 3220 pins = "sdc2_cmd"; 3221 }; 3222 3223 data { 3224 pins = "sdc2_data"; 3225 }; 3226 }; 3227 3228 sdc2_off: sdc2-off { 3229 clk { 3230 pins = "sdc2_clk"; 3231 drive-strength = <2>; 3232 bias-bus-hold; 3233 }; 3234 3235 cmd { 3236 pins ="sdc2_cmd"; 3237 drive-strength = <2>; 3238 bias-bus-hold; 3239 }; 3240 3241 data { 3242 pins ="sdc2_data"; 3243 drive-strength = <2>; 3244 bias-bus-hold; 3245 }; 3246 }; 3247 3248 qup_uart8_cts: qup-uart8-cts { 3249 pins = "gpio32"; 3250 function = "qup10"; 3251 }; 3252 3253 qup_uart8_rts: qup-uart8-rts { 3254 pins = "gpio33"; 3255 function = "qup10"; 3256 }; 3257 3258 qup_uart8_tx: qup-uart8-tx { 3259 pins = "gpio34"; 3260 function = "qup10"; 3261 }; 3262 3263 qup_uart8_rx: qup-uart8-rx { 3264 pins = "gpio35"; 3265 function = "qup10"; 3266 }; 3267 3268 qup_uart9_cts: qup-uart9-cts { 3269 pins = "gpio36"; 3270 function = "qup11"; 3271 }; 3272 3273 qup_uart9_rts: qup-uart9-rts { 3274 pins = "gpio37"; 3275 function = "qup11"; 3276 }; 3277 3278 qup_uart9_tx: qup-uart9-tx { 3279 pins = "gpio38"; 3280 function = "qup11"; 3281 }; 3282 3283 qup_uart9_rx: qup-uart9-rx { 3284 pins = "gpio39"; 3285 function = "qup11"; 3286 }; 3287 3288 qup_uart10_cts: qup-uart10-cts { 3289 pins = "gpio40"; 3290 function = "qup12"; 3291 }; 3292 3293 qup_uart10_rts: qup-uart10-rts { 3294 pins = "gpio41"; 3295 function = "qup12"; 3296 }; 3297 3298 qup_uart10_tx: qup-uart10-tx { 3299 pins = "gpio42"; 3300 function = "qup12"; 3301 }; 3302 3303 qup_uart10_rx: qup-uart10-rx { 3304 pins = "gpio43"; 3305 function = "qup12"; 3306 }; 3307 3308 qup_uart11_cts: qup-uart11-cts { 3309 pins = "gpio44"; 3310 function = "qup13"; 3311 }; 3312 3313 qup_uart11_rts: qup-uart11-rts { 3314 pins = "gpio45"; 3315 function = "qup13"; 3316 }; 3317 3318 qup_uart11_tx: qup-uart11-tx { 3319 pins = "gpio46"; 3320 function = "qup13"; 3321 }; 3322 3323 qup_uart11_rx: qup-uart11-rx { 3324 pins = "gpio47"; 3325 function = "qup13"; 3326 }; 3327 3328 qup_uart12_cts: qup-uart12-cts { 3329 pins = "gpio48"; 3330 function = "qup14"; 3331 }; 3332 3333 qup_uart12_rts: qup-uart12-rts { 3334 pins = "gpio49"; 3335 function = "qup14"; 3336 }; 3337 3338 qup_uart12_tx: qup-uart12-tx { 3339 pins = "gpio50"; 3340 function = "qup14"; 3341 }; 3342 3343 qup_uart12_rx: qup-uart12-rx { 3344 pins = "gpio51"; 3345 function = "qup14"; 3346 }; 3347 3348 qup_uart13_cts: qup-uart13-cts { 3349 pins = "gpio52"; 3350 function = "qup15"; 3351 }; 3352 3353 qup_uart13_rts: qup-uart13-rts { 3354 pins = "gpio53"; 3355 function = "qup15"; 3356 }; 3357 3358 qup_uart13_tx: qup-uart13-tx { 3359 pins = "gpio54"; 3360 function = "qup15"; 3361 }; 3362 3363 qup_uart13_rx: qup-uart13-rx { 3364 pins = "gpio55"; 3365 function = "qup15"; 3366 }; 3367 3368 qup_uart14_cts: qup-uart14-cts { 3369 pins = "gpio56"; 3370 function = "qup16"; 3371 }; 3372 3373 qup_uart14_rts: qup-uart14-rts { 3374 pins = "gpio57"; 3375 function = "qup16"; 3376 }; 3377 3378 qup_uart14_tx: qup-uart14-tx { 3379 pins = "gpio58"; 3380 function = "qup16"; 3381 }; 3382 3383 qup_uart14_rx: qup-uart14-rx { 3384 pins = "gpio59"; 3385 function = "qup16"; 3386 }; 3387 3388 qup_uart15_cts: qup-uart15-cts { 3389 pins = "gpio60"; 3390 function = "qup17"; 3391 }; 3392 3393 qup_uart15_rts: qup-uart15-rts { 3394 pins = "gpio61"; 3395 function = "qup17"; 3396 }; 3397 3398 qup_uart15_tx: qup-uart15-tx { 3399 pins = "gpio62"; 3400 function = "qup17"; 3401 }; 3402 3403 qup_uart15_rx: qup-uart15-rx { 3404 pins = "gpio63"; 3405 function = "qup17"; 3406 }; 3407 }; 3408 3409 imem@146a5000 { 3410 compatible = "qcom,sc7280-imem", "syscon"; 3411 reg = <0 0x146a5000 0 0x6000>; 3412 3413 #address-cells = <1>; 3414 #size-cells = <1>; 3415 3416 ranges = <0 0 0x146a5000 0x6000>; 3417 3418 pil-reloc@594c { 3419 compatible = "qcom,pil-reloc-info"; 3420 reg = <0x594c 0xc8>; 3421 }; 3422 }; 3423 3424 apps_smmu: iommu@15000000 { 3425 compatible = "qcom,sc7280-smmu-500", "arm,mmu-500"; 3426 reg = <0 0x15000000 0 0x100000>; 3427 #iommu-cells = <2>; 3428 #global-interrupts = <1>; 3429 dma-coherent; 3430 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, 3431 <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>, 3432 <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>, 3433 <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>, 3434 <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>, 3435 <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>, 3436 <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>, 3437 <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>, 3438 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>, 3439 <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, 3440 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>, 3441 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>, 3442 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>, 3443 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>, 3444 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>, 3445 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>, 3446 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>, 3447 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>, 3448 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>, 3449 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>, 3450 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>, 3451 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>, 3452 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>, 3453 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>, 3454 <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>, 3455 <GIC_SPI 182 IRQ_TYPE_LEVEL_HIGH>, 3456 <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>, 3457 <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>, 3458 <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>, 3459 <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>, 3460 <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>, 3461 <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>, 3462 <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>, 3463 <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>, 3464 <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>, 3465 <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>, 3466 <GIC_SPI 315 IRQ_TYPE_LEVEL_HIGH>, 3467 <GIC_SPI 316 IRQ_TYPE_LEVEL_HIGH>, 3468 <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>, 3469 <GIC_SPI 318 IRQ_TYPE_LEVEL_HIGH>, 3470 <GIC_SPI 319 IRQ_TYPE_LEVEL_HIGH>, 3471 <GIC_SPI 320 IRQ_TYPE_LEVEL_HIGH>, 3472 <GIC_SPI 321 IRQ_TYPE_LEVEL_HIGH>, 3473 <GIC_SPI 322 IRQ_TYPE_LEVEL_HIGH>, 3474 <GIC_SPI 323 IRQ_TYPE_LEVEL_HIGH>, 3475 <GIC_SPI 324 IRQ_TYPE_LEVEL_HIGH>, 3476 <GIC_SPI 325 IRQ_TYPE_LEVEL_HIGH>, 3477 <GIC_SPI 326 IRQ_TYPE_LEVEL_HIGH>, 3478 <GIC_SPI 327 IRQ_TYPE_LEVEL_HIGH>, 3479 <GIC_SPI 328 IRQ_TYPE_LEVEL_HIGH>, 3480 <GIC_SPI 329 IRQ_TYPE_LEVEL_HIGH>, 3481 <GIC_SPI 330 IRQ_TYPE_LEVEL_HIGH>, 3482 <GIC_SPI 331 IRQ_TYPE_LEVEL_HIGH>, 3483 <GIC_SPI 332 IRQ_TYPE_LEVEL_HIGH>, 3484 <GIC_SPI 333 IRQ_TYPE_LEVEL_HIGH>, 3485 <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>, 3486 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>, 3487 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>, 3488 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>, 3489 <GIC_SPI 338 IRQ_TYPE_LEVEL_HIGH>, 3490 <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>, 3491 <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>, 3492 <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>, 3493 <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>, 3494 <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>, 3495 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>, 3496 <GIC_SPI 345 IRQ_TYPE_LEVEL_HIGH>, 3497 <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>, 3498 <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>, 3499 <GIC_SPI 397 IRQ_TYPE_LEVEL_HIGH>, 3500 <GIC_SPI 398 IRQ_TYPE_LEVEL_HIGH>, 3501 <GIC_SPI 399 IRQ_TYPE_LEVEL_HIGH>, 3502 <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH>, 3503 <GIC_SPI 401 IRQ_TYPE_LEVEL_HIGH>, 3504 <GIC_SPI 402 IRQ_TYPE_LEVEL_HIGH>, 3505 <GIC_SPI 403 IRQ_TYPE_LEVEL_HIGH>, 3506 <GIC_SPI 404 IRQ_TYPE_LEVEL_HIGH>, 3507 <GIC_SPI 405 IRQ_TYPE_LEVEL_HIGH>, 3508 <GIC_SPI 406 IRQ_TYPE_LEVEL_HIGH>, 3509 <GIC_SPI 407 IRQ_TYPE_LEVEL_HIGH>, 3510 <GIC_SPI 408 IRQ_TYPE_LEVEL_HIGH>; 3511 }; 3512 3513 intc: interrupt-controller@17a00000 { 3514 compatible = "arm,gic-v3"; 3515 #address-cells = <2>; 3516 #size-cells = <2>; 3517 ranges; 3518 #interrupt-cells = <3>; 3519 interrupt-controller; 3520 reg = <0 0x17a00000 0 0x10000>, /* GICD */ 3521 <0 0x17a60000 0 0x100000>; /* GICR * 8 */ 3522 interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_LOW>; 3523 3524 gic-its@17a40000 { 3525 compatible = "arm,gic-v3-its"; 3526 msi-controller; 3527 #msi-cells = <1>; 3528 reg = <0 0x17a40000 0 0x20000>; 3529 status = "disabled"; 3530 }; 3531 }; 3532 3533 watchdog@17c10000 { 3534 compatible = "qcom,apss-wdt-sc7280", "qcom,kpss-wdt"; 3535 reg = <0 0x17c10000 0 0x1000>; 3536 clocks = <&sleep_clk>; 3537 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>; 3538 }; 3539 3540 timer@17c20000 { 3541 #address-cells = <2>; 3542 #size-cells = <2>; 3543 ranges; 3544 compatible = "arm,armv7-timer-mem"; 3545 reg = <0 0x17c20000 0 0x1000>; 3546 3547 frame@17c21000 { 3548 frame-number = <0>; 3549 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>, 3550 <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>; 3551 reg = <0 0x17c21000 0 0x1000>, 3552 <0 0x17c22000 0 0x1000>; 3553 }; 3554 3555 frame@17c23000 { 3556 frame-number = <1>; 3557 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>; 3558 reg = <0 0x17c23000 0 0x1000>; 3559 status = "disabled"; 3560 }; 3561 3562 frame@17c25000 { 3563 frame-number = <2>; 3564 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; 3565 reg = <0 0x17c25000 0 0x1000>; 3566 status = "disabled"; 3567 }; 3568 3569 frame@17c27000 { 3570 frame-number = <3>; 3571 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; 3572 reg = <0 0x17c27000 0 0x1000>; 3573 status = "disabled"; 3574 }; 3575 3576 frame@17c29000 { 3577 frame-number = <4>; 3578 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>; 3579 reg = <0 0x17c29000 0 0x1000>; 3580 status = "disabled"; 3581 }; 3582 3583 frame@17c2b000 { 3584 frame-number = <5>; 3585 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>; 3586 reg = <0 0x17c2b000 0 0x1000>; 3587 status = "disabled"; 3588 }; 3589 3590 frame@17c2d000 { 3591 frame-number = <6>; 3592 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>; 3593 reg = <0 0x17c2d000 0 0x1000>; 3594 status = "disabled"; 3595 }; 3596 }; 3597 3598 apps_rsc: rsc@18200000 { 3599 compatible = "qcom,rpmh-rsc"; 3600 reg = <0 0x18200000 0 0x10000>, 3601 <0 0x18210000 0 0x10000>, 3602 <0 0x18220000 0 0x10000>; 3603 reg-names = "drv-0", "drv-1", "drv-2"; 3604 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>, 3605 <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>, 3606 <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; 3607 qcom,tcs-offset = <0xd00>; 3608 qcom,drv-id = <2>; 3609 qcom,tcs-config = <ACTIVE_TCS 2>, 3610 <SLEEP_TCS 3>, 3611 <WAKE_TCS 3>, 3612 <CONTROL_TCS 1>; 3613 3614 apps_bcm_voter: bcm-voter { 3615 compatible = "qcom,bcm-voter"; 3616 }; 3617 3618 rpmhpd: power-controller { 3619 compatible = "qcom,sc7280-rpmhpd"; 3620 #power-domain-cells = <1>; 3621 operating-points-v2 = <&rpmhpd_opp_table>; 3622 3623 rpmhpd_opp_table: opp-table { 3624 compatible = "operating-points-v2"; 3625 3626 rpmhpd_opp_ret: opp1 { 3627 opp-level = <RPMH_REGULATOR_LEVEL_RETENTION>; 3628 }; 3629 3630 rpmhpd_opp_low_svs: opp2 { 3631 opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS>; 3632 }; 3633 3634 rpmhpd_opp_svs: opp3 { 3635 opp-level = <RPMH_REGULATOR_LEVEL_SVS>; 3636 }; 3637 3638 rpmhpd_opp_svs_l1: opp4 { 3639 opp-level = <RPMH_REGULATOR_LEVEL_SVS_L1>; 3640 }; 3641 3642 rpmhpd_opp_svs_l2: opp5 { 3643 opp-level = <RPMH_REGULATOR_LEVEL_SVS_L2>; 3644 }; 3645 3646 rpmhpd_opp_nom: opp6 { 3647 opp-level = <RPMH_REGULATOR_LEVEL_NOM>; 3648 }; 3649 3650 rpmhpd_opp_nom_l1: opp7 { 3651 opp-level = <RPMH_REGULATOR_LEVEL_NOM_L1>; 3652 }; 3653 3654 rpmhpd_opp_turbo: opp8 { 3655 opp-level = <RPMH_REGULATOR_LEVEL_TURBO>; 3656 }; 3657 3658 rpmhpd_opp_turbo_l1: opp9 { 3659 opp-level = <RPMH_REGULATOR_LEVEL_TURBO_L1>; 3660 }; 3661 }; 3662 }; 3663 3664 rpmhcc: clock-controller { 3665 compatible = "qcom,sc7280-rpmh-clk"; 3666 clocks = <&xo_board>; 3667 clock-names = "xo"; 3668 #clock-cells = <1>; 3669 }; 3670 }; 3671 3672 cpufreq_hw: cpufreq@18591000 { 3673 compatible = "qcom,cpufreq-epss"; 3674 reg = <0 0x18591100 0 0x900>, 3675 <0 0x18592100 0 0x900>, 3676 <0 0x18593100 0 0x900>; 3677 clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GCC_GPLL0>; 3678 clock-names = "xo", "alternate"; 3679 #freq-domain-cells = <1>; 3680 }; 3681 }; 3682 3683 thermal_zones: thermal-zones { 3684 cpu0-thermal { 3685 polling-delay-passive = <250>; 3686 polling-delay = <0>; 3687 3688 thermal-sensors = <&tsens0 1>; 3689 3690 trips { 3691 cpu0_alert0: trip-point0 { 3692 temperature = <90000>; 3693 hysteresis = <2000>; 3694 type = "passive"; 3695 }; 3696 3697 cpu0_alert1: trip-point1 { 3698 temperature = <95000>; 3699 hysteresis = <2000>; 3700 type = "passive"; 3701 }; 3702 3703 cpu0_crit: cpu-crit { 3704 temperature = <110000>; 3705 hysteresis = <0>; 3706 type = "critical"; 3707 }; 3708 }; 3709 3710 cooling-maps { 3711 map0 { 3712 trip = <&cpu0_alert0>; 3713 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3714 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3715 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3716 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3717 }; 3718 map1 { 3719 trip = <&cpu0_alert1>; 3720 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3721 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3722 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3723 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3724 }; 3725 }; 3726 }; 3727 3728 cpu1-thermal { 3729 polling-delay-passive = <250>; 3730 polling-delay = <0>; 3731 3732 thermal-sensors = <&tsens0 2>; 3733 3734 trips { 3735 cpu1_alert0: trip-point0 { 3736 temperature = <90000>; 3737 hysteresis = <2000>; 3738 type = "passive"; 3739 }; 3740 3741 cpu1_alert1: trip-point1 { 3742 temperature = <95000>; 3743 hysteresis = <2000>; 3744 type = "passive"; 3745 }; 3746 3747 cpu1_crit: cpu-crit { 3748 temperature = <110000>; 3749 hysteresis = <0>; 3750 type = "critical"; 3751 }; 3752 }; 3753 3754 cooling-maps { 3755 map0 { 3756 trip = <&cpu1_alert0>; 3757 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3758 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3759 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3760 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3761 }; 3762 map1 { 3763 trip = <&cpu1_alert1>; 3764 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3765 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3766 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3767 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3768 }; 3769 }; 3770 }; 3771 3772 cpu2-thermal { 3773 polling-delay-passive = <250>; 3774 polling-delay = <0>; 3775 3776 thermal-sensors = <&tsens0 3>; 3777 3778 trips { 3779 cpu2_alert0: trip-point0 { 3780 temperature = <90000>; 3781 hysteresis = <2000>; 3782 type = "passive"; 3783 }; 3784 3785 cpu2_alert1: trip-point1 { 3786 temperature = <95000>; 3787 hysteresis = <2000>; 3788 type = "passive"; 3789 }; 3790 3791 cpu2_crit: cpu-crit { 3792 temperature = <110000>; 3793 hysteresis = <0>; 3794 type = "critical"; 3795 }; 3796 }; 3797 3798 cooling-maps { 3799 map0 { 3800 trip = <&cpu2_alert0>; 3801 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3802 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3803 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3804 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3805 }; 3806 map1 { 3807 trip = <&cpu2_alert1>; 3808 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3809 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3810 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3811 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3812 }; 3813 }; 3814 }; 3815 3816 cpu3-thermal { 3817 polling-delay-passive = <250>; 3818 polling-delay = <0>; 3819 3820 thermal-sensors = <&tsens0 4>; 3821 3822 trips { 3823 cpu3_alert0: trip-point0 { 3824 temperature = <90000>; 3825 hysteresis = <2000>; 3826 type = "passive"; 3827 }; 3828 3829 cpu3_alert1: trip-point1 { 3830 temperature = <95000>; 3831 hysteresis = <2000>; 3832 type = "passive"; 3833 }; 3834 3835 cpu3_crit: cpu-crit { 3836 temperature = <110000>; 3837 hysteresis = <0>; 3838 type = "critical"; 3839 }; 3840 }; 3841 3842 cooling-maps { 3843 map0 { 3844 trip = <&cpu3_alert0>; 3845 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3846 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3847 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3848 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3849 }; 3850 map1 { 3851 trip = <&cpu3_alert1>; 3852 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3853 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3854 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3855 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3856 }; 3857 }; 3858 }; 3859 3860 cpu4-thermal { 3861 polling-delay-passive = <250>; 3862 polling-delay = <0>; 3863 3864 thermal-sensors = <&tsens0 7>; 3865 3866 trips { 3867 cpu4_alert0: trip-point0 { 3868 temperature = <90000>; 3869 hysteresis = <2000>; 3870 type = "passive"; 3871 }; 3872 3873 cpu4_alert1: trip-point1 { 3874 temperature = <95000>; 3875 hysteresis = <2000>; 3876 type = "passive"; 3877 }; 3878 3879 cpu4_crit: cpu-crit { 3880 temperature = <110000>; 3881 hysteresis = <0>; 3882 type = "critical"; 3883 }; 3884 }; 3885 3886 cooling-maps { 3887 map0 { 3888 trip = <&cpu4_alert0>; 3889 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3890 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3891 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3892 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3893 }; 3894 map1 { 3895 trip = <&cpu4_alert1>; 3896 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3897 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3898 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3899 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3900 }; 3901 }; 3902 }; 3903 3904 cpu5-thermal { 3905 polling-delay-passive = <250>; 3906 polling-delay = <0>; 3907 3908 thermal-sensors = <&tsens0 8>; 3909 3910 trips { 3911 cpu5_alert0: trip-point0 { 3912 temperature = <90000>; 3913 hysteresis = <2000>; 3914 type = "passive"; 3915 }; 3916 3917 cpu5_alert1: trip-point1 { 3918 temperature = <95000>; 3919 hysteresis = <2000>; 3920 type = "passive"; 3921 }; 3922 3923 cpu5_crit: cpu-crit { 3924 temperature = <110000>; 3925 hysteresis = <0>; 3926 type = "critical"; 3927 }; 3928 }; 3929 3930 cooling-maps { 3931 map0 { 3932 trip = <&cpu5_alert0>; 3933 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3934 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3935 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3936 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3937 }; 3938 map1 { 3939 trip = <&cpu5_alert1>; 3940 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3941 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3942 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3943 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3944 }; 3945 }; 3946 }; 3947 3948 cpu6-thermal { 3949 polling-delay-passive = <250>; 3950 polling-delay = <0>; 3951 3952 thermal-sensors = <&tsens0 9>; 3953 3954 trips { 3955 cpu6_alert0: trip-point0 { 3956 temperature = <90000>; 3957 hysteresis = <2000>; 3958 type = "passive"; 3959 }; 3960 3961 cpu6_alert1: trip-point1 { 3962 temperature = <95000>; 3963 hysteresis = <2000>; 3964 type = "passive"; 3965 }; 3966 3967 cpu6_crit: cpu-crit { 3968 temperature = <110000>; 3969 hysteresis = <0>; 3970 type = "critical"; 3971 }; 3972 }; 3973 3974 cooling-maps { 3975 map0 { 3976 trip = <&cpu6_alert0>; 3977 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3978 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3979 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3980 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3981 }; 3982 map1 { 3983 trip = <&cpu6_alert1>; 3984 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3985 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3986 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 3987 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 3988 }; 3989 }; 3990 }; 3991 3992 cpu7-thermal { 3993 polling-delay-passive = <250>; 3994 polling-delay = <0>; 3995 3996 thermal-sensors = <&tsens0 10>; 3997 3998 trips { 3999 cpu7_alert0: trip-point0 { 4000 temperature = <90000>; 4001 hysteresis = <2000>; 4002 type = "passive"; 4003 }; 4004 4005 cpu7_alert1: trip-point1 { 4006 temperature = <95000>; 4007 hysteresis = <2000>; 4008 type = "passive"; 4009 }; 4010 4011 cpu7_crit: cpu-crit { 4012 temperature = <110000>; 4013 hysteresis = <0>; 4014 type = "critical"; 4015 }; 4016 }; 4017 4018 cooling-maps { 4019 map0 { 4020 trip = <&cpu7_alert0>; 4021 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4022 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4023 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4024 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4025 }; 4026 map1 { 4027 trip = <&cpu7_alert1>; 4028 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4029 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4030 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4031 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4032 }; 4033 }; 4034 }; 4035 4036 cpu8-thermal { 4037 polling-delay-passive = <250>; 4038 polling-delay = <0>; 4039 4040 thermal-sensors = <&tsens0 11>; 4041 4042 trips { 4043 cpu8_alert0: trip-point0 { 4044 temperature = <90000>; 4045 hysteresis = <2000>; 4046 type = "passive"; 4047 }; 4048 4049 cpu8_alert1: trip-point1 { 4050 temperature = <95000>; 4051 hysteresis = <2000>; 4052 type = "passive"; 4053 }; 4054 4055 cpu8_crit: cpu-crit { 4056 temperature = <110000>; 4057 hysteresis = <0>; 4058 type = "critical"; 4059 }; 4060 }; 4061 4062 cooling-maps { 4063 map0 { 4064 trip = <&cpu8_alert0>; 4065 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4066 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4067 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4068 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4069 }; 4070 map1 { 4071 trip = <&cpu8_alert1>; 4072 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4073 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4074 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4075 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4076 }; 4077 }; 4078 }; 4079 4080 cpu9-thermal { 4081 polling-delay-passive = <250>; 4082 polling-delay = <0>; 4083 4084 thermal-sensors = <&tsens0 12>; 4085 4086 trips { 4087 cpu9_alert0: trip-point0 { 4088 temperature = <90000>; 4089 hysteresis = <2000>; 4090 type = "passive"; 4091 }; 4092 4093 cpu9_alert1: trip-point1 { 4094 temperature = <95000>; 4095 hysteresis = <2000>; 4096 type = "passive"; 4097 }; 4098 4099 cpu9_crit: cpu-crit { 4100 temperature = <110000>; 4101 hysteresis = <0>; 4102 type = "critical"; 4103 }; 4104 }; 4105 4106 cooling-maps { 4107 map0 { 4108 trip = <&cpu9_alert0>; 4109 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4110 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4111 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4112 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4113 }; 4114 map1 { 4115 trip = <&cpu9_alert1>; 4116 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4117 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4118 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4119 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4120 }; 4121 }; 4122 }; 4123 4124 cpu10-thermal { 4125 polling-delay-passive = <250>; 4126 polling-delay = <0>; 4127 4128 thermal-sensors = <&tsens0 13>; 4129 4130 trips { 4131 cpu10_alert0: trip-point0 { 4132 temperature = <90000>; 4133 hysteresis = <2000>; 4134 type = "passive"; 4135 }; 4136 4137 cpu10_alert1: trip-point1 { 4138 temperature = <95000>; 4139 hysteresis = <2000>; 4140 type = "passive"; 4141 }; 4142 4143 cpu10_crit: cpu-crit { 4144 temperature = <110000>; 4145 hysteresis = <0>; 4146 type = "critical"; 4147 }; 4148 }; 4149 4150 cooling-maps { 4151 map0 { 4152 trip = <&cpu10_alert0>; 4153 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4154 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4155 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4156 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4157 }; 4158 map1 { 4159 trip = <&cpu10_alert1>; 4160 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4161 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4162 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4163 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4164 }; 4165 }; 4166 }; 4167 4168 cpu11-thermal { 4169 polling-delay-passive = <250>; 4170 polling-delay = <0>; 4171 4172 thermal-sensors = <&tsens0 14>; 4173 4174 trips { 4175 cpu11_alert0: trip-point0 { 4176 temperature = <90000>; 4177 hysteresis = <2000>; 4178 type = "passive"; 4179 }; 4180 4181 cpu11_alert1: trip-point1 { 4182 temperature = <95000>; 4183 hysteresis = <2000>; 4184 type = "passive"; 4185 }; 4186 4187 cpu11_crit: cpu-crit { 4188 temperature = <110000>; 4189 hysteresis = <0>; 4190 type = "critical"; 4191 }; 4192 }; 4193 4194 cooling-maps { 4195 map0 { 4196 trip = <&cpu11_alert0>; 4197 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4198 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4199 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4200 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4201 }; 4202 map1 { 4203 trip = <&cpu11_alert1>; 4204 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4205 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4206 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4207 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4208 }; 4209 }; 4210 }; 4211 4212 aoss0-thermal { 4213 polling-delay-passive = <0>; 4214 polling-delay = <0>; 4215 4216 thermal-sensors = <&tsens0 0>; 4217 4218 trips { 4219 aoss0_alert0: trip-point0 { 4220 temperature = <90000>; 4221 hysteresis = <2000>; 4222 type = "hot"; 4223 }; 4224 4225 aoss0_crit: aoss0-crit { 4226 temperature = <110000>; 4227 hysteresis = <0>; 4228 type = "critical"; 4229 }; 4230 }; 4231 }; 4232 4233 aoss1-thermal { 4234 polling-delay-passive = <0>; 4235 polling-delay = <0>; 4236 4237 thermal-sensors = <&tsens1 0>; 4238 4239 trips { 4240 aoss1_alert0: trip-point0 { 4241 temperature = <90000>; 4242 hysteresis = <2000>; 4243 type = "hot"; 4244 }; 4245 4246 aoss1_crit: aoss1-crit { 4247 temperature = <110000>; 4248 hysteresis = <0>; 4249 type = "critical"; 4250 }; 4251 }; 4252 }; 4253 4254 cpuss0-thermal { 4255 polling-delay-passive = <0>; 4256 polling-delay = <0>; 4257 4258 thermal-sensors = <&tsens0 5>; 4259 4260 trips { 4261 cpuss0_alert0: trip-point0 { 4262 temperature = <90000>; 4263 hysteresis = <2000>; 4264 type = "hot"; 4265 }; 4266 cpuss0_crit: cluster0-crit { 4267 temperature = <110000>; 4268 hysteresis = <0>; 4269 type = "critical"; 4270 }; 4271 }; 4272 }; 4273 4274 cpuss1-thermal { 4275 polling-delay-passive = <0>; 4276 polling-delay = <0>; 4277 4278 thermal-sensors = <&tsens0 6>; 4279 4280 trips { 4281 cpuss1_alert0: trip-point0 { 4282 temperature = <90000>; 4283 hysteresis = <2000>; 4284 type = "hot"; 4285 }; 4286 cpuss1_crit: cluster0-crit { 4287 temperature = <110000>; 4288 hysteresis = <0>; 4289 type = "critical"; 4290 }; 4291 }; 4292 }; 4293 4294 gpuss0-thermal { 4295 polling-delay-passive = <100>; 4296 polling-delay = <0>; 4297 4298 thermal-sensors = <&tsens1 1>; 4299 4300 trips { 4301 gpuss0_alert0: trip-point0 { 4302 temperature = <95000>; 4303 hysteresis = <2000>; 4304 type = "passive"; 4305 }; 4306 4307 gpuss0_crit: gpuss0-crit { 4308 temperature = <110000>; 4309 hysteresis = <0>; 4310 type = "critical"; 4311 }; 4312 }; 4313 4314 cooling-maps { 4315 map0 { 4316 trip = <&gpuss0_alert0>; 4317 cooling-device = <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4318 }; 4319 }; 4320 }; 4321 4322 gpuss1-thermal { 4323 polling-delay-passive = <100>; 4324 polling-delay = <0>; 4325 4326 thermal-sensors = <&tsens1 2>; 4327 4328 trips { 4329 gpuss1_alert0: trip-point0 { 4330 temperature = <95000>; 4331 hysteresis = <2000>; 4332 type = "passive"; 4333 }; 4334 4335 gpuss1_crit: gpuss1-crit { 4336 temperature = <110000>; 4337 hysteresis = <0>; 4338 type = "critical"; 4339 }; 4340 }; 4341 4342 cooling-maps { 4343 map0 { 4344 trip = <&gpuss1_alert0>; 4345 cooling-device = <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4346 }; 4347 }; 4348 }; 4349 4350 nspss0-thermal { 4351 polling-delay-passive = <0>; 4352 polling-delay = <0>; 4353 4354 thermal-sensors = <&tsens1 3>; 4355 4356 trips { 4357 nspss0_alert0: trip-point0 { 4358 temperature = <90000>; 4359 hysteresis = <2000>; 4360 type = "hot"; 4361 }; 4362 4363 nspss0_crit: nspss0-crit { 4364 temperature = <110000>; 4365 hysteresis = <0>; 4366 type = "critical"; 4367 }; 4368 }; 4369 }; 4370 4371 nspss1-thermal { 4372 polling-delay-passive = <0>; 4373 polling-delay = <0>; 4374 4375 thermal-sensors = <&tsens1 4>; 4376 4377 trips { 4378 nspss1_alert0: trip-point0 { 4379 temperature = <90000>; 4380 hysteresis = <2000>; 4381 type = "hot"; 4382 }; 4383 4384 nspss1_crit: nspss1-crit { 4385 temperature = <110000>; 4386 hysteresis = <0>; 4387 type = "critical"; 4388 }; 4389 }; 4390 }; 4391 4392 video-thermal { 4393 polling-delay-passive = <0>; 4394 polling-delay = <0>; 4395 4396 thermal-sensors = <&tsens1 5>; 4397 4398 trips { 4399 video_alert0: trip-point0 { 4400 temperature = <90000>; 4401 hysteresis = <2000>; 4402 type = "hot"; 4403 }; 4404 4405 video_crit: video-crit { 4406 temperature = <110000>; 4407 hysteresis = <0>; 4408 type = "critical"; 4409 }; 4410 }; 4411 }; 4412 4413 ddr-thermal { 4414 polling-delay-passive = <0>; 4415 polling-delay = <0>; 4416 4417 thermal-sensors = <&tsens1 6>; 4418 4419 trips { 4420 ddr_alert0: trip-point0 { 4421 temperature = <90000>; 4422 hysteresis = <2000>; 4423 type = "hot"; 4424 }; 4425 4426 ddr_crit: ddr-crit { 4427 temperature = <110000>; 4428 hysteresis = <0>; 4429 type = "critical"; 4430 }; 4431 }; 4432 }; 4433 4434 mdmss0-thermal { 4435 polling-delay-passive = <0>; 4436 polling-delay = <0>; 4437 4438 thermal-sensors = <&tsens1 7>; 4439 4440 trips { 4441 mdmss0_alert0: trip-point0 { 4442 temperature = <90000>; 4443 hysteresis = <2000>; 4444 type = "hot"; 4445 }; 4446 4447 mdmss0_crit: mdmss0-crit { 4448 temperature = <110000>; 4449 hysteresis = <0>; 4450 type = "critical"; 4451 }; 4452 }; 4453 }; 4454 4455 mdmss1-thermal { 4456 polling-delay-passive = <0>; 4457 polling-delay = <0>; 4458 4459 thermal-sensors = <&tsens1 8>; 4460 4461 trips { 4462 mdmss1_alert0: trip-point0 { 4463 temperature = <90000>; 4464 hysteresis = <2000>; 4465 type = "hot"; 4466 }; 4467 4468 mdmss1_crit: mdmss1-crit { 4469 temperature = <110000>; 4470 hysteresis = <0>; 4471 type = "critical"; 4472 }; 4473 }; 4474 }; 4475 4476 mdmss2-thermal { 4477 polling-delay-passive = <0>; 4478 polling-delay = <0>; 4479 4480 thermal-sensors = <&tsens1 9>; 4481 4482 trips { 4483 mdmss2_alert0: trip-point0 { 4484 temperature = <90000>; 4485 hysteresis = <2000>; 4486 type = "hot"; 4487 }; 4488 4489 mdmss2_crit: mdmss2-crit { 4490 temperature = <110000>; 4491 hysteresis = <0>; 4492 type = "critical"; 4493 }; 4494 }; 4495 }; 4496 4497 mdmss3-thermal { 4498 polling-delay-passive = <0>; 4499 polling-delay = <0>; 4500 4501 thermal-sensors = <&tsens1 10>; 4502 4503 trips { 4504 mdmss3_alert0: trip-point0 { 4505 temperature = <90000>; 4506 hysteresis = <2000>; 4507 type = "hot"; 4508 }; 4509 4510 mdmss3_crit: mdmss3-crit { 4511 temperature = <110000>; 4512 hysteresis = <0>; 4513 type = "critical"; 4514 }; 4515 }; 4516 }; 4517 4518 camera0-thermal { 4519 polling-delay-passive = <0>; 4520 polling-delay = <0>; 4521 4522 thermal-sensors = <&tsens1 11>; 4523 4524 trips { 4525 camera0_alert0: trip-point0 { 4526 temperature = <90000>; 4527 hysteresis = <2000>; 4528 type = "hot"; 4529 }; 4530 4531 camera0_crit: camera0-crit { 4532 temperature = <110000>; 4533 hysteresis = <0>; 4534 type = "critical"; 4535 }; 4536 }; 4537 }; 4538 }; 4539 4540 timer { 4541 compatible = "arm,armv8-timer"; 4542 interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>, 4543 <GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>, 4544 <GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>, 4545 <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>; 4546 }; 4547}; 4548