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_SLEEP_CLK>, 2793 <&gcc GCC_USB30_SEC_MOCK_UTMI_CLK>; 2794 clock-names = "cfg_noc", 2795 "core", 2796 "iface", 2797 "sleep", 2798 "mock_utmi"; 2799 2800 assigned-clocks = <&gcc GCC_USB30_SEC_MOCK_UTMI_CLK>, 2801 <&gcc GCC_USB30_SEC_MASTER_CLK>; 2802 assigned-clock-rates = <19200000>, <200000000>; 2803 2804 interrupts-extended = <&intc GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>, 2805 <&pdc 13 IRQ_TYPE_EDGE_RISING>, 2806 <&pdc 12 IRQ_TYPE_EDGE_RISING>; 2807 interrupt-names = "hs_phy_irq", 2808 "dm_hs_phy_irq", "dp_hs_phy_irq"; 2809 2810 power-domains = <&gcc GCC_USB30_SEC_GDSC>; 2811 2812 resets = <&gcc GCC_USB30_SEC_BCR>; 2813 2814 interconnects = <&aggre1_noc MASTER_USB2 0 &mc_virt SLAVE_EBI1 0>, 2815 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_USB2 0>; 2816 interconnect-names = "usb-ddr", "apps-usb"; 2817 2818 usb_2_dwc3: usb@8c00000 { 2819 compatible = "snps,dwc3"; 2820 reg = <0 0x08c00000 0 0xe000>; 2821 interrupts = <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>; 2822 iommus = <&apps_smmu 0xa0 0x0>; 2823 snps,dis_u2_susphy_quirk; 2824 snps,dis_enblslpm_quirk; 2825 phys = <&usb_2_hsphy>; 2826 phy-names = "usb2-phy"; 2827 maximum-speed = "high-speed"; 2828 usb-role-switch; 2829 port { 2830 usb2_role_switch: endpoint { 2831 remote-endpoint = <&eud_ep>; 2832 }; 2833 }; 2834 }; 2835 }; 2836 2837 qspi: spi@88dc000 { 2838 compatible = "qcom,sc7280-qspi", "qcom,qspi-v1"; 2839 reg = <0 0x088dc000 0 0x1000>; 2840 #address-cells = <1>; 2841 #size-cells = <0>; 2842 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; 2843 clocks = <&gcc GCC_QSPI_CNOC_PERIPH_AHB_CLK>, 2844 <&gcc GCC_QSPI_CORE_CLK>; 2845 clock-names = "iface", "core"; 2846 interconnects = <&gem_noc MASTER_APPSS_PROC 0 2847 &cnoc2 SLAVE_QSPI_0 0>; 2848 interconnect-names = "qspi-config"; 2849 power-domains = <&rpmhpd SC7280_CX>; 2850 operating-points-v2 = <&qspi_opp_table>; 2851 status = "disabled"; 2852 }; 2853 2854 dc_noc: interconnect@90e0000 { 2855 reg = <0 0x090e0000 0 0x5080>; 2856 compatible = "qcom,sc7280-dc-noc"; 2857 #interconnect-cells = <2>; 2858 qcom,bcm-voters = <&apps_bcm_voter>; 2859 }; 2860 2861 gem_noc: interconnect@9100000 { 2862 reg = <0 0x9100000 0 0xe2200>; 2863 compatible = "qcom,sc7280-gem-noc"; 2864 #interconnect-cells = <2>; 2865 qcom,bcm-voters = <&apps_bcm_voter>; 2866 }; 2867 2868 system-cache-controller@9200000 { 2869 compatible = "qcom,sc7280-llcc"; 2870 reg = <0 0x09200000 0 0xd0000>, <0 0x09600000 0 0x50000>; 2871 reg-names = "llcc_base", "llcc_broadcast_base"; 2872 interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>; 2873 }; 2874 2875 eud: eud@88e0000 { 2876 compatible = "qcom,sc7280-eud","qcom,eud"; 2877 reg = <0 0x88e0000 0 0x2000>, 2878 <0 0x88e2000 0 0x1000>; 2879 interrupts-extended = <&pdc 11 IRQ_TYPE_LEVEL_HIGH>; 2880 ports { 2881 port@0 { 2882 eud_ep: endpoint { 2883 remote-endpoint = <&usb2_role_switch>; 2884 }; 2885 }; 2886 port@1 { 2887 eud_con: endpoint { 2888 remote-endpoint = <&con_eud>; 2889 }; 2890 }; 2891 }; 2892 }; 2893 2894 eud_typec: connector { 2895 compatible = "usb-c-connector"; 2896 ports { 2897 port@0 { 2898 con_eud: endpoint { 2899 remote-endpoint = <&eud_con>; 2900 }; 2901 }; 2902 }; 2903 }; 2904 2905 nsp_noc: interconnect@a0c0000 { 2906 reg = <0 0x0a0c0000 0 0x10000>; 2907 compatible = "qcom,sc7280-nsp-noc"; 2908 #interconnect-cells = <2>; 2909 qcom,bcm-voters = <&apps_bcm_voter>; 2910 }; 2911 2912 usb_1: usb@a6f8800 { 2913 compatible = "qcom,sc7280-dwc3", "qcom,dwc3"; 2914 reg = <0 0x0a6f8800 0 0x400>; 2915 status = "disabled"; 2916 #address-cells = <2>; 2917 #size-cells = <2>; 2918 ranges; 2919 dma-ranges; 2920 2921 clocks = <&gcc GCC_CFG_NOC_USB3_PRIM_AXI_CLK>, 2922 <&gcc GCC_USB30_PRIM_MASTER_CLK>, 2923 <&gcc GCC_AGGRE_USB3_PRIM_AXI_CLK>, 2924 <&gcc GCC_USB30_PRIM_SLEEP_CLK>, 2925 <&gcc GCC_USB30_PRIM_MOCK_UTMI_CLK>; 2926 clock-names = "cfg_noc", 2927 "core", 2928 "iface", 2929 "sleep", 2930 "mock_utmi"; 2931 2932 assigned-clocks = <&gcc GCC_USB30_PRIM_MOCK_UTMI_CLK>, 2933 <&gcc GCC_USB30_PRIM_MASTER_CLK>; 2934 assigned-clock-rates = <19200000>, <200000000>; 2935 2936 interrupts-extended = <&intc GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>, 2937 <&pdc 14 IRQ_TYPE_EDGE_BOTH>, 2938 <&pdc 15 IRQ_TYPE_EDGE_BOTH>, 2939 <&pdc 17 IRQ_TYPE_LEVEL_HIGH>; 2940 interrupt-names = "hs_phy_irq", "dp_hs_phy_irq", 2941 "dm_hs_phy_irq", "ss_phy_irq"; 2942 2943 power-domains = <&gcc GCC_USB30_PRIM_GDSC>; 2944 2945 resets = <&gcc GCC_USB30_PRIM_BCR>; 2946 2947 interconnects = <&aggre1_noc MASTER_USB3_0 0 &mc_virt SLAVE_EBI1 0>, 2948 <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_USB3_0 0>; 2949 interconnect-names = "usb-ddr", "apps-usb"; 2950 2951 usb_1_dwc3: usb@a600000 { 2952 compatible = "snps,dwc3"; 2953 reg = <0 0x0a600000 0 0xe000>; 2954 interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>; 2955 iommus = <&apps_smmu 0xe0 0x0>; 2956 snps,dis_u2_susphy_quirk; 2957 snps,dis_enblslpm_quirk; 2958 phys = <&usb_1_hsphy>, <&usb_1_ssphy>; 2959 phy-names = "usb2-phy", "usb3-phy"; 2960 maximum-speed = "super-speed"; 2961 }; 2962 }; 2963 2964 venus: video-codec@aa00000 { 2965 compatible = "qcom,sc7280-venus"; 2966 reg = <0 0x0aa00000 0 0xd0600>; 2967 interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>; 2968 2969 clocks = <&videocc VIDEO_CC_MVSC_CORE_CLK>, 2970 <&videocc VIDEO_CC_MVSC_CTL_AXI_CLK>, 2971 <&videocc VIDEO_CC_VENUS_AHB_CLK>, 2972 <&videocc VIDEO_CC_MVS0_CORE_CLK>, 2973 <&videocc VIDEO_CC_MVS0_AXI_CLK>; 2974 clock-names = "core", "bus", "iface", 2975 "vcodec_core", "vcodec_bus"; 2976 2977 power-domains = <&videocc MVSC_GDSC>, 2978 <&videocc MVS0_GDSC>, 2979 <&rpmhpd SC7280_CX>; 2980 power-domain-names = "venus", "vcodec0", "cx"; 2981 operating-points-v2 = <&venus_opp_table>; 2982 2983 interconnects = <&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_VENUS_CFG 0>, 2984 <&mmss_noc MASTER_VIDEO_P0 0 &mc_virt SLAVE_EBI1 0>; 2985 interconnect-names = "cpu-cfg", "video-mem"; 2986 2987 iommus = <&apps_smmu 0x2180 0x20>, 2988 <&apps_smmu 0x2184 0x20>; 2989 memory-region = <&video_mem>; 2990 2991 video-decoder { 2992 compatible = "venus-decoder"; 2993 }; 2994 2995 video-encoder { 2996 compatible = "venus-encoder"; 2997 }; 2998 2999 video-firmware { 3000 iommus = <&apps_smmu 0x21a2 0x0>; 3001 }; 3002 3003 venus_opp_table: venus-opp-table { 3004 compatible = "operating-points-v2"; 3005 3006 opp-133330000 { 3007 opp-hz = /bits/ 64 <133330000>; 3008 required-opps = <&rpmhpd_opp_low_svs>; 3009 }; 3010 3011 opp-240000000 { 3012 opp-hz = /bits/ 64 <240000000>; 3013 required-opps = <&rpmhpd_opp_svs>; 3014 }; 3015 3016 opp-335000000 { 3017 opp-hz = /bits/ 64 <335000000>; 3018 required-opps = <&rpmhpd_opp_svs_l1>; 3019 }; 3020 3021 opp-424000000 { 3022 opp-hz = /bits/ 64 <424000000>; 3023 required-opps = <&rpmhpd_opp_nom>; 3024 }; 3025 3026 opp-460000048 { 3027 opp-hz = /bits/ 64 <460000048>; 3028 required-opps = <&rpmhpd_opp_turbo>; 3029 }; 3030 }; 3031 3032 }; 3033 3034 videocc: clock-controller@aaf0000 { 3035 compatible = "qcom,sc7280-videocc"; 3036 reg = <0 0xaaf0000 0 0x10000>; 3037 clocks = <&rpmhcc RPMH_CXO_CLK>, 3038 <&rpmhcc RPMH_CXO_CLK_A>; 3039 clock-names = "bi_tcxo", "bi_tcxo_ao"; 3040 #clock-cells = <1>; 3041 #reset-cells = <1>; 3042 #power-domain-cells = <1>; 3043 }; 3044 3045 camcc: clock-controller@ad00000 { 3046 compatible = "qcom,sc7280-camcc"; 3047 reg = <0 0x0ad00000 0 0x10000>; 3048 clocks = <&rpmhcc RPMH_CXO_CLK>, 3049 <&rpmhcc RPMH_CXO_CLK_A>, 3050 <&sleep_clk>; 3051 clock-names = "bi_tcxo", "bi_tcxo_ao", "sleep_clk"; 3052 #clock-cells = <1>; 3053 #reset-cells = <1>; 3054 #power-domain-cells = <1>; 3055 }; 3056 3057 dispcc: clock-controller@af00000 { 3058 compatible = "qcom,sc7280-dispcc"; 3059 reg = <0 0xaf00000 0 0x20000>; 3060 clocks = <&rpmhcc RPMH_CXO_CLK>, 3061 <&gcc GCC_DISP_GPLL0_CLK_SRC>, 3062 <&mdss_dsi_phy 0>, 3063 <&mdss_dsi_phy 1>, 3064 <&dp_phy 0>, 3065 <&dp_phy 1>, 3066 <&mdss_edp_phy 0>, 3067 <&mdss_edp_phy 1>; 3068 clock-names = "bi_tcxo", 3069 "gcc_disp_gpll0_clk", 3070 "dsi0_phy_pll_out_byteclk", 3071 "dsi0_phy_pll_out_dsiclk", 3072 "dp_phy_pll_link_clk", 3073 "dp_phy_pll_vco_div_clk", 3074 "edp_phy_pll_link_clk", 3075 "edp_phy_pll_vco_div_clk"; 3076 #clock-cells = <1>; 3077 #reset-cells = <1>; 3078 #power-domain-cells = <1>; 3079 }; 3080 3081 mdss: display-subsystem@ae00000 { 3082 compatible = "qcom,sc7280-mdss"; 3083 reg = <0 0x0ae00000 0 0x1000>; 3084 reg-names = "mdss"; 3085 3086 power-domains = <&dispcc DISP_CC_MDSS_CORE_GDSC>; 3087 3088 clocks = <&gcc GCC_DISP_AHB_CLK>, 3089 <&dispcc DISP_CC_MDSS_AHB_CLK>, 3090 <&dispcc DISP_CC_MDSS_MDP_CLK>; 3091 clock-names = "iface", 3092 "ahb", 3093 "core"; 3094 3095 assigned-clocks = <&dispcc DISP_CC_MDSS_MDP_CLK>; 3096 assigned-clock-rates = <300000000>; 3097 3098 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; 3099 interrupt-controller; 3100 #interrupt-cells = <1>; 3101 3102 interconnects = <&mmss_noc MASTER_MDP0 0 &mc_virt SLAVE_EBI1 0>; 3103 interconnect-names = "mdp0-mem"; 3104 3105 iommus = <&apps_smmu 0x900 0x402>; 3106 3107 #address-cells = <2>; 3108 #size-cells = <2>; 3109 ranges; 3110 3111 status = "disabled"; 3112 3113 mdss_mdp: display-controller@ae01000 { 3114 compatible = "qcom,sc7280-dpu"; 3115 reg = <0 0x0ae01000 0 0x8f030>, 3116 <0 0x0aeb0000 0 0x2008>; 3117 reg-names = "mdp", "vbif"; 3118 3119 clocks = <&gcc GCC_DISP_HF_AXI_CLK>, 3120 <&gcc GCC_DISP_SF_AXI_CLK>, 3121 <&dispcc DISP_CC_MDSS_AHB_CLK>, 3122 <&dispcc DISP_CC_MDSS_MDP_LUT_CLK>, 3123 <&dispcc DISP_CC_MDSS_MDP_CLK>, 3124 <&dispcc DISP_CC_MDSS_VSYNC_CLK>; 3125 clock-names = "bus", 3126 "nrt_bus", 3127 "iface", 3128 "lut", 3129 "core", 3130 "vsync"; 3131 assigned-clocks = <&dispcc DISP_CC_MDSS_MDP_CLK>, 3132 <&dispcc DISP_CC_MDSS_VSYNC_CLK>, 3133 <&dispcc DISP_CC_MDSS_AHB_CLK>; 3134 assigned-clock-rates = <300000000>, 3135 <19200000>, 3136 <19200000>; 3137 operating-points-v2 = <&mdp_opp_table>; 3138 power-domains = <&rpmhpd SC7280_CX>; 3139 3140 interrupt-parent = <&mdss>; 3141 interrupts = <0>; 3142 3143 status = "disabled"; 3144 3145 ports { 3146 #address-cells = <1>; 3147 #size-cells = <0>; 3148 3149 port@0 { 3150 reg = <0>; 3151 dpu_intf1_out: endpoint { 3152 remote-endpoint = <&dsi0_in>; 3153 }; 3154 }; 3155 3156 port@1 { 3157 reg = <1>; 3158 dpu_intf5_out: endpoint { 3159 remote-endpoint = <&edp_in>; 3160 }; 3161 }; 3162 3163 port@2 { 3164 reg = <2>; 3165 dpu_intf0_out: endpoint { 3166 remote-endpoint = <&dp_in>; 3167 }; 3168 }; 3169 }; 3170 3171 mdp_opp_table: opp-table { 3172 compatible = "operating-points-v2"; 3173 3174 opp-200000000 { 3175 opp-hz = /bits/ 64 <200000000>; 3176 required-opps = <&rpmhpd_opp_low_svs>; 3177 }; 3178 3179 opp-300000000 { 3180 opp-hz = /bits/ 64 <300000000>; 3181 required-opps = <&rpmhpd_opp_svs>; 3182 }; 3183 3184 opp-380000000 { 3185 opp-hz = /bits/ 64 <380000000>; 3186 required-opps = <&rpmhpd_opp_svs_l1>; 3187 }; 3188 3189 opp-506666667 { 3190 opp-hz = /bits/ 64 <506666667>; 3191 required-opps = <&rpmhpd_opp_nom>; 3192 }; 3193 }; 3194 }; 3195 3196 mdss_dsi: dsi@ae94000 { 3197 compatible = "qcom,mdss-dsi-ctrl"; 3198 reg = <0 0x0ae94000 0 0x400>; 3199 reg-names = "dsi_ctrl"; 3200 3201 interrupt-parent = <&mdss>; 3202 interrupts = <4>; 3203 3204 clocks = <&dispcc DISP_CC_MDSS_BYTE0_CLK>, 3205 <&dispcc DISP_CC_MDSS_BYTE0_INTF_CLK>, 3206 <&dispcc DISP_CC_MDSS_PCLK0_CLK>, 3207 <&dispcc DISP_CC_MDSS_ESC0_CLK>, 3208 <&dispcc DISP_CC_MDSS_AHB_CLK>, 3209 <&gcc GCC_DISP_HF_AXI_CLK>; 3210 clock-names = "byte", 3211 "byte_intf", 3212 "pixel", 3213 "core", 3214 "iface", 3215 "bus"; 3216 3217 operating-points-v2 = <&dsi_opp_table>; 3218 power-domains = <&rpmhpd SC7280_CX>; 3219 3220 phys = <&mdss_dsi_phy>; 3221 phy-names = "dsi"; 3222 3223 #address-cells = <1>; 3224 #size-cells = <0>; 3225 3226 status = "disabled"; 3227 3228 ports { 3229 #address-cells = <1>; 3230 #size-cells = <0>; 3231 3232 port@0 { 3233 reg = <0>; 3234 dsi0_in: endpoint { 3235 remote-endpoint = <&dpu_intf1_out>; 3236 }; 3237 }; 3238 3239 port@1 { 3240 reg = <1>; 3241 dsi0_out: endpoint { 3242 }; 3243 }; 3244 }; 3245 3246 dsi_opp_table: opp-table { 3247 compatible = "operating-points-v2"; 3248 3249 opp-187500000 { 3250 opp-hz = /bits/ 64 <187500000>; 3251 required-opps = <&rpmhpd_opp_low_svs>; 3252 }; 3253 3254 opp-300000000 { 3255 opp-hz = /bits/ 64 <300000000>; 3256 required-opps = <&rpmhpd_opp_svs>; 3257 }; 3258 3259 opp-358000000 { 3260 opp-hz = /bits/ 64 <358000000>; 3261 required-opps = <&rpmhpd_opp_svs_l1>; 3262 }; 3263 }; 3264 }; 3265 3266 mdss_dsi_phy: phy@ae94400 { 3267 compatible = "qcom,sc7280-dsi-phy-7nm"; 3268 reg = <0 0x0ae94400 0 0x200>, 3269 <0 0x0ae94600 0 0x280>, 3270 <0 0x0ae94900 0 0x280>; 3271 reg-names = "dsi_phy", 3272 "dsi_phy_lane", 3273 "dsi_pll"; 3274 3275 #clock-cells = <1>; 3276 #phy-cells = <0>; 3277 3278 clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, 3279 <&rpmhcc RPMH_CXO_CLK>; 3280 clock-names = "iface", "ref"; 3281 3282 status = "disabled"; 3283 }; 3284 3285 mdss_edp: edp@aea0000 { 3286 compatible = "qcom,sc7280-edp"; 3287 pinctrl-names = "default"; 3288 pinctrl-0 = <&edp_hot_plug_det>; 3289 3290 reg = <0 0xaea0000 0 0x200>, 3291 <0 0xaea0200 0 0x200>, 3292 <0 0xaea0400 0 0xc00>, 3293 <0 0xaea1000 0 0x400>; 3294 3295 interrupt-parent = <&mdss>; 3296 interrupts = <14>; 3297 3298 clocks = <&rpmhcc RPMH_CXO_CLK>, 3299 <&gcc GCC_EDP_CLKREF_EN>, 3300 <&dispcc DISP_CC_MDSS_AHB_CLK>, 3301 <&dispcc DISP_CC_MDSS_EDP_AUX_CLK>, 3302 <&dispcc DISP_CC_MDSS_EDP_LINK_CLK>, 3303 <&dispcc DISP_CC_MDSS_EDP_LINK_INTF_CLK>, 3304 <&dispcc DISP_CC_MDSS_EDP_PIXEL_CLK>; 3305 clock-names = "core_xo", 3306 "core_ref", 3307 "core_iface", 3308 "core_aux", 3309 "ctrl_link", 3310 "ctrl_link_iface", 3311 "stream_pixel"; 3312 #clock-cells = <1>; 3313 assigned-clocks = <&dispcc DISP_CC_MDSS_EDP_LINK_CLK_SRC>, 3314 <&dispcc DISP_CC_MDSS_EDP_PIXEL_CLK_SRC>; 3315 assigned-clock-parents = <&mdss_edp_phy 0>, <&mdss_edp_phy 1>; 3316 3317 phys = <&mdss_edp_phy>; 3318 phy-names = "dp"; 3319 3320 operating-points-v2 = <&edp_opp_table>; 3321 power-domains = <&rpmhpd SC7280_CX>; 3322 3323 #address-cells = <1>; 3324 #size-cells = <0>; 3325 3326 status = "disabled"; 3327 3328 ports { 3329 #address-cells = <1>; 3330 #size-cells = <0>; 3331 3332 port@0 { 3333 reg = <0>; 3334 edp_in: endpoint { 3335 remote-endpoint = <&dpu_intf5_out>; 3336 }; 3337 }; 3338 3339 port@1 { 3340 reg = <1>; 3341 edp_out: endpoint { }; 3342 }; 3343 }; 3344 3345 edp_opp_table: opp-table { 3346 compatible = "operating-points-v2"; 3347 3348 opp-160000000 { 3349 opp-hz = /bits/ 64 <160000000>; 3350 required-opps = <&rpmhpd_opp_low_svs>; 3351 }; 3352 3353 opp-270000000 { 3354 opp-hz = /bits/ 64 <270000000>; 3355 required-opps = <&rpmhpd_opp_svs>; 3356 }; 3357 3358 opp-540000000 { 3359 opp-hz = /bits/ 64 <540000000>; 3360 required-opps = <&rpmhpd_opp_nom>; 3361 }; 3362 3363 opp-810000000 { 3364 opp-hz = /bits/ 64 <810000000>; 3365 required-opps = <&rpmhpd_opp_nom>; 3366 }; 3367 }; 3368 }; 3369 3370 mdss_edp_phy: phy@aec2a00 { 3371 compatible = "qcom,sc7280-edp-phy"; 3372 3373 reg = <0 0xaec2a00 0 0x19c>, 3374 <0 0xaec2200 0 0xa0>, 3375 <0 0xaec2600 0 0xa0>, 3376 <0 0xaec2000 0 0x1c0>; 3377 3378 clocks = <&rpmhcc RPMH_CXO_CLK>, 3379 <&gcc GCC_EDP_CLKREF_EN>; 3380 clock-names = "aux", 3381 "cfg_ahb"; 3382 3383 #clock-cells = <1>; 3384 #phy-cells = <0>; 3385 3386 status = "disabled"; 3387 }; 3388 3389 mdss_dp: displayport-controller@ae90000 { 3390 compatible = "qcom,sc7280-dp"; 3391 3392 reg = <0 0x0ae90000 0 0x1400>; 3393 3394 interrupt-parent = <&mdss>; 3395 interrupts = <12>; 3396 3397 clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, 3398 <&dispcc DISP_CC_MDSS_DP_AUX_CLK>, 3399 <&dispcc DISP_CC_MDSS_DP_LINK_CLK>, 3400 <&dispcc DISP_CC_MDSS_DP_LINK_INTF_CLK>, 3401 <&dispcc DISP_CC_MDSS_DP_PIXEL_CLK>; 3402 clock-names = "core_iface", 3403 "core_aux", 3404 "ctrl_link", 3405 "ctrl_link_iface", 3406 "stream_pixel"; 3407 #clock-cells = <1>; 3408 assigned-clocks = <&dispcc DISP_CC_MDSS_DP_LINK_CLK_SRC>, 3409 <&dispcc DISP_CC_MDSS_DP_PIXEL_CLK_SRC>; 3410 assigned-clock-parents = <&dp_phy 0>, <&dp_phy 1>; 3411 phys = <&dp_phy>; 3412 phy-names = "dp"; 3413 3414 operating-points-v2 = <&dp_opp_table>; 3415 power-domains = <&rpmhpd SC7280_CX>; 3416 3417 #sound-dai-cells = <0>; 3418 3419 status = "disabled"; 3420 3421 ports { 3422 #address-cells = <1>; 3423 #size-cells = <0>; 3424 3425 port@0 { 3426 reg = <0>; 3427 dp_in: endpoint { 3428 remote-endpoint = <&dpu_intf0_out>; 3429 }; 3430 }; 3431 3432 port@1 { 3433 reg = <1>; 3434 dp_out: endpoint { }; 3435 }; 3436 }; 3437 3438 dp_opp_table: opp-table { 3439 compatible = "operating-points-v2"; 3440 3441 opp-160000000 { 3442 opp-hz = /bits/ 64 <160000000>; 3443 required-opps = <&rpmhpd_opp_low_svs>; 3444 }; 3445 3446 opp-270000000 { 3447 opp-hz = /bits/ 64 <270000000>; 3448 required-opps = <&rpmhpd_opp_svs>; 3449 }; 3450 3451 opp-540000000 { 3452 opp-hz = /bits/ 64 <540000000>; 3453 required-opps = <&rpmhpd_opp_svs_l1>; 3454 }; 3455 3456 opp-810000000 { 3457 opp-hz = /bits/ 64 <810000000>; 3458 required-opps = <&rpmhpd_opp_nom>; 3459 }; 3460 }; 3461 }; 3462 }; 3463 3464 pdc: interrupt-controller@b220000 { 3465 compatible = "qcom,sc7280-pdc", "qcom,pdc"; 3466 reg = <0 0x0b220000 0 0x30000>; 3467 qcom,pdc-ranges = <0 480 40>, <40 140 14>, <54 263 1>, 3468 <55 306 4>, <59 312 3>, <62 374 2>, 3469 <64 434 2>, <66 438 3>, <69 86 1>, 3470 <70 520 54>, <124 609 31>, <155 63 1>, 3471 <156 716 12>; 3472 #interrupt-cells = <2>; 3473 interrupt-parent = <&intc>; 3474 interrupt-controller; 3475 }; 3476 3477 pdc_reset: reset-controller@b5e0000 { 3478 compatible = "qcom,sc7280-pdc-global"; 3479 reg = <0 0x0b5e0000 0 0x20000>; 3480 #reset-cells = <1>; 3481 }; 3482 3483 tsens0: thermal-sensor@c263000 { 3484 compatible = "qcom,sc7280-tsens","qcom,tsens-v2"; 3485 reg = <0 0x0c263000 0 0x1ff>, /* TM */ 3486 <0 0x0c222000 0 0x1ff>; /* SROT */ 3487 #qcom,sensors = <15>; 3488 interrupts = <GIC_SPI 506 IRQ_TYPE_LEVEL_HIGH>, 3489 <GIC_SPI 508 IRQ_TYPE_LEVEL_HIGH>; 3490 interrupt-names = "uplow","critical"; 3491 #thermal-sensor-cells = <1>; 3492 }; 3493 3494 tsens1: thermal-sensor@c265000 { 3495 compatible = "qcom,sc7280-tsens","qcom,tsens-v2"; 3496 reg = <0 0x0c265000 0 0x1ff>, /* TM */ 3497 <0 0x0c223000 0 0x1ff>; /* SROT */ 3498 #qcom,sensors = <12>; 3499 interrupts = <GIC_SPI 507 IRQ_TYPE_LEVEL_HIGH>, 3500 <GIC_SPI 509 IRQ_TYPE_LEVEL_HIGH>; 3501 interrupt-names = "uplow","critical"; 3502 #thermal-sensor-cells = <1>; 3503 }; 3504 3505 aoss_reset: reset-controller@c2a0000 { 3506 compatible = "qcom,sc7280-aoss-cc", "qcom,sdm845-aoss-cc"; 3507 reg = <0 0x0c2a0000 0 0x31000>; 3508 #reset-cells = <1>; 3509 }; 3510 3511 aoss_qmp: power-controller@c300000 { 3512 compatible = "qcom,sc7280-aoss-qmp"; 3513 reg = <0 0x0c300000 0 0x400>; 3514 interrupts-extended = <&ipcc IPCC_CLIENT_AOP 3515 IPCC_MPROC_SIGNAL_GLINK_QMP 3516 IRQ_TYPE_EDGE_RISING>; 3517 mboxes = <&ipcc IPCC_CLIENT_AOP 3518 IPCC_MPROC_SIGNAL_GLINK_QMP>; 3519 3520 #clock-cells = <0>; 3521 }; 3522 3523 sram@c3f0000 { 3524 compatible = "qcom,rpmh-stats"; 3525 reg = <0 0x0c3f0000 0 0x400>; 3526 }; 3527 3528 spmi_bus: spmi@c440000 { 3529 compatible = "qcom,spmi-pmic-arb"; 3530 reg = <0 0x0c440000 0 0x1100>, 3531 <0 0x0c600000 0 0x2000000>, 3532 <0 0x0e600000 0 0x100000>, 3533 <0 0x0e700000 0 0xa0000>, 3534 <0 0x0c40a000 0 0x26000>; 3535 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg"; 3536 interrupt-names = "periph_irq"; 3537 interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>; 3538 qcom,ee = <0>; 3539 qcom,channel = <0>; 3540 #address-cells = <1>; 3541 #size-cells = <1>; 3542 interrupt-controller; 3543 #interrupt-cells = <4>; 3544 }; 3545 3546 tlmm: pinctrl@f100000 { 3547 compatible = "qcom,sc7280-pinctrl"; 3548 reg = <0 0x0f100000 0 0x300000>; 3549 interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>; 3550 gpio-controller; 3551 #gpio-cells = <2>; 3552 interrupt-controller; 3553 #interrupt-cells = <2>; 3554 gpio-ranges = <&tlmm 0 0 175>; 3555 wakeup-parent = <&pdc>; 3556 3557 dp_hot_plug_det: dp-hot-plug-det { 3558 pins = "gpio47"; 3559 function = "dp_hot"; 3560 }; 3561 3562 edp_hot_plug_det: edp-hot-plug-det { 3563 pins = "gpio60"; 3564 function = "edp_hot"; 3565 }; 3566 3567 pcie1_clkreq_n: pcie1-clkreq-n { 3568 pins = "gpio79"; 3569 function = "pcie1_clkreqn"; 3570 }; 3571 3572 qspi_clk: qspi-clk { 3573 pins = "gpio14"; 3574 function = "qspi_clk"; 3575 }; 3576 3577 qspi_cs0: qspi-cs0 { 3578 pins = "gpio15"; 3579 function = "qspi_cs"; 3580 }; 3581 3582 qspi_cs1: qspi-cs1 { 3583 pins = "gpio19"; 3584 function = "qspi_cs"; 3585 }; 3586 3587 qspi_data01: qspi-data01 { 3588 pins = "gpio12", "gpio13"; 3589 function = "qspi_data"; 3590 }; 3591 3592 qspi_data12: qspi-data12 { 3593 pins = "gpio16", "gpio17"; 3594 function = "qspi_data"; 3595 }; 3596 3597 qup_i2c0_data_clk: qup-i2c0-data-clk { 3598 pins = "gpio0", "gpio1"; 3599 function = "qup00"; 3600 }; 3601 3602 qup_i2c1_data_clk: qup-i2c1-data-clk { 3603 pins = "gpio4", "gpio5"; 3604 function = "qup01"; 3605 }; 3606 3607 qup_i2c2_data_clk: qup-i2c2-data-clk { 3608 pins = "gpio8", "gpio9"; 3609 function = "qup02"; 3610 }; 3611 3612 qup_i2c3_data_clk: qup-i2c3-data-clk { 3613 pins = "gpio12", "gpio13"; 3614 function = "qup03"; 3615 }; 3616 3617 qup_i2c4_data_clk: qup-i2c4-data-clk { 3618 pins = "gpio16", "gpio17"; 3619 function = "qup04"; 3620 }; 3621 3622 qup_i2c5_data_clk: qup-i2c5-data-clk { 3623 pins = "gpio20", "gpio21"; 3624 function = "qup05"; 3625 }; 3626 3627 qup_i2c6_data_clk: qup-i2c6-data-clk { 3628 pins = "gpio24", "gpio25"; 3629 function = "qup06"; 3630 }; 3631 3632 qup_i2c7_data_clk: qup-i2c7-data-clk { 3633 pins = "gpio28", "gpio29"; 3634 function = "qup07"; 3635 }; 3636 3637 qup_i2c8_data_clk: qup-i2c8-data-clk { 3638 pins = "gpio32", "gpio33"; 3639 function = "qup10"; 3640 }; 3641 3642 qup_i2c9_data_clk: qup-i2c9-data-clk { 3643 pins = "gpio36", "gpio37"; 3644 function = "qup11"; 3645 }; 3646 3647 qup_i2c10_data_clk: qup-i2c10-data-clk { 3648 pins = "gpio40", "gpio41"; 3649 function = "qup12"; 3650 }; 3651 3652 qup_i2c11_data_clk: qup-i2c11-data-clk { 3653 pins = "gpio44", "gpio45"; 3654 function = "qup13"; 3655 }; 3656 3657 qup_i2c12_data_clk: qup-i2c12-data-clk { 3658 pins = "gpio48", "gpio49"; 3659 function = "qup14"; 3660 }; 3661 3662 qup_i2c13_data_clk: qup-i2c13-data-clk { 3663 pins = "gpio52", "gpio53"; 3664 function = "qup15"; 3665 }; 3666 3667 qup_i2c14_data_clk: qup-i2c14-data-clk { 3668 pins = "gpio56", "gpio57"; 3669 function = "qup16"; 3670 }; 3671 3672 qup_i2c15_data_clk: qup-i2c15-data-clk { 3673 pins = "gpio60", "gpio61"; 3674 function = "qup17"; 3675 }; 3676 3677 qup_spi0_data_clk: qup-spi0-data-clk { 3678 pins = "gpio0", "gpio1", "gpio2"; 3679 function = "qup00"; 3680 }; 3681 3682 qup_spi0_cs: qup-spi0-cs { 3683 pins = "gpio3"; 3684 function = "qup00"; 3685 }; 3686 3687 qup_spi0_cs_gpio: qup-spi0-cs-gpio { 3688 pins = "gpio3"; 3689 function = "gpio"; 3690 }; 3691 3692 qup_spi1_data_clk: qup-spi1-data-clk { 3693 pins = "gpio4", "gpio5", "gpio6"; 3694 function = "qup01"; 3695 }; 3696 3697 qup_spi1_cs: qup-spi1-cs { 3698 pins = "gpio7"; 3699 function = "qup01"; 3700 }; 3701 3702 qup_spi1_cs_gpio: qup-spi1-cs-gpio { 3703 pins = "gpio7"; 3704 function = "gpio"; 3705 }; 3706 3707 qup_spi2_data_clk: qup-spi2-data-clk { 3708 pins = "gpio8", "gpio9", "gpio10"; 3709 function = "qup02"; 3710 }; 3711 3712 qup_spi2_cs: qup-spi2-cs { 3713 pins = "gpio11"; 3714 function = "qup02"; 3715 }; 3716 3717 qup_spi2_cs_gpio: qup-spi2-cs-gpio { 3718 pins = "gpio11"; 3719 function = "gpio"; 3720 }; 3721 3722 qup_spi3_data_clk: qup-spi3-data-clk { 3723 pins = "gpio12", "gpio13", "gpio14"; 3724 function = "qup03"; 3725 }; 3726 3727 qup_spi3_cs: qup-spi3-cs { 3728 pins = "gpio15"; 3729 function = "qup03"; 3730 }; 3731 3732 qup_spi3_cs_gpio: qup-spi3-cs-gpio { 3733 pins = "gpio15"; 3734 function = "gpio"; 3735 }; 3736 3737 qup_spi4_data_clk: qup-spi4-data-clk { 3738 pins = "gpio16", "gpio17", "gpio18"; 3739 function = "qup04"; 3740 }; 3741 3742 qup_spi4_cs: qup-spi4-cs { 3743 pins = "gpio19"; 3744 function = "qup04"; 3745 }; 3746 3747 qup_spi4_cs_gpio: qup-spi4-cs-gpio { 3748 pins = "gpio19"; 3749 function = "gpio"; 3750 }; 3751 3752 qup_spi5_data_clk: qup-spi5-data-clk { 3753 pins = "gpio20", "gpio21", "gpio22"; 3754 function = "qup05"; 3755 }; 3756 3757 qup_spi5_cs: qup-spi5-cs { 3758 pins = "gpio23"; 3759 function = "qup05"; 3760 }; 3761 3762 qup_spi5_cs_gpio: qup-spi5-cs-gpio { 3763 pins = "gpio23"; 3764 function = "gpio"; 3765 }; 3766 3767 qup_spi6_data_clk: qup-spi6-data-clk { 3768 pins = "gpio24", "gpio25", "gpio26"; 3769 function = "qup06"; 3770 }; 3771 3772 qup_spi6_cs: qup-spi6-cs { 3773 pins = "gpio27"; 3774 function = "qup06"; 3775 }; 3776 3777 qup_spi6_cs_gpio: qup-spi6-cs-gpio { 3778 pins = "gpio27"; 3779 function = "gpio"; 3780 }; 3781 3782 qup_spi7_data_clk: qup-spi7-data-clk { 3783 pins = "gpio28", "gpio29", "gpio30"; 3784 function = "qup07"; 3785 }; 3786 3787 qup_spi7_cs: qup-spi7-cs { 3788 pins = "gpio31"; 3789 function = "qup07"; 3790 }; 3791 3792 qup_spi7_cs_gpio: qup-spi7-cs-gpio { 3793 pins = "gpio31"; 3794 function = "gpio"; 3795 }; 3796 3797 qup_spi8_data_clk: qup-spi8-data-clk { 3798 pins = "gpio32", "gpio33", "gpio34"; 3799 function = "qup10"; 3800 }; 3801 3802 qup_spi8_cs: qup-spi8-cs { 3803 pins = "gpio35"; 3804 function = "qup10"; 3805 }; 3806 3807 qup_spi8_cs_gpio: qup-spi8-cs-gpio { 3808 pins = "gpio35"; 3809 function = "gpio"; 3810 }; 3811 3812 qup_spi9_data_clk: qup-spi9-data-clk { 3813 pins = "gpio36", "gpio37", "gpio38"; 3814 function = "qup11"; 3815 }; 3816 3817 qup_spi9_cs: qup-spi9-cs { 3818 pins = "gpio39"; 3819 function = "qup11"; 3820 }; 3821 3822 qup_spi9_cs_gpio: qup-spi9-cs-gpio { 3823 pins = "gpio39"; 3824 function = "gpio"; 3825 }; 3826 3827 qup_spi10_data_clk: qup-spi10-data-clk { 3828 pins = "gpio40", "gpio41", "gpio42"; 3829 function = "qup12"; 3830 }; 3831 3832 qup_spi10_cs: qup-spi10-cs { 3833 pins = "gpio43"; 3834 function = "qup12"; 3835 }; 3836 3837 qup_spi10_cs_gpio: qup-spi10-cs-gpio { 3838 pins = "gpio43"; 3839 function = "gpio"; 3840 }; 3841 3842 qup_spi11_data_clk: qup-spi11-data-clk { 3843 pins = "gpio44", "gpio45", "gpio46"; 3844 function = "qup13"; 3845 }; 3846 3847 qup_spi11_cs: qup-spi11-cs { 3848 pins = "gpio47"; 3849 function = "qup13"; 3850 }; 3851 3852 qup_spi11_cs_gpio: qup-spi11-cs-gpio { 3853 pins = "gpio47"; 3854 function = "gpio"; 3855 }; 3856 3857 qup_spi12_data_clk: qup-spi12-data-clk { 3858 pins = "gpio48", "gpio49", "gpio50"; 3859 function = "qup14"; 3860 }; 3861 3862 qup_spi12_cs: qup-spi12-cs { 3863 pins = "gpio51"; 3864 function = "qup14"; 3865 }; 3866 3867 qup_spi12_cs_gpio: qup-spi12-cs-gpio { 3868 pins = "gpio51"; 3869 function = "gpio"; 3870 }; 3871 3872 qup_spi13_data_clk: qup-spi13-data-clk { 3873 pins = "gpio52", "gpio53", "gpio54"; 3874 function = "qup15"; 3875 }; 3876 3877 qup_spi13_cs: qup-spi13-cs { 3878 pins = "gpio55"; 3879 function = "qup15"; 3880 }; 3881 3882 qup_spi13_cs_gpio: qup-spi13-cs-gpio { 3883 pins = "gpio55"; 3884 function = "gpio"; 3885 }; 3886 3887 qup_spi14_data_clk: qup-spi14-data-clk { 3888 pins = "gpio56", "gpio57", "gpio58"; 3889 function = "qup16"; 3890 }; 3891 3892 qup_spi14_cs: qup-spi14-cs { 3893 pins = "gpio59"; 3894 function = "qup16"; 3895 }; 3896 3897 qup_spi14_cs_gpio: qup-spi14-cs-gpio { 3898 pins = "gpio59"; 3899 function = "gpio"; 3900 }; 3901 3902 qup_spi15_data_clk: qup-spi15-data-clk { 3903 pins = "gpio60", "gpio61", "gpio62"; 3904 function = "qup17"; 3905 }; 3906 3907 qup_spi15_cs: qup-spi15-cs { 3908 pins = "gpio63"; 3909 function = "qup17"; 3910 }; 3911 3912 qup_spi15_cs_gpio: qup-spi15-cs-gpio { 3913 pins = "gpio63"; 3914 function = "gpio"; 3915 }; 3916 3917 qup_uart0_cts: qup-uart0-cts { 3918 pins = "gpio0"; 3919 function = "qup00"; 3920 }; 3921 3922 qup_uart0_rts: qup-uart0-rts { 3923 pins = "gpio1"; 3924 function = "qup00"; 3925 }; 3926 3927 qup_uart0_tx: qup-uart0-tx { 3928 pins = "gpio2"; 3929 function = "qup00"; 3930 }; 3931 3932 qup_uart0_rx: qup-uart0-rx { 3933 pins = "gpio3"; 3934 function = "qup00"; 3935 }; 3936 3937 qup_uart1_cts: qup-uart1-cts { 3938 pins = "gpio4"; 3939 function = "qup01"; 3940 }; 3941 3942 qup_uart1_rts: qup-uart1-rts { 3943 pins = "gpio5"; 3944 function = "qup01"; 3945 }; 3946 3947 qup_uart1_tx: qup-uart1-tx { 3948 pins = "gpio6"; 3949 function = "qup01"; 3950 }; 3951 3952 qup_uart1_rx: qup-uart1-rx { 3953 pins = "gpio7"; 3954 function = "qup01"; 3955 }; 3956 3957 qup_uart2_cts: qup-uart2-cts { 3958 pins = "gpio8"; 3959 function = "qup02"; 3960 }; 3961 3962 qup_uart2_rts: qup-uart2-rts { 3963 pins = "gpio9"; 3964 function = "qup02"; 3965 }; 3966 3967 qup_uart2_tx: qup-uart2-tx { 3968 pins = "gpio10"; 3969 function = "qup02"; 3970 }; 3971 3972 qup_uart2_rx: qup-uart2-rx { 3973 pins = "gpio11"; 3974 function = "qup02"; 3975 }; 3976 3977 qup_uart3_cts: qup-uart3-cts { 3978 pins = "gpio12"; 3979 function = "qup03"; 3980 }; 3981 3982 qup_uart3_rts: qup-uart3-rts { 3983 pins = "gpio13"; 3984 function = "qup03"; 3985 }; 3986 3987 qup_uart3_tx: qup-uart3-tx { 3988 pins = "gpio14"; 3989 function = "qup03"; 3990 }; 3991 3992 qup_uart3_rx: qup-uart3-rx { 3993 pins = "gpio15"; 3994 function = "qup03"; 3995 }; 3996 3997 qup_uart4_cts: qup-uart4-cts { 3998 pins = "gpio16"; 3999 function = "qup04"; 4000 }; 4001 4002 qup_uart4_rts: qup-uart4-rts { 4003 pins = "gpio17"; 4004 function = "qup04"; 4005 }; 4006 4007 qup_uart4_tx: qup-uart4-tx { 4008 pins = "gpio18"; 4009 function = "qup04"; 4010 }; 4011 4012 qup_uart4_rx: qup-uart4-rx { 4013 pins = "gpio19"; 4014 function = "qup04"; 4015 }; 4016 4017 qup_uart5_cts: qup-uart5-cts { 4018 pins = "gpio20"; 4019 function = "qup05"; 4020 }; 4021 4022 qup_uart5_rts: qup-uart5-rts { 4023 pins = "gpio21"; 4024 function = "qup05"; 4025 }; 4026 4027 qup_uart5_tx: qup-uart5-tx { 4028 pins = "gpio22"; 4029 function = "qup05"; 4030 }; 4031 4032 qup_uart5_rx: qup-uart5-rx { 4033 pins = "gpio23"; 4034 function = "qup05"; 4035 }; 4036 4037 qup_uart6_cts: qup-uart6-cts { 4038 pins = "gpio24"; 4039 function = "qup06"; 4040 }; 4041 4042 qup_uart6_rts: qup-uart6-rts { 4043 pins = "gpio25"; 4044 function = "qup06"; 4045 }; 4046 4047 qup_uart6_tx: qup-uart6-tx { 4048 pins = "gpio26"; 4049 function = "qup06"; 4050 }; 4051 4052 qup_uart6_rx: qup-uart6-rx { 4053 pins = "gpio27"; 4054 function = "qup06"; 4055 }; 4056 4057 qup_uart7_cts: qup-uart7-cts { 4058 pins = "gpio28"; 4059 function = "qup07"; 4060 }; 4061 4062 qup_uart7_rts: qup-uart7-rts { 4063 pins = "gpio29"; 4064 function = "qup07"; 4065 }; 4066 4067 qup_uart7_tx: qup-uart7-tx { 4068 pins = "gpio30"; 4069 function = "qup07"; 4070 }; 4071 4072 qup_uart7_rx: qup-uart7-rx { 4073 pins = "gpio31"; 4074 function = "qup07"; 4075 }; 4076 4077 qup_uart8_cts: qup-uart8-cts { 4078 pins = "gpio32"; 4079 function = "qup10"; 4080 }; 4081 4082 qup_uart8_rts: qup-uart8-rts { 4083 pins = "gpio33"; 4084 function = "qup10"; 4085 }; 4086 4087 qup_uart8_tx: qup-uart8-tx { 4088 pins = "gpio34"; 4089 function = "qup10"; 4090 }; 4091 4092 qup_uart8_rx: qup-uart8-rx { 4093 pins = "gpio35"; 4094 function = "qup10"; 4095 }; 4096 4097 qup_uart9_cts: qup-uart9-cts { 4098 pins = "gpio36"; 4099 function = "qup11"; 4100 }; 4101 4102 qup_uart9_rts: qup-uart9-rts { 4103 pins = "gpio37"; 4104 function = "qup11"; 4105 }; 4106 4107 qup_uart9_tx: qup-uart9-tx { 4108 pins = "gpio38"; 4109 function = "qup11"; 4110 }; 4111 4112 qup_uart9_rx: qup-uart9-rx { 4113 pins = "gpio39"; 4114 function = "qup11"; 4115 }; 4116 4117 qup_uart10_cts: qup-uart10-cts { 4118 pins = "gpio40"; 4119 function = "qup12"; 4120 }; 4121 4122 qup_uart10_rts: qup-uart10-rts { 4123 pins = "gpio41"; 4124 function = "qup12"; 4125 }; 4126 4127 qup_uart10_tx: qup-uart10-tx { 4128 pins = "gpio42"; 4129 function = "qup12"; 4130 }; 4131 4132 qup_uart10_rx: qup-uart10-rx { 4133 pins = "gpio43"; 4134 function = "qup12"; 4135 }; 4136 4137 qup_uart11_cts: qup-uart11-cts { 4138 pins = "gpio44"; 4139 function = "qup13"; 4140 }; 4141 4142 qup_uart11_rts: qup-uart11-rts { 4143 pins = "gpio45"; 4144 function = "qup13"; 4145 }; 4146 4147 qup_uart11_tx: qup-uart11-tx { 4148 pins = "gpio46"; 4149 function = "qup13"; 4150 }; 4151 4152 qup_uart11_rx: qup-uart11-rx { 4153 pins = "gpio47"; 4154 function = "qup13"; 4155 }; 4156 4157 qup_uart12_cts: qup-uart12-cts { 4158 pins = "gpio48"; 4159 function = "qup14"; 4160 }; 4161 4162 qup_uart12_rts: qup-uart12-rts { 4163 pins = "gpio49"; 4164 function = "qup14"; 4165 }; 4166 4167 qup_uart12_tx: qup-uart12-tx { 4168 pins = "gpio50"; 4169 function = "qup14"; 4170 }; 4171 4172 qup_uart12_rx: qup-uart12-rx { 4173 pins = "gpio51"; 4174 function = "qup14"; 4175 }; 4176 4177 qup_uart13_cts: qup-uart13-cts { 4178 pins = "gpio52"; 4179 function = "qup15"; 4180 }; 4181 4182 qup_uart13_rts: qup-uart13-rts { 4183 pins = "gpio53"; 4184 function = "qup15"; 4185 }; 4186 4187 qup_uart13_tx: qup-uart13-tx { 4188 pins = "gpio54"; 4189 function = "qup15"; 4190 }; 4191 4192 qup_uart13_rx: qup-uart13-rx { 4193 pins = "gpio55"; 4194 function = "qup15"; 4195 }; 4196 4197 qup_uart14_cts: qup-uart14-cts { 4198 pins = "gpio56"; 4199 function = "qup16"; 4200 }; 4201 4202 qup_uart14_rts: qup-uart14-rts { 4203 pins = "gpio57"; 4204 function = "qup16"; 4205 }; 4206 4207 qup_uart14_tx: qup-uart14-tx { 4208 pins = "gpio58"; 4209 function = "qup16"; 4210 }; 4211 4212 qup_uart14_rx: qup-uart14-rx { 4213 pins = "gpio59"; 4214 function = "qup16"; 4215 }; 4216 4217 qup_uart15_cts: qup-uart15-cts { 4218 pins = "gpio60"; 4219 function = "qup17"; 4220 }; 4221 4222 qup_uart15_rts: qup-uart15-rts { 4223 pins = "gpio61"; 4224 function = "qup17"; 4225 }; 4226 4227 qup_uart15_tx: qup-uart15-tx { 4228 pins = "gpio62"; 4229 function = "qup17"; 4230 }; 4231 4232 qup_uart15_rx: qup-uart15-rx { 4233 pins = "gpio63"; 4234 function = "qup17"; 4235 }; 4236 4237 sdc1_clk: sdc1-clk { 4238 pins = "sdc1_clk"; 4239 }; 4240 4241 sdc1_cmd: sdc1-cmd { 4242 pins = "sdc1_cmd"; 4243 }; 4244 4245 sdc1_data: sdc1-data { 4246 pins = "sdc1_data"; 4247 }; 4248 4249 sdc1_rclk: sdc1-rclk { 4250 pins = "sdc1_rclk"; 4251 }; 4252 4253 sdc1_clk_sleep: sdc1-clk-sleep { 4254 pins = "sdc1_clk"; 4255 drive-strength = <2>; 4256 bias-bus-hold; 4257 }; 4258 4259 sdc1_cmd_sleep: sdc1-cmd-sleep { 4260 pins = "sdc1_cmd"; 4261 drive-strength = <2>; 4262 bias-bus-hold; 4263 }; 4264 4265 sdc1_data_sleep: sdc1-data-sleep { 4266 pins = "sdc1_data"; 4267 drive-strength = <2>; 4268 bias-bus-hold; 4269 }; 4270 4271 sdc1_rclk_sleep: sdc1-rclk-sleep { 4272 pins = "sdc1_rclk"; 4273 drive-strength = <2>; 4274 bias-bus-hold; 4275 }; 4276 4277 sdc2_clk: sdc2-clk { 4278 pins = "sdc2_clk"; 4279 }; 4280 4281 sdc2_cmd: sdc2-cmd { 4282 pins = "sdc2_cmd"; 4283 }; 4284 4285 sdc2_data: sdc2-data { 4286 pins = "sdc2_data"; 4287 }; 4288 4289 sdc2_clk_sleep: sdc2-clk-sleep { 4290 pins = "sdc2_clk"; 4291 drive-strength = <2>; 4292 bias-bus-hold; 4293 }; 4294 4295 sdc2_cmd_sleep: sdc2-cmd-sleep { 4296 pins = "sdc2_cmd"; 4297 drive-strength = <2>; 4298 bias-bus-hold; 4299 }; 4300 4301 sdc2_data_sleep: sdc2-data-sleep { 4302 pins = "sdc2_data"; 4303 drive-strength = <2>; 4304 bias-bus-hold; 4305 }; 4306 }; 4307 4308 imem@146a5000 { 4309 compatible = "qcom,sc7280-imem", "syscon"; 4310 reg = <0 0x146a5000 0 0x6000>; 4311 4312 #address-cells = <1>; 4313 #size-cells = <1>; 4314 4315 ranges = <0 0 0x146a5000 0x6000>; 4316 4317 pil-reloc@594c { 4318 compatible = "qcom,pil-reloc-info"; 4319 reg = <0x594c 0xc8>; 4320 }; 4321 }; 4322 4323 apps_smmu: iommu@15000000 { 4324 compatible = "qcom,sc7280-smmu-500", "arm,mmu-500"; 4325 reg = <0 0x15000000 0 0x100000>; 4326 #iommu-cells = <2>; 4327 #global-interrupts = <1>; 4328 dma-coherent; 4329 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, 4330 <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>, 4331 <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>, 4332 <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>, 4333 <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>, 4334 <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>, 4335 <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>, 4336 <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>, 4337 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>, 4338 <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, 4339 <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>, 4340 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>, 4341 <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>, 4342 <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>, 4343 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>, 4344 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>, 4345 <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>, 4346 <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>, 4347 <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>, 4348 <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>, 4349 <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>, 4350 <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>, 4351 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>, 4352 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>, 4353 <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>, 4354 <GIC_SPI 182 IRQ_TYPE_LEVEL_HIGH>, 4355 <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>, 4356 <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>, 4357 <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>, 4358 <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>, 4359 <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>, 4360 <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>, 4361 <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>, 4362 <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>, 4363 <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>, 4364 <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>, 4365 <GIC_SPI 315 IRQ_TYPE_LEVEL_HIGH>, 4366 <GIC_SPI 316 IRQ_TYPE_LEVEL_HIGH>, 4367 <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>, 4368 <GIC_SPI 318 IRQ_TYPE_LEVEL_HIGH>, 4369 <GIC_SPI 319 IRQ_TYPE_LEVEL_HIGH>, 4370 <GIC_SPI 320 IRQ_TYPE_LEVEL_HIGH>, 4371 <GIC_SPI 321 IRQ_TYPE_LEVEL_HIGH>, 4372 <GIC_SPI 322 IRQ_TYPE_LEVEL_HIGH>, 4373 <GIC_SPI 323 IRQ_TYPE_LEVEL_HIGH>, 4374 <GIC_SPI 324 IRQ_TYPE_LEVEL_HIGH>, 4375 <GIC_SPI 325 IRQ_TYPE_LEVEL_HIGH>, 4376 <GIC_SPI 326 IRQ_TYPE_LEVEL_HIGH>, 4377 <GIC_SPI 327 IRQ_TYPE_LEVEL_HIGH>, 4378 <GIC_SPI 328 IRQ_TYPE_LEVEL_HIGH>, 4379 <GIC_SPI 329 IRQ_TYPE_LEVEL_HIGH>, 4380 <GIC_SPI 330 IRQ_TYPE_LEVEL_HIGH>, 4381 <GIC_SPI 331 IRQ_TYPE_LEVEL_HIGH>, 4382 <GIC_SPI 332 IRQ_TYPE_LEVEL_HIGH>, 4383 <GIC_SPI 333 IRQ_TYPE_LEVEL_HIGH>, 4384 <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>, 4385 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>, 4386 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>, 4387 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>, 4388 <GIC_SPI 338 IRQ_TYPE_LEVEL_HIGH>, 4389 <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>, 4390 <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>, 4391 <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>, 4392 <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>, 4393 <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>, 4394 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>, 4395 <GIC_SPI 345 IRQ_TYPE_LEVEL_HIGH>, 4396 <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>, 4397 <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>, 4398 <GIC_SPI 397 IRQ_TYPE_LEVEL_HIGH>, 4399 <GIC_SPI 398 IRQ_TYPE_LEVEL_HIGH>, 4400 <GIC_SPI 399 IRQ_TYPE_LEVEL_HIGH>, 4401 <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH>, 4402 <GIC_SPI 401 IRQ_TYPE_LEVEL_HIGH>, 4403 <GIC_SPI 402 IRQ_TYPE_LEVEL_HIGH>, 4404 <GIC_SPI 403 IRQ_TYPE_LEVEL_HIGH>, 4405 <GIC_SPI 404 IRQ_TYPE_LEVEL_HIGH>, 4406 <GIC_SPI 405 IRQ_TYPE_LEVEL_HIGH>, 4407 <GIC_SPI 406 IRQ_TYPE_LEVEL_HIGH>, 4408 <GIC_SPI 407 IRQ_TYPE_LEVEL_HIGH>, 4409 <GIC_SPI 408 IRQ_TYPE_LEVEL_HIGH>; 4410 }; 4411 4412 intc: interrupt-controller@17a00000 { 4413 compatible = "arm,gic-v3"; 4414 #address-cells = <2>; 4415 #size-cells = <2>; 4416 ranges; 4417 #interrupt-cells = <3>; 4418 interrupt-controller; 4419 reg = <0 0x17a00000 0 0x10000>, /* GICD */ 4420 <0 0x17a60000 0 0x100000>; /* GICR * 8 */ 4421 interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_LOW>; 4422 4423 gic-its@17a40000 { 4424 compatible = "arm,gic-v3-its"; 4425 msi-controller; 4426 #msi-cells = <1>; 4427 reg = <0 0x17a40000 0 0x20000>; 4428 status = "disabled"; 4429 }; 4430 }; 4431 4432 watchdog@17c10000 { 4433 compatible = "qcom,apss-wdt-sc7280", "qcom,kpss-wdt"; 4434 reg = <0 0x17c10000 0 0x1000>; 4435 clocks = <&sleep_clk>; 4436 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>; 4437 }; 4438 4439 timer@17c20000 { 4440 #address-cells = <2>; 4441 #size-cells = <2>; 4442 ranges; 4443 compatible = "arm,armv7-timer-mem"; 4444 reg = <0 0x17c20000 0 0x1000>; 4445 4446 frame@17c21000 { 4447 frame-number = <0>; 4448 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>, 4449 <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>; 4450 reg = <0 0x17c21000 0 0x1000>, 4451 <0 0x17c22000 0 0x1000>; 4452 }; 4453 4454 frame@17c23000 { 4455 frame-number = <1>; 4456 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>; 4457 reg = <0 0x17c23000 0 0x1000>; 4458 status = "disabled"; 4459 }; 4460 4461 frame@17c25000 { 4462 frame-number = <2>; 4463 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; 4464 reg = <0 0x17c25000 0 0x1000>; 4465 status = "disabled"; 4466 }; 4467 4468 frame@17c27000 { 4469 frame-number = <3>; 4470 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; 4471 reg = <0 0x17c27000 0 0x1000>; 4472 status = "disabled"; 4473 }; 4474 4475 frame@17c29000 { 4476 frame-number = <4>; 4477 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>; 4478 reg = <0 0x17c29000 0 0x1000>; 4479 status = "disabled"; 4480 }; 4481 4482 frame@17c2b000 { 4483 frame-number = <5>; 4484 interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>; 4485 reg = <0 0x17c2b000 0 0x1000>; 4486 status = "disabled"; 4487 }; 4488 4489 frame@17c2d000 { 4490 frame-number = <6>; 4491 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>; 4492 reg = <0 0x17c2d000 0 0x1000>; 4493 status = "disabled"; 4494 }; 4495 }; 4496 4497 apps_rsc: rsc@18200000 { 4498 compatible = "qcom,rpmh-rsc"; 4499 reg = <0 0x18200000 0 0x10000>, 4500 <0 0x18210000 0 0x10000>, 4501 <0 0x18220000 0 0x10000>; 4502 reg-names = "drv-0", "drv-1", "drv-2"; 4503 interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>, 4504 <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>, 4505 <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; 4506 qcom,tcs-offset = <0xd00>; 4507 qcom,drv-id = <2>; 4508 qcom,tcs-config = <ACTIVE_TCS 2>, 4509 <SLEEP_TCS 3>, 4510 <WAKE_TCS 3>, 4511 <CONTROL_TCS 1>; 4512 4513 apps_bcm_voter: bcm-voter { 4514 compatible = "qcom,bcm-voter"; 4515 }; 4516 4517 rpmhpd: power-controller { 4518 compatible = "qcom,sc7280-rpmhpd"; 4519 #power-domain-cells = <1>; 4520 operating-points-v2 = <&rpmhpd_opp_table>; 4521 4522 rpmhpd_opp_table: opp-table { 4523 compatible = "operating-points-v2"; 4524 4525 rpmhpd_opp_ret: opp1 { 4526 opp-level = <RPMH_REGULATOR_LEVEL_RETENTION>; 4527 }; 4528 4529 rpmhpd_opp_low_svs: opp2 { 4530 opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS>; 4531 }; 4532 4533 rpmhpd_opp_svs: opp3 { 4534 opp-level = <RPMH_REGULATOR_LEVEL_SVS>; 4535 }; 4536 4537 rpmhpd_opp_svs_l1: opp4 { 4538 opp-level = <RPMH_REGULATOR_LEVEL_SVS_L1>; 4539 }; 4540 4541 rpmhpd_opp_svs_l2: opp5 { 4542 opp-level = <RPMH_REGULATOR_LEVEL_SVS_L2>; 4543 }; 4544 4545 rpmhpd_opp_nom: opp6 { 4546 opp-level = <RPMH_REGULATOR_LEVEL_NOM>; 4547 }; 4548 4549 rpmhpd_opp_nom_l1: opp7 { 4550 opp-level = <RPMH_REGULATOR_LEVEL_NOM_L1>; 4551 }; 4552 4553 rpmhpd_opp_turbo: opp8 { 4554 opp-level = <RPMH_REGULATOR_LEVEL_TURBO>; 4555 }; 4556 4557 rpmhpd_opp_turbo_l1: opp9 { 4558 opp-level = <RPMH_REGULATOR_LEVEL_TURBO_L1>; 4559 }; 4560 }; 4561 }; 4562 4563 rpmhcc: clock-controller { 4564 compatible = "qcom,sc7280-rpmh-clk"; 4565 clocks = <&xo_board>; 4566 clock-names = "xo"; 4567 #clock-cells = <1>; 4568 }; 4569 }; 4570 4571 epss_l3: interconnect@18590000 { 4572 compatible = "qcom,sc7280-epss-l3"; 4573 reg = <0 0x18590000 0 0x1000>; 4574 clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GCC_GPLL0>; 4575 clock-names = "xo", "alternate"; 4576 #interconnect-cells = <1>; 4577 }; 4578 4579 cpufreq_hw: cpufreq@18591000 { 4580 compatible = "qcom,cpufreq-epss"; 4581 reg = <0 0x18591000 0 0x1000>, 4582 <0 0x18592000 0 0x1000>, 4583 <0 0x18593000 0 0x1000>; 4584 clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GCC_GPLL0>; 4585 clock-names = "xo", "alternate"; 4586 #freq-domain-cells = <1>; 4587 }; 4588 }; 4589 4590 thermal_zones: thermal-zones { 4591 cpu0-thermal { 4592 polling-delay-passive = <250>; 4593 polling-delay = <0>; 4594 4595 thermal-sensors = <&tsens0 1>; 4596 4597 trips { 4598 cpu0_alert0: trip-point0 { 4599 temperature = <90000>; 4600 hysteresis = <2000>; 4601 type = "passive"; 4602 }; 4603 4604 cpu0_alert1: trip-point1 { 4605 temperature = <95000>; 4606 hysteresis = <2000>; 4607 type = "passive"; 4608 }; 4609 4610 cpu0_crit: cpu-crit { 4611 temperature = <110000>; 4612 hysteresis = <0>; 4613 type = "critical"; 4614 }; 4615 }; 4616 4617 cooling-maps { 4618 map0 { 4619 trip = <&cpu0_alert0>; 4620 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4621 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4622 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4623 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4624 }; 4625 map1 { 4626 trip = <&cpu0_alert1>; 4627 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4628 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4629 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4630 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4631 }; 4632 }; 4633 }; 4634 4635 cpu1-thermal { 4636 polling-delay-passive = <250>; 4637 polling-delay = <0>; 4638 4639 thermal-sensors = <&tsens0 2>; 4640 4641 trips { 4642 cpu1_alert0: trip-point0 { 4643 temperature = <90000>; 4644 hysteresis = <2000>; 4645 type = "passive"; 4646 }; 4647 4648 cpu1_alert1: trip-point1 { 4649 temperature = <95000>; 4650 hysteresis = <2000>; 4651 type = "passive"; 4652 }; 4653 4654 cpu1_crit: cpu-crit { 4655 temperature = <110000>; 4656 hysteresis = <0>; 4657 type = "critical"; 4658 }; 4659 }; 4660 4661 cooling-maps { 4662 map0 { 4663 trip = <&cpu1_alert0>; 4664 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4665 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4666 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4667 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4668 }; 4669 map1 { 4670 trip = <&cpu1_alert1>; 4671 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4672 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4673 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4674 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4675 }; 4676 }; 4677 }; 4678 4679 cpu2-thermal { 4680 polling-delay-passive = <250>; 4681 polling-delay = <0>; 4682 4683 thermal-sensors = <&tsens0 3>; 4684 4685 trips { 4686 cpu2_alert0: trip-point0 { 4687 temperature = <90000>; 4688 hysteresis = <2000>; 4689 type = "passive"; 4690 }; 4691 4692 cpu2_alert1: trip-point1 { 4693 temperature = <95000>; 4694 hysteresis = <2000>; 4695 type = "passive"; 4696 }; 4697 4698 cpu2_crit: cpu-crit { 4699 temperature = <110000>; 4700 hysteresis = <0>; 4701 type = "critical"; 4702 }; 4703 }; 4704 4705 cooling-maps { 4706 map0 { 4707 trip = <&cpu2_alert0>; 4708 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4709 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4710 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4711 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4712 }; 4713 map1 { 4714 trip = <&cpu2_alert1>; 4715 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4716 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4717 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4718 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4719 }; 4720 }; 4721 }; 4722 4723 cpu3-thermal { 4724 polling-delay-passive = <250>; 4725 polling-delay = <0>; 4726 4727 thermal-sensors = <&tsens0 4>; 4728 4729 trips { 4730 cpu3_alert0: trip-point0 { 4731 temperature = <90000>; 4732 hysteresis = <2000>; 4733 type = "passive"; 4734 }; 4735 4736 cpu3_alert1: trip-point1 { 4737 temperature = <95000>; 4738 hysteresis = <2000>; 4739 type = "passive"; 4740 }; 4741 4742 cpu3_crit: cpu-crit { 4743 temperature = <110000>; 4744 hysteresis = <0>; 4745 type = "critical"; 4746 }; 4747 }; 4748 4749 cooling-maps { 4750 map0 { 4751 trip = <&cpu3_alert0>; 4752 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4753 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4754 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4755 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4756 }; 4757 map1 { 4758 trip = <&cpu3_alert1>; 4759 cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4760 <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4761 <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4762 <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4763 }; 4764 }; 4765 }; 4766 4767 cpu4-thermal { 4768 polling-delay-passive = <250>; 4769 polling-delay = <0>; 4770 4771 thermal-sensors = <&tsens0 7>; 4772 4773 trips { 4774 cpu4_alert0: trip-point0 { 4775 temperature = <90000>; 4776 hysteresis = <2000>; 4777 type = "passive"; 4778 }; 4779 4780 cpu4_alert1: trip-point1 { 4781 temperature = <95000>; 4782 hysteresis = <2000>; 4783 type = "passive"; 4784 }; 4785 4786 cpu4_crit: cpu-crit { 4787 temperature = <110000>; 4788 hysteresis = <0>; 4789 type = "critical"; 4790 }; 4791 }; 4792 4793 cooling-maps { 4794 map0 { 4795 trip = <&cpu4_alert0>; 4796 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4797 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4798 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4799 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4800 }; 4801 map1 { 4802 trip = <&cpu4_alert1>; 4803 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4804 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4805 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4806 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4807 }; 4808 }; 4809 }; 4810 4811 cpu5-thermal { 4812 polling-delay-passive = <250>; 4813 polling-delay = <0>; 4814 4815 thermal-sensors = <&tsens0 8>; 4816 4817 trips { 4818 cpu5_alert0: trip-point0 { 4819 temperature = <90000>; 4820 hysteresis = <2000>; 4821 type = "passive"; 4822 }; 4823 4824 cpu5_alert1: trip-point1 { 4825 temperature = <95000>; 4826 hysteresis = <2000>; 4827 type = "passive"; 4828 }; 4829 4830 cpu5_crit: cpu-crit { 4831 temperature = <110000>; 4832 hysteresis = <0>; 4833 type = "critical"; 4834 }; 4835 }; 4836 4837 cooling-maps { 4838 map0 { 4839 trip = <&cpu5_alert0>; 4840 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4841 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4842 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4843 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4844 }; 4845 map1 { 4846 trip = <&cpu5_alert1>; 4847 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4848 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4849 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4850 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4851 }; 4852 }; 4853 }; 4854 4855 cpu6-thermal { 4856 polling-delay-passive = <250>; 4857 polling-delay = <0>; 4858 4859 thermal-sensors = <&tsens0 9>; 4860 4861 trips { 4862 cpu6_alert0: trip-point0 { 4863 temperature = <90000>; 4864 hysteresis = <2000>; 4865 type = "passive"; 4866 }; 4867 4868 cpu6_alert1: trip-point1 { 4869 temperature = <95000>; 4870 hysteresis = <2000>; 4871 type = "passive"; 4872 }; 4873 4874 cpu6_crit: cpu-crit { 4875 temperature = <110000>; 4876 hysteresis = <0>; 4877 type = "critical"; 4878 }; 4879 }; 4880 4881 cooling-maps { 4882 map0 { 4883 trip = <&cpu6_alert0>; 4884 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4885 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4886 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4887 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4888 }; 4889 map1 { 4890 trip = <&cpu6_alert1>; 4891 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4892 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4893 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4894 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4895 }; 4896 }; 4897 }; 4898 4899 cpu7-thermal { 4900 polling-delay-passive = <250>; 4901 polling-delay = <0>; 4902 4903 thermal-sensors = <&tsens0 10>; 4904 4905 trips { 4906 cpu7_alert0: trip-point0 { 4907 temperature = <90000>; 4908 hysteresis = <2000>; 4909 type = "passive"; 4910 }; 4911 4912 cpu7_alert1: trip-point1 { 4913 temperature = <95000>; 4914 hysteresis = <2000>; 4915 type = "passive"; 4916 }; 4917 4918 cpu7_crit: cpu-crit { 4919 temperature = <110000>; 4920 hysteresis = <0>; 4921 type = "critical"; 4922 }; 4923 }; 4924 4925 cooling-maps { 4926 map0 { 4927 trip = <&cpu7_alert0>; 4928 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4929 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4930 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4931 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4932 }; 4933 map1 { 4934 trip = <&cpu7_alert1>; 4935 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4936 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4937 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4938 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4939 }; 4940 }; 4941 }; 4942 4943 cpu8-thermal { 4944 polling-delay-passive = <250>; 4945 polling-delay = <0>; 4946 4947 thermal-sensors = <&tsens0 11>; 4948 4949 trips { 4950 cpu8_alert0: trip-point0 { 4951 temperature = <90000>; 4952 hysteresis = <2000>; 4953 type = "passive"; 4954 }; 4955 4956 cpu8_alert1: trip-point1 { 4957 temperature = <95000>; 4958 hysteresis = <2000>; 4959 type = "passive"; 4960 }; 4961 4962 cpu8_crit: cpu-crit { 4963 temperature = <110000>; 4964 hysteresis = <0>; 4965 type = "critical"; 4966 }; 4967 }; 4968 4969 cooling-maps { 4970 map0 { 4971 trip = <&cpu8_alert0>; 4972 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4973 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4974 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4975 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4976 }; 4977 map1 { 4978 trip = <&cpu8_alert1>; 4979 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4980 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4981 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 4982 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 4983 }; 4984 }; 4985 }; 4986 4987 cpu9-thermal { 4988 polling-delay-passive = <250>; 4989 polling-delay = <0>; 4990 4991 thermal-sensors = <&tsens0 12>; 4992 4993 trips { 4994 cpu9_alert0: trip-point0 { 4995 temperature = <90000>; 4996 hysteresis = <2000>; 4997 type = "passive"; 4998 }; 4999 5000 cpu9_alert1: trip-point1 { 5001 temperature = <95000>; 5002 hysteresis = <2000>; 5003 type = "passive"; 5004 }; 5005 5006 cpu9_crit: cpu-crit { 5007 temperature = <110000>; 5008 hysteresis = <0>; 5009 type = "critical"; 5010 }; 5011 }; 5012 5013 cooling-maps { 5014 map0 { 5015 trip = <&cpu9_alert0>; 5016 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5017 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5018 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5019 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5020 }; 5021 map1 { 5022 trip = <&cpu9_alert1>; 5023 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5024 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5025 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5026 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5027 }; 5028 }; 5029 }; 5030 5031 cpu10-thermal { 5032 polling-delay-passive = <250>; 5033 polling-delay = <0>; 5034 5035 thermal-sensors = <&tsens0 13>; 5036 5037 trips { 5038 cpu10_alert0: trip-point0 { 5039 temperature = <90000>; 5040 hysteresis = <2000>; 5041 type = "passive"; 5042 }; 5043 5044 cpu10_alert1: trip-point1 { 5045 temperature = <95000>; 5046 hysteresis = <2000>; 5047 type = "passive"; 5048 }; 5049 5050 cpu10_crit: cpu-crit { 5051 temperature = <110000>; 5052 hysteresis = <0>; 5053 type = "critical"; 5054 }; 5055 }; 5056 5057 cooling-maps { 5058 map0 { 5059 trip = <&cpu10_alert0>; 5060 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5061 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5062 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5063 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5064 }; 5065 map1 { 5066 trip = <&cpu10_alert1>; 5067 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5068 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5069 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5070 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5071 }; 5072 }; 5073 }; 5074 5075 cpu11-thermal { 5076 polling-delay-passive = <250>; 5077 polling-delay = <0>; 5078 5079 thermal-sensors = <&tsens0 14>; 5080 5081 trips { 5082 cpu11_alert0: trip-point0 { 5083 temperature = <90000>; 5084 hysteresis = <2000>; 5085 type = "passive"; 5086 }; 5087 5088 cpu11_alert1: trip-point1 { 5089 temperature = <95000>; 5090 hysteresis = <2000>; 5091 type = "passive"; 5092 }; 5093 5094 cpu11_crit: cpu-crit { 5095 temperature = <110000>; 5096 hysteresis = <0>; 5097 type = "critical"; 5098 }; 5099 }; 5100 5101 cooling-maps { 5102 map0 { 5103 trip = <&cpu11_alert0>; 5104 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5105 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5106 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5107 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5108 }; 5109 map1 { 5110 trip = <&cpu11_alert1>; 5111 cooling-device = <&CPU4 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5112 <&CPU5 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5113 <&CPU6 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>, 5114 <&CPU7 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5115 }; 5116 }; 5117 }; 5118 5119 aoss0-thermal { 5120 polling-delay-passive = <0>; 5121 polling-delay = <0>; 5122 5123 thermal-sensors = <&tsens0 0>; 5124 5125 trips { 5126 aoss0_alert0: trip-point0 { 5127 temperature = <90000>; 5128 hysteresis = <2000>; 5129 type = "hot"; 5130 }; 5131 5132 aoss0_crit: aoss0-crit { 5133 temperature = <110000>; 5134 hysteresis = <0>; 5135 type = "critical"; 5136 }; 5137 }; 5138 }; 5139 5140 aoss1-thermal { 5141 polling-delay-passive = <0>; 5142 polling-delay = <0>; 5143 5144 thermal-sensors = <&tsens1 0>; 5145 5146 trips { 5147 aoss1_alert0: trip-point0 { 5148 temperature = <90000>; 5149 hysteresis = <2000>; 5150 type = "hot"; 5151 }; 5152 5153 aoss1_crit: aoss1-crit { 5154 temperature = <110000>; 5155 hysteresis = <0>; 5156 type = "critical"; 5157 }; 5158 }; 5159 }; 5160 5161 cpuss0-thermal { 5162 polling-delay-passive = <0>; 5163 polling-delay = <0>; 5164 5165 thermal-sensors = <&tsens0 5>; 5166 5167 trips { 5168 cpuss0_alert0: trip-point0 { 5169 temperature = <90000>; 5170 hysteresis = <2000>; 5171 type = "hot"; 5172 }; 5173 cpuss0_crit: cluster0-crit { 5174 temperature = <110000>; 5175 hysteresis = <0>; 5176 type = "critical"; 5177 }; 5178 }; 5179 }; 5180 5181 cpuss1-thermal { 5182 polling-delay-passive = <0>; 5183 polling-delay = <0>; 5184 5185 thermal-sensors = <&tsens0 6>; 5186 5187 trips { 5188 cpuss1_alert0: trip-point0 { 5189 temperature = <90000>; 5190 hysteresis = <2000>; 5191 type = "hot"; 5192 }; 5193 cpuss1_crit: cluster0-crit { 5194 temperature = <110000>; 5195 hysteresis = <0>; 5196 type = "critical"; 5197 }; 5198 }; 5199 }; 5200 5201 gpuss0-thermal { 5202 polling-delay-passive = <100>; 5203 polling-delay = <0>; 5204 5205 thermal-sensors = <&tsens1 1>; 5206 5207 trips { 5208 gpuss0_alert0: trip-point0 { 5209 temperature = <95000>; 5210 hysteresis = <2000>; 5211 type = "passive"; 5212 }; 5213 5214 gpuss0_crit: gpuss0-crit { 5215 temperature = <110000>; 5216 hysteresis = <0>; 5217 type = "critical"; 5218 }; 5219 }; 5220 5221 cooling-maps { 5222 map0 { 5223 trip = <&gpuss0_alert0>; 5224 cooling-device = <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5225 }; 5226 }; 5227 }; 5228 5229 gpuss1-thermal { 5230 polling-delay-passive = <100>; 5231 polling-delay = <0>; 5232 5233 thermal-sensors = <&tsens1 2>; 5234 5235 trips { 5236 gpuss1_alert0: trip-point0 { 5237 temperature = <95000>; 5238 hysteresis = <2000>; 5239 type = "passive"; 5240 }; 5241 5242 gpuss1_crit: gpuss1-crit { 5243 temperature = <110000>; 5244 hysteresis = <0>; 5245 type = "critical"; 5246 }; 5247 }; 5248 5249 cooling-maps { 5250 map0 { 5251 trip = <&gpuss1_alert0>; 5252 cooling-device = <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>; 5253 }; 5254 }; 5255 }; 5256 5257 nspss0-thermal { 5258 polling-delay-passive = <0>; 5259 polling-delay = <0>; 5260 5261 thermal-sensors = <&tsens1 3>; 5262 5263 trips { 5264 nspss0_alert0: trip-point0 { 5265 temperature = <90000>; 5266 hysteresis = <2000>; 5267 type = "hot"; 5268 }; 5269 5270 nspss0_crit: nspss0-crit { 5271 temperature = <110000>; 5272 hysteresis = <0>; 5273 type = "critical"; 5274 }; 5275 }; 5276 }; 5277 5278 nspss1-thermal { 5279 polling-delay-passive = <0>; 5280 polling-delay = <0>; 5281 5282 thermal-sensors = <&tsens1 4>; 5283 5284 trips { 5285 nspss1_alert0: trip-point0 { 5286 temperature = <90000>; 5287 hysteresis = <2000>; 5288 type = "hot"; 5289 }; 5290 5291 nspss1_crit: nspss1-crit { 5292 temperature = <110000>; 5293 hysteresis = <0>; 5294 type = "critical"; 5295 }; 5296 }; 5297 }; 5298 5299 video-thermal { 5300 polling-delay-passive = <0>; 5301 polling-delay = <0>; 5302 5303 thermal-sensors = <&tsens1 5>; 5304 5305 trips { 5306 video_alert0: trip-point0 { 5307 temperature = <90000>; 5308 hysteresis = <2000>; 5309 type = "hot"; 5310 }; 5311 5312 video_crit: video-crit { 5313 temperature = <110000>; 5314 hysteresis = <0>; 5315 type = "critical"; 5316 }; 5317 }; 5318 }; 5319 5320 ddr-thermal { 5321 polling-delay-passive = <0>; 5322 polling-delay = <0>; 5323 5324 thermal-sensors = <&tsens1 6>; 5325 5326 trips { 5327 ddr_alert0: trip-point0 { 5328 temperature = <90000>; 5329 hysteresis = <2000>; 5330 type = "hot"; 5331 }; 5332 5333 ddr_crit: ddr-crit { 5334 temperature = <110000>; 5335 hysteresis = <0>; 5336 type = "critical"; 5337 }; 5338 }; 5339 }; 5340 5341 mdmss0-thermal { 5342 polling-delay-passive = <0>; 5343 polling-delay = <0>; 5344 5345 thermal-sensors = <&tsens1 7>; 5346 5347 trips { 5348 mdmss0_alert0: trip-point0 { 5349 temperature = <90000>; 5350 hysteresis = <2000>; 5351 type = "hot"; 5352 }; 5353 5354 mdmss0_crit: mdmss0-crit { 5355 temperature = <110000>; 5356 hysteresis = <0>; 5357 type = "critical"; 5358 }; 5359 }; 5360 }; 5361 5362 mdmss1-thermal { 5363 polling-delay-passive = <0>; 5364 polling-delay = <0>; 5365 5366 thermal-sensors = <&tsens1 8>; 5367 5368 trips { 5369 mdmss1_alert0: trip-point0 { 5370 temperature = <90000>; 5371 hysteresis = <2000>; 5372 type = "hot"; 5373 }; 5374 5375 mdmss1_crit: mdmss1-crit { 5376 temperature = <110000>; 5377 hysteresis = <0>; 5378 type = "critical"; 5379 }; 5380 }; 5381 }; 5382 5383 mdmss2-thermal { 5384 polling-delay-passive = <0>; 5385 polling-delay = <0>; 5386 5387 thermal-sensors = <&tsens1 9>; 5388 5389 trips { 5390 mdmss2_alert0: trip-point0 { 5391 temperature = <90000>; 5392 hysteresis = <2000>; 5393 type = "hot"; 5394 }; 5395 5396 mdmss2_crit: mdmss2-crit { 5397 temperature = <110000>; 5398 hysteresis = <0>; 5399 type = "critical"; 5400 }; 5401 }; 5402 }; 5403 5404 mdmss3-thermal { 5405 polling-delay-passive = <0>; 5406 polling-delay = <0>; 5407 5408 thermal-sensors = <&tsens1 10>; 5409 5410 trips { 5411 mdmss3_alert0: trip-point0 { 5412 temperature = <90000>; 5413 hysteresis = <2000>; 5414 type = "hot"; 5415 }; 5416 5417 mdmss3_crit: mdmss3-crit { 5418 temperature = <110000>; 5419 hysteresis = <0>; 5420 type = "critical"; 5421 }; 5422 }; 5423 }; 5424 5425 camera0-thermal { 5426 polling-delay-passive = <0>; 5427 polling-delay = <0>; 5428 5429 thermal-sensors = <&tsens1 11>; 5430 5431 trips { 5432 camera0_alert0: trip-point0 { 5433 temperature = <90000>; 5434 hysteresis = <2000>; 5435 type = "hot"; 5436 }; 5437 5438 camera0_crit: camera0-crit { 5439 temperature = <110000>; 5440 hysteresis = <0>; 5441 type = "critical"; 5442 }; 5443 }; 5444 }; 5445 }; 5446 5447 timer { 5448 compatible = "arm,armv8-timer"; 5449 interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>, 5450 <GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>, 5451 <GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>, 5452 <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>; 5453 }; 5454}; 5455