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