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