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