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#include <dt-bindings/clock/qcom,camcc-sc7280.h> 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,lpassaudiocc-sc7280.h> 12#include <dt-bindings/clock/qcom,lpasscorecc-sc7280.h> 13#include <dt-bindings/clock/qcom,rpmh.h> 14#include <dt-bindings/clock/qcom,videocc-sc7280.h> 15#include <dt-bindings/dma/qcom-gpi.h> 16#include <dt-bindings/gpio/gpio.h> 17#include <dt-bindings/interconnect/qcom,osm-l3.h> 18#include <dt-bindings/interconnect/qcom,sc7280.h> 19#include <dt-bindings/interrupt-controller/arm-gic.h> 20#include <dt-bindings/mailbox/qcom-ipcc.h> 21#include <dt-bindings/power/qcom-rpmpd.h> 22#include <dt-bindings/reset/qcom,sdm845-aoss.h> 23#include <dt-bindings/reset/qcom,sdm845-pdc.h> 24#include <dt-bindings/soc/qcom,rpmh-rsc.h> 25#include <dt-bindings/sound/qcom,lpass.h> 26#include <dt-bindings/thermal/thermal.h> 27 28/ { 29 interrupt-parent = <&intc>; 30 31 #address-cells = <2>; 32 #size-cells = <2>; 33 34 chosen { }; 35 36 aliases { 37 i2c0 = &i2c0; 38 i2c1 = &i2c1; 39 i2c2 = &i2c2; 40 i2c3 = &i2c3; 41 i2c4 = &i2c4; 42 i2c5 = &i2c5; 43 i2c6 = &i2c6; 44 i2c7 = &i2c7; 45 i2c8 = &i2c8; 46 i2c9 = &i2c9; 47 i2c10 = &i2c10; 48 i2c11 = &i2c11; 49 i2c12 = &i2c12; 50 i2c13 = &i2c13; 51 i2c14 = &i2c14; 52 i2c15 = &i2c15; 53 mmc1 = &sdhc_1; 54 mmc2 = &sdhc_2; 55 spi0 = &spi0; 56 spi1 = &spi1; 57 spi2 = &spi2; 58 spi3 = &spi3; 59 spi4 = &spi4; 60 spi5 = &spi5; 61 spi6 = &spi6; 62 spi7 = &spi7; 63 spi8 = &spi8; 64 spi9 = &spi9; 65 spi10 = &spi10; 66 spi11 = &spi11; 67 spi12 = &spi12; 68 spi13 = &spi13; 69 spi14 = &spi14; 70 spi15 = &spi15; 71 }; 72 73 clocks { 74 xo_board: xo-board { 75 compatible = "fixed-clock"; 76 clock-frequency = <76800000>; 77 #clock-cells = <0>; 78 }; 79 80 sleep_clk: sleep-clk { 81 compatible = "fixed-clock"; 82 clock-frequency = <32000>; 83 #clock-cells = <0>; 84 }; 85 }; 86 87 reserved-memory { 88 #address-cells = <2>; 89 #size-cells = <2>; 90 ranges; 91 92 wlan_ce_mem: memory@4cd000 { 93 no-map; 94 reg = <0x0 0x004cd000 0x0 0x1000>; 95 }; 96 97 hyp_mem: memory@80000000 { 98 reg = <0x0 0x80000000 0x0 0x600000>; 99 no-map; 100 }; 101 102 xbl_mem: memory@80600000 { 103 reg = <0x0 0x80600000 0x0 0x200000>; 104 no-map; 105 }; 106 107 aop_mem: memory@80800000 { 108 reg = <0x0 0x80800000 0x0 0x60000>; 109 no-map; 110 }; 111 112 aop_cmd_db_mem: memory@80860000 { 113 reg = <0x0 0x80860000 0x0 0x20000>; 114 compatible = "qcom,cmd-db"; 115 no-map; 116 }; 117 118 reserved_xbl_uefi_log: memory@80880000 { 119 reg = <0x0 0x80884000 0x0 0x10000>; 120 no-map; 121 }; 122 123 sec_apps_mem: memory@808ff000 { 124 reg = <0x0 0x808ff000 0x0 0x1000>; 125 no-map; 126 }; 127 128 smem_mem: memory@80900000 { 129 reg = <0x0 0x80900000 0x0 0x200000>; 130 no-map; 131 }; 132 133 cpucp_mem: memory@80b00000 { 134 no-map; 135 reg = <0x0 0x80b00000 0x0 0x100000>; 136 }; 137 138 wlan_fw_mem: memory@80c00000 { 139 reg = <0x0 0x80c00000 0x0 0xc00000>; 140 no-map; 141 }; 142 143 video_mem: memory@8b200000 { 144 reg = <0x0 0x8b200000 0x0 0x500000>; 145 no-map; 146 }; 147 148 ipa_fw_mem: memory@8b700000 { 149 reg = <0 0x8b700000 0 0x10000>; 150 no-map; 151 }; 152 153 rmtfs_mem: memory@9c900000 { 154 compatible = "qcom,rmtfs-mem"; 155 reg = <0x0 0x9c900000 0x0 0x280000>; 156 no-map; 157 158 qcom,client-id = <1>; 159 qcom,vmid = <15>; 160 }; 161 }; 162 163 cpus { 164 #address-cells = <2>; 165 #size-cells = <0>; 166 167 CPU0: cpu@0 { 168 device_type = "cpu"; 169 compatible = "qcom,kryo"; 170 reg = <0x0 0x0>; 171 clocks = <&cpufreq_hw 0>; 172 enable-method = "psci"; 173 cpu-idle-states = <&LITTLE_CPU_SLEEP_0 174 &LITTLE_CPU_SLEEP_1 175 &CLUSTER_SLEEP_0>; 176 next-level-cache = <&L2_0>; 177 operating-points-v2 = <&cpu0_opp_table>; 178 interconnects = <&gem_noc MASTER_APPSS_PROC 3 &mc_virt SLAVE_EBI1 3>, 179 <&epss_l3 MASTER_EPSS_L3_APPS &epss_l3 SLAVE_EPSS_L3_SHARED>; 180 qcom,freq-domain = <&cpufreq_hw 0>; 181 #cooling-cells = <2>; 182 L2_0: l2-cache { 183 compatible = "cache"; 184 cache-level = <2>; 185 next-level-cache = <&L3_0>; 186 L3_0: l3-cache { 187 compatible = "cache"; 188 cache-level = <3>; 189 }; 190 }; 191 }; 192 193 CPU1: cpu@100 { 194 device_type = "cpu"; 195 compatible = "qcom,kryo"; 196 reg = <0x0 0x100>; 197 clocks = <&cpufreq_hw 0>; 198 enable-method = "psci"; 199 cpu-idle-states = <&LITTLE_CPU_SLEEP_0 200 &LITTLE_CPU_SLEEP_1 201 &CLUSTER_SLEEP_0>; 202 next-level-cache = <&L2_100>; 203 operating-points-v2 = <&cpu0_opp_table>; 204 interconnects = <&gem_noc MASTER_APPSS_PROC 3 &mc_virt SLAVE_EBI1 3>, 205 <&epss_l3 MASTER_EPSS_L3_APPS &epss_l3 SLAVE_EPSS_L3_SHARED>; 206 qcom,freq-domain = <&cpufreq_hw 0>; 207 #cooling-cells = <2>; 208 L2_100: l2-cache { 209 compatible = "cache"; 210 cache-level = <2>; 211 next-level-cache = <&L3_0>; 212 }; 213 }; 214 215 CPU2: cpu@200 { 216 device_type = "cpu"; 217 compatible = "qcom,kryo"; 218 reg = <0x0 0x200>; 219 clocks = <&cpufreq_hw 0>; 220 enable-method = "psci"; 221 cpu-idle-states = <&LITTLE_CPU_SLEEP_0 222 &LITTLE_CPU_SLEEP_1 223 &CLUSTER_SLEEP_0>; 224 next-level-cache = <&L2_200>; 225 operating-points-v2 = <&cpu0_opp_table>; 226 interconnects = <&gem_noc MASTER_APPSS_PROC 3 &mc_virt SLAVE_EBI1 3>, 227 <&epss_l3 MASTER_EPSS_L3_APPS &epss_l3 SLAVE_EPSS_L3_SHARED>; 228 qcom,freq-domain = <&cpufreq_hw 0>; 229 #cooling-cells = <2>; 230 L2_200: l2-cache { 231 compatible = "cache"; 232 cache-level = <2>; 233 next-level-cache = <&L3_0>; 234 }; 235 }; 236 237 CPU3: cpu@300 { 238 device_type = "cpu"; 239 compatible = "qcom,kryo"; 240 reg = <0x0 0x300>; 241 clocks = <&cpufreq_hw 0>; 242 enable-method = "psci"; 243 cpu-idle-states = <&LITTLE_CPU_SLEEP_0 244 &LITTLE_CPU_SLEEP_1 245 &CLUSTER_SLEEP_0>; 246 next-level-cache = <&L2_300>; 247 operating-points-v2 = <&cpu0_opp_table>; 248 interconnects = <&gem_noc MASTER_APPSS_PROC 3 &mc_virt SLAVE_EBI1 3>, 249 <&epss_l3 MASTER_EPSS_L3_APPS &epss_l3 SLAVE_EPSS_L3_SHARED>; 250 qcom,freq-domain = <&cpufreq_hw 0>; 251 #cooling-cells = <2>; 252 L2_300: l2-cache { 253 compatible = "cache"; 254 cache-level = <2>; 255 next-level-cache = <&L3_0>; 256 }; 257 }; 258 259 CPU4: cpu@400 { 260 device_type = "cpu"; 261 compatible = "qcom,kryo"; 262 reg = <0x0 0x400>; 263 clocks = <&cpufreq_hw 1>; 264 enable-method = "psci"; 265 cpu-idle-states = <&BIG_CPU_SLEEP_0 266 &BIG_CPU_SLEEP_1 267 &CLUSTER_SLEEP_0>; 268 next-level-cache = <&L2_400>; 269 operating-points-v2 = <&cpu4_opp_table>; 270 interconnects = <&gem_noc MASTER_APPSS_PROC 3 &mc_virt SLAVE_EBI1 3>, 271 <&epss_l3 MASTER_EPSS_L3_APPS &epss_l3 SLAVE_EPSS_L3_SHARED>; 272 qcom,freq-domain = <&cpufreq_hw 1>; 273 #cooling-cells = <2>; 274 L2_400: l2-cache { 275 compatible = "cache"; 276 cache-level = <2>; 277 next-level-cache = <&L3_0>; 278 }; 279 }; 280 281 CPU5: cpu@500 { 282 device_type = "cpu"; 283 compatible = "qcom,kryo"; 284 reg = <0x0 0x500>; 285 clocks = <&cpufreq_hw 1>; 286 enable-method = "psci"; 287 cpu-idle-states = <&BIG_CPU_SLEEP_0 288 &BIG_CPU_SLEEP_1 289 &CLUSTER_SLEEP_0>; 290 next-level-cache = <&L2_500>; 291 operating-points-v2 = <&cpu4_opp_table>; 292 interconnects = <&gem_noc MASTER_APPSS_PROC 3 &mc_virt SLAVE_EBI1 3>, 293 <&epss_l3 MASTER_EPSS_L3_APPS &epss_l3 SLAVE_EPSS_L3_SHARED>; 294 qcom,freq-domain = <&cpufreq_hw 1>; 295 #cooling-cells = <2>; 296 L2_500: l2-cache { 297 compatible = "cache"; 298 cache-level = <2>; 299 next-level-cache = <&L3_0>; 300 }; 301 }; 302 303 CPU6: cpu@600 { 304 device_type = "cpu"; 305 compatible = "qcom,kryo"; 306 reg = <0x0 0x600>; 307 clocks = <&cpufreq_hw 1>; 308 enable-method = "psci"; 309 cpu-idle-states = <&BIG_CPU_SLEEP_0 310 &BIG_CPU_SLEEP_1 311 &CLUSTER_SLEEP_0>; 312 next-level-cache = <&L2_600>; 313 operating-points-v2 = <&cpu4_opp_table>; 314 interconnects = <&gem_noc MASTER_APPSS_PROC 3 &mc_virt SLAVE_EBI1 3>, 315 <&epss_l3 MASTER_EPSS_L3_APPS &epss_l3 SLAVE_EPSS_L3_SHARED>; 316 qcom,freq-domain = <&cpufreq_hw 1>; 317 #cooling-cells = <2>; 318 L2_600: l2-cache { 319 compatible = "cache"; 320 cache-level = <2>; 321 next-level-cache = <&L3_0>; 322 }; 323 }; 324 325 CPU7: cpu@700 { 326 device_type = "cpu"; 327 compatible = "qcom,kryo"; 328 reg = <0x0 0x700>; 329 clocks = <&cpufreq_hw 2>; 330 enable-method = "psci"; 331 cpu-idle-states = <&BIG_CPU_SLEEP_0 332 &BIG_CPU_SLEEP_1 333 &CLUSTER_SLEEP_0>; 334 next-level-cache = <&L2_700>; 335 operating-points-v2 = <&cpu7_opp_table>; 336 interconnects = <&gem_noc MASTER_APPSS_PROC 3 &mc_virt SLAVE_EBI1 3>, 337 <&epss_l3 MASTER_EPSS_L3_APPS &epss_l3 SLAVE_EPSS_L3_SHARED>; 338 qcom,freq-domain = <&cpufreq_hw 2>; 339 #cooling-cells = <2>; 340 L2_700: l2-cache { 341 compatible = "cache"; 342 cache-level = <2>; 343 next-level-cache = <&L3_0>; 344 }; 345 }; 346 347 cpu-map { 348 cluster0 { 349 core0 { 350 cpu = <&CPU0>; 351 }; 352 353 core1 { 354 cpu = <&CPU1>; 355 }; 356 357 core2 { 358 cpu = <&CPU2>; 359 }; 360 361 core3 { 362 cpu = <&CPU3>; 363 }; 364 365 core4 { 366 cpu = <&CPU4>; 367 }; 368 369 core5 { 370 cpu = <&CPU5>; 371 }; 372 373 core6 { 374 cpu = <&CPU6>; 375 }; 376 377 core7 { 378 cpu = <&CPU7>; 379 }; 380 }; 381 }; 382 383 idle-states { 384 entry-method = "psci"; 385 386 LITTLE_CPU_SLEEP_0: cpu-sleep-0-0 { 387 compatible = "arm,idle-state"; 388 idle-state-name = "little-power-down"; 389 arm,psci-suspend-param = <0x40000003>; 390 entry-latency-us = <549>; 391 exit-latency-us = <901>; 392 min-residency-us = <1774>; 393 local-timer-stop; 394 }; 395 396 LITTLE_CPU_SLEEP_1: cpu-sleep-0-1 { 397 compatible = "arm,idle-state"; 398 idle-state-name = "little-rail-power-down"; 399 arm,psci-suspend-param = <0x40000004>; 400 entry-latency-us = <702>; 401 exit-latency-us = <915>; 402 min-residency-us = <4001>; 403 local-timer-stop; 404 }; 405 406 BIG_CPU_SLEEP_0: cpu-sleep-1-0 { 407 compatible = "arm,idle-state"; 408 idle-state-name = "big-power-down"; 409 arm,psci-suspend-param = <0x40000003>; 410 entry-latency-us = <523>; 411 exit-latency-us = <1244>; 412 min-residency-us = <2207>; 413 local-timer-stop; 414 }; 415 416 BIG_CPU_SLEEP_1: cpu-sleep-1-1 { 417 compatible = "arm,idle-state"; 418 idle-state-name = "big-rail-power-down"; 419 arm,psci-suspend-param = <0x40000004>; 420 entry-latency-us = <526>; 421 exit-latency-us = <1854>; 422 min-residency-us = <5555>; 423 local-timer-stop; 424 }; 425 426 CLUSTER_SLEEP_0: cluster-sleep-0 { 427 compatible = "arm,idle-state"; 428 idle-state-name = "cluster-power-down"; 429 arm,psci-suspend-param = <0x40003444>; 430 entry-latency-us = <3263>; 431 exit-latency-us = <6562>; 432 min-residency-us = <9926>; 433 local-timer-stop; 434 }; 435 }; 436 }; 437 438 cpu0_opp_table: opp-table-cpu0 { 439 compatible = "operating-points-v2"; 440 opp-shared; 441 442 cpu0_opp_300mhz: opp-300000000 { 443 opp-hz = /bits/ 64 <300000000>; 444 opp-peak-kBps = <800000 9600000>; 445 }; 446 447 cpu0_opp_691mhz: opp-691200000 { 448 opp-hz = /bits/ 64 <691200000>; 449 opp-peak-kBps = <800000 17817600>; 450 }; 451 452 cpu0_opp_806mhz: opp-806400000 { 453 opp-hz = /bits/ 64 <806400000>; 454 opp-peak-kBps = <800000 20889600>; 455 }; 456 457 cpu0_opp_941mhz: opp-940800000 { 458 opp-hz = /bits/ 64 <940800000>; 459 opp-peak-kBps = <1804000 24576000>; 460 }; 461 462 cpu0_opp_1152mhz: opp-1152000000 { 463 opp-hz = /bits/ 64 <1152000000>; 464 opp-peak-kBps = <2188000 27033600>; 465 }; 466 467 cpu0_opp_1325mhz: opp-1324800000 { 468 opp-hz = /bits/ 64 <1324800000>; 469 opp-peak-kBps = <2188000 33792000>; 470 }; 471 472 cpu0_opp_1517mhz: opp-1516800000 { 473 opp-hz = /bits/ 64 <1516800000>; 474 opp-peak-kBps = <3072000 38092800>; 475 }; 476 477 cpu0_opp_1651mhz: opp-1651200000 { 478 opp-hz = /bits/ 64 <1651200000>; 479 opp-peak-kBps = <3072000 41779200>; 480 }; 481 482 cpu0_opp_1805mhz: opp-1804800000 { 483 opp-hz = /bits/ 64 <1804800000>; 484 opp-peak-kBps = <4068000 48537600>; 485 }; 486 487 cpu0_opp_1958mhz: opp-1958400000 { 488 opp-hz = /bits/ 64 <1958400000>; 489 opp-peak-kBps = <4068000 48537600>; 490 }; 491 492 cpu0_opp_2016mhz: opp-2016000000 { 493 opp-hz = /bits/ 64 <2016000000>; 494 opp-peak-kBps = <6220000 48537600>; 495 }; 496 }; 497 498 cpu4_opp_table: opp-table-cpu4 { 499 compatible = "operating-points-v2"; 500 opp-shared; 501 502 cpu4_opp_691mhz: opp-691200000 { 503 opp-hz = /bits/ 64 <691200000>; 504 opp-peak-kBps = <1804000 9600000>; 505 }; 506 507 cpu4_opp_941mhz: opp-940800000 { 508 opp-hz = /bits/ 64 <940800000>; 509 opp-peak-kBps = <2188000 17817600>; 510 }; 511 512 cpu4_opp_1229mhz: opp-1228800000 { 513 opp-hz = /bits/ 64 <1228800000>; 514 opp-peak-kBps = <4068000 24576000>; 515 }; 516 517 cpu4_opp_1344mhz: opp-1344000000 { 518 opp-hz = /bits/ 64 <1344000000>; 519 opp-peak-kBps = <4068000 24576000>; 520 }; 521 522 cpu4_opp_1517mhz: opp-1516800000 { 523 opp-hz = /bits/ 64 <1516800000>; 524 opp-peak-kBps = <4068000 24576000>; 525 }; 526 527 cpu4_opp_1651mhz: opp-1651200000 { 528 opp-hz = /bits/ 64 <1651200000>; 529 opp-peak-kBps = <6220000 38092800>; 530 }; 531 532 cpu4_opp_1901mhz: opp-1900800000 { 533 opp-hz = /bits/ 64 <1900800000>; 534 opp-peak-kBps = <6220000 44851200>; 535 }; 536 537 cpu4_opp_2054mhz: opp-2054400000 { 538 opp-hz = /bits/ 64 <2054400000>; 539 opp-peak-kBps = <6220000 44851200>; 540 }; 541 542 cpu4_opp_2112mhz: opp-2112000000 { 543 opp-hz = /bits/ 64 <2112000000>; 544 opp-peak-kBps = <6220000 44851200>; 545 }; 546 547 cpu4_opp_2131mhz: opp-2131200000 { 548 opp-hz = /bits/ 64 <2131200000>; 549 opp-peak-kBps = <6220000 44851200>; 550 }; 551 552 cpu4_opp_2208mhz: opp-2208000000 { 553 opp-hz = /bits/ 64 <2208000000>; 554 opp-peak-kBps = <6220000 44851200>; 555 }; 556 557 cpu4_opp_2400mhz: opp-2400000000 { 558 opp-hz = /bits/ 64 <2400000000>; 559 opp-peak-kBps = <8532000 48537600>; 560 }; 561 562 cpu4_opp_2611mhz: opp-2611200000 { 563 opp-hz = /bits/ 64 <2611200000>; 564 opp-peak-kBps = <8532000 48537600>; 565 }; 566 }; 567 568 cpu7_opp_table: opp-table-cpu7 { 569 compatible = "operating-points-v2"; 570 opp-shared; 571 572 cpu7_opp_806mhz: opp-806400000 { 573 opp-hz = /bits/ 64 <806400000>; 574 opp-peak-kBps = <1804000 9600000>; 575 }; 576 577 cpu7_opp_1056mhz: opp-1056000000 { 578 opp-hz = /bits/ 64 <1056000000>; 579 opp-peak-kBps = <2188000 17817600>; 580 }; 581 582 cpu7_opp_1325mhz: opp-1324800000 { 583 opp-hz = /bits/ 64 <1324800000>; 584 opp-peak-kBps = <4068000 24576000>; 585 }; 586 587 cpu7_opp_1517mhz: opp-1516800000 { 588 opp-hz = /bits/ 64 <1516800000>; 589 opp-peak-kBps = <4068000 24576000>; 590 }; 591 592 cpu7_opp_1766mhz: opp-1766400000 { 593 opp-hz = /bits/ 64 <1766400000>; 594 opp-peak-kBps = <6220000 38092800>; 595 }; 596 597 cpu7_opp_1862mhz: opp-1862400000 { 598 opp-hz = /bits/ 64 <1862400000>; 599 opp-peak-kBps = <6220000 38092800>; 600 }; 601 602 cpu7_opp_2035mhz: opp-2035200000 { 603 opp-hz = /bits/ 64 <2035200000>; 604 opp-peak-kBps = <6220000 38092800>; 605 }; 606 607 cpu7_opp_2112mhz: opp-2112000000 { 608 opp-hz = /bits/ 64 <2112000000>; 609 opp-peak-kBps = <6220000 44851200>; 610 }; 611 612 cpu7_opp_2208mhz: opp-2208000000 { 613 opp-hz = /bits/ 64 <2208000000>; 614 opp-peak-kBps = <6220000 44851200>; 615 }; 616 617 cpu7_opp_2381mhz: opp-2380800000 { 618 opp-hz = /bits/ 64 <2380800000>; 619 opp-peak-kBps = <6832000 44851200>; 620 }; 621 622 cpu7_opp_2400mhz: opp-2400000000 { 623 opp-hz = /bits/ 64 <2400000000>; 624 opp-peak-kBps = <8532000 48537600>; 625 }; 626 627 cpu7_opp_2515mhz: opp-2515200000 { 628 opp-hz = /bits/ 64 <2515200000>; 629 opp-peak-kBps = <8532000 48537600>; 630 }; 631 632 cpu7_opp_2707mhz: opp-2707200000 { 633 opp-hz = /bits/ 64 <2707200000>; 634 opp-peak-kBps = <8532000 48537600>; 635 }; 636 637 cpu7_opp_3014mhz: opp-3014400000 { 638 opp-hz = /bits/ 64 <3014400000>; 639 opp-peak-kBps = <8532000 48537600>; 640 }; 641 }; 642 643 memory@80000000 { 644 device_type = "memory"; 645 /* We expect the bootloader to fill in the size */ 646 reg = <0 0x80000000 0 0>; 647 }; 648 649 firmware { 650 scm { 651 compatible = "qcom,scm-sc7280", "qcom,scm"; 652 }; 653 }; 654 655 clk_virt: interconnect { 656 compatible = "qcom,sc7280-clk-virt"; 657 #interconnect-cells = <2>; 658 qcom,bcm-voters = <&apps_bcm_voter>; 659 }; 660 661 smem { 662 compatible = "qcom,smem"; 663 memory-region = <&smem_mem>; 664 hwlocks = <&tcsr_mutex 3>; 665 }; 666 667 smp2p-adsp { 668 compatible = "qcom,smp2p"; 669 qcom,smem = <443>, <429>; 670 interrupts-extended = <&ipcc IPCC_CLIENT_LPASS 671 IPCC_MPROC_SIGNAL_SMP2P 672 IRQ_TYPE_EDGE_RISING>; 673 mboxes = <&ipcc IPCC_CLIENT_LPASS 674 IPCC_MPROC_SIGNAL_SMP2P>; 675 676 qcom,local-pid = <0>; 677 qcom,remote-pid = <2>; 678 679 adsp_smp2p_out: master-kernel { 680 qcom,entry-name = "master-kernel"; 681 #qcom,smem-state-cells = <1>; 682 }; 683 684 adsp_smp2p_in: slave-kernel { 685 qcom,entry-name = "slave-kernel"; 686 interrupt-controller; 687 #interrupt-cells = <2>; 688 }; 689 }; 690 691 smp2p-cdsp { 692 compatible = "qcom,smp2p"; 693 qcom,smem = <94>, <432>; 694 interrupts-extended = <&ipcc IPCC_CLIENT_CDSP 695 IPCC_MPROC_SIGNAL_SMP2P 696 IRQ_TYPE_EDGE_RISING>; 697 mboxes = <&ipcc IPCC_CLIENT_CDSP 698 IPCC_MPROC_SIGNAL_SMP2P>; 699 700 qcom,local-pid = <0>; 701 qcom,remote-pid = <5>; 702 703 cdsp_smp2p_out: master-kernel { 704 qcom,entry-name = "master-kernel"; 705 #qcom,smem-state-cells = <1>; 706 }; 707 708 cdsp_smp2p_in: slave-kernel { 709 qcom,entry-name = "slave-kernel"; 710 interrupt-controller; 711 #interrupt-cells = <2>; 712 }; 713 }; 714 715 smp2p-mpss { 716 compatible = "qcom,smp2p"; 717 qcom,smem = <435>, <428>; 718 interrupts-extended = <&ipcc IPCC_CLIENT_MPSS 719 IPCC_MPROC_SIGNAL_SMP2P 720 IRQ_TYPE_EDGE_RISING>; 721 mboxes = <&ipcc IPCC_CLIENT_MPSS 722 IPCC_MPROC_SIGNAL_SMP2P>; 723 724 qcom,local-pid = <0>; 725 qcom,remote-pid = <1>; 726 727 modem_smp2p_out: master-kernel { 728 qcom,entry-name = "master-kernel"; 729 #qcom,smem-state-cells = <1>; 730 }; 731 732 modem_smp2p_in: slave-kernel { 733 qcom,entry-name = "slave-kernel"; 734 interrupt-controller; 735 #interrupt-cells = <2>; 736 }; 737 738 ipa_smp2p_out: ipa-ap-to-modem { 739 qcom,entry-name = "ipa"; 740 #qcom,smem-state-cells = <1>; 741 }; 742 743 ipa_smp2p_in: ipa-modem-to-ap { 744 qcom,entry-name = "ipa"; 745 interrupt-controller; 746 #interrupt-cells = <2>; 747 }; 748 }; 749 750 smp2p-wpss { 751 compatible = "qcom,smp2p"; 752 qcom,smem = <617>, <616>; 753 interrupts-extended = <&ipcc IPCC_CLIENT_WPSS 754 IPCC_MPROC_SIGNAL_SMP2P 755 IRQ_TYPE_EDGE_RISING>; 756 mboxes = <&ipcc IPCC_CLIENT_WPSS 757 IPCC_MPROC_SIGNAL_SMP2P>; 758 759 qcom,local-pid = <0>; 760 qcom,remote-pid = <13>; 761 762 wpss_smp2p_out: master-kernel { 763 qcom,entry-name = "master-kernel"; 764 #qcom,smem-state-cells = <1>; 765 }; 766 767 wpss_smp2p_in: slave-kernel { 768 qcom,entry-name = "slave-kernel"; 769 interrupt-controller; 770 #interrupt-cells = <2>; 771 }; 772 773 wlan_smp2p_out: wlan-ap-to-wpss { 774 qcom,entry-name = "wlan"; 775 #qcom,smem-state-cells = <1>; 776 }; 777 778 wlan_smp2p_in: wlan-wpss-to-ap { 779 qcom,entry-name = "wlan"; 780 interrupt-controller; 781 #interrupt-cells = <2>; 782 }; 783 }; 784 785 pmu { 786 compatible = "arm,armv8-pmuv3"; 787 interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_LOW>; 788 }; 789 790 psci { 791 compatible = "arm,psci-1.0"; 792 method = "smc"; 793 }; 794 795 qspi_opp_table: opp-table-qspi { 796 compatible = "operating-points-v2"; 797 798 opp-75000000 { 799 opp-hz = /bits/ 64 <75000000>; 800 required-opps = <&rpmhpd_opp_low_svs>; 801 }; 802 803 opp-150000000 { 804 opp-hz = /bits/ 64 <150000000>; 805 required-opps = <&rpmhpd_opp_svs>; 806 }; 807 808 opp-200000000 { 809 opp-hz = /bits/ 64 <200000000>; 810 required-opps = <&rpmhpd_opp_svs_l1>; 811 }; 812 813 opp-300000000 { 814 opp-hz = /bits/ 64 <300000000>; 815 required-opps = <&rpmhpd_opp_nom>; 816 }; 817 }; 818 819 qup_opp_table: opp-table-qup { 820 compatible = "operating-points-v2"; 821 822 opp-75000000 { 823 opp-hz = /bits/ 64 <75000000>; 824 required-opps = <&rpmhpd_opp_low_svs>; 825 }; 826 827 opp-100000000 { 828 opp-hz = /bits/ 64 <100000000>; 829 required-opps = <&rpmhpd_opp_svs>; 830 }; 831 832 opp-128000000 { 833 opp-hz = /bits/ 64 <128000000>; 834 required-opps = <&rpmhpd_opp_nom>; 835 }; 836 }; 837 838 soc: soc@0 { 839 #address-cells = <2>; 840 #size-cells = <2>; 841 ranges = <0 0 0 0 0x10 0>; 842 dma-ranges = <0 0 0 0 0x10 0>; 843 compatible = "simple-bus"; 844 845 gcc: clock-controller@100000 { 846 compatible = "qcom,gcc-sc7280"; 847 reg = <0 0x00100000 0 0x1f0000>; 848 clocks = <&rpmhcc RPMH_CXO_CLK>, 849 <&rpmhcc RPMH_CXO_CLK_A>, <&sleep_clk>, 850 <0>, <&pcie1_lane>, 851 <0>, <0>, <0>, <0>; 852 clock-names = "bi_tcxo", "bi_tcxo_ao", "sleep_clk", 853 "pcie_0_pipe_clk", "pcie_1_pipe_clk", 854 "ufs_phy_rx_symbol_0_clk", "ufs_phy_rx_symbol_1_clk", 855 "ufs_phy_tx_symbol_0_clk", 856 "usb3_phy_wrapper_gcc_usb30_pipe_clk"; 857 #clock-cells = <1>; 858 #reset-cells = <1>; 859 #power-domain-cells = <1>; 860 power-domains = <&rpmhpd SC7280_CX>; 861 }; 862 863 ipcc: mailbox@408000 { 864 compatible = "qcom,sc7280-ipcc", "qcom,ipcc"; 865 reg = <0 0x00408000 0 0x1000>; 866 interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>; 867 interrupt-controller; 868 #interrupt-cells = <3>; 869 #mbox-cells = <2>; 870 }; 871 872 qfprom: efuse@784000 { 873 compatible = "qcom,sc7280-qfprom", "qcom,qfprom"; 874 reg = <0 0x00784000 0 0xa20>, 875 <0 0x00780000 0 0xa20>, 876 <0 0x00782000 0 0x120>, 877 <0 0x00786000 0 0x1fff>; 878 clocks = <&gcc GCC_SEC_CTRL_CLK_SRC>; 879 clock-names = "core"; 880 power-domains = <&rpmhpd SC7280_MX>; 881 #address-cells = <1>; 882 #size-cells = <1>; 883 884 gpu_speed_bin: gpu_speed_bin@1e9 { 885 reg = <0x1e9 0x2>; 886 bits = <5 8>; 887 }; 888 }; 889 890 sdhc_1: mmc@7c4000 { 891 compatible = "qcom,sc7280-sdhci", "qcom,sdhci-msm-v5"; 892 pinctrl-names = "default", "sleep"; 893 pinctrl-0 = <&sdc1_clk>, <&sdc1_cmd>, <&sdc1_data>, <&sdc1_rclk>; 894 pinctrl-1 = <&sdc1_clk_sleep>, <&sdc1_cmd_sleep>, <&sdc1_data_sleep>, <&sdc1_rclk_sleep>; 895 status = "disabled"; 896 897 reg = <0 0x007c4000 0 0x1000>, 898 <0 0x007c5000 0 0x1000>; 899 reg-names = "hc", "cqhci"; 900 901 iommus = <&apps_smmu 0xc0 0x0>; 902 interrupts = <GIC_SPI 652 IRQ_TYPE_LEVEL_HIGH>, 903 <GIC_SPI 656 IRQ_TYPE_LEVEL_HIGH>; 904 interrupt-names = "hc_irq", "pwr_irq"; 905 906 clocks = <&gcc GCC_SDCC1_AHB_CLK>, 907 <&gcc GCC_SDCC1_APPS_CLK>, 908 <&rpmhcc RPMH_CXO_CLK>; 909 clock-names = "iface", "core", "xo"; 910 interconnects = <&aggre1_noc MASTER_SDCC_1 0 &mc_virt SLAVE_EBI1 0>, 911 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_SDCC_1 0>; 912 interconnect-names = "sdhc-ddr","cpu-sdhc"; 913 power-domains = <&rpmhpd SC7280_CX>; 914 operating-points-v2 = <&sdhc1_opp_table>; 915 916 bus-width = <8>; 917 supports-cqe; 918 919 qcom,dll-config = <0x0007642c>; 920 qcom,ddr-config = <0x80040868>; 921 922 mmc-ddr-1_8v; 923 mmc-hs200-1_8v; 924 mmc-hs400-1_8v; 925 mmc-hs400-enhanced-strobe; 926 927 resets = <&gcc GCC_SDCC1_BCR>; 928 929 sdhc1_opp_table: opp-table { 930 compatible = "operating-points-v2"; 931 932 opp-100000000 { 933 opp-hz = /bits/ 64 <100000000>; 934 required-opps = <&rpmhpd_opp_low_svs>; 935 opp-peak-kBps = <1800000 400000>; 936 opp-avg-kBps = <100000 0>; 937 }; 938 939 opp-384000000 { 940 opp-hz = /bits/ 64 <384000000>; 941 required-opps = <&rpmhpd_opp_nom>; 942 opp-peak-kBps = <5400000 1600000>; 943 opp-avg-kBps = <390000 0>; 944 }; 945 }; 946 947 }; 948 949 gpi_dma0: dma-controller@900000 { 950 #dma-cells = <3>; 951 compatible = "qcom,sc7280-gpi-dma", "qcom,sm6350-gpi-dma"; 952 reg = <0 0x00900000 0 0x60000>; 953 interrupts = <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>, 954 <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>, 955 <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>, 956 <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>, 957 <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>, 958 <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>, 959 <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>, 960 <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>, 961 <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>, 962 <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>, 963 <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>, 964 <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>; 965 dma-channels = <12>; 966 dma-channel-mask = <0x7f>; 967 iommus = <&apps_smmu 0x0136 0x0>; 968 status = "disabled"; 969 }; 970 971 qupv3_id_0: geniqup@9c0000 { 972 compatible = "qcom,geni-se-qup"; 973 reg = <0 0x009c0000 0 0x2000>; 974 clocks = <&gcc GCC_QUPV3_WRAP_0_M_AHB_CLK>, 975 <&gcc GCC_QUPV3_WRAP_0_S_AHB_CLK>; 976 clock-names = "m-ahb", "s-ahb"; 977 #address-cells = <2>; 978 #size-cells = <2>; 979 ranges; 980 iommus = <&apps_smmu 0x123 0x0>; 981 status = "disabled"; 982 983 i2c0: i2c@980000 { 984 compatible = "qcom,geni-i2c"; 985 reg = <0 0x00980000 0 0x4000>; 986 clocks = <&gcc GCC_QUPV3_WRAP0_S0_CLK>; 987 clock-names = "se"; 988 pinctrl-names = "default"; 989 pinctrl-0 = <&qup_i2c0_data_clk>; 990 interrupts = <GIC_SPI 601 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 power-domains = <&rpmhpd SC7280_CX>; 999 required-opps = <&rpmhpd_opp_low_svs>; 1000 dmas = <&gpi_dma0 0 0 QCOM_GPI_I2C>, 1001 <&gpi_dma0 1 0 QCOM_GPI_I2C>; 1002 dma-names = "tx", "rx"; 1003 status = "disabled"; 1004 }; 1005 1006 spi0: spi@980000 { 1007 compatible = "qcom,geni-spi"; 1008 reg = <0 0x00980000 0 0x4000>; 1009 clocks = <&gcc GCC_QUPV3_WRAP0_S0_CLK>; 1010 clock-names = "se"; 1011 pinctrl-names = "default"; 1012 pinctrl-0 = <&qup_spi0_data_clk>, <&qup_spi0_cs>; 1013 interrupts = <GIC_SPI 601 IRQ_TYPE_LEVEL_HIGH>; 1014 #address-cells = <1>; 1015 #size-cells = <0>; 1016 power-domains = <&rpmhpd SC7280_CX>; 1017 operating-points-v2 = <&qup_opp_table>; 1018 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1019 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1020 interconnect-names = "qup-core", "qup-config"; 1021 dmas = <&gpi_dma0 0 0 QCOM_GPI_SPI>, 1022 <&gpi_dma0 1 0 QCOM_GPI_SPI>; 1023 dma-names = "tx", "rx"; 1024 status = "disabled"; 1025 }; 1026 1027 uart0: serial@980000 { 1028 compatible = "qcom,geni-uart"; 1029 reg = <0 0x00980000 0 0x4000>; 1030 clocks = <&gcc GCC_QUPV3_WRAP0_S0_CLK>; 1031 clock-names = "se"; 1032 pinctrl-names = "default"; 1033 pinctrl-0 = <&qup_uart0_cts>, <&qup_uart0_rts>, <&qup_uart0_tx>, <&qup_uart0_rx>; 1034 interrupts = <GIC_SPI 601 IRQ_TYPE_LEVEL_HIGH>; 1035 power-domains = <&rpmhpd SC7280_CX>; 1036 operating-points-v2 = <&qup_opp_table>; 1037 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1038 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1039 interconnect-names = "qup-core", "qup-config"; 1040 status = "disabled"; 1041 }; 1042 1043 i2c1: i2c@984000 { 1044 compatible = "qcom,geni-i2c"; 1045 reg = <0 0x00984000 0 0x4000>; 1046 clocks = <&gcc GCC_QUPV3_WRAP0_S1_CLK>; 1047 clock-names = "se"; 1048 pinctrl-names = "default"; 1049 pinctrl-0 = <&qup_i2c1_data_clk>; 1050 interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>; 1051 #address-cells = <1>; 1052 #size-cells = <0>; 1053 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1054 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>, 1055 <&aggre1_noc MASTER_QUP_0 0 &mc_virt SLAVE_EBI1 0>; 1056 interconnect-names = "qup-core", "qup-config", 1057 "qup-memory"; 1058 power-domains = <&rpmhpd SC7280_CX>; 1059 required-opps = <&rpmhpd_opp_low_svs>; 1060 dmas = <&gpi_dma0 0 1 QCOM_GPI_I2C>, 1061 <&gpi_dma0 1 1 QCOM_GPI_I2C>; 1062 dma-names = "tx", "rx"; 1063 status = "disabled"; 1064 }; 1065 1066 spi1: spi@984000 { 1067 compatible = "qcom,geni-spi"; 1068 reg = <0 0x00984000 0 0x4000>; 1069 clocks = <&gcc GCC_QUPV3_WRAP0_S1_CLK>; 1070 clock-names = "se"; 1071 pinctrl-names = "default"; 1072 pinctrl-0 = <&qup_spi1_data_clk>, <&qup_spi1_cs>; 1073 interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>; 1074 #address-cells = <1>; 1075 #size-cells = <0>; 1076 power-domains = <&rpmhpd SC7280_CX>; 1077 operating-points-v2 = <&qup_opp_table>; 1078 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1079 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1080 interconnect-names = "qup-core", "qup-config"; 1081 dmas = <&gpi_dma0 0 1 QCOM_GPI_SPI>, 1082 <&gpi_dma0 1 1 QCOM_GPI_SPI>; 1083 dma-names = "tx", "rx"; 1084 status = "disabled"; 1085 }; 1086 1087 uart1: serial@984000 { 1088 compatible = "qcom,geni-uart"; 1089 reg = <0 0x00984000 0 0x4000>; 1090 clocks = <&gcc GCC_QUPV3_WRAP0_S1_CLK>; 1091 clock-names = "se"; 1092 pinctrl-names = "default"; 1093 pinctrl-0 = <&qup_uart1_cts>, <&qup_uart1_rts>, <&qup_uart1_tx>, <&qup_uart1_rx>; 1094 interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>; 1095 power-domains = <&rpmhpd SC7280_CX>; 1096 operating-points-v2 = <&qup_opp_table>; 1097 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1098 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1099 interconnect-names = "qup-core", "qup-config"; 1100 status = "disabled"; 1101 }; 1102 1103 i2c2: i2c@988000 { 1104 compatible = "qcom,geni-i2c"; 1105 reg = <0 0x00988000 0 0x4000>; 1106 clocks = <&gcc GCC_QUPV3_WRAP0_S2_CLK>; 1107 clock-names = "se"; 1108 pinctrl-names = "default"; 1109 pinctrl-0 = <&qup_i2c2_data_clk>; 1110 interrupts = <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>; 1111 #address-cells = <1>; 1112 #size-cells = <0>; 1113 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1114 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>, 1115 <&aggre1_noc MASTER_QUP_0 0 &mc_virt SLAVE_EBI1 0>; 1116 interconnect-names = "qup-core", "qup-config", 1117 "qup-memory"; 1118 power-domains = <&rpmhpd SC7280_CX>; 1119 required-opps = <&rpmhpd_opp_low_svs>; 1120 dmas = <&gpi_dma0 0 2 QCOM_GPI_I2C>, 1121 <&gpi_dma0 1 2 QCOM_GPI_I2C>; 1122 dma-names = "tx", "rx"; 1123 status = "disabled"; 1124 }; 1125 1126 spi2: spi@988000 { 1127 compatible = "qcom,geni-spi"; 1128 reg = <0 0x00988000 0 0x4000>; 1129 clocks = <&gcc GCC_QUPV3_WRAP0_S2_CLK>; 1130 clock-names = "se"; 1131 pinctrl-names = "default"; 1132 pinctrl-0 = <&qup_spi2_data_clk>, <&qup_spi2_cs>; 1133 interrupts = <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>; 1134 #address-cells = <1>; 1135 #size-cells = <0>; 1136 power-domains = <&rpmhpd SC7280_CX>; 1137 operating-points-v2 = <&qup_opp_table>; 1138 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1139 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1140 interconnect-names = "qup-core", "qup-config"; 1141 dmas = <&gpi_dma0 0 2 QCOM_GPI_SPI>, 1142 <&gpi_dma0 1 2 QCOM_GPI_SPI>; 1143 dma-names = "tx", "rx"; 1144 status = "disabled"; 1145 }; 1146 1147 uart2: serial@988000 { 1148 compatible = "qcom,geni-uart"; 1149 reg = <0 0x00988000 0 0x4000>; 1150 clocks = <&gcc GCC_QUPV3_WRAP0_S2_CLK>; 1151 clock-names = "se"; 1152 pinctrl-names = "default"; 1153 pinctrl-0 = <&qup_uart2_cts>, <&qup_uart2_rts>, <&qup_uart2_tx>, <&qup_uart2_rx>; 1154 interrupts = <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>; 1155 power-domains = <&rpmhpd SC7280_CX>; 1156 operating-points-v2 = <&qup_opp_table>; 1157 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1158 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1159 interconnect-names = "qup-core", "qup-config"; 1160 status = "disabled"; 1161 }; 1162 1163 i2c3: i2c@98c000 { 1164 compatible = "qcom,geni-i2c"; 1165 reg = <0 0x0098c000 0 0x4000>; 1166 clocks = <&gcc GCC_QUPV3_WRAP0_S3_CLK>; 1167 clock-names = "se"; 1168 pinctrl-names = "default"; 1169 pinctrl-0 = <&qup_i2c3_data_clk>; 1170 interrupts = <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>; 1171 #address-cells = <1>; 1172 #size-cells = <0>; 1173 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1174 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>, 1175 <&aggre1_noc MASTER_QUP_0 0 &mc_virt SLAVE_EBI1 0>; 1176 interconnect-names = "qup-core", "qup-config", 1177 "qup-memory"; 1178 power-domains = <&rpmhpd SC7280_CX>; 1179 required-opps = <&rpmhpd_opp_low_svs>; 1180 dmas = <&gpi_dma0 0 3 QCOM_GPI_I2C>, 1181 <&gpi_dma0 1 3 QCOM_GPI_I2C>; 1182 dma-names = "tx", "rx"; 1183 status = "disabled"; 1184 }; 1185 1186 spi3: spi@98c000 { 1187 compatible = "qcom,geni-spi"; 1188 reg = <0 0x0098c000 0 0x4000>; 1189 clocks = <&gcc GCC_QUPV3_WRAP0_S3_CLK>; 1190 clock-names = "se"; 1191 pinctrl-names = "default"; 1192 pinctrl-0 = <&qup_spi3_data_clk>, <&qup_spi3_cs>; 1193 interrupts = <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>; 1194 #address-cells = <1>; 1195 #size-cells = <0>; 1196 power-domains = <&rpmhpd SC7280_CX>; 1197 operating-points-v2 = <&qup_opp_table>; 1198 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1199 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1200 interconnect-names = "qup-core", "qup-config"; 1201 dmas = <&gpi_dma0 0 3 QCOM_GPI_SPI>, 1202 <&gpi_dma0 1 3 QCOM_GPI_SPI>; 1203 dma-names = "tx", "rx"; 1204 status = "disabled"; 1205 }; 1206 1207 uart3: serial@98c000 { 1208 compatible = "qcom,geni-uart"; 1209 reg = <0 0x0098c000 0 0x4000>; 1210 clocks = <&gcc GCC_QUPV3_WRAP0_S3_CLK>; 1211 clock-names = "se"; 1212 pinctrl-names = "default"; 1213 pinctrl-0 = <&qup_uart3_cts>, <&qup_uart3_rts>, <&qup_uart3_tx>, <&qup_uart3_rx>; 1214 interrupts = <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>; 1215 power-domains = <&rpmhpd SC7280_CX>; 1216 operating-points-v2 = <&qup_opp_table>; 1217 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1218 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1219 interconnect-names = "qup-core", "qup-config"; 1220 status = "disabled"; 1221 }; 1222 1223 i2c4: i2c@990000 { 1224 compatible = "qcom,geni-i2c"; 1225 reg = <0 0x00990000 0 0x4000>; 1226 clocks = <&gcc GCC_QUPV3_WRAP0_S4_CLK>; 1227 clock-names = "se"; 1228 pinctrl-names = "default"; 1229 pinctrl-0 = <&qup_i2c4_data_clk>; 1230 interrupts = <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>; 1231 #address-cells = <1>; 1232 #size-cells = <0>; 1233 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1234 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>, 1235 <&aggre1_noc MASTER_QUP_0 0 &mc_virt SLAVE_EBI1 0>; 1236 interconnect-names = "qup-core", "qup-config", 1237 "qup-memory"; 1238 power-domains = <&rpmhpd SC7280_CX>; 1239 required-opps = <&rpmhpd_opp_low_svs>; 1240 dmas = <&gpi_dma0 0 4 QCOM_GPI_I2C>, 1241 <&gpi_dma0 1 4 QCOM_GPI_I2C>; 1242 dma-names = "tx", "rx"; 1243 status = "disabled"; 1244 }; 1245 1246 spi4: spi@990000 { 1247 compatible = "qcom,geni-spi"; 1248 reg = <0 0x00990000 0 0x4000>; 1249 clocks = <&gcc GCC_QUPV3_WRAP0_S4_CLK>; 1250 clock-names = "se"; 1251 pinctrl-names = "default"; 1252 pinctrl-0 = <&qup_spi4_data_clk>, <&qup_spi4_cs>; 1253 interrupts = <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>; 1254 #address-cells = <1>; 1255 #size-cells = <0>; 1256 power-domains = <&rpmhpd SC7280_CX>; 1257 operating-points-v2 = <&qup_opp_table>; 1258 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1259 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1260 interconnect-names = "qup-core", "qup-config"; 1261 dmas = <&gpi_dma0 0 4 QCOM_GPI_SPI>, 1262 <&gpi_dma0 1 4 QCOM_GPI_SPI>; 1263 dma-names = "tx", "rx"; 1264 status = "disabled"; 1265 }; 1266 1267 uart4: serial@990000 { 1268 compatible = "qcom,geni-uart"; 1269 reg = <0 0x00990000 0 0x4000>; 1270 clocks = <&gcc GCC_QUPV3_WRAP0_S4_CLK>; 1271 clock-names = "se"; 1272 pinctrl-names = "default"; 1273 pinctrl-0 = <&qup_uart4_cts>, <&qup_uart4_rts>, <&qup_uart4_tx>, <&qup_uart4_rx>; 1274 interrupts = <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>; 1275 power-domains = <&rpmhpd SC7280_CX>; 1276 operating-points-v2 = <&qup_opp_table>; 1277 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1278 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1279 interconnect-names = "qup-core", "qup-config"; 1280 status = "disabled"; 1281 }; 1282 1283 i2c5: i2c@994000 { 1284 compatible = "qcom,geni-i2c"; 1285 reg = <0 0x00994000 0 0x4000>; 1286 clocks = <&gcc GCC_QUPV3_WRAP0_S5_CLK>; 1287 clock-names = "se"; 1288 pinctrl-names = "default"; 1289 pinctrl-0 = <&qup_i2c5_data_clk>; 1290 interrupts = <GIC_SPI 606 IRQ_TYPE_LEVEL_HIGH>; 1291 #address-cells = <1>; 1292 #size-cells = <0>; 1293 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1294 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>, 1295 <&aggre1_noc MASTER_QUP_0 0 &mc_virt SLAVE_EBI1 0>; 1296 interconnect-names = "qup-core", "qup-config", 1297 "qup-memory"; 1298 power-domains = <&rpmhpd SC7280_CX>; 1299 required-opps = <&rpmhpd_opp_low_svs>; 1300 dmas = <&gpi_dma0 0 5 QCOM_GPI_I2C>, 1301 <&gpi_dma0 1 5 QCOM_GPI_I2C>; 1302 dma-names = "tx", "rx"; 1303 status = "disabled"; 1304 }; 1305 1306 spi5: spi@994000 { 1307 compatible = "qcom,geni-spi"; 1308 reg = <0 0x00994000 0 0x4000>; 1309 clocks = <&gcc GCC_QUPV3_WRAP0_S5_CLK>; 1310 clock-names = "se"; 1311 pinctrl-names = "default"; 1312 pinctrl-0 = <&qup_spi5_data_clk>, <&qup_spi5_cs>; 1313 interrupts = <GIC_SPI 606 IRQ_TYPE_LEVEL_HIGH>; 1314 #address-cells = <1>; 1315 #size-cells = <0>; 1316 power-domains = <&rpmhpd SC7280_CX>; 1317 operating-points-v2 = <&qup_opp_table>; 1318 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1319 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1320 interconnect-names = "qup-core", "qup-config"; 1321 dmas = <&gpi_dma0 0 5 QCOM_GPI_SPI>, 1322 <&gpi_dma0 1 5 QCOM_GPI_SPI>; 1323 dma-names = "tx", "rx"; 1324 status = "disabled"; 1325 }; 1326 1327 uart5: serial@994000 { 1328 compatible = "qcom,geni-uart"; 1329 reg = <0 0x00994000 0 0x4000>; 1330 clocks = <&gcc GCC_QUPV3_WRAP0_S5_CLK>; 1331 clock-names = "se"; 1332 pinctrl-names = "default"; 1333 pinctrl-0 = <&qup_uart5_cts>, <&qup_uart5_rts>, <&qup_uart5_tx>, <&qup_uart5_rx>; 1334 interrupts = <GIC_SPI 606 IRQ_TYPE_LEVEL_HIGH>; 1335 power-domains = <&rpmhpd SC7280_CX>; 1336 operating-points-v2 = <&qup_opp_table>; 1337 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1338 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1339 interconnect-names = "qup-core", "qup-config"; 1340 status = "disabled"; 1341 }; 1342 1343 i2c6: i2c@998000 { 1344 compatible = "qcom,geni-i2c"; 1345 reg = <0 0x00998000 0 0x4000>; 1346 clocks = <&gcc GCC_QUPV3_WRAP0_S6_CLK>; 1347 clock-names = "se"; 1348 pinctrl-names = "default"; 1349 pinctrl-0 = <&qup_i2c6_data_clk>; 1350 interrupts = <GIC_SPI 607 IRQ_TYPE_LEVEL_HIGH>; 1351 #address-cells = <1>; 1352 #size-cells = <0>; 1353 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1354 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>, 1355 <&aggre1_noc MASTER_QUP_0 0 &mc_virt SLAVE_EBI1 0>; 1356 interconnect-names = "qup-core", "qup-config", 1357 "qup-memory"; 1358 power-domains = <&rpmhpd SC7280_CX>; 1359 required-opps = <&rpmhpd_opp_low_svs>; 1360 dmas = <&gpi_dma0 0 6 QCOM_GPI_I2C>, 1361 <&gpi_dma0 1 6 QCOM_GPI_I2C>; 1362 dma-names = "tx", "rx"; 1363 status = "disabled"; 1364 }; 1365 1366 spi6: spi@998000 { 1367 compatible = "qcom,geni-spi"; 1368 reg = <0 0x00998000 0 0x4000>; 1369 clocks = <&gcc GCC_QUPV3_WRAP0_S6_CLK>; 1370 clock-names = "se"; 1371 pinctrl-names = "default"; 1372 pinctrl-0 = <&qup_spi6_data_clk>, <&qup_spi6_cs>; 1373 interrupts = <GIC_SPI 607 IRQ_TYPE_LEVEL_HIGH>; 1374 #address-cells = <1>; 1375 #size-cells = <0>; 1376 power-domains = <&rpmhpd SC7280_CX>; 1377 operating-points-v2 = <&qup_opp_table>; 1378 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1379 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1380 interconnect-names = "qup-core", "qup-config"; 1381 dmas = <&gpi_dma0 0 6 QCOM_GPI_SPI>, 1382 <&gpi_dma0 1 6 QCOM_GPI_SPI>; 1383 dma-names = "tx", "rx"; 1384 status = "disabled"; 1385 }; 1386 1387 uart6: serial@998000 { 1388 compatible = "qcom,geni-uart"; 1389 reg = <0 0x00998000 0 0x4000>; 1390 clocks = <&gcc GCC_QUPV3_WRAP0_S6_CLK>; 1391 clock-names = "se"; 1392 pinctrl-names = "default"; 1393 pinctrl-0 = <&qup_uart6_cts>, <&qup_uart6_rts>, <&qup_uart6_tx>, <&qup_uart6_rx>; 1394 interrupts = <GIC_SPI 607 IRQ_TYPE_LEVEL_HIGH>; 1395 power-domains = <&rpmhpd SC7280_CX>; 1396 operating-points-v2 = <&qup_opp_table>; 1397 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1398 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1399 interconnect-names = "qup-core", "qup-config"; 1400 status = "disabled"; 1401 }; 1402 1403 i2c7: i2c@99c000 { 1404 compatible = "qcom,geni-i2c"; 1405 reg = <0 0x0099c000 0 0x4000>; 1406 clocks = <&gcc GCC_QUPV3_WRAP0_S7_CLK>; 1407 clock-names = "se"; 1408 pinctrl-names = "default"; 1409 pinctrl-0 = <&qup_i2c7_data_clk>; 1410 interrupts = <GIC_SPI 608 IRQ_TYPE_LEVEL_HIGH>; 1411 #address-cells = <1>; 1412 #size-cells = <0>; 1413 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1414 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>, 1415 <&aggre1_noc MASTER_QUP_0 0 &mc_virt SLAVE_EBI1 0>; 1416 interconnect-names = "qup-core", "qup-config", 1417 "qup-memory"; 1418 power-domains = <&rpmhpd SC7280_CX>; 1419 required-opps = <&rpmhpd_opp_low_svs>; 1420 dmas = <&gpi_dma0 0 7 QCOM_GPI_I2C>, 1421 <&gpi_dma0 1 7 QCOM_GPI_I2C>; 1422 dma-names = "tx", "rx"; 1423 status = "disabled"; 1424 }; 1425 1426 spi7: spi@99c000 { 1427 compatible = "qcom,geni-spi"; 1428 reg = <0 0x0099c000 0 0x4000>; 1429 clocks = <&gcc GCC_QUPV3_WRAP0_S7_CLK>; 1430 clock-names = "se"; 1431 pinctrl-names = "default"; 1432 pinctrl-0 = <&qup_spi7_data_clk>, <&qup_spi7_cs>; 1433 interrupts = <GIC_SPI 608 IRQ_TYPE_LEVEL_HIGH>; 1434 #address-cells = <1>; 1435 #size-cells = <0>; 1436 power-domains = <&rpmhpd SC7280_CX>; 1437 operating-points-v2 = <&qup_opp_table>; 1438 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1439 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1440 interconnect-names = "qup-core", "qup-config"; 1441 dmas = <&gpi_dma0 0 7 QCOM_GPI_SPI>, 1442 <&gpi_dma0 1 7 QCOM_GPI_SPI>; 1443 dma-names = "tx", "rx"; 1444 status = "disabled"; 1445 }; 1446 1447 uart7: serial@99c000 { 1448 compatible = "qcom,geni-uart"; 1449 reg = <0 0x0099c000 0 0x4000>; 1450 clocks = <&gcc GCC_QUPV3_WRAP0_S7_CLK>; 1451 clock-names = "se"; 1452 pinctrl-names = "default"; 1453 pinctrl-0 = <&qup_uart7_cts>, <&qup_uart7_rts>, <&qup_uart7_tx>, <&qup_uart7_rx>; 1454 interrupts = <GIC_SPI 608 IRQ_TYPE_LEVEL_HIGH>; 1455 power-domains = <&rpmhpd SC7280_CX>; 1456 operating-points-v2 = <&qup_opp_table>; 1457 interconnects = <&clk_virt MASTER_QUP_CORE_0 0 &clk_virt SLAVE_QUP_CORE_0 0>, 1458 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_0 0>; 1459 interconnect-names = "qup-core", "qup-config"; 1460 status = "disabled"; 1461 }; 1462 }; 1463 1464 gpi_dma1: dma-controller@a00000 { 1465 #dma-cells = <3>; 1466 compatible = "qcom,sc7280-gpi-dma", "qcom,sm6350-gpi-dma"; 1467 reg = <0 0x00a00000 0 0x60000>; 1468 interrupts = <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>, 1469 <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>, 1470 <GIC_SPI 281 IRQ_TYPE_LEVEL_HIGH>, 1471 <GIC_SPI 282 IRQ_TYPE_LEVEL_HIGH>, 1472 <GIC_SPI 283 IRQ_TYPE_LEVEL_HIGH>, 1473 <GIC_SPI 284 IRQ_TYPE_LEVEL_HIGH>, 1474 <GIC_SPI 293 IRQ_TYPE_LEVEL_HIGH>, 1475 <GIC_SPI 294 IRQ_TYPE_LEVEL_HIGH>, 1476 <GIC_SPI 295 IRQ_TYPE_LEVEL_HIGH>, 1477 <GIC_SPI 296 IRQ_TYPE_LEVEL_HIGH>, 1478 <GIC_SPI 297 IRQ_TYPE_LEVEL_HIGH>, 1479 <GIC_SPI 298 IRQ_TYPE_LEVEL_HIGH>; 1480 dma-channels = <12>; 1481 dma-channel-mask = <0x1e>; 1482 iommus = <&apps_smmu 0x56 0x0>; 1483 status = "disabled"; 1484 }; 1485 1486 qupv3_id_1: geniqup@ac0000 { 1487 compatible = "qcom,geni-se-qup"; 1488 reg = <0 0x00ac0000 0 0x2000>; 1489 clocks = <&gcc GCC_QUPV3_WRAP_1_M_AHB_CLK>, 1490 <&gcc GCC_QUPV3_WRAP_1_S_AHB_CLK>; 1491 clock-names = "m-ahb", "s-ahb"; 1492 #address-cells = <2>; 1493 #size-cells = <2>; 1494 ranges; 1495 iommus = <&apps_smmu 0x43 0x0>; 1496 status = "disabled"; 1497 1498 i2c8: i2c@a80000 { 1499 compatible = "qcom,geni-i2c"; 1500 reg = <0 0x00a80000 0 0x4000>; 1501 clocks = <&gcc GCC_QUPV3_WRAP1_S0_CLK>; 1502 clock-names = "se"; 1503 pinctrl-names = "default"; 1504 pinctrl-0 = <&qup_i2c8_data_clk>; 1505 interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>; 1506 #address-cells = <1>; 1507 #size-cells = <0>; 1508 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1509 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>, 1510 <&aggre2_noc MASTER_QUP_1 0 &mc_virt SLAVE_EBI1 0>; 1511 interconnect-names = "qup-core", "qup-config", 1512 "qup-memory"; 1513 power-domains = <&rpmhpd SC7280_CX>; 1514 required-opps = <&rpmhpd_opp_low_svs>; 1515 dmas = <&gpi_dma1 0 0 QCOM_GPI_I2C>, 1516 <&gpi_dma1 1 0 QCOM_GPI_I2C>; 1517 dma-names = "tx", "rx"; 1518 status = "disabled"; 1519 }; 1520 1521 spi8: spi@a80000 { 1522 compatible = "qcom,geni-spi"; 1523 reg = <0 0x00a80000 0 0x4000>; 1524 clocks = <&gcc GCC_QUPV3_WRAP1_S0_CLK>; 1525 clock-names = "se"; 1526 pinctrl-names = "default"; 1527 pinctrl-0 = <&qup_spi8_data_clk>, <&qup_spi8_cs>; 1528 interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>; 1529 #address-cells = <1>; 1530 #size-cells = <0>; 1531 power-domains = <&rpmhpd SC7280_CX>; 1532 operating-points-v2 = <&qup_opp_table>; 1533 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1534 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1535 interconnect-names = "qup-core", "qup-config"; 1536 dmas = <&gpi_dma1 0 0 QCOM_GPI_SPI>, 1537 <&gpi_dma1 1 0 QCOM_GPI_SPI>; 1538 dma-names = "tx", "rx"; 1539 status = "disabled"; 1540 }; 1541 1542 uart8: serial@a80000 { 1543 compatible = "qcom,geni-uart"; 1544 reg = <0 0x00a80000 0 0x4000>; 1545 clocks = <&gcc GCC_QUPV3_WRAP1_S0_CLK>; 1546 clock-names = "se"; 1547 pinctrl-names = "default"; 1548 pinctrl-0 = <&qup_uart8_cts>, <&qup_uart8_rts>, <&qup_uart8_tx>, <&qup_uart8_rx>; 1549 interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>; 1550 power-domains = <&rpmhpd SC7280_CX>; 1551 operating-points-v2 = <&qup_opp_table>; 1552 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1553 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1554 interconnect-names = "qup-core", "qup-config"; 1555 status = "disabled"; 1556 }; 1557 1558 i2c9: i2c@a84000 { 1559 compatible = "qcom,geni-i2c"; 1560 reg = <0 0x00a84000 0 0x4000>; 1561 clocks = <&gcc GCC_QUPV3_WRAP1_S1_CLK>; 1562 clock-names = "se"; 1563 pinctrl-names = "default"; 1564 pinctrl-0 = <&qup_i2c9_data_clk>; 1565 interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>; 1566 #address-cells = <1>; 1567 #size-cells = <0>; 1568 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1569 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>, 1570 <&aggre2_noc MASTER_QUP_1 0 &mc_virt SLAVE_EBI1 0>; 1571 interconnect-names = "qup-core", "qup-config", 1572 "qup-memory"; 1573 power-domains = <&rpmhpd SC7280_CX>; 1574 required-opps = <&rpmhpd_opp_low_svs>; 1575 dmas = <&gpi_dma1 0 1 QCOM_GPI_I2C>, 1576 <&gpi_dma1 1 1 QCOM_GPI_I2C>; 1577 dma-names = "tx", "rx"; 1578 status = "disabled"; 1579 }; 1580 1581 spi9: spi@a84000 { 1582 compatible = "qcom,geni-spi"; 1583 reg = <0 0x00a84000 0 0x4000>; 1584 clocks = <&gcc GCC_QUPV3_WRAP1_S1_CLK>; 1585 clock-names = "se"; 1586 pinctrl-names = "default"; 1587 pinctrl-0 = <&qup_spi9_data_clk>, <&qup_spi9_cs>; 1588 interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>; 1589 #address-cells = <1>; 1590 #size-cells = <0>; 1591 power-domains = <&rpmhpd SC7280_CX>; 1592 operating-points-v2 = <&qup_opp_table>; 1593 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1594 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1595 interconnect-names = "qup-core", "qup-config"; 1596 dmas = <&gpi_dma1 0 1 QCOM_GPI_SPI>, 1597 <&gpi_dma1 1 1 QCOM_GPI_SPI>; 1598 dma-names = "tx", "rx"; 1599 status = "disabled"; 1600 }; 1601 1602 uart9: serial@a84000 { 1603 compatible = "qcom,geni-uart"; 1604 reg = <0 0x00a84000 0 0x4000>; 1605 clocks = <&gcc GCC_QUPV3_WRAP1_S1_CLK>; 1606 clock-names = "se"; 1607 pinctrl-names = "default"; 1608 pinctrl-0 = <&qup_uart9_cts>, <&qup_uart9_rts>, <&qup_uart9_tx>, <&qup_uart9_rx>; 1609 interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>; 1610 power-domains = <&rpmhpd SC7280_CX>; 1611 operating-points-v2 = <&qup_opp_table>; 1612 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1613 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1614 interconnect-names = "qup-core", "qup-config"; 1615 status = "disabled"; 1616 }; 1617 1618 i2c10: i2c@a88000 { 1619 compatible = "qcom,geni-i2c"; 1620 reg = <0 0x00a88000 0 0x4000>; 1621 clocks = <&gcc GCC_QUPV3_WRAP1_S2_CLK>; 1622 clock-names = "se"; 1623 pinctrl-names = "default"; 1624 pinctrl-0 = <&qup_i2c10_data_clk>; 1625 interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>; 1626 #address-cells = <1>; 1627 #size-cells = <0>; 1628 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1629 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>, 1630 <&aggre2_noc MASTER_QUP_1 0 &mc_virt SLAVE_EBI1 0>; 1631 interconnect-names = "qup-core", "qup-config", 1632 "qup-memory"; 1633 power-domains = <&rpmhpd SC7280_CX>; 1634 required-opps = <&rpmhpd_opp_low_svs>; 1635 dmas = <&gpi_dma1 0 2 QCOM_GPI_I2C>, 1636 <&gpi_dma1 1 2 QCOM_GPI_I2C>; 1637 dma-names = "tx", "rx"; 1638 status = "disabled"; 1639 }; 1640 1641 spi10: spi@a88000 { 1642 compatible = "qcom,geni-spi"; 1643 reg = <0 0x00a88000 0 0x4000>; 1644 clocks = <&gcc GCC_QUPV3_WRAP1_S2_CLK>; 1645 clock-names = "se"; 1646 pinctrl-names = "default"; 1647 pinctrl-0 = <&qup_spi10_data_clk>, <&qup_spi10_cs>; 1648 interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>; 1649 #address-cells = <1>; 1650 #size-cells = <0>; 1651 power-domains = <&rpmhpd SC7280_CX>; 1652 operating-points-v2 = <&qup_opp_table>; 1653 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1654 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1655 interconnect-names = "qup-core", "qup-config"; 1656 dmas = <&gpi_dma1 0 2 QCOM_GPI_SPI>, 1657 <&gpi_dma1 1 2 QCOM_GPI_SPI>; 1658 dma-names = "tx", "rx"; 1659 status = "disabled"; 1660 }; 1661 1662 uart10: serial@a88000 { 1663 compatible = "qcom,geni-uart"; 1664 reg = <0 0x00a88000 0 0x4000>; 1665 clocks = <&gcc GCC_QUPV3_WRAP1_S2_CLK>; 1666 clock-names = "se"; 1667 pinctrl-names = "default"; 1668 pinctrl-0 = <&qup_uart10_cts>, <&qup_uart10_rts>, <&qup_uart10_tx>, <&qup_uart10_rx>; 1669 interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>; 1670 power-domains = <&rpmhpd SC7280_CX>; 1671 operating-points-v2 = <&qup_opp_table>; 1672 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1673 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1674 interconnect-names = "qup-core", "qup-config"; 1675 status = "disabled"; 1676 }; 1677 1678 i2c11: i2c@a8c000 { 1679 compatible = "qcom,geni-i2c"; 1680 reg = <0 0x00a8c000 0 0x4000>; 1681 clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>; 1682 clock-names = "se"; 1683 pinctrl-names = "default"; 1684 pinctrl-0 = <&qup_i2c11_data_clk>; 1685 interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>; 1686 #address-cells = <1>; 1687 #size-cells = <0>; 1688 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1689 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>, 1690 <&aggre2_noc MASTER_QUP_1 0 &mc_virt SLAVE_EBI1 0>; 1691 interconnect-names = "qup-core", "qup-config", 1692 "qup-memory"; 1693 power-domains = <&rpmhpd SC7280_CX>; 1694 required-opps = <&rpmhpd_opp_low_svs>; 1695 dmas = <&gpi_dma1 0 3 QCOM_GPI_I2C>, 1696 <&gpi_dma1 1 3 QCOM_GPI_I2C>; 1697 dma-names = "tx", "rx"; 1698 status = "disabled"; 1699 }; 1700 1701 spi11: spi@a8c000 { 1702 compatible = "qcom,geni-spi"; 1703 reg = <0 0x00a8c000 0 0x4000>; 1704 clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>; 1705 clock-names = "se"; 1706 pinctrl-names = "default"; 1707 pinctrl-0 = <&qup_spi11_data_clk>, <&qup_spi11_cs>; 1708 interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>; 1709 #address-cells = <1>; 1710 #size-cells = <0>; 1711 power-domains = <&rpmhpd SC7280_CX>; 1712 operating-points-v2 = <&qup_opp_table>; 1713 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1714 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1715 interconnect-names = "qup-core", "qup-config"; 1716 dmas = <&gpi_dma1 0 3 QCOM_GPI_SPI>, 1717 <&gpi_dma1 1 3 QCOM_GPI_SPI>; 1718 dma-names = "tx", "rx"; 1719 status = "disabled"; 1720 }; 1721 1722 uart11: serial@a8c000 { 1723 compatible = "qcom,geni-uart"; 1724 reg = <0 0x00a8c000 0 0x4000>; 1725 clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>; 1726 clock-names = "se"; 1727 pinctrl-names = "default"; 1728 pinctrl-0 = <&qup_uart11_cts>, <&qup_uart11_rts>, <&qup_uart11_tx>, <&qup_uart11_rx>; 1729 interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>; 1730 power-domains = <&rpmhpd SC7280_CX>; 1731 operating-points-v2 = <&qup_opp_table>; 1732 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1733 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1734 interconnect-names = "qup-core", "qup-config"; 1735 status = "disabled"; 1736 }; 1737 1738 i2c12: i2c@a90000 { 1739 compatible = "qcom,geni-i2c"; 1740 reg = <0 0x00a90000 0 0x4000>; 1741 clocks = <&gcc GCC_QUPV3_WRAP1_S4_CLK>; 1742 clock-names = "se"; 1743 pinctrl-names = "default"; 1744 pinctrl-0 = <&qup_i2c12_data_clk>; 1745 interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>; 1746 #address-cells = <1>; 1747 #size-cells = <0>; 1748 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1749 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>, 1750 <&aggre2_noc MASTER_QUP_1 0 &mc_virt SLAVE_EBI1 0>; 1751 interconnect-names = "qup-core", "qup-config", 1752 "qup-memory"; 1753 power-domains = <&rpmhpd SC7280_CX>; 1754 required-opps = <&rpmhpd_opp_low_svs>; 1755 dmas = <&gpi_dma1 0 4 QCOM_GPI_I2C>, 1756 <&gpi_dma1 1 4 QCOM_GPI_I2C>; 1757 dma-names = "tx", "rx"; 1758 status = "disabled"; 1759 }; 1760 1761 spi12: spi@a90000 { 1762 compatible = "qcom,geni-spi"; 1763 reg = <0 0x00a90000 0 0x4000>; 1764 clocks = <&gcc GCC_QUPV3_WRAP1_S4_CLK>; 1765 clock-names = "se"; 1766 pinctrl-names = "default"; 1767 pinctrl-0 = <&qup_spi12_data_clk>, <&qup_spi12_cs>; 1768 interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>; 1769 #address-cells = <1>; 1770 #size-cells = <0>; 1771 power-domains = <&rpmhpd SC7280_CX>; 1772 operating-points-v2 = <&qup_opp_table>; 1773 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1774 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1775 interconnect-names = "qup-core", "qup-config"; 1776 dmas = <&gpi_dma1 0 4 QCOM_GPI_SPI>, 1777 <&gpi_dma1 1 4 QCOM_GPI_SPI>; 1778 dma-names = "tx", "rx"; 1779 status = "disabled"; 1780 }; 1781 1782 uart12: serial@a90000 { 1783 compatible = "qcom,geni-uart"; 1784 reg = <0 0x00a90000 0 0x4000>; 1785 clocks = <&gcc GCC_QUPV3_WRAP1_S4_CLK>; 1786 clock-names = "se"; 1787 pinctrl-names = "default"; 1788 pinctrl-0 = <&qup_uart12_cts>, <&qup_uart12_rts>, <&qup_uart12_tx>, <&qup_uart12_rx>; 1789 interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>; 1790 power-domains = <&rpmhpd SC7280_CX>; 1791 operating-points-v2 = <&qup_opp_table>; 1792 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1793 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1794 interconnect-names = "qup-core", "qup-config"; 1795 status = "disabled"; 1796 }; 1797 1798 i2c13: i2c@a94000 { 1799 compatible = "qcom,geni-i2c"; 1800 reg = <0 0x00a94000 0 0x4000>; 1801 clocks = <&gcc GCC_QUPV3_WRAP1_S5_CLK>; 1802 clock-names = "se"; 1803 pinctrl-names = "default"; 1804 pinctrl-0 = <&qup_i2c13_data_clk>; 1805 interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>; 1806 #address-cells = <1>; 1807 #size-cells = <0>; 1808 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1809 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>, 1810 <&aggre2_noc MASTER_QUP_1 0 &mc_virt SLAVE_EBI1 0>; 1811 interconnect-names = "qup-core", "qup-config", 1812 "qup-memory"; 1813 power-domains = <&rpmhpd SC7280_CX>; 1814 required-opps = <&rpmhpd_opp_low_svs>; 1815 dmas = <&gpi_dma1 0 5 QCOM_GPI_I2C>, 1816 <&gpi_dma1 1 5 QCOM_GPI_I2C>; 1817 dma-names = "tx", "rx"; 1818 status = "disabled"; 1819 }; 1820 1821 spi13: spi@a94000 { 1822 compatible = "qcom,geni-spi"; 1823 reg = <0 0x00a94000 0 0x4000>; 1824 clocks = <&gcc GCC_QUPV3_WRAP1_S5_CLK>; 1825 clock-names = "se"; 1826 pinctrl-names = "default"; 1827 pinctrl-0 = <&qup_spi13_data_clk>, <&qup_spi13_cs>; 1828 interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>; 1829 #address-cells = <1>; 1830 #size-cells = <0>; 1831 power-domains = <&rpmhpd SC7280_CX>; 1832 operating-points-v2 = <&qup_opp_table>; 1833 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1834 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1835 interconnect-names = "qup-core", "qup-config"; 1836 dmas = <&gpi_dma1 0 5 QCOM_GPI_SPI>, 1837 <&gpi_dma1 1 5 QCOM_GPI_SPI>; 1838 dma-names = "tx", "rx"; 1839 status = "disabled"; 1840 }; 1841 1842 uart13: serial@a94000 { 1843 compatible = "qcom,geni-uart"; 1844 reg = <0 0x00a94000 0 0x4000>; 1845 clocks = <&gcc GCC_QUPV3_WRAP1_S5_CLK>; 1846 clock-names = "se"; 1847 pinctrl-names = "default"; 1848 pinctrl-0 = <&qup_uart13_cts>, <&qup_uart13_rts>, <&qup_uart13_tx>, <&qup_uart13_rx>; 1849 interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>; 1850 power-domains = <&rpmhpd SC7280_CX>; 1851 operating-points-v2 = <&qup_opp_table>; 1852 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1853 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1854 interconnect-names = "qup-core", "qup-config"; 1855 status = "disabled"; 1856 }; 1857 1858 i2c14: i2c@a98000 { 1859 compatible = "qcom,geni-i2c"; 1860 reg = <0 0x00a98000 0 0x4000>; 1861 clocks = <&gcc GCC_QUPV3_WRAP1_S6_CLK>; 1862 clock-names = "se"; 1863 pinctrl-names = "default"; 1864 pinctrl-0 = <&qup_i2c14_data_clk>; 1865 interrupts = <GIC_SPI 368 IRQ_TYPE_LEVEL_HIGH>; 1866 #address-cells = <1>; 1867 #size-cells = <0>; 1868 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1869 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>, 1870 <&aggre2_noc MASTER_QUP_1 0 &mc_virt SLAVE_EBI1 0>; 1871 interconnect-names = "qup-core", "qup-config", 1872 "qup-memory"; 1873 power-domains = <&rpmhpd SC7280_CX>; 1874 required-opps = <&rpmhpd_opp_low_svs>; 1875 dmas = <&gpi_dma1 0 6 QCOM_GPI_I2C>, 1876 <&gpi_dma1 1 6 QCOM_GPI_I2C>; 1877 dma-names = "tx", "rx"; 1878 status = "disabled"; 1879 }; 1880 1881 spi14: spi@a98000 { 1882 compatible = "qcom,geni-spi"; 1883 reg = <0 0x00a98000 0 0x4000>; 1884 clocks = <&gcc GCC_QUPV3_WRAP1_S6_CLK>; 1885 clock-names = "se"; 1886 pinctrl-names = "default"; 1887 pinctrl-0 = <&qup_spi14_data_clk>, <&qup_spi14_cs>; 1888 interrupts = <GIC_SPI 368 IRQ_TYPE_LEVEL_HIGH>; 1889 #address-cells = <1>; 1890 #size-cells = <0>; 1891 power-domains = <&rpmhpd SC7280_CX>; 1892 operating-points-v2 = <&qup_opp_table>; 1893 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1894 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1895 interconnect-names = "qup-core", "qup-config"; 1896 dmas = <&gpi_dma1 0 6 QCOM_GPI_SPI>, 1897 <&gpi_dma1 1 6 QCOM_GPI_SPI>; 1898 dma-names = "tx", "rx"; 1899 status = "disabled"; 1900 }; 1901 1902 uart14: serial@a98000 { 1903 compatible = "qcom,geni-uart"; 1904 reg = <0 0x00a98000 0 0x4000>; 1905 clocks = <&gcc GCC_QUPV3_WRAP1_S6_CLK>; 1906 clock-names = "se"; 1907 pinctrl-names = "default"; 1908 pinctrl-0 = <&qup_uart14_cts>, <&qup_uart14_rts>, <&qup_uart14_tx>, <&qup_uart14_rx>; 1909 interrupts = <GIC_SPI 368 IRQ_TYPE_LEVEL_HIGH>; 1910 power-domains = <&rpmhpd SC7280_CX>; 1911 operating-points-v2 = <&qup_opp_table>; 1912 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1913 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1914 interconnect-names = "qup-core", "qup-config"; 1915 status = "disabled"; 1916 }; 1917 1918 i2c15: i2c@a9c000 { 1919 compatible = "qcom,geni-i2c"; 1920 reg = <0 0x00a9c000 0 0x4000>; 1921 clocks = <&gcc GCC_QUPV3_WRAP1_S7_CLK>; 1922 clock-names = "se"; 1923 pinctrl-names = "default"; 1924 pinctrl-0 = <&qup_i2c15_data_clk>; 1925 interrupts = <GIC_SPI 369 IRQ_TYPE_LEVEL_HIGH>; 1926 #address-cells = <1>; 1927 #size-cells = <0>; 1928 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1929 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>, 1930 <&aggre2_noc MASTER_QUP_1 0 &mc_virt SLAVE_EBI1 0>; 1931 interconnect-names = "qup-core", "qup-config", 1932 "qup-memory"; 1933 power-domains = <&rpmhpd SC7280_CX>; 1934 required-opps = <&rpmhpd_opp_low_svs>; 1935 dmas = <&gpi_dma1 0 7 QCOM_GPI_I2C>, 1936 <&gpi_dma1 1 7 QCOM_GPI_I2C>; 1937 dma-names = "tx", "rx"; 1938 status = "disabled"; 1939 }; 1940 1941 spi15: spi@a9c000 { 1942 compatible = "qcom,geni-spi"; 1943 reg = <0 0x00a9c000 0 0x4000>; 1944 clocks = <&gcc GCC_QUPV3_WRAP1_S7_CLK>; 1945 clock-names = "se"; 1946 pinctrl-names = "default"; 1947 pinctrl-0 = <&qup_spi15_data_clk>, <&qup_spi15_cs>; 1948 interrupts = <GIC_SPI 369 IRQ_TYPE_LEVEL_HIGH>; 1949 #address-cells = <1>; 1950 #size-cells = <0>; 1951 power-domains = <&rpmhpd SC7280_CX>; 1952 operating-points-v2 = <&qup_opp_table>; 1953 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1954 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1955 interconnect-names = "qup-core", "qup-config"; 1956 dmas = <&gpi_dma1 0 7 QCOM_GPI_SPI>, 1957 <&gpi_dma1 1 7 QCOM_GPI_SPI>; 1958 dma-names = "tx", "rx"; 1959 status = "disabled"; 1960 }; 1961 1962 uart15: serial@a9c000 { 1963 compatible = "qcom,geni-uart"; 1964 reg = <0 0x00a9c000 0 0x4000>; 1965 clocks = <&gcc GCC_QUPV3_WRAP1_S7_CLK>; 1966 clock-names = "se"; 1967 pinctrl-names = "default"; 1968 pinctrl-0 = <&qup_uart15_cts>, <&qup_uart15_rts>, <&qup_uart15_tx>, <&qup_uart15_rx>; 1969 interrupts = <GIC_SPI 369 IRQ_TYPE_LEVEL_HIGH>; 1970 power-domains = <&rpmhpd SC7280_CX>; 1971 operating-points-v2 = <&qup_opp_table>; 1972 interconnects = <&clk_virt MASTER_QUP_CORE_1 0 &clk_virt SLAVE_QUP_CORE_1 0>, 1973 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_QUP_1 0>; 1974 interconnect-names = "qup-core", "qup-config"; 1975 status = "disabled"; 1976 }; 1977 }; 1978 1979 cnoc2: interconnect@1500000 { 1980 reg = <0 0x01500000 0 0x1000>; 1981 compatible = "qcom,sc7280-cnoc2"; 1982 #interconnect-cells = <2>; 1983 qcom,bcm-voters = <&apps_bcm_voter>; 1984 }; 1985 1986 cnoc3: interconnect@1502000 { 1987 reg = <0 0x01502000 0 0x1000>; 1988 compatible = "qcom,sc7280-cnoc3"; 1989 #interconnect-cells = <2>; 1990 qcom,bcm-voters = <&apps_bcm_voter>; 1991 }; 1992 1993 mc_virt: interconnect@1580000 { 1994 reg = <0 0x01580000 0 0x4>; 1995 compatible = "qcom,sc7280-mc-virt"; 1996 #interconnect-cells = <2>; 1997 qcom,bcm-voters = <&apps_bcm_voter>; 1998 }; 1999 2000 system_noc: interconnect@1680000 { 2001 reg = <0 0x01680000 0 0x15480>; 2002 compatible = "qcom,sc7280-system-noc"; 2003 #interconnect-cells = <2>; 2004 qcom,bcm-voters = <&apps_bcm_voter>; 2005 }; 2006 2007 aggre1_noc: interconnect@16e0000 { 2008 compatible = "qcom,sc7280-aggre1-noc"; 2009 reg = <0 0x016e0000 0 0x1c080>; 2010 #interconnect-cells = <2>; 2011 qcom,bcm-voters = <&apps_bcm_voter>; 2012 }; 2013 2014 aggre2_noc: interconnect@1700000 { 2015 reg = <0 0x01700000 0 0x2b080>; 2016 compatible = "qcom,sc7280-aggre2-noc"; 2017 #interconnect-cells = <2>; 2018 qcom,bcm-voters = <&apps_bcm_voter>; 2019 }; 2020 2021 mmss_noc: interconnect@1740000 { 2022 reg = <0 0x01740000 0 0x1e080>; 2023 compatible = "qcom,sc7280-mmss-noc"; 2024 #interconnect-cells = <2>; 2025 qcom,bcm-voters = <&apps_bcm_voter>; 2026 }; 2027 2028 wifi: wifi@17a10040 { 2029 compatible = "qcom,wcn6750-wifi"; 2030 reg = <0 0x17a10040 0 0x0>; 2031 iommus = <&apps_smmu 0x1c00 0x1>; 2032 interrupts = <GIC_SPI 768 IRQ_TYPE_EDGE_RISING>, 2033 <GIC_SPI 769 IRQ_TYPE_EDGE_RISING>, 2034 <GIC_SPI 770 IRQ_TYPE_EDGE_RISING>, 2035 <GIC_SPI 771 IRQ_TYPE_EDGE_RISING>, 2036 <GIC_SPI 772 IRQ_TYPE_EDGE_RISING>, 2037 <GIC_SPI 773 IRQ_TYPE_EDGE_RISING>, 2038 <GIC_SPI 774 IRQ_TYPE_EDGE_RISING>, 2039 <GIC_SPI 775 IRQ_TYPE_EDGE_RISING>, 2040 <GIC_SPI 776 IRQ_TYPE_EDGE_RISING>, 2041 <GIC_SPI 777 IRQ_TYPE_EDGE_RISING>, 2042 <GIC_SPI 778 IRQ_TYPE_EDGE_RISING>, 2043 <GIC_SPI 779 IRQ_TYPE_EDGE_RISING>, 2044 <GIC_SPI 780 IRQ_TYPE_EDGE_RISING>, 2045 <GIC_SPI 781 IRQ_TYPE_EDGE_RISING>, 2046 <GIC_SPI 782 IRQ_TYPE_EDGE_RISING>, 2047 <GIC_SPI 783 IRQ_TYPE_EDGE_RISING>, 2048 <GIC_SPI 784 IRQ_TYPE_EDGE_RISING>, 2049 <GIC_SPI 785 IRQ_TYPE_EDGE_RISING>, 2050 <GIC_SPI 786 IRQ_TYPE_EDGE_RISING>, 2051 <GIC_SPI 787 IRQ_TYPE_EDGE_RISING>, 2052 <GIC_SPI 788 IRQ_TYPE_EDGE_RISING>, 2053 <GIC_SPI 789 IRQ_TYPE_EDGE_RISING>, 2054 <GIC_SPI 790 IRQ_TYPE_EDGE_RISING>, 2055 <GIC_SPI 791 IRQ_TYPE_EDGE_RISING>, 2056 <GIC_SPI 792 IRQ_TYPE_EDGE_RISING>, 2057 <GIC_SPI 793 IRQ_TYPE_EDGE_RISING>, 2058 <GIC_SPI 794 IRQ_TYPE_EDGE_RISING>, 2059 <GIC_SPI 795 IRQ_TYPE_EDGE_RISING>, 2060 <GIC_SPI 796 IRQ_TYPE_EDGE_RISING>, 2061 <GIC_SPI 797 IRQ_TYPE_EDGE_RISING>, 2062 <GIC_SPI 798 IRQ_TYPE_EDGE_RISING>, 2063 <GIC_SPI 799 IRQ_TYPE_EDGE_RISING>; 2064 qcom,rproc = <&remoteproc_wpss>; 2065 memory-region = <&wlan_fw_mem>, <&wlan_ce_mem>; 2066 status = "disabled"; 2067 qcom,smem-states = <&wlan_smp2p_out 0>; 2068 qcom,smem-state-names = "wlan-smp2p-out"; 2069 }; 2070 2071 pcie1: pci@1c08000 { 2072 compatible = "qcom,pcie-sc7280"; 2073 reg = <0 0x01c08000 0 0x3000>, 2074 <0 0x40000000 0 0xf1d>, 2075 <0 0x40000f20 0 0xa8>, 2076 <0 0x40001000 0 0x1000>, 2077 <0 0x40100000 0 0x100000>; 2078 2079 reg-names = "parf", "dbi", "elbi", "atu", "config"; 2080 device_type = "pci"; 2081 linux,pci-domain = <1>; 2082 bus-range = <0x00 0xff>; 2083 num-lanes = <2>; 2084 2085 #address-cells = <3>; 2086 #size-cells = <2>; 2087 2088 ranges = <0x01000000 0x0 0x40200000 0x0 0x40200000 0x0 0x100000>, 2089 <0x02000000 0x0 0x40300000 0x0 0x40300000 0x0 0x1fd00000>; 2090 2091 interrupts = <GIC_SPI 307 IRQ_TYPE_LEVEL_HIGH>; 2092 interrupt-names = "msi"; 2093 #interrupt-cells = <1>; 2094 interrupt-map-mask = <0 0 0 0x7>; 2095 interrupt-map = <0 0 0 1 &intc 0 0 0 434 IRQ_TYPE_LEVEL_HIGH>, 2096 <0 0 0 2 &intc 0 0 0 435 IRQ_TYPE_LEVEL_HIGH>, 2097 <0 0 0 3 &intc 0 0 0 438 IRQ_TYPE_LEVEL_HIGH>, 2098 <0 0 0 4 &intc 0 0 0 439 IRQ_TYPE_LEVEL_HIGH>; 2099 2100 clocks = <&gcc GCC_PCIE_1_PIPE_CLK>, 2101 <&gcc GCC_PCIE_1_PIPE_CLK_SRC>, 2102 <&pcie1_lane>, 2103 <&rpmhcc RPMH_CXO_CLK>, 2104 <&gcc GCC_PCIE_1_AUX_CLK>, 2105 <&gcc GCC_PCIE_1_CFG_AHB_CLK>, 2106 <&gcc GCC_PCIE_1_MSTR_AXI_CLK>, 2107 <&gcc GCC_PCIE_1_SLV_AXI_CLK>, 2108 <&gcc GCC_PCIE_1_SLV_Q2A_AXI_CLK>, 2109 <&gcc GCC_AGGRE_NOC_PCIE_TBU_CLK>, 2110 <&gcc GCC_DDRSS_PCIE_SF_CLK>, 2111 <&gcc GCC_AGGRE_NOC_PCIE_CENTER_SF_AXI_CLK>, 2112 <&gcc GCC_AGGRE_NOC_PCIE_1_AXI_CLK>; 2113 2114 clock-names = "pipe", 2115 "pipe_mux", 2116 "phy_pipe", 2117 "ref", 2118 "aux", 2119 "cfg", 2120 "bus_master", 2121 "bus_slave", 2122 "slave_q2a", 2123 "tbu", 2124 "ddrss_sf_tbu", 2125 "aggre0", 2126 "aggre1"; 2127 2128 assigned-clocks = <&gcc GCC_PCIE_1_AUX_CLK>; 2129 assigned-clock-rates = <19200000>; 2130 2131 resets = <&gcc GCC_PCIE_1_BCR>; 2132 reset-names = "pci"; 2133 2134 power-domains = <&gcc GCC_PCIE_1_GDSC>; 2135 2136 phys = <&pcie1_lane>; 2137 phy-names = "pciephy"; 2138 2139 pinctrl-names = "default"; 2140 pinctrl-0 = <&pcie1_clkreq_n>; 2141 2142 iommus = <&apps_smmu 0x1c80 0x1>; 2143 2144 iommu-map = <0x0 &apps_smmu 0x1c80 0x1>, 2145 <0x100 &apps_smmu 0x1c81 0x1>; 2146 2147 status = "disabled"; 2148 }; 2149 2150 pcie1_phy: phy@1c0e000 { 2151 compatible = "qcom,sm8250-qmp-gen3x2-pcie-phy"; 2152 reg = <0 0x01c0e000 0 0x1c0>; 2153 #address-cells = <2>; 2154 #size-cells = <2>; 2155 ranges; 2156 clocks = <&gcc GCC_PCIE_1_AUX_CLK>, 2157 <&gcc GCC_PCIE_1_CFG_AHB_CLK>, 2158 <&gcc GCC_PCIE_CLKREF_EN>, 2159 <&gcc GCC_PCIE1_PHY_RCHNG_CLK>; 2160 clock-names = "aux", "cfg_ahb", "ref", "refgen"; 2161 2162 resets = <&gcc GCC_PCIE_1_PHY_BCR>; 2163 reset-names = "phy"; 2164 2165 assigned-clocks = <&gcc GCC_PCIE1_PHY_RCHNG_CLK>; 2166 assigned-clock-rates = <100000000>; 2167 2168 status = "disabled"; 2169 2170 pcie1_lane: phy@1c0e200 { 2171 reg = <0 0x01c0e200 0 0x170>, 2172 <0 0x01c0e400 0 0x200>, 2173 <0 0x01c0ea00 0 0x1f0>, 2174 <0 0x01c0e600 0 0x170>, 2175 <0 0x01c0e800 0 0x200>, 2176 <0 0x01c0ee00 0 0xf4>; 2177 clocks = <&gcc GCC_PCIE_1_PIPE_CLK>; 2178 clock-names = "pipe0"; 2179 2180 #phy-cells = <0>; 2181 #clock-cells = <0>; 2182 clock-output-names = "pcie_1_pipe_clk"; 2183 }; 2184 }; 2185 2186 ipa: ipa@1e40000 { 2187 compatible = "qcom,sc7280-ipa"; 2188 2189 iommus = <&apps_smmu 0x480 0x0>, 2190 <&apps_smmu 0x482 0x0>; 2191 reg = <0 0x01e40000 0 0x8000>, 2192 <0 0x01e50000 0 0x4ad0>, 2193 <0 0x01e04000 0 0x23000>; 2194 reg-names = "ipa-reg", 2195 "ipa-shared", 2196 "gsi"; 2197 2198 interrupts-extended = <&intc GIC_SPI 654 IRQ_TYPE_EDGE_RISING>, 2199 <&intc GIC_SPI 432 IRQ_TYPE_LEVEL_HIGH>, 2200 <&ipa_smp2p_in 0 IRQ_TYPE_EDGE_RISING>, 2201 <&ipa_smp2p_in 1 IRQ_TYPE_EDGE_RISING>; 2202 interrupt-names = "ipa", 2203 "gsi", 2204 "ipa-clock-query", 2205 "ipa-setup-ready"; 2206 2207 clocks = <&rpmhcc RPMH_IPA_CLK>; 2208 clock-names = "core"; 2209 2210 interconnects = <&aggre2_noc MASTER_IPA 0 &mc_virt SLAVE_EBI1 0>, 2211 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_IPA_CFG 0>; 2212 interconnect-names = "memory", 2213 "config"; 2214 2215 qcom,qmp = <&aoss_qmp>; 2216 2217 qcom,smem-states = <&ipa_smp2p_out 0>, 2218 <&ipa_smp2p_out 1>; 2219 qcom,smem-state-names = "ipa-clock-enabled-valid", 2220 "ipa-clock-enabled"; 2221 2222 status = "disabled"; 2223 }; 2224 2225 tcsr_mutex: hwlock@1f40000 { 2226 compatible = "qcom,tcsr-mutex"; 2227 reg = <0 0x01f40000 0 0x20000>; 2228 #hwlock-cells = <1>; 2229 }; 2230 2231 tcsr_1: syscon@1f60000 { 2232 compatible = "qcom,sc7280-tcsr", "syscon"; 2233 reg = <0 0x01f60000 0 0x20000>; 2234 }; 2235 2236 tcsr_2: syscon@1fc0000 { 2237 compatible = "qcom,sc7280-tcsr", "syscon"; 2238 reg = <0 0x01fc0000 0 0x30000>; 2239 }; 2240 2241 lpasscc: lpasscc@3000000 { 2242 compatible = "qcom,sc7280-lpasscc"; 2243 reg = <0 0x03000000 0 0x40>, 2244 <0 0x03c04000 0 0x4>; 2245 reg-names = "qdsp6ss", "top_cc"; 2246 clocks = <&gcc GCC_CFG_NOC_LPASS_CLK>; 2247 clock-names = "iface"; 2248 #clock-cells = <1>; 2249 }; 2250 2251 lpass_rx_macro: codec@3200000 { 2252 compatible = "qcom,sc7280-lpass-rx-macro"; 2253 reg = <0 0x03200000 0 0x1000>; 2254 2255 pinctrl-names = "default"; 2256 pinctrl-0 = <&lpass_rx_swr_clk>, <&lpass_rx_swr_data>; 2257 2258 clocks = <&lpass_aon LPASS_AON_CC_TX_MCLK_CLK>, 2259 <&lpass_aon LPASS_AON_CC_TX_MCLK_2X_CLK>, 2260 <&lpass_va_macro>; 2261 clock-names = "mclk", "npl", "fsgen"; 2262 2263 power-domains = <&lpass_hm LPASS_CORE_CC_LPASS_CORE_HM_GDSC>, 2264 <&lpass_aon LPASS_AON_CC_LPASS_AUDIO_HM_GDSC>; 2265 power-domain-names = "macro", "dcodec"; 2266 2267 #clock-cells = <0>; 2268 #sound-dai-cells = <1>; 2269 2270 status = "disabled"; 2271 }; 2272 2273 swr0: soundwire@3210000 { 2274 compatible = "qcom,soundwire-v1.6.0"; 2275 reg = <0 0x03210000 0 0x2000>; 2276 2277 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>; 2278 clocks = <&lpass_rx_macro>; 2279 clock-names = "iface"; 2280 2281 qcom,din-ports = <0>; 2282 qcom,dout-ports = <5>; 2283 2284 resets = <&lpass_audiocc LPASS_AUDIO_SWR_RX_CGCR>; 2285 reset-names = "swr_audio_cgcr"; 2286 2287 qcom,ports-word-length = /bits/ 8 <0x01 0x07 0x04 0xff 0xff>; 2288 qcom,ports-sinterval-low = /bits/ 8 <0x03 0x3f 0x1f 0x03 0x03>; 2289 qcom,ports-offset1 = /bits/ 8 <0x00 0x00 0x0b 0x01 0x01>; 2290 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x0b 0x00 0x00>; 2291 qcom,ports-lane-control = /bits/ 8 <0x01 0x00 0x00 0x00 0x00>; 2292 qcom,ports-block-pack-mode = /bits/ 8 <0xff 0x00 0x01 0xff 0xff>; 2293 qcom,ports-hstart = /bits/ 8 <0xff 0x03 0xff 0xff 0xff>; 2294 qcom,ports-hstop = /bits/ 8 <0xff 0x06 0xff 0xff 0xff>; 2295 qcom,ports-block-group-count = /bits/ 8 <0xff 0xff 0xff 0xff 0x00>; 2296 2297 #sound-dai-cells = <1>; 2298 #address-cells = <2>; 2299 #size-cells = <0>; 2300 2301 status = "disabled"; 2302 }; 2303 2304 lpass_tx_macro: codec@3220000 { 2305 compatible = "qcom,sc7280-lpass-tx-macro"; 2306 reg = <0 0x03220000 0 0x1000>; 2307 2308 pinctrl-names = "default"; 2309 pinctrl-0 = <&lpass_tx_swr_clk>, <&lpass_tx_swr_data>; 2310 2311 clocks = <&lpass_aon LPASS_AON_CC_TX_MCLK_CLK>, 2312 <&lpass_aon LPASS_AON_CC_TX_MCLK_2X_CLK>, 2313 <&lpass_va_macro>; 2314 clock-names = "mclk", "npl", "fsgen"; 2315 2316 power-domains = <&lpass_hm LPASS_CORE_CC_LPASS_CORE_HM_GDSC>, 2317 <&lpass_aon LPASS_AON_CC_LPASS_AUDIO_HM_GDSC>; 2318 power-domain-names = "macro", "dcodec"; 2319 2320 #clock-cells = <0>; 2321 #sound-dai-cells = <1>; 2322 2323 status = "disabled"; 2324 }; 2325 2326 swr1: soundwire@3230000 { 2327 compatible = "qcom,soundwire-v1.6.0"; 2328 reg = <0 0x03230000 0 0x2000>; 2329 2330 interrupts-extended = <&intc GIC_SPI 496 IRQ_TYPE_LEVEL_HIGH>, 2331 <&pdc 130 IRQ_TYPE_LEVEL_HIGH>; 2332 clocks = <&lpass_tx_macro>; 2333 clock-names = "iface"; 2334 2335 qcom,din-ports = <3>; 2336 qcom,dout-ports = <0>; 2337 2338 resets = <&lpass_audiocc LPASS_AUDIO_SWR_TX_CGCR>; 2339 reset-names = "swr_audio_cgcr"; 2340 2341 qcom,ports-sinterval-low = /bits/ 8 <0x01 0x03 0x03>; 2342 qcom,ports-offset1 = /bits/ 8 <0x01 0x00 0x02>; 2343 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x00>; 2344 qcom,ports-hstart = /bits/ 8 <0xff 0xff 0xff>; 2345 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff>; 2346 qcom,ports-word-length = /bits/ 8 <0xff 0x00 0xff>; 2347 qcom,ports-block-pack-mode = /bits/ 8 <0xff 0xff 0xff>; 2348 qcom,ports-block-group-count = /bits/ 8 <0xff 0xff 0xff>; 2349 qcom,ports-lane-control = /bits/ 8 <0x00 0x01 0x00>; 2350 2351 #sound-dai-cells = <1>; 2352 #address-cells = <2>; 2353 #size-cells = <0>; 2354 2355 status = "disabled"; 2356 }; 2357 2358 lpass_audiocc: clock-controller@3300000 { 2359 compatible = "qcom,sc7280-lpassaudiocc"; 2360 reg = <0 0x03300000 0 0x30000>, 2361 <0 0x032a9000 0 0x1000>; 2362 clocks = <&rpmhcc RPMH_CXO_CLK>, 2363 <&lpass_aon LPASS_AON_CC_MAIN_RCG_CLK_SRC>; 2364 clock-names = "bi_tcxo", "lpass_aon_cc_main_rcg_clk_src"; 2365 power-domains = <&lpass_aon LPASS_AON_CC_LPASS_AUDIO_HM_GDSC>; 2366 #clock-cells = <1>; 2367 #power-domain-cells = <1>; 2368 #reset-cells = <1>; 2369 }; 2370 2371 lpass_va_macro: codec@3370000 { 2372 compatible = "qcom,sc7280-lpass-va-macro"; 2373 reg = <0 0x03370000 0 0x1000>; 2374 2375 pinctrl-names = "default"; 2376 pinctrl-0 = <&lpass_dmic01_clk>, <&lpass_dmic01_data>; 2377 2378 clocks = <&lpass_aon LPASS_AON_CC_TX_MCLK_CLK>; 2379 clock-names = "mclk"; 2380 2381 power-domains = <&lpass_hm LPASS_CORE_CC_LPASS_CORE_HM_GDSC>, 2382 <&lpass_aon LPASS_AON_CC_LPASS_AUDIO_HM_GDSC>; 2383 power-domain-names = "macro", "dcodec"; 2384 2385 #clock-cells = <0>; 2386 #sound-dai-cells = <1>; 2387 2388 status = "disabled"; 2389 }; 2390 2391 lpass_aon: clock-controller@3380000 { 2392 compatible = "qcom,sc7280-lpassaoncc"; 2393 reg = <0 0x03380000 0 0x30000>; 2394 clocks = <&rpmhcc RPMH_CXO_CLK>, 2395 <&rpmhcc RPMH_CXO_CLK_A>, 2396 <&lpass_core LPASS_CORE_CC_CORE_CLK>; 2397 clock-names = "bi_tcxo", "bi_tcxo_ao", "iface"; 2398 #clock-cells = <1>; 2399 #power-domain-cells = <1>; 2400 }; 2401 2402 lpass_core: clock-controller@3900000 { 2403 compatible = "qcom,sc7280-lpasscorecc"; 2404 reg = <0 0x03900000 0 0x50000>; 2405 clocks = <&rpmhcc RPMH_CXO_CLK>; 2406 clock-names = "bi_tcxo"; 2407 power-domains = <&lpass_hm LPASS_CORE_CC_LPASS_CORE_HM_GDSC>; 2408 #clock-cells = <1>; 2409 #power-domain-cells = <1>; 2410 }; 2411 2412 lpass_cpu: audio@3987000 { 2413 compatible = "qcom,sc7280-lpass-cpu"; 2414 2415 reg = <0 0x03987000 0 0x68000>, 2416 <0 0x03b00000 0 0x29000>, 2417 <0 0x03260000 0 0xc000>, 2418 <0 0x03280000 0 0x29000>, 2419 <0 0x03340000 0 0x29000>, 2420 <0 0x0336c000 0 0x3000>; 2421 reg-names = "lpass-hdmiif", 2422 "lpass-lpaif", 2423 "lpass-rxtx-cdc-dma-lpm", 2424 "lpass-rxtx-lpaif", 2425 "lpass-va-lpaif", 2426 "lpass-va-cdc-dma-lpm"; 2427 2428 iommus = <&apps_smmu 0x1820 0>, 2429 <&apps_smmu 0x1821 0>, 2430 <&apps_smmu 0x1832 0>; 2431 2432 power-domains = <&rpmhpd SC7280_LCX>; 2433 power-domain-names = "lcx"; 2434 required-opps = <&rpmhpd_opp_nom>; 2435 2436 clocks = <&lpass_aon LPASS_AON_CC_AUDIO_HM_H_CLK>, 2437 <&lpass_core LPASS_CORE_CC_EXT_MCLK0_CLK>, 2438 <&lpass_core LPASS_CORE_CC_SYSNOC_MPORT_CORE_CLK>, 2439 <&lpass_core LPASS_CORE_CC_EXT_IF0_IBIT_CLK>, 2440 <&lpass_core LPASS_CORE_CC_EXT_IF1_IBIT_CLK>, 2441 <&lpass_audiocc LPASS_AUDIO_CC_CODEC_MEM_CLK>, 2442 <&lpass_audiocc LPASS_AUDIO_CC_CODEC_MEM0_CLK>, 2443 <&lpass_audiocc LPASS_AUDIO_CC_CODEC_MEM1_CLK>, 2444 <&lpass_audiocc LPASS_AUDIO_CC_CODEC_MEM2_CLK>, 2445 <&lpass_aon LPASS_AON_CC_VA_MEM0_CLK>; 2446 clock-names = "aon_cc_audio_hm_h", 2447 "audio_cc_ext_mclk0", 2448 "core_cc_sysnoc_mport_core", 2449 "core_cc_ext_if0_ibit", 2450 "core_cc_ext_if1_ibit", 2451 "audio_cc_codec_mem", 2452 "audio_cc_codec_mem0", 2453 "audio_cc_codec_mem1", 2454 "audio_cc_codec_mem2", 2455 "aon_cc_va_mem0"; 2456 2457 #sound-dai-cells = <1>; 2458 #address-cells = <1>; 2459 #size-cells = <0>; 2460 2461 interrupts = <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>, 2462 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>, 2463 <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>, 2464 <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>; 2465 interrupt-names = "lpass-irq-lpaif", 2466 "lpass-irq-hdmi", 2467 "lpass-irq-vaif", 2468 "lpass-irq-rxtxif"; 2469 2470 status = "disabled"; 2471 }; 2472 2473 lpass_hm: clock-controller@3c00000 { 2474 compatible = "qcom,sc7280-lpasshm"; 2475 reg = <0 0x03c00000 0 0x28>; 2476 clocks = <&rpmhcc RPMH_CXO_CLK>; 2477 clock-names = "bi_tcxo"; 2478 #clock-cells = <1>; 2479 #power-domain-cells = <1>; 2480 }; 2481 2482 lpass_ag_noc: interconnect@3c40000 { 2483 reg = <0 0x03c40000 0 0xf080>; 2484 compatible = "qcom,sc7280-lpass-ag-noc"; 2485 #interconnect-cells = <2>; 2486 qcom,bcm-voters = <&apps_bcm_voter>; 2487 }; 2488 2489 lpass_tlmm: pinctrl@33c0000 { 2490 compatible = "qcom,sc7280-lpass-lpi-pinctrl"; 2491 reg = <0 0x033c0000 0x0 0x20000>, 2492 <0 0x03550000 0x0 0x10000>; 2493 qcom,adsp-bypass-mode; 2494 gpio-controller; 2495 #gpio-cells = <2>; 2496 gpio-ranges = <&lpass_tlmm 0 0 15>; 2497 2498 lpass_dmic01_clk: dmic01-clk-state { 2499 pins = "gpio6"; 2500 function = "dmic1_clk"; 2501 }; 2502 2503 lpass_dmic01_data: dmic01-data-state { 2504 pins = "gpio7"; 2505 function = "dmic1_data"; 2506 }; 2507 2508 lpass_dmic23_clk: dmic23-clk-state { 2509 pins = "gpio8"; 2510 function = "dmic2_clk"; 2511 }; 2512 2513 lpass_dmic23_data: dmic23-data-state { 2514 pins = "gpio9"; 2515 function = "dmic2_data"; 2516 }; 2517 2518 lpass_rx_swr_clk: rx-swr-clk-state { 2519 pins = "gpio3"; 2520 function = "swr_rx_clk"; 2521 }; 2522 2523 lpass_rx_swr_data: rx-swr-data-state { 2524 pins = "gpio4", "gpio5"; 2525 function = "swr_rx_data"; 2526 }; 2527 2528 lpass_tx_swr_clk: tx-swr-clk-state { 2529 pins = "gpio0"; 2530 function = "swr_tx_clk"; 2531 }; 2532 2533 lpass_tx_swr_data: tx-swr-data-state { 2534 pins = "gpio1", "gpio2", "gpio14"; 2535 function = "swr_tx_data"; 2536 }; 2537 }; 2538 2539 gpu: gpu@3d00000 { 2540 compatible = "qcom,adreno-635.0", "qcom,adreno"; 2541 reg = <0 0x03d00000 0 0x40000>, 2542 <0 0x03d9e000 0 0x1000>, 2543 <0 0x03d61000 0 0x800>; 2544 reg-names = "kgsl_3d0_reg_memory", 2545 "cx_mem", 2546 "cx_dbgc"; 2547 interrupts = <GIC_SPI 300 IRQ_TYPE_LEVEL_HIGH>; 2548 iommus = <&adreno_smmu 0 0x401>; 2549 operating-points-v2 = <&gpu_opp_table>; 2550 qcom,gmu = <&gmu>; 2551 interconnects = <&gem_noc MASTER_GFX3D 0 &mc_virt SLAVE_EBI1 0>; 2552 interconnect-names = "gfx-mem"; 2553 #cooling-cells = <2>; 2554 2555 nvmem-cells = <&gpu_speed_bin>; 2556 nvmem-cell-names = "speed_bin"; 2557 2558 gpu_opp_table: opp-table { 2559 compatible = "operating-points-v2"; 2560 2561 opp-315000000 { 2562 opp-hz = /bits/ 64 <315000000>; 2563 opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS>; 2564 opp-peak-kBps = <1804000>; 2565 opp-supported-hw = <0x03>; 2566 }; 2567 2568 opp-450000000 { 2569 opp-hz = /bits/ 64 <450000000>; 2570 opp-level = <RPMH_REGULATOR_LEVEL_SVS>; 2571 opp-peak-kBps = <4068000>; 2572 opp-supported-hw = <0x03>; 2573 }; 2574 2575 /* Only applicable for SKUs which has 550Mhz as Fmax */ 2576 opp-550000000-0 { 2577 opp-hz = /bits/ 64 <550000000>; 2578 opp-level = <RPMH_REGULATOR_LEVEL_SVS_L1>; 2579 opp-peak-kBps = <8368000>; 2580 opp-supported-hw = <0x01>; 2581 }; 2582 2583 opp-550000000-1 { 2584 opp-hz = /bits/ 64 <550000000>; 2585 opp-level = <RPMH_REGULATOR_LEVEL_SVS_L1>; 2586 opp-peak-kBps = <6832000>; 2587 opp-supported-hw = <0x02>; 2588 }; 2589 2590 opp-608000000 { 2591 opp-hz = /bits/ 64 <608000000>; 2592 opp-level = <RPMH_REGULATOR_LEVEL_SVS_L2>; 2593 opp-peak-kBps = <8368000>; 2594 opp-supported-hw = <0x02>; 2595 }; 2596 2597 opp-700000000 { 2598 opp-hz = /bits/ 64 <700000000>; 2599 opp-level = <RPMH_REGULATOR_LEVEL_NOM>; 2600 opp-peak-kBps = <8532000>; 2601 opp-supported-hw = <0x02>; 2602 }; 2603 2604 opp-812000000 { 2605 opp-hz = /bits/ 64 <812000000>; 2606 opp-level = <RPMH_REGULATOR_LEVEL_NOM_L1>; 2607 opp-peak-kBps = <8532000>; 2608 opp-supported-hw = <0x02>; 2609 }; 2610 2611 opp-840000000 { 2612 opp-hz = /bits/ 64 <840000000>; 2613 opp-level = <RPMH_REGULATOR_LEVEL_TURBO>; 2614 opp-peak-kBps = <8532000>; 2615 opp-supported-hw = <0x02>; 2616 }; 2617 2618 opp-900000000 { 2619 opp-hz = /bits/ 64 <900000000>; 2620 opp-level = <RPMH_REGULATOR_LEVEL_TURBO_L1>; 2621 opp-peak-kBps = <8532000>; 2622 opp-supported-hw = <0x02>; 2623 }; 2624 }; 2625 }; 2626 2627 gmu: gmu@3d6a000 { 2628 compatible = "qcom,adreno-gmu-635.0", "qcom,adreno-gmu"; 2629 reg = <0 0x03d6a000 0 0x34000>, 2630 <0 0x3de0000 0 0x10000>, 2631 <0 0x0b290000 0 0x10000>; 2632 reg-names = "gmu", "rscc", "gmu_pdc"; 2633 interrupts = <GIC_SPI 304 IRQ_TYPE_LEVEL_HIGH>, 2634 <GIC_SPI 305 IRQ_TYPE_LEVEL_HIGH>; 2635 interrupt-names = "hfi", "gmu"; 2636 clocks = <&gpucc GPU_CC_CX_GMU_CLK>, 2637 <&gpucc GPU_CC_CXO_CLK>, 2638 <&gcc GCC_DDRSS_GPU_AXI_CLK>, 2639 <&gcc GCC_GPU_MEMNOC_GFX_CLK>, 2640 <&gpucc GPU_CC_AHB_CLK>, 2641 <&gpucc GPU_CC_HUB_CX_INT_CLK>, 2642 <&gpucc GPU_CC_HLOS1_VOTE_GPU_SMMU_CLK>; 2643 clock-names = "gmu", 2644 "cxo", 2645 "axi", 2646 "memnoc", 2647 "ahb", 2648 "hub", 2649 "smmu_vote"; 2650 power-domains = <&gpucc GPU_CC_CX_GDSC>, 2651 <&gpucc GPU_CC_GX_GDSC>; 2652 power-domain-names = "cx", 2653 "gx"; 2654 iommus = <&adreno_smmu 5 0x400>; 2655 operating-points-v2 = <&gmu_opp_table>; 2656 2657 gmu_opp_table: opp-table { 2658 compatible = "operating-points-v2"; 2659 2660 opp-200000000 { 2661 opp-hz = /bits/ 64 <200000000>; 2662 opp-level = <RPMH_REGULATOR_LEVEL_MIN_SVS>; 2663 }; 2664 }; 2665 }; 2666 2667 gpucc: clock-controller@3d90000 { 2668 compatible = "qcom,sc7280-gpucc"; 2669 reg = <0 0x03d90000 0 0x9000>; 2670 clocks = <&rpmhcc RPMH_CXO_CLK>, 2671 <&gcc GCC_GPU_GPLL0_CLK_SRC>, 2672 <&gcc GCC_GPU_GPLL0_DIV_CLK_SRC>; 2673 clock-names = "bi_tcxo", 2674 "gcc_gpu_gpll0_clk_src", 2675 "gcc_gpu_gpll0_div_clk_src"; 2676 #clock-cells = <1>; 2677 #reset-cells = <1>; 2678 #power-domain-cells = <1>; 2679 }; 2680 2681 dma@117f000 { 2682 compatible = "qcom,sc7280-dcc", "qcom,dcc"; 2683 reg = <0x0 0x0117f000 0x0 0x1000>, 2684 <0x0 0x01112000 0x0 0x6000>; 2685 }; 2686 2687 adreno_smmu: iommu@3da0000 { 2688 compatible = "qcom,sc7280-smmu-500", "qcom,adreno-smmu", 2689 "qcom,smmu-500", "arm,mmu-500"; 2690 reg = <0 0x03da0000 0 0x20000>; 2691 #iommu-cells = <2>; 2692 #global-interrupts = <2>; 2693 interrupts = <GIC_SPI 673 IRQ_TYPE_LEVEL_HIGH>, 2694 <GIC_SPI 675 IRQ_TYPE_LEVEL_HIGH>, 2695 <GIC_SPI 678 IRQ_TYPE_LEVEL_HIGH>, 2696 <GIC_SPI 679 IRQ_TYPE_LEVEL_HIGH>, 2697 <GIC_SPI 680 IRQ_TYPE_LEVEL_HIGH>, 2698 <GIC_SPI 681 IRQ_TYPE_LEVEL_HIGH>, 2699 <GIC_SPI 682 IRQ_TYPE_LEVEL_HIGH>, 2700 <GIC_SPI 683 IRQ_TYPE_LEVEL_HIGH>, 2701 <GIC_SPI 684 IRQ_TYPE_LEVEL_HIGH>, 2702 <GIC_SPI 685 IRQ_TYPE_LEVEL_HIGH>, 2703 <GIC_SPI 686 IRQ_TYPE_LEVEL_HIGH>, 2704 <GIC_SPI 687 IRQ_TYPE_LEVEL_HIGH>; 2705 2706 clocks = <&gcc GCC_GPU_MEMNOC_GFX_CLK>, 2707 <&gcc GCC_GPU_SNOC_DVM_GFX_CLK>, 2708 <&gpucc GPU_CC_AHB_CLK>, 2709 <&gpucc GPU_CC_HLOS1_VOTE_GPU_SMMU_CLK>, 2710 <&gpucc GPU_CC_CX_GMU_CLK>, 2711 <&gpucc GPU_CC_HUB_CX_INT_CLK>, 2712 <&gpucc GPU_CC_HUB_AON_CLK>; 2713 clock-names = "gcc_gpu_memnoc_gfx_clk", 2714 "gcc_gpu_snoc_dvm_gfx_clk", 2715 "gpu_cc_ahb_clk", 2716 "gpu_cc_hlos1_vote_gpu_smmu_clk", 2717 "gpu_cc_cx_gmu_clk", 2718 "gpu_cc_hub_cx_int_clk", 2719 "gpu_cc_hub_aon_clk"; 2720 2721 power-domains = <&gpucc GPU_CC_CX_GDSC>; 2722 }; 2723 2724 remoteproc_mpss: remoteproc@4080000 { 2725 compatible = "qcom,sc7280-mpss-pas"; 2726 reg = <0 0x04080000 0 0x10000>, <0 0x04180000 0 0x48>; 2727 reg-names = "qdsp6", "rmb"; 2728 2729 interrupts-extended = <&intc GIC_SPI 264 IRQ_TYPE_EDGE_RISING>, 2730 <&modem_smp2p_in 0 IRQ_TYPE_EDGE_RISING>, 2731 <&modem_smp2p_in 1 IRQ_TYPE_EDGE_RISING>, 2732 <&modem_smp2p_in 2 IRQ_TYPE_EDGE_RISING>, 2733 <&modem_smp2p_in 3 IRQ_TYPE_EDGE_RISING>, 2734 <&modem_smp2p_in 7 IRQ_TYPE_EDGE_RISING>; 2735 interrupt-names = "wdog", "fatal", "ready", "handover", 2736 "stop-ack", "shutdown-ack"; 2737 2738 clocks = <&rpmhcc RPMH_CXO_CLK>; 2739 clock-names = "xo"; 2740 2741 power-domains = <&rpmhpd SC7280_CX>, 2742 <&rpmhpd SC7280_MSS>; 2743 power-domain-names = "cx", "mss"; 2744 2745 memory-region = <&mpss_mem>; 2746 2747 qcom,qmp = <&aoss_qmp>; 2748 2749 qcom,smem-states = <&modem_smp2p_out 0>; 2750 qcom,smem-state-names = "stop"; 2751 2752 status = "disabled"; 2753 2754 glink-edge { 2755 interrupts-extended = <&ipcc IPCC_CLIENT_MPSS 2756 IPCC_MPROC_SIGNAL_GLINK_QMP 2757 IRQ_TYPE_EDGE_RISING>; 2758 mboxes = <&ipcc IPCC_CLIENT_MPSS 2759 IPCC_MPROC_SIGNAL_GLINK_QMP>; 2760 label = "modem"; 2761 qcom,remote-pid = <1>; 2762 }; 2763 }; 2764 2765 stm@6002000 { 2766 compatible = "arm,coresight-stm", "arm,primecell"; 2767 reg = <0 0x06002000 0 0x1000>, 2768 <0 0x16280000 0 0x180000>; 2769 reg-names = "stm-base", "stm-stimulus-base"; 2770 2771 clocks = <&aoss_qmp>; 2772 clock-names = "apb_pclk"; 2773 2774 out-ports { 2775 port { 2776 stm_out: endpoint { 2777 remote-endpoint = <&funnel0_in7>; 2778 }; 2779 }; 2780 }; 2781 }; 2782 2783 funnel@6041000 { 2784 compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; 2785 reg = <0 0x06041000 0 0x1000>; 2786 2787 clocks = <&aoss_qmp>; 2788 clock-names = "apb_pclk"; 2789 2790 out-ports { 2791 port { 2792 funnel0_out: endpoint { 2793 remote-endpoint = <&merge_funnel_in0>; 2794 }; 2795 }; 2796 }; 2797 2798 in-ports { 2799 #address-cells = <1>; 2800 #size-cells = <0>; 2801 2802 port@7 { 2803 reg = <7>; 2804 funnel0_in7: endpoint { 2805 remote-endpoint = <&stm_out>; 2806 }; 2807 }; 2808 }; 2809 }; 2810 2811 funnel@6042000 { 2812 compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; 2813 reg = <0 0x06042000 0 0x1000>; 2814 2815 clocks = <&aoss_qmp>; 2816 clock-names = "apb_pclk"; 2817 2818 out-ports { 2819 port { 2820 funnel1_out: endpoint { 2821 remote-endpoint = <&merge_funnel_in1>; 2822 }; 2823 }; 2824 }; 2825 2826 in-ports { 2827 #address-cells = <1>; 2828 #size-cells = <0>; 2829 2830 port@4 { 2831 reg = <4>; 2832 funnel1_in4: endpoint { 2833 remote-endpoint = <&apss_merge_funnel_out>; 2834 }; 2835 }; 2836 }; 2837 }; 2838 2839 funnel@6045000 { 2840 compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; 2841 reg = <0 0x06045000 0 0x1000>; 2842 2843 clocks = <&aoss_qmp>; 2844 clock-names = "apb_pclk"; 2845 2846 out-ports { 2847 port { 2848 merge_funnel_out: endpoint { 2849 remote-endpoint = <&swao_funnel_in>; 2850 }; 2851 }; 2852 }; 2853 2854 in-ports { 2855 #address-cells = <1>; 2856 #size-cells = <0>; 2857 2858 port@0 { 2859 reg = <0>; 2860 merge_funnel_in0: endpoint { 2861 remote-endpoint = <&funnel0_out>; 2862 }; 2863 }; 2864 2865 port@1 { 2866 reg = <1>; 2867 merge_funnel_in1: endpoint { 2868 remote-endpoint = <&funnel1_out>; 2869 }; 2870 }; 2871 }; 2872 }; 2873 2874 replicator@6046000 { 2875 compatible = "arm,coresight-dynamic-replicator", "arm,primecell"; 2876 reg = <0 0x06046000 0 0x1000>; 2877 2878 clocks = <&aoss_qmp>; 2879 clock-names = "apb_pclk"; 2880 2881 out-ports { 2882 port { 2883 replicator_out: endpoint { 2884 remote-endpoint = <&etr_in>; 2885 }; 2886 }; 2887 }; 2888 2889 in-ports { 2890 port { 2891 replicator_in: endpoint { 2892 remote-endpoint = <&swao_replicator_out>; 2893 }; 2894 }; 2895 }; 2896 }; 2897 2898 etr@6048000 { 2899 compatible = "arm,coresight-tmc", "arm,primecell"; 2900 reg = <0 0x06048000 0 0x1000>; 2901 iommus = <&apps_smmu 0x04c0 0>; 2902 2903 clocks = <&aoss_qmp>; 2904 clock-names = "apb_pclk"; 2905 arm,scatter-gather; 2906 2907 in-ports { 2908 port { 2909 etr_in: endpoint { 2910 remote-endpoint = <&replicator_out>; 2911 }; 2912 }; 2913 }; 2914 }; 2915 2916 funnel@6b04000 { 2917 compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; 2918 reg = <0 0x06b04000 0 0x1000>; 2919 2920 clocks = <&aoss_qmp>; 2921 clock-names = "apb_pclk"; 2922 2923 out-ports { 2924 port { 2925 swao_funnel_out: endpoint { 2926 remote-endpoint = <&etf_in>; 2927 }; 2928 }; 2929 }; 2930 2931 in-ports { 2932 #address-cells = <1>; 2933 #size-cells = <0>; 2934 2935 port@7 { 2936 reg = <7>; 2937 swao_funnel_in: endpoint { 2938 remote-endpoint = <&merge_funnel_out>; 2939 }; 2940 }; 2941 }; 2942 }; 2943 2944 etf@6b05000 { 2945 compatible = "arm,coresight-tmc", "arm,primecell"; 2946 reg = <0 0x06b05000 0 0x1000>; 2947 2948 clocks = <&aoss_qmp>; 2949 clock-names = "apb_pclk"; 2950 2951 out-ports { 2952 port { 2953 etf_out: endpoint { 2954 remote-endpoint = <&swao_replicator_in>; 2955 }; 2956 }; 2957 }; 2958 2959 in-ports { 2960 port { 2961 etf_in: endpoint { 2962 remote-endpoint = <&swao_funnel_out>; 2963 }; 2964 }; 2965 }; 2966 }; 2967 2968 replicator@6b06000 { 2969 compatible = "arm,coresight-dynamic-replicator", "arm,primecell"; 2970 reg = <0 0x06b06000 0 0x1000>; 2971 2972 clocks = <&aoss_qmp>; 2973 clock-names = "apb_pclk"; 2974 qcom,replicator-loses-context; 2975 2976 out-ports { 2977 port { 2978 swao_replicator_out: endpoint { 2979 remote-endpoint = <&replicator_in>; 2980 }; 2981 }; 2982 }; 2983 2984 in-ports { 2985 port { 2986 swao_replicator_in: endpoint { 2987 remote-endpoint = <&etf_out>; 2988 }; 2989 }; 2990 }; 2991 }; 2992 2993 etm@7040000 { 2994 compatible = "arm,coresight-etm4x", "arm,primecell"; 2995 reg = <0 0x07040000 0 0x1000>; 2996 2997 cpu = <&CPU0>; 2998 2999 clocks = <&aoss_qmp>; 3000 clock-names = "apb_pclk"; 3001 arm,coresight-loses-context-with-cpu; 3002 qcom,skip-power-up; 3003 3004 out-ports { 3005 port { 3006 etm0_out: endpoint { 3007 remote-endpoint = <&apss_funnel_in0>; 3008 }; 3009 }; 3010 }; 3011 }; 3012 3013 etm@7140000 { 3014 compatible = "arm,coresight-etm4x", "arm,primecell"; 3015 reg = <0 0x07140000 0 0x1000>; 3016 3017 cpu = <&CPU1>; 3018 3019 clocks = <&aoss_qmp>; 3020 clock-names = "apb_pclk"; 3021 arm,coresight-loses-context-with-cpu; 3022 qcom,skip-power-up; 3023 3024 out-ports { 3025 port { 3026 etm1_out: endpoint { 3027 remote-endpoint = <&apss_funnel_in1>; 3028 }; 3029 }; 3030 }; 3031 }; 3032 3033 etm@7240000 { 3034 compatible = "arm,coresight-etm4x", "arm,primecell"; 3035 reg = <0 0x07240000 0 0x1000>; 3036 3037 cpu = <&CPU2>; 3038 3039 clocks = <&aoss_qmp>; 3040 clock-names = "apb_pclk"; 3041 arm,coresight-loses-context-with-cpu; 3042 qcom,skip-power-up; 3043 3044 out-ports { 3045 port { 3046 etm2_out: endpoint { 3047 remote-endpoint = <&apss_funnel_in2>; 3048 }; 3049 }; 3050 }; 3051 }; 3052 3053 etm@7340000 { 3054 compatible = "arm,coresight-etm4x", "arm,primecell"; 3055 reg = <0 0x07340000 0 0x1000>; 3056 3057 cpu = <&CPU3>; 3058 3059 clocks = <&aoss_qmp>; 3060 clock-names = "apb_pclk"; 3061 arm,coresight-loses-context-with-cpu; 3062 qcom,skip-power-up; 3063 3064 out-ports { 3065 port { 3066 etm3_out: endpoint { 3067 remote-endpoint = <&apss_funnel_in3>; 3068 }; 3069 }; 3070 }; 3071 }; 3072 3073 etm@7440000 { 3074 compatible = "arm,coresight-etm4x", "arm,primecell"; 3075 reg = <0 0x07440000 0 0x1000>; 3076 3077 cpu = <&CPU4>; 3078 3079 clocks = <&aoss_qmp>; 3080 clock-names = "apb_pclk"; 3081 arm,coresight-loses-context-with-cpu; 3082 qcom,skip-power-up; 3083 3084 out-ports { 3085 port { 3086 etm4_out: endpoint { 3087 remote-endpoint = <&apss_funnel_in4>; 3088 }; 3089 }; 3090 }; 3091 }; 3092 3093 etm@7540000 { 3094 compatible = "arm,coresight-etm4x", "arm,primecell"; 3095 reg = <0 0x07540000 0 0x1000>; 3096 3097 cpu = <&CPU5>; 3098 3099 clocks = <&aoss_qmp>; 3100 clock-names = "apb_pclk"; 3101 arm,coresight-loses-context-with-cpu; 3102 qcom,skip-power-up; 3103 3104 out-ports { 3105 port { 3106 etm5_out: endpoint { 3107 remote-endpoint = <&apss_funnel_in5>; 3108 }; 3109 }; 3110 }; 3111 }; 3112 3113 etm@7640000 { 3114 compatible = "arm,coresight-etm4x", "arm,primecell"; 3115 reg = <0 0x07640000 0 0x1000>; 3116 3117 cpu = <&CPU6>; 3118 3119 clocks = <&aoss_qmp>; 3120 clock-names = "apb_pclk"; 3121 arm,coresight-loses-context-with-cpu; 3122 qcom,skip-power-up; 3123 3124 out-ports { 3125 port { 3126 etm6_out: endpoint { 3127 remote-endpoint = <&apss_funnel_in6>; 3128 }; 3129 }; 3130 }; 3131 }; 3132 3133 etm@7740000 { 3134 compatible = "arm,coresight-etm4x", "arm,primecell"; 3135 reg = <0 0x07740000 0 0x1000>; 3136 3137 cpu = <&CPU7>; 3138 3139 clocks = <&aoss_qmp>; 3140 clock-names = "apb_pclk"; 3141 arm,coresight-loses-context-with-cpu; 3142 qcom,skip-power-up; 3143 3144 out-ports { 3145 port { 3146 etm7_out: endpoint { 3147 remote-endpoint = <&apss_funnel_in7>; 3148 }; 3149 }; 3150 }; 3151 }; 3152 3153 funnel@7800000 { /* APSS Funnel */ 3154 compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; 3155 reg = <0 0x07800000 0 0x1000>; 3156 3157 clocks = <&aoss_qmp>; 3158 clock-names = "apb_pclk"; 3159 3160 out-ports { 3161 port { 3162 apss_funnel_out: endpoint { 3163 remote-endpoint = <&apss_merge_funnel_in>; 3164 }; 3165 }; 3166 }; 3167 3168 in-ports { 3169 #address-cells = <1>; 3170 #size-cells = <0>; 3171 3172 port@0 { 3173 reg = <0>; 3174 apss_funnel_in0: endpoint { 3175 remote-endpoint = <&etm0_out>; 3176 }; 3177 }; 3178 3179 port@1 { 3180 reg = <1>; 3181 apss_funnel_in1: endpoint { 3182 remote-endpoint = <&etm1_out>; 3183 }; 3184 }; 3185 3186 port@2 { 3187 reg = <2>; 3188 apss_funnel_in2: endpoint { 3189 remote-endpoint = <&etm2_out>; 3190 }; 3191 }; 3192 3193 port@3 { 3194 reg = <3>; 3195 apss_funnel_in3: endpoint { 3196 remote-endpoint = <&etm3_out>; 3197 }; 3198 }; 3199 3200 port@4 { 3201 reg = <4>; 3202 apss_funnel_in4: endpoint { 3203 remote-endpoint = <&etm4_out>; 3204 }; 3205 }; 3206 3207 port@5 { 3208 reg = <5>; 3209 apss_funnel_in5: endpoint { 3210 remote-endpoint = <&etm5_out>; 3211 }; 3212 }; 3213 3214 port@6 { 3215 reg = <6>; 3216 apss_funnel_in6: endpoint { 3217 remote-endpoint = <&etm6_out>; 3218 }; 3219 }; 3220 3221 port@7 { 3222 reg = <7>; 3223 apss_funnel_in7: endpoint { 3224 remote-endpoint = <&etm7_out>; 3225 }; 3226 }; 3227 }; 3228 }; 3229 3230 funnel@7810000 { 3231 compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; 3232 reg = <0 0x07810000 0 0x1000>; 3233 3234 clocks = <&aoss_qmp>; 3235 clock-names = "apb_pclk"; 3236 3237 out-ports { 3238 port { 3239 apss_merge_funnel_out: endpoint { 3240 remote-endpoint = <&funnel1_in4>; 3241 }; 3242 }; 3243 }; 3244 3245 in-ports { 3246 port { 3247 apss_merge_funnel_in: endpoint { 3248 remote-endpoint = <&apss_funnel_out>; 3249 }; 3250 }; 3251 }; 3252 }; 3253 3254 sdhc_2: mmc@8804000 { 3255 compatible = "qcom,sc7280-sdhci", "qcom,sdhci-msm-v5"; 3256 pinctrl-names = "default", "sleep"; 3257 pinctrl-0 = <&sdc2_clk>, <&sdc2_cmd>, <&sdc2_data>; 3258 pinctrl-1 = <&sdc2_clk_sleep>, <&sdc2_cmd_sleep>, <&sdc2_data_sleep>; 3259 status = "disabled"; 3260 3261 reg = <0 0x08804000 0 0x1000>; 3262 3263 iommus = <&apps_smmu 0x100 0x0>; 3264 interrupts = <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>, 3265 <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>; 3266 interrupt-names = "hc_irq", "pwr_irq"; 3267 3268 clocks = <&gcc GCC_SDCC2_AHB_CLK>, 3269 <&gcc GCC_SDCC2_APPS_CLK>, 3270 <&rpmhcc RPMH_CXO_CLK>; 3271 clock-names = "iface", "core", "xo"; 3272 interconnects = <&aggre1_noc MASTER_SDCC_2 0 &mc_virt SLAVE_EBI1 0>, 3273 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_SDCC_2 0>; 3274 interconnect-names = "sdhc-ddr","cpu-sdhc"; 3275 power-domains = <&rpmhpd SC7280_CX>; 3276 operating-points-v2 = <&sdhc2_opp_table>; 3277 3278 bus-width = <4>; 3279 3280 qcom,dll-config = <0x0007642c>; 3281 3282 resets = <&gcc GCC_SDCC2_BCR>; 3283 3284 sdhc2_opp_table: opp-table { 3285 compatible = "operating-points-v2"; 3286 3287 opp-100000000 { 3288 opp-hz = /bits/ 64 <100000000>; 3289 required-opps = <&rpmhpd_opp_low_svs>; 3290 opp-peak-kBps = <1800000 400000>; 3291 opp-avg-kBps = <100000 0>; 3292 }; 3293 3294 opp-202000000 { 3295 opp-hz = /bits/ 64 <202000000>; 3296 required-opps = <&rpmhpd_opp_nom>; 3297 opp-peak-kBps = <5400000 1600000>; 3298 opp-avg-kBps = <200000 0>; 3299 }; 3300 }; 3301 3302 }; 3303 3304 usb_1_hsphy: phy@88e3000 { 3305 compatible = "qcom,sc7280-usb-hs-phy", 3306 "qcom,usb-snps-hs-7nm-phy"; 3307 reg = <0 0x088e3000 0 0x400>; 3308 status = "disabled"; 3309 #phy-cells = <0>; 3310 3311 clocks = <&rpmhcc RPMH_CXO_CLK>; 3312 clock-names = "ref"; 3313 3314 resets = <&gcc GCC_QUSB2PHY_PRIM_BCR>; 3315 }; 3316 3317 usb_2_hsphy: phy@88e4000 { 3318 compatible = "qcom,sc7280-usb-hs-phy", 3319 "qcom,usb-snps-hs-7nm-phy"; 3320 reg = <0 0x088e4000 0 0x400>; 3321 status = "disabled"; 3322 #phy-cells = <0>; 3323 3324 clocks = <&rpmhcc RPMH_CXO_CLK>; 3325 clock-names = "ref"; 3326 3327 resets = <&gcc GCC_QUSB2PHY_SEC_BCR>; 3328 }; 3329 3330 usb_1_qmpphy: phy-wrapper@88e9000 { 3331 compatible = "qcom,sc7280-qmp-usb3-dp-phy", 3332 "qcom,sm8250-qmp-usb3-dp-phy"; 3333 reg = <0 0x088e9000 0 0x200>, 3334 <0 0x088e8000 0 0x40>, 3335 <0 0x088ea000 0 0x200>; 3336 status = "disabled"; 3337 #address-cells = <2>; 3338 #size-cells = <2>; 3339 ranges; 3340 3341 clocks = <&gcc GCC_USB3_PRIM_PHY_AUX_CLK>, 3342 <&rpmhcc RPMH_CXO_CLK>, 3343 <&gcc GCC_USB3_PRIM_PHY_COM_AUX_CLK>; 3344 clock-names = "aux", "ref_clk_src", "com_aux"; 3345 3346 resets = <&gcc GCC_USB3_DP_PHY_PRIM_BCR>, 3347 <&gcc GCC_USB3_PHY_PRIM_BCR>; 3348 reset-names = "phy", "common"; 3349 3350 usb_1_ssphy: usb3-phy@88e9200 { 3351 reg = <0 0x088e9200 0 0x200>, 3352 <0 0x088e9400 0 0x200>, 3353 <0 0x088e9c00 0 0x400>, 3354 <0 0x088e9600 0 0x200>, 3355 <0 0x088e9800 0 0x200>, 3356 <0 0x088e9a00 0 0x100>; 3357 #clock-cells = <0>; 3358 #phy-cells = <0>; 3359 clocks = <&gcc GCC_USB3_PRIM_PHY_PIPE_CLK>; 3360 clock-names = "pipe0"; 3361 clock-output-names = "usb3_phy_pipe_clk_src"; 3362 }; 3363 3364 dp_phy: dp-phy@88ea200 { 3365 reg = <0 0x088ea200 0 0x200>, 3366 <0 0x088ea400 0 0x200>, 3367 <0 0x088eaa00 0 0x200>, 3368 <0 0x088ea600 0 0x200>, 3369 <0 0x088ea800 0 0x200>; 3370 #phy-cells = <0>; 3371 #clock-cells = <1>; 3372 }; 3373 }; 3374 3375 usb_2: usb@8cf8800 { 3376 compatible = "qcom,sc7280-dwc3", "qcom,dwc3"; 3377 reg = <0 0x08cf8800 0 0x400>; 3378 status = "disabled"; 3379 #address-cells = <2>; 3380 #size-cells = <2>; 3381 ranges; 3382 dma-ranges; 3383 3384 clocks = <&gcc GCC_CFG_NOC_USB3_SEC_AXI_CLK>, 3385 <&gcc GCC_USB30_SEC_MASTER_CLK>, 3386 <&gcc GCC_AGGRE_USB3_SEC_AXI_CLK>, 3387 <&gcc GCC_USB30_SEC_SLEEP_CLK>, 3388 <&gcc GCC_USB30_SEC_MOCK_UTMI_CLK>; 3389 clock-names = "cfg_noc", 3390 "core", 3391 "iface", 3392 "sleep", 3393 "mock_utmi"; 3394 3395 assigned-clocks = <&gcc GCC_USB30_SEC_MOCK_UTMI_CLK>, 3396 <&gcc GCC_USB30_SEC_MASTER_CLK>; 3397 assigned-clock-rates = <19200000>, <200000000>; 3398 3399 interrupts-extended = <&intc GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>, 3400 <&pdc 12 IRQ_TYPE_EDGE_RISING>, 3401 <&pdc 13 IRQ_TYPE_EDGE_RISING>; 3402 interrupt-names = "hs_phy_irq", 3403 "dp_hs_phy_irq", 3404 "dm_hs_phy_irq"; 3405 3406 power-domains = <&gcc GCC_USB30_SEC_GDSC>; 3407 required-opps = <&rpmhpd_opp_nom>; 3408 3409 resets = <&gcc GCC_USB30_SEC_BCR>; 3410 3411 interconnects = <&aggre1_noc MASTER_USB2 0 &mc_virt SLAVE_EBI1 0>, 3412 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_USB2 0>; 3413 interconnect-names = "usb-ddr", "apps-usb"; 3414 3415 usb_2_dwc3: usb@8c00000 { 3416 compatible = "snps,dwc3"; 3417 reg = <0 0x08c00000 0 0xe000>; 3418 interrupts = <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>; 3419 iommus = <&apps_smmu 0xa0 0x0>; 3420 snps,dis_u2_susphy_quirk; 3421 snps,dis_enblslpm_quirk; 3422 phys = <&usb_2_hsphy>; 3423 phy-names = "usb2-phy"; 3424 maximum-speed = "high-speed"; 3425 usb-role-switch; 3426 port { 3427 usb2_role_switch: endpoint { 3428 remote-endpoint = <&eud_ep>; 3429 }; 3430 }; 3431 }; 3432 }; 3433 3434 qspi: spi@88dc000 { 3435 compatible = "qcom,sc7280-qspi", "qcom,qspi-v1"; 3436 reg = <0 0x088dc000 0 0x1000>; 3437 #address-cells = <1>; 3438 #size-cells = <0>; 3439 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; 3440 clocks = <&gcc GCC_QSPI_CNOC_PERIPH_AHB_CLK>, 3441 <&gcc GCC_QSPI_CORE_CLK>; 3442 clock-names = "iface", "core"; 3443 interconnects = <&gem_noc MASTER_APPSS_PROC 0 3444 &cnoc2 SLAVE_QSPI_0 0>; 3445 interconnect-names = "qspi-config"; 3446 power-domains = <&rpmhpd SC7280_CX>; 3447 operating-points-v2 = <&qspi_opp_table>; 3448 status = "disabled"; 3449 }; 3450 3451 remoteproc_wpss: remoteproc@8a00000 { 3452 compatible = "qcom,sc7280-wpss-pil"; 3453 reg = <0 0x08a00000 0 0x10000>; 3454 3455 interrupts-extended = <&intc GIC_SPI 587 IRQ_TYPE_EDGE_RISING>, 3456 <&wpss_smp2p_in 0 IRQ_TYPE_EDGE_RISING>, 3457 <&wpss_smp2p_in 1 IRQ_TYPE_EDGE_RISING>, 3458 <&wpss_smp2p_in 2 IRQ_TYPE_EDGE_RISING>, 3459 <&wpss_smp2p_in 3 IRQ_TYPE_EDGE_RISING>, 3460 <&wpss_smp2p_in 7 IRQ_TYPE_EDGE_RISING>; 3461 interrupt-names = "wdog", "fatal", "ready", "handover", 3462 "stop-ack", "shutdown-ack"; 3463 3464 clocks = <&gcc GCC_WPSS_AHB_BDG_MST_CLK>, 3465 <&gcc GCC_WPSS_AHB_CLK>, 3466 <&gcc GCC_WPSS_RSCP_CLK>, 3467 <&rpmhcc RPMH_CXO_CLK>; 3468 clock-names = "ahb_bdg", "ahb", 3469 "rscp", "xo"; 3470 3471 power-domains = <&rpmhpd SC7280_CX>, 3472 <&rpmhpd SC7280_MX>; 3473 power-domain-names = "cx", "mx"; 3474 3475 memory-region = <&wpss_mem>; 3476 3477 qcom,qmp = <&aoss_qmp>; 3478 3479 qcom,smem-states = <&wpss_smp2p_out 0>; 3480 qcom,smem-state-names = "stop"; 3481 3482 resets = <&aoss_reset AOSS_CC_WCSS_RESTART>, 3483 <&pdc_reset PDC_WPSS_SYNC_RESET>; 3484 reset-names = "restart", "pdc_sync"; 3485 3486 qcom,halt-regs = <&tcsr_1 0x17000>; 3487 3488 status = "disabled"; 3489 3490 glink-edge { 3491 interrupts-extended = <&ipcc IPCC_CLIENT_WPSS 3492 IPCC_MPROC_SIGNAL_GLINK_QMP 3493 IRQ_TYPE_EDGE_RISING>; 3494 mboxes = <&ipcc IPCC_CLIENT_WPSS 3495 IPCC_MPROC_SIGNAL_GLINK_QMP>; 3496 3497 label = "wpss"; 3498 qcom,remote-pid = <13>; 3499 }; 3500 }; 3501 3502 pmu@9091000 { 3503 compatible = "qcom,sc7280-llcc-bwmon"; 3504 reg = <0 0x09091000 0 0x1000>; 3505 3506 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>; 3507 3508 interconnects = <&mc_virt MASTER_LLCC 3 &mc_virt SLAVE_EBI1 3>; 3509 3510 operating-points-v2 = <&llcc_bwmon_opp_table>; 3511 3512 llcc_bwmon_opp_table: opp-table { 3513 compatible = "operating-points-v2"; 3514 3515 opp-0 { 3516 opp-peak-kBps = <800000>; 3517 }; 3518 opp-1 { 3519 opp-peak-kBps = <1804000>; 3520 }; 3521 opp-2 { 3522 opp-peak-kBps = <2188000>; 3523 }; 3524 opp-3 { 3525 opp-peak-kBps = <3072000>; 3526 }; 3527 opp-4 { 3528 opp-peak-kBps = <4068000>; 3529 }; 3530 opp-5 { 3531 opp-peak-kBps = <6220000>; 3532 }; 3533 opp-6 { 3534 opp-peak-kBps = <6832000>; 3535 }; 3536 opp-7 { 3537 opp-peak-kBps = <8532000>; 3538 }; 3539 }; 3540 }; 3541 3542 pmu@90b6400 { 3543 compatible = "qcom,sc7280-cpu-bwmon", "qcom,msm8998-bwmon"; 3544 reg = <0 0x090b6400 0 0x600>; 3545 3546 interrupts = <GIC_SPI 581 IRQ_TYPE_LEVEL_HIGH>; 3547 3548 interconnects = <&gem_noc MASTER_APPSS_PROC 3 &gem_noc SLAVE_LLCC 3>; 3549 operating-points-v2 = <&cpu_bwmon_opp_table>; 3550 3551 cpu_bwmon_opp_table: opp-table { 3552 compatible = "operating-points-v2"; 3553 3554 opp-0 { 3555 opp-peak-kBps = <2400000>; 3556 }; 3557 opp-1 { 3558 opp-peak-kBps = <4800000>; 3559 }; 3560 opp-2 { 3561 opp-peak-kBps = <7456000>; 3562 }; 3563 opp-3 { 3564 opp-peak-kBps = <9600000>; 3565 }; 3566 opp-4 { 3567 opp-peak-kBps = <12896000>; 3568 }; 3569 opp-5 { 3570 opp-peak-kBps = <14928000>; 3571 }; 3572 opp-6 { 3573 opp-peak-kBps = <17056000>; 3574 }; 3575 }; 3576 }; 3577 3578 dc_noc: interconnect@90e0000 { 3579 reg = <0 0x090e0000 0 0x5080>; 3580 compatible = "qcom,sc7280-dc-noc"; 3581 #interconnect-cells = <2>; 3582 qcom,bcm-voters = <&apps_bcm_voter>; 3583 }; 3584 3585 gem_noc: interconnect@9100000 { 3586 reg = <0 0x09100000 0 0xe2200>; 3587 compatible = "qcom,sc7280-gem-noc"; 3588 #interconnect-cells = <2>; 3589 qcom,bcm-voters = <&apps_bcm_voter>; 3590 }; 3591 3592 system-cache-controller@9200000 { 3593 compatible = "qcom,sc7280-llcc"; 3594 reg = <0 0x09200000 0 0xd0000>, <0 0x09600000 0 0x50000>; 3595 reg-names = "llcc_base", "llcc_broadcast_base"; 3596 interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>; 3597 }; 3598 3599 eud: eud@88e0000 { 3600 compatible = "qcom,sc7280-eud","qcom,eud"; 3601 reg = <0 0x088e0000 0 0x2000>, 3602 <0 0x088e2000 0 0x1000>; 3603 interrupts-extended = <&pdc 11 IRQ_TYPE_LEVEL_HIGH>; 3604 ports { 3605 port@0 { 3606 eud_ep: endpoint { 3607 remote-endpoint = <&usb2_role_switch>; 3608 }; 3609 }; 3610 port@1 { 3611 eud_con: endpoint { 3612 remote-endpoint = <&con_eud>; 3613 }; 3614 }; 3615 }; 3616 }; 3617 3618 eud_typec: connector { 3619 compatible = "usb-c-connector"; 3620 ports { 3621 port@0 { 3622 con_eud: endpoint { 3623 remote-endpoint = <&eud_con>; 3624 }; 3625 }; 3626 }; 3627 }; 3628 3629 nsp_noc: interconnect@a0c0000 { 3630 reg = <0 0x0a0c0000 0 0x10000>; 3631 compatible = "qcom,sc7280-nsp-noc"; 3632 #interconnect-cells = <2>; 3633 qcom,bcm-voters = <&apps_bcm_voter>; 3634 }; 3635 3636 usb_1: usb@a6f8800 { 3637 compatible = "qcom,sc7280-dwc3", "qcom,dwc3"; 3638 reg = <0 0x0a6f8800 0 0x400>; 3639 status = "disabled"; 3640 #address-cells = <2>; 3641 #size-cells = <2>; 3642 ranges; 3643 dma-ranges; 3644 3645 clocks = <&gcc GCC_CFG_NOC_USB3_PRIM_AXI_CLK>, 3646 <&gcc GCC_USB30_PRIM_MASTER_CLK>, 3647 <&gcc GCC_AGGRE_USB3_PRIM_AXI_CLK>, 3648 <&gcc GCC_USB30_PRIM_SLEEP_CLK>, 3649 <&gcc GCC_USB30_PRIM_MOCK_UTMI_CLK>; 3650 clock-names = "cfg_noc", 3651 "core", 3652 "iface", 3653 "sleep", 3654 "mock_utmi"; 3655 3656 assigned-clocks = <&gcc GCC_USB30_PRIM_MOCK_UTMI_CLK>, 3657 <&gcc GCC_USB30_PRIM_MASTER_CLK>; 3658 assigned-clock-rates = <19200000>, <200000000>; 3659 3660 interrupts-extended = <&intc GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>, 3661 <&pdc 14 IRQ_TYPE_LEVEL_HIGH>, 3662 <&pdc 15 IRQ_TYPE_EDGE_BOTH>, 3663 <&pdc 17 IRQ_TYPE_EDGE_BOTH>; 3664 interrupt-names = "hs_phy_irq", 3665 "dp_hs_phy_irq", 3666 "dm_hs_phy_irq", 3667 "ss_phy_irq"; 3668 3669 power-domains = <&gcc GCC_USB30_PRIM_GDSC>; 3670 required-opps = <&rpmhpd_opp_nom>; 3671 3672 resets = <&gcc GCC_USB30_PRIM_BCR>; 3673 3674 interconnects = <&aggre1_noc MASTER_USB3_0 0 &mc_virt SLAVE_EBI1 0>, 3675 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_USB3_0 0>; 3676 interconnect-names = "usb-ddr", "apps-usb"; 3677 3678 wakeup-source; 3679 3680 usb_1_dwc3: usb@a600000 { 3681 compatible = "snps,dwc3"; 3682 reg = <0 0x0a600000 0 0xe000>; 3683 interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>; 3684 iommus = <&apps_smmu 0xe0 0x0>; 3685 snps,dis_u2_susphy_quirk; 3686 snps,dis_enblslpm_quirk; 3687 phys = <&usb_1_hsphy>, <&usb_1_ssphy>; 3688 phy-names = "usb2-phy", "usb3-phy"; 3689 maximum-speed = "super-speed"; 3690 }; 3691 }; 3692 3693 venus: video-codec@aa00000 { 3694 compatible = "qcom,sc7280-venus"; 3695 reg = <0 0x0aa00000 0 0xd0600>; 3696 interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>; 3697 3698 clocks = <&videocc VIDEO_CC_MVSC_CORE_CLK>, 3699 <&videocc VIDEO_CC_MVSC_CTL_AXI_CLK>, 3700 <&videocc VIDEO_CC_VENUS_AHB_CLK>, 3701 <&videocc VIDEO_CC_MVS0_CORE_CLK>, 3702 <&videocc VIDEO_CC_MVS0_AXI_CLK>; 3703 clock-names = "core", "bus", "iface", 3704 "vcodec_core", "vcodec_bus"; 3705 3706 power-domains = <&videocc MVSC_GDSC>, 3707 <&videocc MVS0_GDSC>, 3708 <&rpmhpd SC7280_CX>; 3709 power-domain-names = "venus", "vcodec0", "cx"; 3710 operating-points-v2 = <&venus_opp_table>; 3711 3712 interconnects = <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_VENUS_CFG 0>, 3713 <&mmss_noc MASTER_VIDEO_P0 0 &mc_virt SLAVE_EBI1 0>; 3714 interconnect-names = "cpu-cfg", "video-mem"; 3715 3716 iommus = <&apps_smmu 0x2180 0x20>, 3717 <&apps_smmu 0x2184 0x20>; 3718 memory-region = <&video_mem>; 3719 3720 video-decoder { 3721 compatible = "venus-decoder"; 3722 }; 3723 3724 video-encoder { 3725 compatible = "venus-encoder"; 3726 }; 3727 3728 video-firmware { 3729 iommus = <&apps_smmu 0x21a2 0x0>; 3730 }; 3731 3732 venus_opp_table: opp-table { 3733 compatible = "operating-points-v2"; 3734 3735 opp-133330000 { 3736 opp-hz = /bits/ 64 <133330000>; 3737 required-opps = <&rpmhpd_opp_low_svs>; 3738 }; 3739 3740 opp-240000000 { 3741 opp-hz = /bits/ 64 <240000000>; 3742 required-opps = <&rpmhpd_opp_svs>; 3743 }; 3744 3745 opp-335000000 { 3746 opp-hz = /bits/ 64 <335000000>; 3747 required-opps = <&rpmhpd_opp_svs_l1>; 3748 }; 3749 3750 opp-424000000 { 3751 opp-hz = /bits/ 64 <424000000>; 3752 required-opps = <&rpmhpd_opp_nom>; 3753 }; 3754 3755 opp-460000048 { 3756 opp-hz = /bits/ 64 <460000048>; 3757 required-opps = <&rpmhpd_opp_turbo>; 3758 }; 3759 }; 3760 3761 }; 3762 3763 videocc: clock-controller@aaf0000 { 3764 compatible = "qcom,sc7280-videocc"; 3765 reg = <0 0x0aaf0000 0 0x10000>; 3766 clocks = <&rpmhcc RPMH_CXO_CLK>, 3767 <&rpmhcc RPMH_CXO_CLK_A>; 3768 clock-names = "bi_tcxo", "bi_tcxo_ao"; 3769 #clock-cells = <1>; 3770 #reset-cells = <1>; 3771 #power-domain-cells = <1>; 3772 }; 3773 3774 camcc: clock-controller@ad00000 { 3775 compatible = "qcom,sc7280-camcc"; 3776 reg = <0 0x0ad00000 0 0x10000>; 3777 clocks = <&rpmhcc RPMH_CXO_CLK>, 3778 <&rpmhcc RPMH_CXO_CLK_A>, 3779 <&sleep_clk>; 3780 clock-names = "bi_tcxo", "bi_tcxo_ao", "sleep_clk"; 3781 #clock-cells = <1>; 3782 #reset-cells = <1>; 3783 #power-domain-cells = <1>; 3784 }; 3785 3786 dispcc: clock-controller@af00000 { 3787 compatible = "qcom,sc7280-dispcc"; 3788 reg = <0 0x0af00000 0 0x20000>; 3789 clocks = <&rpmhcc RPMH_CXO_CLK>, 3790 <&gcc GCC_DISP_GPLL0_CLK_SRC>, 3791 <&mdss_dsi_phy 0>, 3792 <&mdss_dsi_phy 1>, 3793 <&dp_phy 0>, 3794 <&dp_phy 1>, 3795 <&mdss_edp_phy 0>, 3796 <&mdss_edp_phy 1>; 3797 clock-names = "bi_tcxo", 3798 "gcc_disp_gpll0_clk", 3799 "dsi0_phy_pll_out_byteclk", 3800 "dsi0_phy_pll_out_dsiclk", 3801 "dp_phy_pll_link_clk", 3802 "dp_phy_pll_vco_div_clk", 3803 "edp_phy_pll_link_clk", 3804 "edp_phy_pll_vco_div_clk"; 3805 #clock-cells = <1>; 3806 #reset-cells = <1>; 3807 #power-domain-cells = <1>; 3808 }; 3809 3810 mdss: display-subsystem@ae00000 { 3811 compatible = "qcom,sc7280-mdss"; 3812 reg = <0 0x0ae00000 0 0x1000>; 3813 reg-names = "mdss"; 3814 3815 power-domains = <&dispcc DISP_CC_MDSS_CORE_GDSC>; 3816 3817 clocks = <&gcc GCC_DISP_AHB_CLK>, 3818 <&dispcc DISP_CC_MDSS_AHB_CLK>, 3819 <&dispcc DISP_CC_MDSS_MDP_CLK>; 3820 clock-names = "iface", 3821 "ahb", 3822 "core"; 3823 3824 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; 3825 interrupt-controller; 3826 #interrupt-cells = <1>; 3827 3828 interconnects = <&mmss_noc MASTER_MDP0 0 &mc_virt SLAVE_EBI1 0>; 3829 interconnect-names = "mdp0-mem"; 3830 3831 iommus = <&apps_smmu 0x900 0x402>; 3832 3833 #address-cells = <2>; 3834 #size-cells = <2>; 3835 ranges; 3836 3837 status = "disabled"; 3838 3839 mdss_mdp: display-controller@ae01000 { 3840 compatible = "qcom,sc7280-dpu"; 3841 reg = <0 0x0ae01000 0 0x8f030>, 3842 <0 0x0aeb0000 0 0x2008>; 3843 reg-names = "mdp", "vbif"; 3844 3845 clocks = <&gcc GCC_DISP_HF_AXI_CLK>, 3846 <&gcc GCC_DISP_SF_AXI_CLK>, 3847 <&dispcc DISP_CC_MDSS_AHB_CLK>, 3848 <&dispcc DISP_CC_MDSS_MDP_LUT_CLK>, 3849 <&dispcc DISP_CC_MDSS_MDP_CLK>, 3850 <&dispcc DISP_CC_MDSS_VSYNC_CLK>; 3851 clock-names = "bus", 3852 "nrt_bus", 3853 "iface", 3854 "lut", 3855 "core", 3856 "vsync"; 3857 assigned-clocks = <&dispcc DISP_CC_MDSS_VSYNC_CLK>, 3858 <&dispcc DISP_CC_MDSS_AHB_CLK>; 3859 assigned-clock-rates = <19200000>, 3860 <19200000>; 3861 operating-points-v2 = <&mdp_opp_table>; 3862 power-domains = <&rpmhpd SC7280_CX>; 3863 3864 interrupt-parent = <&mdss>; 3865 interrupts = <0>; 3866 3867 status = "disabled"; 3868 3869 ports { 3870 #address-cells = <1>; 3871 #size-cells = <0>; 3872 3873 port@0 { 3874 reg = <0>; 3875 dpu_intf1_out: endpoint { 3876 remote-endpoint = <&dsi0_in>; 3877 }; 3878 }; 3879 3880 port@1 { 3881 reg = <1>; 3882 dpu_intf5_out: endpoint { 3883 remote-endpoint = <&edp_in>; 3884 }; 3885 }; 3886 3887 port@2 { 3888 reg = <2>; 3889 dpu_intf0_out: endpoint { 3890 remote-endpoint = <&dp_in>; 3891 }; 3892 }; 3893 }; 3894 3895 mdp_opp_table: opp-table { 3896 compatible = "operating-points-v2"; 3897 3898 opp-200000000 { 3899 opp-hz = /bits/ 64 <200000000>; 3900 required-opps = <&rpmhpd_opp_low_svs>; 3901 }; 3902 3903 opp-300000000 { 3904 opp-hz = /bits/ 64 <300000000>; 3905 required-opps = <&rpmhpd_opp_svs>; 3906 }; 3907 3908 opp-380000000 { 3909 opp-hz = /bits/ 64 <380000000>; 3910 required-opps = <&rpmhpd_opp_svs_l1>; 3911 }; 3912 3913 opp-506666667 { 3914 opp-hz = /bits/ 64 <506666667>; 3915 required-opps = <&rpmhpd_opp_nom>; 3916 }; 3917 }; 3918 }; 3919 3920 mdss_dsi: dsi@ae94000 { 3921 compatible = "qcom,sc7280-dsi-ctrl", 3922 "qcom,mdss-dsi-ctrl"; 3923 reg = <0 0x0ae94000 0 0x400>; 3924 reg-names = "dsi_ctrl"; 3925 3926 interrupt-parent = <&mdss>; 3927 interrupts = <4>; 3928 3929 clocks = <&dispcc DISP_CC_MDSS_BYTE0_CLK>, 3930 <&dispcc DISP_CC_MDSS_BYTE0_INTF_CLK>, 3931 <&dispcc DISP_CC_MDSS_PCLK0_CLK>, 3932 <&dispcc DISP_CC_MDSS_ESC0_CLK>, 3933 <&dispcc DISP_CC_MDSS_AHB_CLK>, 3934 <&gcc GCC_DISP_HF_AXI_CLK>; 3935 clock-names = "byte", 3936 "byte_intf", 3937 "pixel", 3938 "core", 3939 "iface", 3940 "bus"; 3941 3942 assigned-clocks = <&dispcc DISP_CC_MDSS_BYTE0_CLK_SRC>, <&dispcc DISP_CC_MDSS_PCLK0_CLK_SRC>; 3943 assigned-clock-parents = <&mdss_dsi_phy 0>, <&mdss_dsi_phy 1>; 3944 3945 operating-points-v2 = <&dsi_opp_table>; 3946 power-domains = <&rpmhpd SC7280_CX>; 3947 3948 phys = <&mdss_dsi_phy>; 3949 3950 #address-cells = <1>; 3951 #size-cells = <0>; 3952 3953 status = "disabled"; 3954 3955 ports { 3956 #address-cells = <1>; 3957 #size-cells = <0>; 3958 3959 port@0 { 3960 reg = <0>; 3961 dsi0_in: endpoint { 3962 remote-endpoint = <&dpu_intf1_out>; 3963 }; 3964 }; 3965 3966 port@1 { 3967 reg = <1>; 3968 dsi0_out: endpoint { 3969 }; 3970 }; 3971 }; 3972 3973 dsi_opp_table: opp-table { 3974 compatible = "operating-points-v2"; 3975 3976 opp-187500000 { 3977 opp-hz = /bits/ 64 <187500000>; 3978 required-opps = <&rpmhpd_opp_low_svs>; 3979 }; 3980 3981 opp-300000000 { 3982 opp-hz = /bits/ 64 <300000000>; 3983 required-opps = <&rpmhpd_opp_svs>; 3984 }; 3985 3986 opp-358000000 { 3987 opp-hz = /bits/ 64 <358000000>; 3988 required-opps = <&rpmhpd_opp_svs_l1>; 3989 }; 3990 }; 3991 }; 3992 3993 mdss_dsi_phy: phy@ae94400 { 3994 compatible = "qcom,sc7280-dsi-phy-7nm"; 3995 reg = <0 0x0ae94400 0 0x200>, 3996 <0 0x0ae94600 0 0x280>, 3997 <0 0x0ae94900 0 0x280>; 3998 reg-names = "dsi_phy", 3999 "dsi_phy_lane", 4000 "dsi_pll"; 4001 4002 #clock-cells = <1>; 4003 #phy-cells = <0>; 4004 4005 clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, 4006 <&rpmhcc RPMH_CXO_CLK>; 4007 clock-names = "iface", "ref"; 4008 4009 status = "disabled"; 4010 }; 4011 4012 mdss_edp: edp@aea0000 { 4013 compatible = "qcom,sc7280-edp"; 4014 pinctrl-names = "default"; 4015 pinctrl-0 = <&edp_hot_plug_det>; 4016 4017 reg = <0 0x0aea0000 0 0x200>, 4018 <0 0x0aea0200 0 0x200>, 4019 <0 0x0aea0400 0 0xc00>, 4020 <0 0x0aea1000 0 0x400>; 4021 4022 interrupt-parent = <&mdss>; 4023 interrupts = <14>; 4024 4025 clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, 4026 <&dispcc DISP_CC_MDSS_EDP_AUX_CLK>, 4027 <&dispcc DISP_CC_MDSS_EDP_LINK_CLK>, 4028 <&dispcc DISP_CC_MDSS_EDP_LINK_INTF_CLK>, 4029 <&dispcc DISP_CC_MDSS_EDP_PIXEL_CLK>; 4030 clock-names = "core_iface", 4031 "core_aux", 4032 "ctrl_link", 4033 "ctrl_link_iface", 4034 "stream_pixel"; 4035 assigned-clocks = <&dispcc DISP_CC_MDSS_EDP_LINK_CLK_SRC>, 4036 <&dispcc DISP_CC_MDSS_EDP_PIXEL_CLK_SRC>; 4037 assigned-clock-parents = <&mdss_edp_phy 0>, <&mdss_edp_phy 1>; 4038 4039 phys = <&mdss_edp_phy>; 4040 phy-names = "dp"; 4041 4042 operating-points-v2 = <&edp_opp_table>; 4043 power-domains = <&rpmhpd SC7280_CX>; 4044 4045 status = "disabled"; 4046 4047 ports { 4048 #address-cells = <1>; 4049 #size-cells = <0>; 4050 4051 port@0 { 4052 reg = <0>; 4053 edp_in: endpoint { 4054 remote-endpoint = <&dpu_intf5_out>; 4055 }; 4056 }; 4057 4058 port@1 { 4059 reg = <1>; 4060 mdss_edp_out: endpoint { }; 4061 }; 4062 }; 4063 4064 edp_opp_table: opp-table { 4065 compatible = "operating-points-v2"; 4066 4067 opp-160000000 { 4068 opp-hz = /bits/ 64 <160000000>; 4069 required-opps = <&rpmhpd_opp_low_svs>; 4070 }; 4071 4072 opp-270000000 { 4073 opp-hz = /bits/ 64 <270000000>; 4074 required-opps = <&rpmhpd_opp_svs>; 4075 }; 4076 4077 opp-540000000 { 4078 opp-hz = /bits/ 64 <540000000>; 4079 required-opps = <&rpmhpd_opp_nom>; 4080 }; 4081 4082 opp-810000000 { 4083 opp-hz = /bits/ 64 <810000000>; 4084 required-opps = <&rpmhpd_opp_nom>; 4085 }; 4086 }; 4087 }; 4088 4089 mdss_edp_phy: phy@aec2a00 { 4090 compatible = "qcom,sc7280-edp-phy"; 4091 4092 reg = <0 0x0aec2a00 0 0x19c>, 4093 <0 0x0aec2200 0 0xa0>, 4094 <0 0x0aec2600 0 0xa0>, 4095 <0 0x0aec2000 0 0x1c0>; 4096 4097 clocks = <&rpmhcc RPMH_CXO_CLK>, 4098 <&gcc GCC_EDP_CLKREF_EN>; 4099 clock-names = "aux", 4100 "cfg_ahb"; 4101 4102 #clock-cells = <1>; 4103 #phy-cells = <0>; 4104 4105 status = "disabled"; 4106 }; 4107 4108 mdss_dp: displayport-controller@ae90000 { 4109 compatible = "qcom,sc7280-dp"; 4110 4111 reg = <0 0x0ae90000 0 0x200>, 4112 <0 0x0ae90200 0 0x200>, 4113 <0 0x0ae90400 0 0xc00>, 4114 <0 0x0ae91000 0 0x400>, 4115 <0 0x0ae91400 0 0x400>; 4116 4117 interrupt-parent = <&mdss>; 4118 interrupts = <12>; 4119 4120 clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, 4121 <&dispcc DISP_CC_MDSS_DP_AUX_CLK>, 4122 <&dispcc DISP_CC_MDSS_DP_LINK_CLK>, 4123 <&dispcc DISP_CC_MDSS_DP_LINK_INTF_CLK>, 4124 <&dispcc DISP_CC_MDSS_DP_PIXEL_CLK>; 4125 clock-names = "core_iface", 4126 "core_aux", 4127 "ctrl_link", 4128 "ctrl_link_iface", 4129 "stream_pixel"; 4130 assigned-clocks = <&dispcc DISP_CC_MDSS_DP_LINK_CLK_SRC>, 4131 <&dispcc DISP_CC_MDSS_DP_PIXEL_CLK_SRC>; 4132 assigned-clock-parents = <&dp_phy 0>, <&dp_phy 1>; 4133 phys = <&dp_phy>; 4134 phy-names = "dp"; 4135 4136 operating-points-v2 = <&dp_opp_table>; 4137 power-domains = <&rpmhpd SC7280_CX>; 4138 4139 #sound-dai-cells = <0>; 4140 4141 status = "disabled"; 4142 4143 ports { 4144 #address-cells = <1>; 4145 #size-cells = <0>; 4146 4147 port@0 { 4148 reg = <0>; 4149 dp_in: endpoint { 4150 remote-endpoint = <&dpu_intf0_out>; 4151 }; 4152 }; 4153 4154 port@1 { 4155 reg = <1>; 4156 mdss_dp_out: endpoint { }; 4157 }; 4158 }; 4159 4160 dp_opp_table: opp-table { 4161 compatible = "operating-points-v2"; 4162 4163 opp-160000000 { 4164 opp-hz = /bits/ 64 <160000000>; 4165 required-opps = <&rpmhpd_opp_low_svs>; 4166 }; 4167 4168 opp-270000000 { 4169 opp-hz = /bits/ 64 <270000000>; 4170 required-opps = <&rpmhpd_opp_svs>; 4171 }; 4172 4173 opp-540000000 { 4174 opp-hz = /bits/ 64 <540000000>; 4175 required-opps = <&rpmhpd_opp_svs_l1>; 4176 }; 4177 4178 opp-810000000 { 4179 opp-hz = /bits/ 64 <810000000>; 4180 required-opps = <&rpmhpd_opp_nom>; 4181 }; 4182 }; 4183 }; 4184 }; 4185 4186 pdc: interrupt-controller@b220000 { 4187 compatible = "qcom,sc7280-pdc", "qcom,pdc"; 4188 reg = <0 0x0b220000 0 0x30000>; 4189 qcom,pdc-ranges = <0 480 40>, <40 140 14>, <54 263 1>, 4190 <55 306 4>, <59 312 3>, <62 374 2>, 4191 <64 434 2>, <66 438 3>, <69 86 1>, 4192 <70 520 54>, <124 609 31>, <155 63 1>, 4193 <156 716 12>; 4194 #interrupt-cells = <2>; 4195 interrupt-parent = <&intc>; 4196 interrupt-controller; 4197 }; 4198 4199 pdc_reset: reset-controller@b5e0000 { 4200 compatible = "qcom,sc7280-pdc-global"; 4201 reg = <0 0x0b5e0000 0 0x20000>; 4202 #reset-cells = <1>; 4203 }; 4204 4205 tsens0: thermal-sensor@c263000 { 4206 compatible = "qcom,sc7280-tsens","qcom,tsens-v2"; 4207 reg = <0 0x0c263000 0 0x1ff>, /* TM */ 4208 <0 0x0c222000 0 0x1ff>; /* SROT */ 4209 #qcom,sensors = <15>; 4210 interrupts = <GIC_SPI 506 IRQ_TYPE_LEVEL_HIGH>, 4211 <GIC_SPI 508 IRQ_TYPE_LEVEL_HIGH>; 4212 interrupt-names = "uplow","critical"; 4213 #thermal-sensor-cells = <1>; 4214 }; 4215 4216 tsens1: thermal-sensor@c265000 { 4217 compatible = "qcom,sc7280-tsens","qcom,tsens-v2"; 4218 reg = <0 0x0c265000 0 0x1ff>, /* TM */ 4219 <0 0x0c223000 0 0x1ff>; /* SROT */ 4220 #qcom,sensors = <12>; 4221 interrupts = <GIC_SPI 507 IRQ_TYPE_LEVEL_HIGH>, 4222 <GIC_SPI 509 IRQ_TYPE_LEVEL_HIGH>; 4223 interrupt-names = "uplow","critical"; 4224 #thermal-sensor-cells = <1>; 4225 }; 4226 4227 aoss_reset: reset-controller@c2a0000 { 4228 compatible = "qcom,sc7280-aoss-cc", "qcom,sdm845-aoss-cc"; 4229 reg = <0 0x0c2a0000 0 0x31000>; 4230 #reset-cells = <1>; 4231 }; 4232 4233 aoss_qmp: power-management@c300000 { 4234 compatible = "qcom,sc7280-aoss-qmp", "qcom,aoss-qmp"; 4235 reg = <0 0x0c300000 0 0x400>; 4236 interrupts-extended = <&ipcc IPCC_CLIENT_AOP 4237 IPCC_MPROC_SIGNAL_GLINK_QMP 4238 IRQ_TYPE_EDGE_RISING>; 4239 mboxes = <&ipcc IPCC_CLIENT_AOP 4240 IPCC_MPROC_SIGNAL_GLINK_QMP>; 4241 4242 #clock-cells = <0>; 4243 }; 4244 4245 sram@c3f0000 { 4246 compatible = "qcom,rpmh-stats"; 4247 reg = <0 0x0c3f0000 0 0x400>; 4248 }; 4249 4250 spmi_bus: spmi@c440000 { 4251 compatible = "qcom,spmi-pmic-arb"; 4252 reg = <0 0x0c440000 0 0x1100>, 4253 <0 0x0c600000 0 0x2000000>, 4254 <0 0x0e600000 0 0x100000>, 4255 <0 0x0e700000 0 0xa0000>, 4256 <0 0x0c40a000 0 0x26000>; 4257 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg"; 4258 interrupt-names = "periph_irq"; 4259 interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>; 4260 qcom,ee = <0>; 4261 qcom,channel = <0>; 4262 #address-cells = <2>; 4263 #size-cells = <0>; 4264 interrupt-controller; 4265 #interrupt-cells = <4>; 4266 }; 4267 4268 tlmm: pinctrl@f100000 { 4269 compatible = "qcom,sc7280-pinctrl"; 4270 reg = <0 0x0f100000 0 0x300000>; 4271 interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>; 4272 gpio-controller; 4273 #gpio-cells = <2>; 4274 interrupt-controller; 4275 #interrupt-cells = <2>; 4276 gpio-ranges = <&tlmm 0 0 175>; 4277 wakeup-parent = <&pdc>; 4278 4279 dp_hot_plug_det: dp-hot-plug-det-state { 4280 pins = "gpio47"; 4281 function = "dp_hot"; 4282 }; 4283 4284 edp_hot_plug_det: edp-hot-plug-det-state { 4285 pins = "gpio60"; 4286 function = "edp_hot"; 4287 }; 4288 4289 mi2s0_data0: mi2s0-data0-state { 4290 pins = "gpio98"; 4291 function = "mi2s0_data0"; 4292 }; 4293 4294 mi2s0_data1: mi2s0-data1-state { 4295 pins = "gpio99"; 4296 function = "mi2s0_data1"; 4297 }; 4298 4299 mi2s0_mclk: mi2s0-mclk-state { 4300 pins = "gpio96"; 4301 function = "pri_mi2s"; 4302 }; 4303 4304 mi2s0_sclk: mi2s0-sclk-state { 4305 pins = "gpio97"; 4306 function = "mi2s0_sck"; 4307 }; 4308 4309 mi2s0_ws: mi2s0-ws-state { 4310 pins = "gpio100"; 4311 function = "mi2s0_ws"; 4312 }; 4313 4314 mi2s1_data0: mi2s1-data0-state { 4315 pins = "gpio107"; 4316 function = "mi2s1_data0"; 4317 }; 4318 4319 mi2s1_sclk: mi2s1-sclk-state { 4320 pins = "gpio106"; 4321 function = "mi2s1_sck"; 4322 }; 4323 4324 mi2s1_ws: mi2s1-ws-state { 4325 pins = "gpio108"; 4326 function = "mi2s1_ws"; 4327 }; 4328 4329 pcie1_clkreq_n: pcie1-clkreq-n-state { 4330 pins = "gpio79"; 4331 function = "pcie1_clkreqn"; 4332 }; 4333 4334 qspi_clk: qspi-clk-state { 4335 pins = "gpio14"; 4336 function = "qspi_clk"; 4337 }; 4338 4339 qspi_cs0: qspi-cs0-state { 4340 pins = "gpio15"; 4341 function = "qspi_cs"; 4342 }; 4343 4344 qspi_cs1: qspi-cs1-state { 4345 pins = "gpio19"; 4346 function = "qspi_cs"; 4347 }; 4348 4349 qspi_data01: qspi-data01-state { 4350 pins = "gpio12", "gpio13"; 4351 function = "qspi_data"; 4352 }; 4353 4354 qspi_data12: qspi-data12-state { 4355 pins = "gpio16", "gpio17"; 4356 function = "qspi_data"; 4357 }; 4358 4359 qup_i2c0_data_clk: qup-i2c0-data-clk-state { 4360 pins = "gpio0", "gpio1"; 4361 function = "qup00"; 4362 }; 4363 4364 qup_i2c1_data_clk: qup-i2c1-data-clk-state { 4365 pins = "gpio4", "gpio5"; 4366 function = "qup01"; 4367 }; 4368 4369 qup_i2c2_data_clk: qup-i2c2-data-clk-state { 4370 pins = "gpio8", "gpio9"; 4371 function = "qup02"; 4372 }; 4373 4374 qup_i2c3_data_clk: qup-i2c3-data-clk-state { 4375 pins = "gpio12", "gpio13"; 4376 function = "qup03"; 4377 }; 4378 4379 qup_i2c4_data_clk: qup-i2c4-data-clk-state { 4380 pins = "gpio16", "gpio17"; 4381 function = "qup04"; 4382 }; 4383 4384 qup_i2c5_data_clk: qup-i2c5-data-clk-state { 4385 pins = "gpio20", "gpio21"; 4386 function = "qup05"; 4387 }; 4388 4389 qup_i2c6_data_clk: qup-i2c6-data-clk-state { 4390 pins = "gpio24", "gpio25"; 4391 function = "qup06"; 4392 }; 4393 4394 qup_i2c7_data_clk: qup-i2c7-data-clk-state { 4395 pins = "gpio28", "gpio29"; 4396 function = "qup07"; 4397 }; 4398 4399 qup_i2c8_data_clk: qup-i2c8-data-clk-state { 4400 pins = "gpio32", "gpio33"; 4401 function = "qup10"; 4402 }; 4403 4404 qup_i2c9_data_clk: qup-i2c9-data-clk-state { 4405 pins = "gpio36", "gpio37"; 4406 function = "qup11"; 4407 }; 4408 4409 qup_i2c10_data_clk: qup-i2c10-data-clk-state { 4410 pins = "gpio40", "gpio41"; 4411 function = "qup12"; 4412 }; 4413 4414 qup_i2c11_data_clk: qup-i2c11-data-clk-state { 4415 pins = "gpio44", "gpio45"; 4416 function = "qup13"; 4417 }; 4418 4419 qup_i2c12_data_clk: qup-i2c12-data-clk-state { 4420 pins = "gpio48", "gpio49"; 4421 function = "qup14"; 4422 }; 4423 4424 qup_i2c13_data_clk: qup-i2c13-data-clk-state { 4425 pins = "gpio52", "gpio53"; 4426 function = "qup15"; 4427 }; 4428 4429 qup_i2c14_data_clk: qup-i2c14-data-clk-state { 4430 pins = "gpio56", "gpio57"; 4431 function = "qup16"; 4432 }; 4433 4434 qup_i2c15_data_clk: qup-i2c15-data-clk-state { 4435 pins = "gpio60", "gpio61"; 4436 function = "qup17"; 4437 }; 4438 4439 qup_spi0_data_clk: qup-spi0-data-clk-state { 4440 pins = "gpio0", "gpio1", "gpio2"; 4441 function = "qup00"; 4442 }; 4443 4444 qup_spi0_cs: qup-spi0-cs-state { 4445 pins = "gpio3"; 4446 function = "qup00"; 4447 }; 4448 4449 qup_spi0_cs_gpio: qup-spi0-cs-gpio-state { 4450 pins = "gpio3"; 4451 function = "gpio"; 4452 }; 4453 4454 qup_spi1_data_clk: qup-spi1-data-clk-state { 4455 pins = "gpio4", "gpio5", "gpio6"; 4456 function = "qup01"; 4457 }; 4458 4459 qup_spi1_cs: qup-spi1-cs-state { 4460 pins = "gpio7"; 4461 function = "qup01"; 4462 }; 4463 4464 qup_spi1_cs_gpio: qup-spi1-cs-gpio-state { 4465 pins = "gpio7"; 4466 function = "gpio"; 4467 }; 4468 4469 qup_spi2_data_clk: qup-spi2-data-clk-state { 4470 pins = "gpio8", "gpio9", "gpio10"; 4471 function = "qup02"; 4472 }; 4473 4474 qup_spi2_cs: qup-spi2-cs-state { 4475 pins = "gpio11"; 4476 function = "qup02"; 4477 }; 4478 4479 qup_spi2_cs_gpio: qup-spi2-cs-gpio-state { 4480 pins = "gpio11"; 4481 function = "gpio"; 4482 }; 4483 4484 qup_spi3_data_clk: qup-spi3-data-clk-state { 4485 pins = "gpio12", "gpio13", "gpio14"; 4486 function = "qup03"; 4487 }; 4488 4489 qup_spi3_cs: qup-spi3-cs-state { 4490 pins = "gpio15"; 4491 function = "qup03"; 4492 }; 4493 4494 qup_spi3_cs_gpio: qup-spi3-cs-gpio-state { 4495 pins = "gpio15"; 4496 function = "gpio"; 4497 }; 4498 4499 qup_spi4_data_clk: qup-spi4-data-clk-state { 4500 pins = "gpio16", "gpio17", "gpio18"; 4501 function = "qup04"; 4502 }; 4503 4504 qup_spi4_cs: qup-spi4-cs-state { 4505 pins = "gpio19"; 4506 function = "qup04"; 4507 }; 4508 4509 qup_spi4_cs_gpio: qup-spi4-cs-gpio-state { 4510 pins = "gpio19"; 4511 function = "gpio"; 4512 }; 4513 4514 qup_spi5_data_clk: qup-spi5-data-clk-state { 4515 pins = "gpio20", "gpio21", "gpio22"; 4516 function = "qup05"; 4517 }; 4518 4519 qup_spi5_cs: qup-spi5-cs-state { 4520 pins = "gpio23"; 4521 function = "qup05"; 4522 }; 4523 4524 qup_spi5_cs_gpio: qup-spi5-cs-gpio-state { 4525 pins = "gpio23"; 4526 function = "gpio"; 4527 }; 4528 4529 qup_spi6_data_clk: qup-spi6-data-clk-state { 4530 pins = "gpio24", "gpio25", "gpio26"; 4531 function = "qup06"; 4532 }; 4533 4534 qup_spi6_cs: qup-spi6-cs-state { 4535 pins = "gpio27"; 4536 function = "qup06"; 4537 }; 4538 4539 qup_spi6_cs_gpio: qup-spi6-cs-gpio-state { 4540 pins = "gpio27"; 4541 function = "gpio"; 4542 }; 4543 4544 qup_spi7_data_clk: qup-spi7-data-clk-state { 4545 pins = "gpio28", "gpio29", "gpio30"; 4546 function = "qup07"; 4547 }; 4548 4549 qup_spi7_cs: qup-spi7-cs-state { 4550 pins = "gpio31"; 4551 function = "qup07"; 4552 }; 4553 4554 qup_spi7_cs_gpio: qup-spi7-cs-gpio-state { 4555 pins = "gpio31"; 4556 function = "gpio"; 4557 }; 4558 4559 qup_spi8_data_clk: qup-spi8-data-clk-state { 4560 pins = "gpio32", "gpio33", "gpio34"; 4561 function = "qup10"; 4562 }; 4563 4564 qup_spi8_cs: qup-spi8-cs-state { 4565 pins = "gpio35"; 4566 function = "qup10"; 4567 }; 4568 4569 qup_spi8_cs_gpio: qup-spi8-cs-gpio-state { 4570 pins = "gpio35"; 4571 function = "gpio"; 4572 }; 4573 4574 qup_spi9_data_clk: qup-spi9-data-clk-state { 4575 pins = "gpio36", "gpio37", "gpio38"; 4576 function = "qup11"; 4577 }; 4578 4579 qup_spi9_cs: qup-spi9-cs-state { 4580 pins = "gpio39"; 4581 function = "qup11"; 4582 }; 4583 4584 qup_spi9_cs_gpio: qup-spi9-cs-gpio-state { 4585 pins = "gpio39"; 4586 function = "gpio"; 4587 }; 4588 4589 qup_spi10_data_clk: qup-spi10-data-clk-state { 4590 pins = "gpio40", "gpio41", "gpio42"; 4591 function = "qup12"; 4592 }; 4593 4594 qup_spi10_cs: qup-spi10-cs-state { 4595 pins = "gpio43"; 4596 function = "qup12"; 4597 }; 4598 4599 qup_spi10_cs_gpio: qup-spi10-cs-gpio-state { 4600 pins = "gpio43"; 4601 function = "gpio"; 4602 }; 4603 4604 qup_spi11_data_clk: qup-spi11-data-clk-state { 4605 pins = "gpio44", "gpio45", "gpio46"; 4606 function = "qup13"; 4607 }; 4608 4609 qup_spi11_cs: qup-spi11-cs-state { 4610 pins = "gpio47"; 4611 function = "qup13"; 4612 }; 4613 4614 qup_spi11_cs_gpio: qup-spi11-cs-gpio-state { 4615 pins = "gpio47"; 4616 function = "gpio"; 4617 }; 4618 4619 qup_spi12_data_clk: qup-spi12-data-clk-state { 4620 pins = "gpio48", "gpio49", "gpio50"; 4621 function = "qup14"; 4622 }; 4623 4624 qup_spi12_cs: qup-spi12-cs-state { 4625 pins = "gpio51"; 4626 function = "qup14"; 4627 }; 4628 4629 qup_spi12_cs_gpio: qup-spi12-cs-gpio-state { 4630 pins = "gpio51"; 4631 function = "gpio"; 4632 }; 4633 4634 qup_spi13_data_clk: qup-spi13-data-clk-state { 4635 pins = "gpio52", "gpio53", "gpio54"; 4636 function = "qup15"; 4637 }; 4638 4639 qup_spi13_cs: qup-spi13-cs-state { 4640 pins = "gpio55"; 4641 function = "qup15"; 4642 }; 4643 4644 qup_spi13_cs_gpio: qup-spi13-cs-gpio-state { 4645 pins = "gpio55"; 4646 function = "gpio"; 4647 }; 4648 4649 qup_spi14_data_clk: qup-spi14-data-clk-state { 4650 pins = "gpio56", "gpio57", "gpio58"; 4651 function = "qup16"; 4652 }; 4653 4654 qup_spi14_cs: qup-spi14-cs-state { 4655 pins = "gpio59"; 4656 function = "qup16"; 4657 }; 4658 4659 qup_spi14_cs_gpio: qup-spi14-cs-gpio-state { 4660 pins = "gpio59"; 4661 function = "gpio"; 4662 }; 4663 4664 qup_spi15_data_clk: qup-spi15-data-clk-state { 4665 pins = "gpio60", "gpio61", "gpio62"; 4666 function = "qup17"; 4667 }; 4668 4669 qup_spi15_cs: qup-spi15-cs-state { 4670 pins = "gpio63"; 4671 function = "qup17"; 4672 }; 4673 4674 qup_spi15_cs_gpio: qup-spi15-cs-gpio-state { 4675 pins = "gpio63"; 4676 function = "gpio"; 4677 }; 4678 4679 qup_uart0_cts: qup-uart0-cts-state { 4680 pins = "gpio0"; 4681 function = "qup00"; 4682 }; 4683 4684 qup_uart0_rts: qup-uart0-rts-state { 4685 pins = "gpio1"; 4686 function = "qup00"; 4687 }; 4688 4689 qup_uart0_tx: qup-uart0-tx-state { 4690 pins = "gpio2"; 4691 function = "qup00"; 4692 }; 4693 4694 qup_uart0_rx: qup-uart0-rx-state { 4695 pins = "gpio3"; 4696 function = "qup00"; 4697 }; 4698 4699 qup_uart1_cts: qup-uart1-cts-state { 4700 pins = "gpio4"; 4701 function = "qup01"; 4702 }; 4703 4704 qup_uart1_rts: qup-uart1-rts-state { 4705 pins = "gpio5"; 4706 function = "qup01"; 4707 }; 4708 4709 qup_uart1_tx: qup-uart1-tx-state { 4710 pins = "gpio6"; 4711 function = "qup01"; 4712 }; 4713 4714 qup_uart1_rx: qup-uart1-rx-state { 4715 pins = "gpio7"; 4716 function = "qup01"; 4717 }; 4718 4719 qup_uart2_cts: qup-uart2-cts-state { 4720 pins = "gpio8"; 4721 function = "qup02"; 4722 }; 4723 4724 qup_uart2_rts: qup-uart2-rts-state { 4725 pins = "gpio9"; 4726 function = "qup02"; 4727 }; 4728 4729 qup_uart2_tx: qup-uart2-tx-state { 4730 pins = "gpio10"; 4731 function = "qup02"; 4732 }; 4733 4734 qup_uart2_rx: qup-uart2-rx-state { 4735 pins = "gpio11"; 4736 function = "qup02"; 4737 }; 4738 4739 qup_uart3_cts: qup-uart3-cts-state { 4740 pins = "gpio12"; 4741 function = "qup03"; 4742 }; 4743 4744 qup_uart3_rts: qup-uart3-rts-state { 4745 pins = "gpio13"; 4746 function = "qup03"; 4747 }; 4748 4749 qup_uart3_tx: qup-uart3-tx-state { 4750 pins = "gpio14"; 4751 function = "qup03"; 4752 }; 4753 4754 qup_uart3_rx: qup-uart3-rx-state { 4755 pins = "gpio15"; 4756 function = "qup03"; 4757 }; 4758 4759 qup_uart4_cts: qup-uart4-cts-state { 4760 pins = "gpio16"; 4761 function = "qup04"; 4762 }; 4763 4764 qup_uart4_rts: qup-uart4-rts-state { 4765 pins = "gpio17"; 4766 function = "qup04"; 4767 }; 4768 4769 qup_uart4_tx: qup-uart4-tx-state { 4770 pins = "gpio18"; 4771 function = "qup04"; 4772 }; 4773 4774 qup_uart4_rx: qup-uart4-rx-state { 4775 pins = "gpio19"; 4776 function = "qup04"; 4777 }; 4778 4779 qup_uart5_cts: qup-uart5-cts-state { 4780 pins = "gpio20"; 4781 function = "qup05"; 4782 }; 4783 4784 qup_uart5_rts: qup-uart5-rts-state { 4785 pins = "gpio21"; 4786 function = "qup05"; 4787 }; 4788 4789 qup_uart5_tx: qup-uart5-tx-state { 4790 pins = "gpio22"; 4791 function = "qup05"; 4792 }; 4793 4794 qup_uart5_rx: qup-uart5-rx-state { 4795 pins = "gpio23"; 4796 function = "qup05"; 4797 }; 4798 4799 qup_uart6_cts: qup-uart6-cts-state { 4800 pins = "gpio24"; 4801 function = "qup06"; 4802 }; 4803 4804 qup_uart6_rts: qup-uart6-rts-state { 4805 pins = "gpio25"; 4806 function = "qup06"; 4807 }; 4808 4809 qup_uart6_tx: qup-uart6-tx-state { 4810 pins = "gpio26"; 4811 function = "qup06"; 4812 }; 4813 4814 qup_uart6_rx: qup-uart6-rx-state { 4815 pins = "gpio27"; 4816 function = "qup06"; 4817 }; 4818 4819 qup_uart7_cts: qup-uart7-cts-state { 4820 pins = "gpio28"; 4821 function = "qup07"; 4822 }; 4823 4824 qup_uart7_rts: qup-uart7-rts-state { 4825 pins = "gpio29"; 4826 function = "qup07"; 4827 }; 4828 4829 qup_uart7_tx: qup-uart7-tx-state { 4830 pins = "gpio30"; 4831 function = "qup07"; 4832 }; 4833 4834 qup_uart7_rx: qup-uart7-rx-state { 4835 pins = "gpio31"; 4836 function = "qup07"; 4837 }; 4838 4839 qup_uart8_cts: qup-uart8-cts-state { 4840 pins = "gpio32"; 4841 function = "qup10"; 4842 }; 4843 4844 qup_uart8_rts: qup-uart8-rts-state { 4845 pins = "gpio33"; 4846 function = "qup10"; 4847 }; 4848 4849 qup_uart8_tx: qup-uart8-tx-state { 4850 pins = "gpio34"; 4851 function = "qup10"; 4852 }; 4853 4854 qup_uart8_rx: qup-uart8-rx-state { 4855 pins = "gpio35"; 4856 function = "qup10"; 4857 }; 4858 4859 qup_uart9_cts: qup-uart9-cts-state { 4860 pins = "gpio36"; 4861 function = "qup11"; 4862 }; 4863 4864 qup_uart9_rts: qup-uart9-rts-state { 4865 pins = "gpio37"; 4866 function = "qup11"; 4867 }; 4868 4869 qup_uart9_tx: qup-uart9-tx-state { 4870 pins = "gpio38"; 4871 function = "qup11"; 4872 }; 4873 4874 qup_uart9_rx: qup-uart9-rx-state { 4875 pins = "gpio39"; 4876 function = "qup11"; 4877 }; 4878 4879 qup_uart10_cts: qup-uart10-cts-state { 4880 pins = "gpio40"; 4881 function = "qup12"; 4882 }; 4883 4884 qup_uart10_rts: qup-uart10-rts-state { 4885 pins = "gpio41"; 4886 function = "qup12"; 4887 }; 4888 4889 qup_uart10_tx: qup-uart10-tx-state { 4890 pins = "gpio42"; 4891 function = "qup12"; 4892 }; 4893 4894 qup_uart10_rx: qup-uart10-rx-state { 4895 pins = "gpio43"; 4896 function = "qup12"; 4897 }; 4898 4899 qup_uart11_cts: qup-uart11-cts-state { 4900 pins = "gpio44"; 4901 function = "qup13"; 4902 }; 4903 4904 qup_uart11_rts: qup-uart11-rts-state { 4905 pins = "gpio45"; 4906 function = "qup13"; 4907 }; 4908 4909 qup_uart11_tx: qup-uart11-tx-state { 4910 pins = "gpio46"; 4911 function = "qup13"; 4912 }; 4913 4914 qup_uart11_rx: qup-uart11-rx-state { 4915 pins = "gpio47"; 4916 function = "qup13"; 4917 }; 4918 4919 qup_uart12_cts: qup-uart12-cts-state { 4920 pins = "gpio48"; 4921 function = "qup14"; 4922 }; 4923 4924 qup_uart12_rts: qup-uart12-rts-state { 4925 pins = "gpio49"; 4926 function = "qup14"; 4927 }; 4928 4929 qup_uart12_tx: qup-uart12-tx-state { 4930 pins = "gpio50"; 4931 function = "qup14"; 4932 }; 4933 4934 qup_uart12_rx: qup-uart12-rx-state { 4935 pins = "gpio51"; 4936 function = "qup14"; 4937 }; 4938 4939 qup_uart13_cts: qup-uart13-cts-state { 4940 pins = "gpio52"; 4941 function = "qup15"; 4942 }; 4943 4944 qup_uart13_rts: qup-uart13-rts-state { 4945 pins = "gpio53"; 4946 function = "qup15"; 4947 }; 4948 4949 qup_uart13_tx: qup-uart13-tx-state { 4950 pins = "gpio54"; 4951 function = "qup15"; 4952 }; 4953 4954 qup_uart13_rx: qup-uart13-rx-state { 4955 pins = "gpio55"; 4956 function = "qup15"; 4957 }; 4958 4959 qup_uart14_cts: qup-uart14-cts-state { 4960 pins = "gpio56"; 4961 function = "qup16"; 4962 }; 4963 4964 qup_uart14_rts: qup-uart14-rts-state { 4965 pins = "gpio57"; 4966 function = "qup16"; 4967 }; 4968 4969 qup_uart14_tx: qup-uart14-tx-state { 4970 pins = "gpio58"; 4971 function = "qup16"; 4972 }; 4973 4974 qup_uart14_rx: qup-uart14-rx-state { 4975 pins = "gpio59"; 4976 function = "qup16"; 4977 }; 4978 4979 qup_uart15_cts: qup-uart15-cts-state { 4980 pins = "gpio60"; 4981 function = "qup17"; 4982 }; 4983 4984 qup_uart15_rts: qup-uart15-rts-state { 4985 pins = "gpio61"; 4986 function = "qup17"; 4987 }; 4988 4989 qup_uart15_tx: qup-uart15-tx-state { 4990 pins = "gpio62"; 4991 function = "qup17"; 4992 }; 4993 4994 qup_uart15_rx: qup-uart15-rx-state { 4995 pins = "gpio63"; 4996 function = "qup17"; 4997 }; 4998 4999 sdc1_clk: sdc1-clk-state { 5000 pins = "sdc1_clk"; 5001 }; 5002 5003 sdc1_cmd: sdc1-cmd-state { 5004 pins = "sdc1_cmd"; 5005 }; 5006 5007 sdc1_data: sdc1-data-state { 5008 pins = "sdc1_data"; 5009 }; 5010 5011 sdc1_rclk: sdc1-rclk-state { 5012 pins = "sdc1_rclk"; 5013 }; 5014 5015 sdc1_clk_sleep: sdc1-clk-sleep-state { 5016 pins = "sdc1_clk"; 5017 drive-strength = <2>; 5018 bias-bus-hold; 5019 }; 5020 5021 sdc1_cmd_sleep: sdc1-cmd-sleep-state { 5022 pins = "sdc1_cmd"; 5023 drive-strength = <2>; 5024 bias-bus-hold; 5025 }; 5026 5027 sdc1_data_sleep: sdc1-data-sleep-state { 5028 pins = "sdc1_data"; 5029 drive-strength = <2>; 5030 bias-bus-hold; 5031 }; 5032 5033 sdc1_rclk_sleep: sdc1-rclk-sleep-state { 5034 pins = "sdc1_rclk"; 5035 drive-strength = <2>; 5036 bias-bus-hold; 5037 }; 5038 5039 sdc2_clk: sdc2-clk-state { 5040 pins = "sdc2_clk"; 5041 }; 5042 5043 sdc2_cmd: sdc2-cmd-state { 5044 pins = "sdc2_cmd"; 5045 }; 5046 5047 sdc2_data: sdc2-data-state { 5048 pins = "sdc2_data"; 5049 }; 5050 5051 sdc2_clk_sleep: sdc2-clk-sleep-state { 5052 pins = "sdc2_clk"; 5053 drive-strength = <2>; 5054 bias-bus-hold; 5055 }; 5056 5057 sdc2_cmd_sleep: sdc2-cmd-sleep-state { 5058 pins = "sdc2_cmd"; 5059 drive-strength = <2>; 5060 bias-bus-hold; 5061 }; 5062 5063 sdc2_data_sleep: sdc2-data-sleep-state { 5064 pins = "sdc2_data"; 5065 drive-strength = <2>; 5066 bias-bus-hold; 5067 }; 5068 }; 5069 5070 sram@146a5000 { 5071 compatible = "qcom,sc7280-imem", "syscon", "simple-mfd"; 5072 reg = <0 0x146a5000 0 0x6000>; 5073 5074 #address-cells = <1>; 5075 #size-cells = <1>; 5076 5077 ranges = <0 0 0x146a5000 0x6000>; 5078 5079 pil-reloc@594c { 5080 compatible = "qcom,pil-reloc-info"; 5081 reg = <0x594c 0xc8>; 5082 }; 5083 }; 5084 5085 apps_smmu: iommu@15000000 { 5086 compatible = "qcom,sc7280-smmu-500", "arm,mmu-500"; 5087 reg = <0 0x15000000 0 0x100000>; 5088 #iommu-cells = <2>; 5089 #global-interrupts = <1>; 5090 dma-coherent; 5091 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, 5092 <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>, 5093 <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>, 5094 <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>, 5095 <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>, 5096 <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>, 5097 <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>, 5098 <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>, 5099 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>, 5100 <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, 5101 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>, 5102 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>, 5103 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>, 5104 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>, 5105 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>, 5106 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>, 5107 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>, 5108 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>, 5109 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>, 5110 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>, 5111 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>, 5112 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>, 5113 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>, 5114 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>, 5115 <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>, 5116 <GIC_SPI 182 IRQ_TYPE_LEVEL_HIGH>, 5117 <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>, 5118 <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>, 5119 <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>, 5120 <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>, 5121 <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>, 5122 <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>, 5123 <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>, 5124 <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>, 5125 <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>, 5126 <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>, 5127 <GIC_SPI 315 IRQ_TYPE_LEVEL_HIGH>, 5128 <GIC_SPI 316 IRQ_TYPE_LEVEL_HIGH>, 5129 <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>, 5130 <GIC_SPI 318 IRQ_TYPE_LEVEL_HIGH>, 5131 <GIC_SPI 319 IRQ_TYPE_LEVEL_HIGH>, 5132 <GIC_SPI 320 IRQ_TYPE_LEVEL_HIGH>, 5133 <GIC_SPI 321 IRQ_TYPE_LEVEL_HIGH>, 5134 <GIC_SPI 322 IRQ_TYPE_LEVEL_HIGH>, 5135 <GIC_SPI 323 IRQ_TYPE_LEVEL_HIGH>, 5136 <GIC_SPI 324 IRQ_TYPE_LEVEL_HIGH>, 5137 <GIC_SPI 325 IRQ_TYPE_LEVEL_HIGH>, 5138 <GIC_SPI 326 IRQ_TYPE_LEVEL_HIGH>, 5139 <GIC_SPI 327 IRQ_TYPE_LEVEL_HIGH>, 5140 <GIC_SPI 328 IRQ_TYPE_LEVEL_HIGH>, 5141 <GIC_SPI 329 IRQ_TYPE_LEVEL_HIGH>, 5142 <GIC_SPI 330 IRQ_TYPE_LEVEL_HIGH>, 5143 <GIC_SPI 331 IRQ_TYPE_LEVEL_HIGH>, 5144 <GIC_SPI 332 IRQ_TYPE_LEVEL_HIGH>, 5145 <GIC_SPI 333 IRQ_TYPE_LEVEL_HIGH>, 5146 <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>, 5147 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>, 5148 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>, 5149 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>, 5150 <GIC_SPI 338 IRQ_TYPE_LEVEL_HIGH>, 5151 <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>, 5152 <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>, 5153 <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>, 5154 <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>, 5155 <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>, 5156 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>, 5157 <GIC_SPI 345 IRQ_TYPE_LEVEL_HIGH>, 5158 <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>, 5159 <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>, 5160 <GIC_SPI 397 IRQ_TYPE_LEVEL_HIGH>, 5161 <GIC_SPI 398 IRQ_TYPE_LEVEL_HIGH>, 5162 <GIC_SPI 399 IRQ_TYPE_LEVEL_HIGH>, 5163 <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH>, 5164 <GIC_SPI 401 IRQ_TYPE_LEVEL_HIGH>, 5165 <GIC_SPI 402 IRQ_TYPE_LEVEL_HIGH>, 5166 <GIC_SPI 403 IRQ_TYPE_LEVEL_HIGH>, 5167 <GIC_SPI 404 IRQ_TYPE_LEVEL_HIGH>, 5168 <GIC_SPI 405 IRQ_TYPE_LEVEL_HIGH>, 5169 <GIC_SPI 406 IRQ_TYPE_LEVEL_HIGH>, 5170 <GIC_SPI 407 IRQ_TYPE_LEVEL_HIGH>, 5171 <GIC_SPI 408 IRQ_TYPE_LEVEL_HIGH>; 5172 }; 5173 5174 intc: interrupt-controller@17a00000 { 5175 compatible = "arm,gic-v3"; 5176 #address-cells = <2>; 5177 #size-cells = <2>; 5178 ranges; 5179 #interrupt-cells = <3>; 5180 interrupt-controller; 5181 reg = <0 0x17a00000 0 0x10000>, /* GICD */ 5182 <0 0x17a60000 0 0x100000>; /* GICR * 8 */ 5183 interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_LOW>; 5184 5185 gic-its@17a40000 { 5186 compatible = "arm,gic-v3-its"; 5187 msi-controller; 5188 #msi-cells = <1>; 5189 reg = <0 0x17a40000 0 0x20000>; 5190 status = "disabled"; 5191 }; 5192 }; 5193 5194 watchdog@17c10000 { 5195 compatible = "qcom,apss-wdt-sc7280", "qcom,kpss-wdt"; 5196 reg = <0 0x17c10000 0 0x1000>; 5197 clocks = <&sleep_clk>; 5198 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>; 5199 }; 5200 5201 timer@17c20000 { 5202 #address-cells = <1>; 5203 #size-cells = <1>; 5204 ranges = <0 0 0 0x20000000>; 5205 compatible = "arm,armv7-timer-mem"; 5206 reg = <0 0x17c20000 0 0x1000>; 5207 5208 frame@17c21000 { 5209 frame-number = <0>; 5210 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>, 5211 <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>; 5212 reg = <0x17c21000 0x1000>, 5213 <0x17c22000 0x1000>; 5214 }; 5215 5216 frame@17c23000 { 5217 frame-number = <1>; 5218 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>; 5219 reg = <0x17c23000 0x1000>; 5220 status = "disabled"; 5221 }; 5222 5223 frame@17c25000 { 5224 frame-number = <2>; 5225 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; 5226 reg = <0x17c25000 0x1000>; 5227 status = "disabled"; 5228 }; 5229 5230 frame@17c27000 { 5231 frame-number = <3>; 5232 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; 5233 reg = <0x17c27000 0x1000>; 5234 status = "disabled"; 5235 }; 5236 5237 frame@17c29000 { 5238 frame-number = <4>; 5239 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>; 5240 reg = <0x17c29000 0x1000>; 5241 status = "disabled"; 5242 }; 5243 5244 frame@17c2b000 { 5245 frame-number = <5>; 5246 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>; 5247 reg = <0x17c2b000 0x1000>; 5248 status = "disabled"; 5249 }; 5250 5251 frame@17c2d000 { 5252 frame-number = <6>; 5253 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>; 5254 reg = <0x17c2d000 0x1000>; 5255 status = "disabled"; 5256 }; 5257 }; 5258 5259 apps_rsc: rsc@18200000 { 5260 compatible = "qcom,rpmh-rsc"; 5261 reg = <0 0x18200000 0 0x10000>, 5262 <0 0x18210000 0 0x10000>, 5263 <0 0x18220000 0 0x10000>; 5264 reg-names = "drv-0", "drv-1", "drv-2"; 5265 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>, 5266 <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>, 5267 <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; 5268 qcom,tcs-offset = <0xd00>; 5269 qcom,drv-id = <2>; 5270 qcom,tcs-config = <ACTIVE_TCS 2>, 5271 <SLEEP_TCS 3>, 5272 <WAKE_TCS 3>, 5273 <CONTROL_TCS 1>; 5274 5275 apps_bcm_voter: bcm-voter { 5276 compatible = "qcom,bcm-voter"; 5277 }; 5278 5279 rpmhpd: power-controller { 5280 compatible = "qcom,sc7280-rpmhpd"; 5281 #power-domain-cells = <1>; 5282 operating-points-v2 = <&rpmhpd_opp_table>; 5283 5284 rpmhpd_opp_table: opp-table { 5285 compatible = "operating-points-v2"; 5286 5287 rpmhpd_opp_ret: opp1 { 5288 opp-level = <RPMH_REGULATOR_LEVEL_RETENTION>; 5289 }; 5290 5291 rpmhpd_opp_low_svs: opp2 { 5292 opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS>; 5293 }; 5294 5295 rpmhpd_opp_svs: opp3 { 5296 opp-level = <RPMH_REGULATOR_LEVEL_SVS>; 5297 }; 5298 5299 rpmhpd_opp_svs_l1: opp4 { 5300 opp-level = <RPMH_REGULATOR_LEVEL_SVS_L1>; 5301 }; 5302 5303 rpmhpd_opp_svs_l2: opp5 { 5304 opp-level = <RPMH_REGULATOR_LEVEL_SVS_L2>; 5305 }; 5306 5307 rpmhpd_opp_nom: opp6 { 5308 opp-level = <RPMH_REGULATOR_LEVEL_NOM>; 5309 }; 5310 5311 rpmhpd_opp_nom_l1: opp7 { 5312 opp-level = <RPMH_REGULATOR_LEVEL_NOM_L1>; 5313 }; 5314 5315 rpmhpd_opp_turbo: opp8 { 5316 opp-level = <RPMH_REGULATOR_LEVEL_TURBO>; 5317 }; 5318 5319 rpmhpd_opp_turbo_l1: opp9 { 5320 opp-level = <RPMH_REGULATOR_LEVEL_TURBO_L1>; 5321 }; 5322 }; 5323 }; 5324 5325 rpmhcc: clock-controller { 5326 compatible = "qcom,sc7280-rpmh-clk"; 5327 clocks = <&xo_board>; 5328 clock-names = "xo"; 5329 #clock-cells = <1>; 5330 }; 5331 }; 5332 5333 epss_l3: interconnect@18590000 { 5334 compatible = "qcom,sc7280-epss-l3", "qcom,epss-l3"; 5335 reg = <0 0x18590000 0 0x1000>; 5336 clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GCC_GPLL0>; 5337 clock-names = "xo", "alternate"; 5338 #interconnect-cells = <1>; 5339 }; 5340 5341 cpufreq_hw: cpufreq@18591000 { 5342 compatible = "qcom,sc7280-cpufreq-epss", "qcom,cpufreq-epss"; 5343 reg = <0 0x18591000 0 0x1000>, 5344 <0 0x18592000 0 0x1000>, 5345 <0 0x18593000 0 0x1000>; 5346 clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GCC_GPLL0>; 5347 clock-names = "xo", "alternate"; 5348 #freq-domain-cells = <1>; 5349 #clock-cells = <1>; 5350 }; 5351 }; 5352 5353 thermal_zones: thermal-zones { 5354 cpu0-thermal { 5355 polling-delay-passive = <250>; 5356 polling-delay = <0>; 5357 5358 thermal-sensors = <&tsens0 1>; 5359 5360 trips { 5361 cpu0_alert0: trip-point0 { 5362 temperature = <90000>; 5363 hysteresis = <2000>; 5364 type = "passive"; 5365 }; 5366 5367 cpu0_alert1: trip-point1 { 5368 temperature = <95000>; 5369 hysteresis = <2000>; 5370 type = "passive"; 5371 }; 5372 5373 cpu0_crit: cpu-crit { 5374 temperature = <110000>; 5375 hysteresis = <0>; 5376 type = "critical"; 5377 }; 5378 }; 5379 5380 cooling-maps { 5381 map0 { 5382 trip = <&cpu0_alert0>; 5383 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5384 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5385 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5386 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5387 }; 5388 map1 { 5389 trip = <&cpu0_alert1>; 5390 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5391 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5392 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5393 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5394 }; 5395 }; 5396 }; 5397 5398 cpu1-thermal { 5399 polling-delay-passive = <250>; 5400 polling-delay = <0>; 5401 5402 thermal-sensors = <&tsens0 2>; 5403 5404 trips { 5405 cpu1_alert0: trip-point0 { 5406 temperature = <90000>; 5407 hysteresis = <2000>; 5408 type = "passive"; 5409 }; 5410 5411 cpu1_alert1: trip-point1 { 5412 temperature = <95000>; 5413 hysteresis = <2000>; 5414 type = "passive"; 5415 }; 5416 5417 cpu1_crit: cpu-crit { 5418 temperature = <110000>; 5419 hysteresis = <0>; 5420 type = "critical"; 5421 }; 5422 }; 5423 5424 cooling-maps { 5425 map0 { 5426 trip = <&cpu1_alert0>; 5427 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5428 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5429 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5430 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5431 }; 5432 map1 { 5433 trip = <&cpu1_alert1>; 5434 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5435 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5436 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5437 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5438 }; 5439 }; 5440 }; 5441 5442 cpu2-thermal { 5443 polling-delay-passive = <250>; 5444 polling-delay = <0>; 5445 5446 thermal-sensors = <&tsens0 3>; 5447 5448 trips { 5449 cpu2_alert0: trip-point0 { 5450 temperature = <90000>; 5451 hysteresis = <2000>; 5452 type = "passive"; 5453 }; 5454 5455 cpu2_alert1: trip-point1 { 5456 temperature = <95000>; 5457 hysteresis = <2000>; 5458 type = "passive"; 5459 }; 5460 5461 cpu2_crit: cpu-crit { 5462 temperature = <110000>; 5463 hysteresis = <0>; 5464 type = "critical"; 5465 }; 5466 }; 5467 5468 cooling-maps { 5469 map0 { 5470 trip = <&cpu2_alert0>; 5471 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5472 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5473 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5474 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5475 }; 5476 map1 { 5477 trip = <&cpu2_alert1>; 5478 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5479 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5480 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5481 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5482 }; 5483 }; 5484 }; 5485 5486 cpu3-thermal { 5487 polling-delay-passive = <250>; 5488 polling-delay = <0>; 5489 5490 thermal-sensors = <&tsens0 4>; 5491 5492 trips { 5493 cpu3_alert0: trip-point0 { 5494 temperature = <90000>; 5495 hysteresis = <2000>; 5496 type = "passive"; 5497 }; 5498 5499 cpu3_alert1: trip-point1 { 5500 temperature = <95000>; 5501 hysteresis = <2000>; 5502 type = "passive"; 5503 }; 5504 5505 cpu3_crit: cpu-crit { 5506 temperature = <110000>; 5507 hysteresis = <0>; 5508 type = "critical"; 5509 }; 5510 }; 5511 5512 cooling-maps { 5513 map0 { 5514 trip = <&cpu3_alert0>; 5515 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5516 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5517 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5518 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5519 }; 5520 map1 { 5521 trip = <&cpu3_alert1>; 5522 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5523 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5524 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5525 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5526 }; 5527 }; 5528 }; 5529 5530 cpu4-thermal { 5531 polling-delay-passive = <250>; 5532 polling-delay = <0>; 5533 5534 thermal-sensors = <&tsens0 7>; 5535 5536 trips { 5537 cpu4_alert0: trip-point0 { 5538 temperature = <90000>; 5539 hysteresis = <2000>; 5540 type = "passive"; 5541 }; 5542 5543 cpu4_alert1: trip-point1 { 5544 temperature = <95000>; 5545 hysteresis = <2000>; 5546 type = "passive"; 5547 }; 5548 5549 cpu4_crit: cpu-crit { 5550 temperature = <110000>; 5551 hysteresis = <0>; 5552 type = "critical"; 5553 }; 5554 }; 5555 5556 cooling-maps { 5557 map0 { 5558 trip = <&cpu4_alert0>; 5559 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5560 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5561 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5562 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5563 }; 5564 map1 { 5565 trip = <&cpu4_alert1>; 5566 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5567 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5568 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5569 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5570 }; 5571 }; 5572 }; 5573 5574 cpu5-thermal { 5575 polling-delay-passive = <250>; 5576 polling-delay = <0>; 5577 5578 thermal-sensors = <&tsens0 8>; 5579 5580 trips { 5581 cpu5_alert0: trip-point0 { 5582 temperature = <90000>; 5583 hysteresis = <2000>; 5584 type = "passive"; 5585 }; 5586 5587 cpu5_alert1: trip-point1 { 5588 temperature = <95000>; 5589 hysteresis = <2000>; 5590 type = "passive"; 5591 }; 5592 5593 cpu5_crit: cpu-crit { 5594 temperature = <110000>; 5595 hysteresis = <0>; 5596 type = "critical"; 5597 }; 5598 }; 5599 5600 cooling-maps { 5601 map0 { 5602 trip = <&cpu5_alert0>; 5603 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5604 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5605 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5606 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5607 }; 5608 map1 { 5609 trip = <&cpu5_alert1>; 5610 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5611 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5612 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5613 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5614 }; 5615 }; 5616 }; 5617 5618 cpu6-thermal { 5619 polling-delay-passive = <250>; 5620 polling-delay = <0>; 5621 5622 thermal-sensors = <&tsens0 9>; 5623 5624 trips { 5625 cpu6_alert0: trip-point0 { 5626 temperature = <90000>; 5627 hysteresis = <2000>; 5628 type = "passive"; 5629 }; 5630 5631 cpu6_alert1: trip-point1 { 5632 temperature = <95000>; 5633 hysteresis = <2000>; 5634 type = "passive"; 5635 }; 5636 5637 cpu6_crit: cpu-crit { 5638 temperature = <110000>; 5639 hysteresis = <0>; 5640 type = "critical"; 5641 }; 5642 }; 5643 5644 cooling-maps { 5645 map0 { 5646 trip = <&cpu6_alert0>; 5647 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5648 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5649 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5650 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5651 }; 5652 map1 { 5653 trip = <&cpu6_alert1>; 5654 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5655 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5656 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5657 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5658 }; 5659 }; 5660 }; 5661 5662 cpu7-thermal { 5663 polling-delay-passive = <250>; 5664 polling-delay = <0>; 5665 5666 thermal-sensors = <&tsens0 10>; 5667 5668 trips { 5669 cpu7_alert0: trip-point0 { 5670 temperature = <90000>; 5671 hysteresis = <2000>; 5672 type = "passive"; 5673 }; 5674 5675 cpu7_alert1: trip-point1 { 5676 temperature = <95000>; 5677 hysteresis = <2000>; 5678 type = "passive"; 5679 }; 5680 5681 cpu7_crit: cpu-crit { 5682 temperature = <110000>; 5683 hysteresis = <0>; 5684 type = "critical"; 5685 }; 5686 }; 5687 5688 cooling-maps { 5689 map0 { 5690 trip = <&cpu7_alert0>; 5691 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5692 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5693 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5694 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5695 }; 5696 map1 { 5697 trip = <&cpu7_alert1>; 5698 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5699 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5700 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5701 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5702 }; 5703 }; 5704 }; 5705 5706 cpu8-thermal { 5707 polling-delay-passive = <250>; 5708 polling-delay = <0>; 5709 5710 thermal-sensors = <&tsens0 11>; 5711 5712 trips { 5713 cpu8_alert0: trip-point0 { 5714 temperature = <90000>; 5715 hysteresis = <2000>; 5716 type = "passive"; 5717 }; 5718 5719 cpu8_alert1: trip-point1 { 5720 temperature = <95000>; 5721 hysteresis = <2000>; 5722 type = "passive"; 5723 }; 5724 5725 cpu8_crit: cpu-crit { 5726 temperature = <110000>; 5727 hysteresis = <0>; 5728 type = "critical"; 5729 }; 5730 }; 5731 5732 cooling-maps { 5733 map0 { 5734 trip = <&cpu8_alert0>; 5735 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5736 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5737 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5738 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5739 }; 5740 map1 { 5741 trip = <&cpu8_alert1>; 5742 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5743 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5744 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5745 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5746 }; 5747 }; 5748 }; 5749 5750 cpu9-thermal { 5751 polling-delay-passive = <250>; 5752 polling-delay = <0>; 5753 5754 thermal-sensors = <&tsens0 12>; 5755 5756 trips { 5757 cpu9_alert0: trip-point0 { 5758 temperature = <90000>; 5759 hysteresis = <2000>; 5760 type = "passive"; 5761 }; 5762 5763 cpu9_alert1: trip-point1 { 5764 temperature = <95000>; 5765 hysteresis = <2000>; 5766 type = "passive"; 5767 }; 5768 5769 cpu9_crit: cpu-crit { 5770 temperature = <110000>; 5771 hysteresis = <0>; 5772 type = "critical"; 5773 }; 5774 }; 5775 5776 cooling-maps { 5777 map0 { 5778 trip = <&cpu9_alert0>; 5779 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5780 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5781 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5782 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5783 }; 5784 map1 { 5785 trip = <&cpu9_alert1>; 5786 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5787 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5788 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5789 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5790 }; 5791 }; 5792 }; 5793 5794 cpu10-thermal { 5795 polling-delay-passive = <250>; 5796 polling-delay = <0>; 5797 5798 thermal-sensors = <&tsens0 13>; 5799 5800 trips { 5801 cpu10_alert0: trip-point0 { 5802 temperature = <90000>; 5803 hysteresis = <2000>; 5804 type = "passive"; 5805 }; 5806 5807 cpu10_alert1: trip-point1 { 5808 temperature = <95000>; 5809 hysteresis = <2000>; 5810 type = "passive"; 5811 }; 5812 5813 cpu10_crit: cpu-crit { 5814 temperature = <110000>; 5815 hysteresis = <0>; 5816 type = "critical"; 5817 }; 5818 }; 5819 5820 cooling-maps { 5821 map0 { 5822 trip = <&cpu10_alert0>; 5823 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5824 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5825 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5826 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5827 }; 5828 map1 { 5829 trip = <&cpu10_alert1>; 5830 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5831 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5832 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5833 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5834 }; 5835 }; 5836 }; 5837 5838 cpu11-thermal { 5839 polling-delay-passive = <250>; 5840 polling-delay = <0>; 5841 5842 thermal-sensors = <&tsens0 14>; 5843 5844 trips { 5845 cpu11_alert0: trip-point0 { 5846 temperature = <90000>; 5847 hysteresis = <2000>; 5848 type = "passive"; 5849 }; 5850 5851 cpu11_alert1: trip-point1 { 5852 temperature = <95000>; 5853 hysteresis = <2000>; 5854 type = "passive"; 5855 }; 5856 5857 cpu11_crit: cpu-crit { 5858 temperature = <110000>; 5859 hysteresis = <0>; 5860 type = "critical"; 5861 }; 5862 }; 5863 5864 cooling-maps { 5865 map0 { 5866 trip = <&cpu11_alert0>; 5867 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5868 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5869 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5870 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5871 }; 5872 map1 { 5873 trip = <&cpu11_alert1>; 5874 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5875 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5876 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5877 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5878 }; 5879 }; 5880 }; 5881 5882 aoss0-thermal { 5883 polling-delay-passive = <0>; 5884 polling-delay = <0>; 5885 5886 thermal-sensors = <&tsens0 0>; 5887 5888 trips { 5889 aoss0_alert0: trip-point0 { 5890 temperature = <90000>; 5891 hysteresis = <2000>; 5892 type = "hot"; 5893 }; 5894 5895 aoss0_crit: aoss0-crit { 5896 temperature = <110000>; 5897 hysteresis = <0>; 5898 type = "critical"; 5899 }; 5900 }; 5901 }; 5902 5903 aoss1-thermal { 5904 polling-delay-passive = <0>; 5905 polling-delay = <0>; 5906 5907 thermal-sensors = <&tsens1 0>; 5908 5909 trips { 5910 aoss1_alert0: trip-point0 { 5911 temperature = <90000>; 5912 hysteresis = <2000>; 5913 type = "hot"; 5914 }; 5915 5916 aoss1_crit: aoss1-crit { 5917 temperature = <110000>; 5918 hysteresis = <0>; 5919 type = "critical"; 5920 }; 5921 }; 5922 }; 5923 5924 cpuss0-thermal { 5925 polling-delay-passive = <0>; 5926 polling-delay = <0>; 5927 5928 thermal-sensors = <&tsens0 5>; 5929 5930 trips { 5931 cpuss0_alert0: trip-point0 { 5932 temperature = <90000>; 5933 hysteresis = <2000>; 5934 type = "hot"; 5935 }; 5936 cpuss0_crit: cluster0-crit { 5937 temperature = <110000>; 5938 hysteresis = <0>; 5939 type = "critical"; 5940 }; 5941 }; 5942 }; 5943 5944 cpuss1-thermal { 5945 polling-delay-passive = <0>; 5946 polling-delay = <0>; 5947 5948 thermal-sensors = <&tsens0 6>; 5949 5950 trips { 5951 cpuss1_alert0: trip-point0 { 5952 temperature = <90000>; 5953 hysteresis = <2000>; 5954 type = "hot"; 5955 }; 5956 cpuss1_crit: cluster0-crit { 5957 temperature = <110000>; 5958 hysteresis = <0>; 5959 type = "critical"; 5960 }; 5961 }; 5962 }; 5963 5964 gpuss0-thermal { 5965 polling-delay-passive = <100>; 5966 polling-delay = <0>; 5967 5968 thermal-sensors = <&tsens1 1>; 5969 5970 trips { 5971 gpuss0_alert0: trip-point0 { 5972 temperature = <95000>; 5973 hysteresis = <2000>; 5974 type = "passive"; 5975 }; 5976 5977 gpuss0_crit: gpuss0-crit { 5978 temperature = <110000>; 5979 hysteresis = <0>; 5980 type = "critical"; 5981 }; 5982 }; 5983 5984 cooling-maps { 5985 map0 { 5986 trip = <&gpuss0_alert0>; 5987 cooling-device = <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5988 }; 5989 }; 5990 }; 5991 5992 gpuss1-thermal { 5993 polling-delay-passive = <100>; 5994 polling-delay = <0>; 5995 5996 thermal-sensors = <&tsens1 2>; 5997 5998 trips { 5999 gpuss1_alert0: trip-point0 { 6000 temperature = <95000>; 6001 hysteresis = <2000>; 6002 type = "passive"; 6003 }; 6004 6005 gpuss1_crit: gpuss1-crit { 6006 temperature = <110000>; 6007 hysteresis = <0>; 6008 type = "critical"; 6009 }; 6010 }; 6011 6012 cooling-maps { 6013 map0 { 6014 trip = <&gpuss1_alert0>; 6015 cooling-device = <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 6016 }; 6017 }; 6018 }; 6019 6020 nspss0-thermal { 6021 polling-delay-passive = <0>; 6022 polling-delay = <0>; 6023 6024 thermal-sensors = <&tsens1 3>; 6025 6026 trips { 6027 nspss0_alert0: trip-point0 { 6028 temperature = <90000>; 6029 hysteresis = <2000>; 6030 type = "hot"; 6031 }; 6032 6033 nspss0_crit: nspss0-crit { 6034 temperature = <110000>; 6035 hysteresis = <0>; 6036 type = "critical"; 6037 }; 6038 }; 6039 }; 6040 6041 nspss1-thermal { 6042 polling-delay-passive = <0>; 6043 polling-delay = <0>; 6044 6045 thermal-sensors = <&tsens1 4>; 6046 6047 trips { 6048 nspss1_alert0: trip-point0 { 6049 temperature = <90000>; 6050 hysteresis = <2000>; 6051 type = "hot"; 6052 }; 6053 6054 nspss1_crit: nspss1-crit { 6055 temperature = <110000>; 6056 hysteresis = <0>; 6057 type = "critical"; 6058 }; 6059 }; 6060 }; 6061 6062 video-thermal { 6063 polling-delay-passive = <0>; 6064 polling-delay = <0>; 6065 6066 thermal-sensors = <&tsens1 5>; 6067 6068 trips { 6069 video_alert0: trip-point0 { 6070 temperature = <90000>; 6071 hysteresis = <2000>; 6072 type = "hot"; 6073 }; 6074 6075 video_crit: video-crit { 6076 temperature = <110000>; 6077 hysteresis = <0>; 6078 type = "critical"; 6079 }; 6080 }; 6081 }; 6082 6083 ddr-thermal { 6084 polling-delay-passive = <0>; 6085 polling-delay = <0>; 6086 6087 thermal-sensors = <&tsens1 6>; 6088 6089 trips { 6090 ddr_alert0: trip-point0 { 6091 temperature = <90000>; 6092 hysteresis = <2000>; 6093 type = "hot"; 6094 }; 6095 6096 ddr_crit: ddr-crit { 6097 temperature = <110000>; 6098 hysteresis = <0>; 6099 type = "critical"; 6100 }; 6101 }; 6102 }; 6103 6104 mdmss0-thermal { 6105 polling-delay-passive = <0>; 6106 polling-delay = <0>; 6107 6108 thermal-sensors = <&tsens1 7>; 6109 6110 trips { 6111 mdmss0_alert0: trip-point0 { 6112 temperature = <90000>; 6113 hysteresis = <2000>; 6114 type = "hot"; 6115 }; 6116 6117 mdmss0_crit: mdmss0-crit { 6118 temperature = <110000>; 6119 hysteresis = <0>; 6120 type = "critical"; 6121 }; 6122 }; 6123 }; 6124 6125 mdmss1-thermal { 6126 polling-delay-passive = <0>; 6127 polling-delay = <0>; 6128 6129 thermal-sensors = <&tsens1 8>; 6130 6131 trips { 6132 mdmss1_alert0: trip-point0 { 6133 temperature = <90000>; 6134 hysteresis = <2000>; 6135 type = "hot"; 6136 }; 6137 6138 mdmss1_crit: mdmss1-crit { 6139 temperature = <110000>; 6140 hysteresis = <0>; 6141 type = "critical"; 6142 }; 6143 }; 6144 }; 6145 6146 mdmss2-thermal { 6147 polling-delay-passive = <0>; 6148 polling-delay = <0>; 6149 6150 thermal-sensors = <&tsens1 9>; 6151 6152 trips { 6153 mdmss2_alert0: trip-point0 { 6154 temperature = <90000>; 6155 hysteresis = <2000>; 6156 type = "hot"; 6157 }; 6158 6159 mdmss2_crit: mdmss2-crit { 6160 temperature = <110000>; 6161 hysteresis = <0>; 6162 type = "critical"; 6163 }; 6164 }; 6165 }; 6166 6167 mdmss3-thermal { 6168 polling-delay-passive = <0>; 6169 polling-delay = <0>; 6170 6171 thermal-sensors = <&tsens1 10>; 6172 6173 trips { 6174 mdmss3_alert0: trip-point0 { 6175 temperature = <90000>; 6176 hysteresis = <2000>; 6177 type = "hot"; 6178 }; 6179 6180 mdmss3_crit: mdmss3-crit { 6181 temperature = <110000>; 6182 hysteresis = <0>; 6183 type = "critical"; 6184 }; 6185 }; 6186 }; 6187 6188 camera0-thermal { 6189 polling-delay-passive = <0>; 6190 polling-delay = <0>; 6191 6192 thermal-sensors = <&tsens1 11>; 6193 6194 trips { 6195 camera0_alert0: trip-point0 { 6196 temperature = <90000>; 6197 hysteresis = <2000>; 6198 type = "hot"; 6199 }; 6200 6201 camera0_crit: camera0-crit { 6202 temperature = <110000>; 6203 hysteresis = <0>; 6204 type = "critical"; 6205 }; 6206 }; 6207 }; 6208 }; 6209 6210 timer { 6211 compatible = "arm,armv8-timer"; 6212 interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>, 6213 <GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>, 6214 <GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>, 6215 <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>; 6216 }; 6217}; 6218