1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Device Tree Source for the R-Car M3-W+ (R8A77961) SoC 4 * 5 * Copyright (C) 2016-2017 Renesas Electronics Corp. 6 */ 7 8#include <dt-bindings/clock/r8a77961-cpg-mssr.h> 9#include <dt-bindings/interrupt-controller/arm-gic.h> 10#include <dt-bindings/power/r8a77961-sysc.h> 11 12/ { 13 compatible = "renesas,r8a77961"; 14 #address-cells = <2>; 15 #size-cells = <2>; 16 interrupt-parent = <&gic>; 17 18 /* 19 * The external audio clocks are configured as 0 Hz fixed frequency 20 * clocks by default. 21 * Boards that provide audio clocks should override them. 22 */ 23 audio_clk_a: audio_clk_a { 24 compatible = "fixed-clock"; 25 #clock-cells = <0>; 26 clock-frequency = <0>; 27 }; 28 29 audio_clk_b: audio_clk_b { 30 compatible = "fixed-clock"; 31 #clock-cells = <0>; 32 clock-frequency = <0>; 33 }; 34 35 audio_clk_c: audio_clk_c { 36 compatible = "fixed-clock"; 37 #clock-cells = <0>; 38 clock-frequency = <0>; 39 }; 40 41 /* External CAN clock - to be overridden by boards that provide it */ 42 can_clk: can { 43 compatible = "fixed-clock"; 44 #clock-cells = <0>; 45 clock-frequency = <0>; 46 }; 47 48 cluster0_opp: opp-table-0 { 49 compatible = "operating-points-v2"; 50 opp-shared; 51 52 opp-500000000 { 53 opp-hz = /bits/ 64 <500000000>; 54 opp-microvolt = <830000>; 55 clock-latency-ns = <300000>; 56 }; 57 opp-1000000000 { 58 opp-hz = /bits/ 64 <1000000000>; 59 opp-microvolt = <830000>; 60 clock-latency-ns = <300000>; 61 }; 62 opp-1500000000 { 63 opp-hz = /bits/ 64 <1500000000>; 64 opp-microvolt = <830000>; 65 clock-latency-ns = <300000>; 66 opp-suspend; 67 }; 68 opp-1600000000 { 69 opp-hz = /bits/ 64 <1600000000>; 70 opp-microvolt = <900000>; 71 clock-latency-ns = <300000>; 72 }; 73 opp-1700000000 { 74 opp-hz = /bits/ 64 <1700000000>; 75 opp-microvolt = <900000>; 76 clock-latency-ns = <300000>; 77 }; 78 opp-1800000000 { 79 opp-hz = /bits/ 64 <1800000000>; 80 opp-microvolt = <960000>; 81 clock-latency-ns = <300000>; 82 turbo-mode; 83 }; 84 }; 85 86 cluster1_opp: opp-table-1 { 87 compatible = "operating-points-v2"; 88 opp-shared; 89 90 opp-800000000 { 91 opp-hz = /bits/ 64 <800000000>; 92 opp-microvolt = <820000>; 93 clock-latency-ns = <300000>; 94 }; 95 opp-1000000000 { 96 opp-hz = /bits/ 64 <1000000000>; 97 opp-microvolt = <820000>; 98 clock-latency-ns = <300000>; 99 }; 100 opp-1200000000 { 101 opp-hz = /bits/ 64 <1200000000>; 102 opp-microvolt = <820000>; 103 clock-latency-ns = <300000>; 104 }; 105 opp-1300000000 { 106 opp-hz = /bits/ 64 <1300000000>; 107 opp-microvolt = <820000>; 108 clock-latency-ns = <300000>; 109 turbo-mode; 110 }; 111 }; 112 113 cpus { 114 #address-cells = <1>; 115 #size-cells = <0>; 116 117 cpu-map { 118 cluster0 { 119 core0 { 120 cpu = <&a57_0>; 121 }; 122 core1 { 123 cpu = <&a57_1>; 124 }; 125 }; 126 127 cluster1 { 128 core0 { 129 cpu = <&a53_0>; 130 }; 131 core1 { 132 cpu = <&a53_1>; 133 }; 134 core2 { 135 cpu = <&a53_2>; 136 }; 137 core3 { 138 cpu = <&a53_3>; 139 }; 140 }; 141 }; 142 143 a57_0: cpu@0 { 144 compatible = "arm,cortex-a57"; 145 reg = <0x0>; 146 device_type = "cpu"; 147 power-domains = <&sysc R8A77961_PD_CA57_CPU0>; 148 next-level-cache = <&L2_CA57>; 149 enable-method = "psci"; 150 cpu-idle-states = <&CPU_SLEEP_0>; 151 dynamic-power-coefficient = <854>; 152 clocks = <&cpg CPG_CORE R8A77961_CLK_Z>; 153 operating-points-v2 = <&cluster0_opp>; 154 capacity-dmips-mhz = <1024>; 155 #cooling-cells = <2>; 156 }; 157 158 a57_1: cpu@1 { 159 compatible = "arm,cortex-a57"; 160 reg = <0x1>; 161 device_type = "cpu"; 162 power-domains = <&sysc R8A77961_PD_CA57_CPU1>; 163 next-level-cache = <&L2_CA57>; 164 enable-method = "psci"; 165 cpu-idle-states = <&CPU_SLEEP_0>; 166 clocks = <&cpg CPG_CORE R8A77961_CLK_Z>; 167 operating-points-v2 = <&cluster0_opp>; 168 capacity-dmips-mhz = <1024>; 169 #cooling-cells = <2>; 170 }; 171 172 a53_0: cpu@100 { 173 compatible = "arm,cortex-a53"; 174 reg = <0x100>; 175 device_type = "cpu"; 176 power-domains = <&sysc R8A77961_PD_CA53_CPU0>; 177 next-level-cache = <&L2_CA53>; 178 enable-method = "psci"; 179 cpu-idle-states = <&CPU_SLEEP_1>; 180 #cooling-cells = <2>; 181 dynamic-power-coefficient = <277>; 182 clocks = <&cpg CPG_CORE R8A77961_CLK_Z2>; 183 operating-points-v2 = <&cluster1_opp>; 184 capacity-dmips-mhz = <535>; 185 }; 186 187 a53_1: cpu@101 { 188 compatible = "arm,cortex-a53"; 189 reg = <0x101>; 190 device_type = "cpu"; 191 power-domains = <&sysc R8A77961_PD_CA53_CPU1>; 192 next-level-cache = <&L2_CA53>; 193 enable-method = "psci"; 194 cpu-idle-states = <&CPU_SLEEP_1>; 195 clocks = <&cpg CPG_CORE R8A77961_CLK_Z2>; 196 operating-points-v2 = <&cluster1_opp>; 197 capacity-dmips-mhz = <535>; 198 }; 199 200 a53_2: cpu@102 { 201 compatible = "arm,cortex-a53"; 202 reg = <0x102>; 203 device_type = "cpu"; 204 power-domains = <&sysc R8A77961_PD_CA53_CPU2>; 205 next-level-cache = <&L2_CA53>; 206 enable-method = "psci"; 207 cpu-idle-states = <&CPU_SLEEP_1>; 208 clocks = <&cpg CPG_CORE R8A77961_CLK_Z2>; 209 operating-points-v2 = <&cluster1_opp>; 210 capacity-dmips-mhz = <535>; 211 }; 212 213 a53_3: cpu@103 { 214 compatible = "arm,cortex-a53"; 215 reg = <0x103>; 216 device_type = "cpu"; 217 power-domains = <&sysc R8A77961_PD_CA53_CPU3>; 218 next-level-cache = <&L2_CA53>; 219 enable-method = "psci"; 220 cpu-idle-states = <&CPU_SLEEP_1>; 221 clocks = <&cpg CPG_CORE R8A77961_CLK_Z2>; 222 operating-points-v2 = <&cluster1_opp>; 223 capacity-dmips-mhz = <535>; 224 }; 225 226 L2_CA57: cache-controller-0 { 227 compatible = "cache"; 228 power-domains = <&sysc R8A77961_PD_CA57_SCU>; 229 cache-unified; 230 cache-level = <2>; 231 }; 232 233 L2_CA53: cache-controller-1 { 234 compatible = "cache"; 235 power-domains = <&sysc R8A77961_PD_CA53_SCU>; 236 cache-unified; 237 cache-level = <2>; 238 }; 239 240 idle-states { 241 entry-method = "psci"; 242 243 CPU_SLEEP_0: cpu-sleep-0 { 244 compatible = "arm,idle-state"; 245 arm,psci-suspend-param = <0x0010000>; 246 local-timer-stop; 247 entry-latency-us = <400>; 248 exit-latency-us = <500>; 249 min-residency-us = <4000>; 250 }; 251 252 CPU_SLEEP_1: cpu-sleep-1 { 253 compatible = "arm,idle-state"; 254 arm,psci-suspend-param = <0x0010000>; 255 local-timer-stop; 256 entry-latency-us = <700>; 257 exit-latency-us = <700>; 258 min-residency-us = <5000>; 259 }; 260 }; 261 }; 262 263 extal_clk: extal { 264 compatible = "fixed-clock"; 265 #clock-cells = <0>; 266 /* This value must be overridden by the board */ 267 clock-frequency = <0>; 268 bootph-all; 269 }; 270 271 extalr_clk: extalr { 272 compatible = "fixed-clock"; 273 #clock-cells = <0>; 274 /* This value must be overridden by the board */ 275 clock-frequency = <0>; 276 bootph-all; 277 }; 278 279 /* External PCIe clock - can be overridden by the board */ 280 pcie_bus_clk: pcie_bus { 281 compatible = "fixed-clock"; 282 #clock-cells = <0>; 283 clock-frequency = <0>; 284 }; 285 286 pmu_a53 { 287 compatible = "arm,cortex-a53-pmu"; 288 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>, 289 <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>, 290 <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>, 291 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>; 292 interrupt-affinity = <&a53_0>, <&a53_1>, <&a53_2>, <&a53_3>; 293 }; 294 295 pmu_a57 { 296 compatible = "arm,cortex-a57-pmu"; 297 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>, 298 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>; 299 interrupt-affinity = <&a57_0>, <&a57_1>; 300 }; 301 302 psci { 303 compatible = "arm,psci-1.0", "arm,psci-0.2"; 304 method = "smc"; 305 }; 306 307 /* External SCIF clock - to be overridden by boards that provide it */ 308 scif_clk: scif { 309 compatible = "fixed-clock"; 310 #clock-cells = <0>; 311 clock-frequency = <0>; 312 }; 313 314 soc { 315 compatible = "simple-bus"; 316 bootph-all; 317 318 #address-cells = <2>; 319 #size-cells = <2>; 320 ranges; 321 322 rwdt: watchdog@e6020000 { 323 compatible = "renesas,r8a77961-wdt", 324 "renesas,rcar-gen3-wdt"; 325 reg = <0 0xe6020000 0 0x0c>; 326 interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>; 327 clocks = <&cpg CPG_MOD 402>; 328 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 329 resets = <&cpg 402>; 330 status = "disabled"; 331 }; 332 333 swdt: watchdog@e6030000 { 334 compatible = "renesas,r8a77961-wdt", "renesas,rcar-gen3-wdt"; 335 reg = <0 0xe6030000 0 0x0c>; 336 interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>; 337 clocks = <&cpg CPG_CORE R8A77961_CLK_OSC>; 338 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 339 resets = <&cpg 401>; 340 status = "disabled"; 341 }; 342 343 gpio0: gpio@e6050000 { 344 compatible = "renesas,gpio-r8a77961", 345 "renesas,rcar-gen3-gpio"; 346 reg = <0 0xe6050000 0 0x50>; 347 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; 348 #gpio-cells = <2>; 349 gpio-controller; 350 gpio-ranges = <&pfc 0 0 16>; 351 #interrupt-cells = <2>; 352 interrupt-controller; 353 clocks = <&cpg CPG_MOD 912>; 354 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 355 resets = <&cpg 912>; 356 }; 357 358 gpio1: gpio@e6051000 { 359 compatible = "renesas,gpio-r8a77961", 360 "renesas,rcar-gen3-gpio"; 361 reg = <0 0xe6051000 0 0x50>; 362 interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; 363 #gpio-cells = <2>; 364 gpio-controller; 365 gpio-ranges = <&pfc 0 32 29>; 366 #interrupt-cells = <2>; 367 interrupt-controller; 368 clocks = <&cpg CPG_MOD 911>; 369 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 370 resets = <&cpg 911>; 371 }; 372 373 gpio2: gpio@e6052000 { 374 compatible = "renesas,gpio-r8a77961", 375 "renesas,rcar-gen3-gpio"; 376 reg = <0 0xe6052000 0 0x50>; 377 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>; 378 #gpio-cells = <2>; 379 gpio-controller; 380 gpio-ranges = <&pfc 0 64 15>; 381 #interrupt-cells = <2>; 382 interrupt-controller; 383 clocks = <&cpg CPG_MOD 910>; 384 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 385 resets = <&cpg 910>; 386 }; 387 388 gpio3: gpio@e6053000 { 389 compatible = "renesas,gpio-r8a77961", 390 "renesas,rcar-gen3-gpio"; 391 reg = <0 0xe6053000 0 0x50>; 392 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; 393 #gpio-cells = <2>; 394 gpio-controller; 395 gpio-ranges = <&pfc 0 96 16>; 396 #interrupt-cells = <2>; 397 interrupt-controller; 398 clocks = <&cpg CPG_MOD 909>; 399 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 400 resets = <&cpg 909>; 401 }; 402 403 gpio4: gpio@e6054000 { 404 compatible = "renesas,gpio-r8a77961", 405 "renesas,rcar-gen3-gpio"; 406 reg = <0 0xe6054000 0 0x50>; 407 interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>; 408 #gpio-cells = <2>; 409 gpio-controller; 410 gpio-ranges = <&pfc 0 128 18>; 411 #interrupt-cells = <2>; 412 interrupt-controller; 413 clocks = <&cpg CPG_MOD 908>; 414 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 415 resets = <&cpg 908>; 416 }; 417 418 gpio5: gpio@e6055000 { 419 compatible = "renesas,gpio-r8a77961", 420 "renesas,rcar-gen3-gpio"; 421 reg = <0 0xe6055000 0 0x50>; 422 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>; 423 #gpio-cells = <2>; 424 gpio-controller; 425 gpio-ranges = <&pfc 0 160 26>; 426 #interrupt-cells = <2>; 427 interrupt-controller; 428 clocks = <&cpg CPG_MOD 907>; 429 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 430 resets = <&cpg 907>; 431 }; 432 433 gpio6: gpio@e6055400 { 434 compatible = "renesas,gpio-r8a77961", 435 "renesas,rcar-gen3-gpio"; 436 reg = <0 0xe6055400 0 0x50>; 437 interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; 438 #gpio-cells = <2>; 439 gpio-controller; 440 gpio-ranges = <&pfc 0 192 32>; 441 #interrupt-cells = <2>; 442 interrupt-controller; 443 clocks = <&cpg CPG_MOD 906>; 444 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 445 resets = <&cpg 906>; 446 }; 447 448 gpio7: gpio@e6055800 { 449 compatible = "renesas,gpio-r8a77961", 450 "renesas,rcar-gen3-gpio"; 451 reg = <0 0xe6055800 0 0x50>; 452 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; 453 #gpio-cells = <2>; 454 gpio-controller; 455 gpio-ranges = <&pfc 0 224 4>; 456 #interrupt-cells = <2>; 457 interrupt-controller; 458 clocks = <&cpg CPG_MOD 905>; 459 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 460 resets = <&cpg 905>; 461 }; 462 463 pfc: pinctrl@e6060000 { 464 compatible = "renesas,pfc-r8a77961"; 465 reg = <0 0xe6060000 0 0x50c>; 466 bootph-all; 467 }; 468 469 cmt0: timer@e60f0000 { 470 compatible = "renesas,r8a77961-cmt0", 471 "renesas,rcar-gen3-cmt0"; 472 reg = <0 0xe60f0000 0 0x1004>; 473 interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>, 474 <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>; 475 clocks = <&cpg CPG_MOD 303>; 476 clock-names = "fck"; 477 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 478 resets = <&cpg 303>; 479 status = "disabled"; 480 }; 481 482 cmt1: timer@e6130000 { 483 compatible = "renesas,r8a77961-cmt1", 484 "renesas,rcar-gen3-cmt1"; 485 reg = <0 0xe6130000 0 0x1004>; 486 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>, 487 <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, 488 <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>, 489 <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, 490 <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>, 491 <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>, 492 <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>, 493 <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>; 494 clocks = <&cpg CPG_MOD 302>; 495 clock-names = "fck"; 496 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 497 resets = <&cpg 302>; 498 status = "disabled"; 499 }; 500 501 cmt2: timer@e6140000 { 502 compatible = "renesas,r8a77961-cmt1", 503 "renesas,rcar-gen3-cmt1"; 504 reg = <0 0xe6140000 0 0x1004>; 505 interrupts = <GIC_SPI 398 IRQ_TYPE_LEVEL_HIGH>, 506 <GIC_SPI 399 IRQ_TYPE_LEVEL_HIGH>, 507 <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH>, 508 <GIC_SPI 401 IRQ_TYPE_LEVEL_HIGH>, 509 <GIC_SPI 402 IRQ_TYPE_LEVEL_HIGH>, 510 <GIC_SPI 403 IRQ_TYPE_LEVEL_HIGH>, 511 <GIC_SPI 404 IRQ_TYPE_LEVEL_HIGH>, 512 <GIC_SPI 405 IRQ_TYPE_LEVEL_HIGH>; 513 clocks = <&cpg CPG_MOD 301>; 514 clock-names = "fck"; 515 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 516 resets = <&cpg 301>; 517 status = "disabled"; 518 }; 519 520 cmt3: timer@e6148000 { 521 compatible = "renesas,r8a77961-cmt1", 522 "renesas,rcar-gen3-cmt1"; 523 reg = <0 0xe6148000 0 0x1004>; 524 interrupts = <GIC_SPI 470 IRQ_TYPE_LEVEL_HIGH>, 525 <GIC_SPI 471 IRQ_TYPE_LEVEL_HIGH>, 526 <GIC_SPI 472 IRQ_TYPE_LEVEL_HIGH>, 527 <GIC_SPI 473 IRQ_TYPE_LEVEL_HIGH>, 528 <GIC_SPI 474 IRQ_TYPE_LEVEL_HIGH>, 529 <GIC_SPI 475 IRQ_TYPE_LEVEL_HIGH>, 530 <GIC_SPI 476 IRQ_TYPE_LEVEL_HIGH>, 531 <GIC_SPI 477 IRQ_TYPE_LEVEL_HIGH>; 532 clocks = <&cpg CPG_MOD 300>; 533 clock-names = "fck"; 534 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 535 resets = <&cpg 300>; 536 status = "disabled"; 537 }; 538 539 cpg: clock-controller@e6150000 { 540 compatible = "renesas,r8a77961-cpg-mssr"; 541 reg = <0 0xe6150000 0 0x1000>; 542 clocks = <&extal_clk>, <&extalr_clk>; 543 clock-names = "extal", "extalr"; 544 #clock-cells = <2>; 545 #power-domain-cells = <0>; 546 #reset-cells = <1>; 547 bootph-all; 548 }; 549 550 rst: reset-controller@e6160000 { 551 compatible = "renesas,r8a77961-rst"; 552 reg = <0 0xe6160000 0 0x0200>; 553 bootph-all; 554 }; 555 556 sysc: system-controller@e6180000 { 557 compatible = "renesas,r8a77961-sysc"; 558 reg = <0 0xe6180000 0 0x0400>; 559 #power-domain-cells = <1>; 560 }; 561 562 tsc: thermal@e6198000 { 563 compatible = "renesas,r8a77961-thermal"; 564 reg = <0 0xe6198000 0 0x100>, 565 <0 0xe61a0000 0 0x100>, 566 <0 0xe61a8000 0 0x100>; 567 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>, 568 <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>, 569 <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>; 570 clocks = <&cpg CPG_MOD 522>; 571 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 572 resets = <&cpg 522>; 573 #thermal-sensor-cells = <1>; 574 }; 575 576 intc_ex: interrupt-controller@e61c0000 { 577 compatible = "renesas,intc-ex-r8a77961", "renesas,irqc"; 578 #interrupt-cells = <2>; 579 interrupt-controller; 580 reg = <0 0xe61c0000 0 0x200>; 581 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, 582 <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>, 583 <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>, 584 <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>, 585 <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>, 586 <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>; 587 clocks = <&cpg CPG_MOD 407>; 588 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 589 resets = <&cpg 407>; 590 }; 591 592 tmu0: timer@e61e0000 { 593 compatible = "renesas,tmu-r8a77961", "renesas,tmu"; 594 reg = <0 0xe61e0000 0 0x30>; 595 interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>, 596 <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>, 597 <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>; 598 interrupt-names = "tuni0", "tuni1", "tuni2"; 599 clocks = <&cpg CPG_MOD 125>; 600 clock-names = "fck"; 601 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 602 resets = <&cpg 125>; 603 status = "disabled"; 604 }; 605 606 tmu1: timer@e6fc0000 { 607 compatible = "renesas,tmu-r8a77961", "renesas,tmu"; 608 reg = <0 0xe6fc0000 0 0x30>; 609 interrupts = <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>, 610 <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>, 611 <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>, 612 <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>; 613 interrupt-names = "tuni0", "tuni1", "tuni2", "ticpi2"; 614 clocks = <&cpg CPG_MOD 124>; 615 clock-names = "fck"; 616 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 617 resets = <&cpg 124>; 618 status = "disabled"; 619 }; 620 621 tmu2: timer@e6fd0000 { 622 compatible = "renesas,tmu-r8a77961", "renesas,tmu"; 623 reg = <0 0xe6fd0000 0 0x30>; 624 interrupts = <GIC_SPI 303 IRQ_TYPE_LEVEL_HIGH>, 625 <GIC_SPI 304 IRQ_TYPE_LEVEL_HIGH>, 626 <GIC_SPI 305 IRQ_TYPE_LEVEL_HIGH>, 627 <GIC_SPI 306 IRQ_TYPE_LEVEL_HIGH>; 628 interrupt-names = "tuni0", "tuni1", "tuni2", "ticpi2"; 629 clocks = <&cpg CPG_MOD 123>; 630 clock-names = "fck"; 631 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 632 resets = <&cpg 123>; 633 status = "disabled"; 634 }; 635 636 tmu3: timer@e6fe0000 { 637 compatible = "renesas,tmu-r8a77961", "renesas,tmu"; 638 reg = <0 0xe6fe0000 0 0x30>; 639 interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>, 640 <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>, 641 <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>; 642 interrupt-names = "tuni0", "tuni1", "tuni2"; 643 clocks = <&cpg CPG_MOD 122>; 644 clock-names = "fck"; 645 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 646 resets = <&cpg 122>; 647 status = "disabled"; 648 }; 649 650 tmu4: timer@ffc00000 { 651 compatible = "renesas,tmu-r8a77961", "renesas,tmu"; 652 reg = <0 0xffc00000 0 0x30>; 653 interrupts = <GIC_SPI 406 IRQ_TYPE_LEVEL_HIGH>, 654 <GIC_SPI 407 IRQ_TYPE_LEVEL_HIGH>, 655 <GIC_SPI 408 IRQ_TYPE_LEVEL_HIGH>; 656 interrupt-names = "tuni0", "tuni1", "tuni2"; 657 clocks = <&cpg CPG_MOD 121>; 658 clock-names = "fck"; 659 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 660 resets = <&cpg 121>; 661 status = "disabled"; 662 }; 663 664 i2c0: i2c@e6500000 { 665 #address-cells = <1>; 666 #size-cells = <0>; 667 compatible = "renesas,i2c-r8a77961", 668 "renesas,rcar-gen3-i2c"; 669 reg = <0 0xe6500000 0 0x40>; 670 interrupts = <GIC_SPI 287 IRQ_TYPE_LEVEL_HIGH>; 671 clocks = <&cpg CPG_MOD 931>; 672 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 673 resets = <&cpg 931>; 674 dmas = <&dmac1 0x91>, <&dmac1 0x90>, 675 <&dmac2 0x91>, <&dmac2 0x90>; 676 dma-names = "tx", "rx", "tx", "rx"; 677 i2c-scl-internal-delay-ns = <110>; 678 status = "disabled"; 679 }; 680 681 i2c1: i2c@e6508000 { 682 #address-cells = <1>; 683 #size-cells = <0>; 684 compatible = "renesas,i2c-r8a77961", 685 "renesas,rcar-gen3-i2c"; 686 reg = <0 0xe6508000 0 0x40>; 687 interrupts = <GIC_SPI 288 IRQ_TYPE_LEVEL_HIGH>; 688 clocks = <&cpg CPG_MOD 930>; 689 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 690 resets = <&cpg 930>; 691 dmas = <&dmac1 0x93>, <&dmac1 0x92>, 692 <&dmac2 0x93>, <&dmac2 0x92>; 693 dma-names = "tx", "rx", "tx", "rx"; 694 i2c-scl-internal-delay-ns = <6>; 695 status = "disabled"; 696 }; 697 698 i2c2: i2c@e6510000 { 699 #address-cells = <1>; 700 #size-cells = <0>; 701 compatible = "renesas,i2c-r8a77961", 702 "renesas,rcar-gen3-i2c"; 703 reg = <0 0xe6510000 0 0x40>; 704 interrupts = <GIC_SPI 286 IRQ_TYPE_LEVEL_HIGH>; 705 clocks = <&cpg CPG_MOD 929>; 706 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 707 resets = <&cpg 929>; 708 dmas = <&dmac1 0x95>, <&dmac1 0x94>, 709 <&dmac2 0x95>, <&dmac2 0x94>; 710 dma-names = "tx", "rx", "tx", "rx"; 711 i2c-scl-internal-delay-ns = <6>; 712 status = "disabled"; 713 }; 714 715 i2c3: i2c@e66d0000 { 716 #address-cells = <1>; 717 #size-cells = <0>; 718 compatible = "renesas,i2c-r8a77961", 719 "renesas,rcar-gen3-i2c"; 720 reg = <0 0xe66d0000 0 0x40>; 721 interrupts = <GIC_SPI 290 IRQ_TYPE_LEVEL_HIGH>; 722 clocks = <&cpg CPG_MOD 928>; 723 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 724 resets = <&cpg 928>; 725 dmas = <&dmac0 0x97>, <&dmac0 0x96>; 726 dma-names = "tx", "rx"; 727 i2c-scl-internal-delay-ns = <110>; 728 status = "disabled"; 729 }; 730 731 i2c4: i2c@e66d8000 { 732 #address-cells = <1>; 733 #size-cells = <0>; 734 compatible = "renesas,i2c-r8a77961", 735 "renesas,rcar-gen3-i2c"; 736 reg = <0 0xe66d8000 0 0x40>; 737 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>; 738 clocks = <&cpg CPG_MOD 927>; 739 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 740 resets = <&cpg 927>; 741 dmas = <&dmac0 0x99>, <&dmac0 0x98>; 742 dma-names = "tx", "rx"; 743 i2c-scl-internal-delay-ns = <110>; 744 status = "disabled"; 745 }; 746 747 i2c5: i2c@e66e0000 { 748 #address-cells = <1>; 749 #size-cells = <0>; 750 compatible = "renesas,i2c-r8a77961", 751 "renesas,rcar-gen3-i2c"; 752 reg = <0 0xe66e0000 0 0x40>; 753 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; 754 clocks = <&cpg CPG_MOD 919>; 755 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 756 resets = <&cpg 919>; 757 dmas = <&dmac0 0x9b>, <&dmac0 0x9a>; 758 dma-names = "tx", "rx"; 759 i2c-scl-internal-delay-ns = <110>; 760 status = "disabled"; 761 }; 762 763 i2c6: i2c@e66e8000 { 764 #address-cells = <1>; 765 #size-cells = <0>; 766 compatible = "renesas,i2c-r8a77961", 767 "renesas,rcar-gen3-i2c"; 768 reg = <0 0xe66e8000 0 0x40>; 769 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>; 770 clocks = <&cpg CPG_MOD 918>; 771 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 772 resets = <&cpg 918>; 773 dmas = <&dmac0 0x9d>, <&dmac0 0x9c>; 774 dma-names = "tx", "rx"; 775 i2c-scl-internal-delay-ns = <6>; 776 status = "disabled"; 777 }; 778 779 i2c_dvfs: i2c@e60b0000 { 780 #address-cells = <1>; 781 #size-cells = <0>; 782 compatible = "renesas,iic-r8a77961", 783 "renesas,rcar-gen3-iic", 784 "renesas,rmobile-iic"; 785 reg = <0 0xe60b0000 0 0x425>; 786 interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>; 787 clocks = <&cpg CPG_MOD 926>; 788 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 789 resets = <&cpg 926>; 790 dmas = <&dmac0 0x11>, <&dmac0 0x10>; 791 dma-names = "tx", "rx"; 792 status = "disabled"; 793 }; 794 795 hscif0: serial@e6540000 { 796 compatible = "renesas,hscif-r8a77961", 797 "renesas,rcar-gen3-hscif", 798 "renesas,hscif"; 799 reg = <0 0xe6540000 0 0x60>; 800 interrupts = <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>; 801 clocks = <&cpg CPG_MOD 520>, 802 <&cpg CPG_CORE R8A77961_CLK_S3D1>, 803 <&scif_clk>; 804 clock-names = "fck", "brg_int", "scif_clk"; 805 dmas = <&dmac1 0x31>, <&dmac1 0x30>, 806 <&dmac2 0x31>, <&dmac2 0x30>; 807 dma-names = "tx", "rx", "tx", "rx"; 808 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 809 resets = <&cpg 520>; 810 status = "disabled"; 811 }; 812 813 hscif1: serial@e6550000 { 814 compatible = "renesas,hscif-r8a77961", 815 "renesas,rcar-gen3-hscif", 816 "renesas,hscif"; 817 reg = <0 0xe6550000 0 0x60>; 818 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>; 819 clocks = <&cpg CPG_MOD 519>, 820 <&cpg CPG_CORE R8A77961_CLK_S3D1>, 821 <&scif_clk>; 822 clock-names = "fck", "brg_int", "scif_clk"; 823 dmas = <&dmac1 0x33>, <&dmac1 0x32>, 824 <&dmac2 0x33>, <&dmac2 0x32>; 825 dma-names = "tx", "rx", "tx", "rx"; 826 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 827 resets = <&cpg 519>; 828 status = "disabled"; 829 }; 830 831 hscif2: serial@e6560000 { 832 compatible = "renesas,hscif-r8a77961", 833 "renesas,rcar-gen3-hscif", 834 "renesas,hscif"; 835 reg = <0 0xe6560000 0 0x60>; 836 interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>; 837 clocks = <&cpg CPG_MOD 518>, 838 <&cpg CPG_CORE R8A77961_CLK_S3D1>, 839 <&scif_clk>; 840 clock-names = "fck", "brg_int", "scif_clk"; 841 dmas = <&dmac1 0x35>, <&dmac1 0x34>, 842 <&dmac2 0x35>, <&dmac2 0x34>; 843 dma-names = "tx", "rx", "tx", "rx"; 844 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 845 resets = <&cpg 518>; 846 status = "disabled"; 847 }; 848 849 hscif3: serial@e66a0000 { 850 compatible = "renesas,hscif-r8a77961", 851 "renesas,rcar-gen3-hscif", 852 "renesas,hscif"; 853 reg = <0 0xe66a0000 0 0x60>; 854 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>; 855 clocks = <&cpg CPG_MOD 517>, 856 <&cpg CPG_CORE R8A77961_CLK_S3D1>, 857 <&scif_clk>; 858 clock-names = "fck", "brg_int", "scif_clk"; 859 dmas = <&dmac0 0x37>, <&dmac0 0x36>; 860 dma-names = "tx", "rx"; 861 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 862 resets = <&cpg 517>; 863 status = "disabled"; 864 }; 865 866 hscif4: serial@e66b0000 { 867 compatible = "renesas,hscif-r8a77961", 868 "renesas,rcar-gen3-hscif", 869 "renesas,hscif"; 870 reg = <0 0xe66b0000 0 0x60>; 871 interrupts = <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>; 872 clocks = <&cpg CPG_MOD 516>, 873 <&cpg CPG_CORE R8A77961_CLK_S3D1>, 874 <&scif_clk>; 875 clock-names = "fck", "brg_int", "scif_clk"; 876 dmas = <&dmac0 0x39>, <&dmac0 0x38>; 877 dma-names = "tx", "rx"; 878 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 879 resets = <&cpg 516>; 880 status = "disabled"; 881 }; 882 883 hsusb: usb@e6590000 { 884 compatible = "renesas,usbhs-r8a77961", 885 "renesas,rcar-gen3-usbhs"; 886 reg = <0 0xe6590000 0 0x200>; 887 interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>; 888 clocks = <&cpg CPG_MOD 704>, <&cpg CPG_MOD 703>; 889 dmas = <&usb_dmac0 0>, <&usb_dmac0 1>, 890 <&usb_dmac1 0>, <&usb_dmac1 1>; 891 dma-names = "ch0", "ch1", "ch2", "ch3"; 892 renesas,buswait = <11>; 893 phys = <&usb2_phy0 3>; 894 phy-names = "usb"; 895 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 896 resets = <&cpg 704>, <&cpg 703>; 897 status = "disabled"; 898 }; 899 900 usb_dmac0: dma-controller@e65a0000 { 901 compatible = "renesas,r8a77961-usb-dmac", 902 "renesas,usb-dmac"; 903 reg = <0 0xe65a0000 0 0x100>; 904 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>, 905 <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>; 906 interrupt-names = "ch0", "ch1"; 907 clocks = <&cpg CPG_MOD 330>; 908 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 909 resets = <&cpg 330>; 910 #dma-cells = <1>; 911 dma-channels = <2>; 912 }; 913 914 usb_dmac1: dma-controller@e65b0000 { 915 compatible = "renesas,r8a77961-usb-dmac", 916 "renesas,usb-dmac"; 917 reg = <0 0xe65b0000 0 0x100>; 918 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>, 919 <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>; 920 interrupt-names = "ch0", "ch1"; 921 clocks = <&cpg CPG_MOD 331>; 922 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 923 resets = <&cpg 331>; 924 #dma-cells = <1>; 925 dma-channels = <2>; 926 }; 927 928 usb3_phy0: usb-phy@e65ee000 { 929 compatible = "renesas,r8a77961-usb3-phy", 930 "renesas,rcar-gen3-usb3-phy"; 931 reg = <0 0xe65ee000 0 0x90>; 932 clocks = <&cpg CPG_MOD 328>, <&usb3s0_clk>, 933 <&usb_extal_clk>; 934 clock-names = "usb3-if", "usb3s_clk", "usb_extal"; 935 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 936 resets = <&cpg 328>; 937 #phy-cells = <0>; 938 status = "disabled"; 939 }; 940 941 arm_cc630p: crypto@e6601000 { 942 compatible = "arm,cryptocell-630p-ree"; 943 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>; 944 reg = <0x0 0xe6601000 0 0x1000>; 945 clocks = <&cpg CPG_MOD 229>; 946 resets = <&cpg 229>; 947 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 948 }; 949 950 dmac0: dma-controller@e6700000 { 951 compatible = "renesas,dmac-r8a77961", 952 "renesas,rcar-dmac"; 953 reg = <0 0xe6700000 0 0x10000>; 954 interrupts = <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>, 955 <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>, 956 <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>, 957 <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>, 958 <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>, 959 <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>, 960 <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>, 961 <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>, 962 <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>, 963 <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>, 964 <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>, 965 <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>, 966 <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>, 967 <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>, 968 <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>, 969 <GIC_SPI 214 IRQ_TYPE_LEVEL_HIGH>, 970 <GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>; 971 interrupt-names = "error", 972 "ch0", "ch1", "ch2", "ch3", 973 "ch4", "ch5", "ch6", "ch7", 974 "ch8", "ch9", "ch10", "ch11", 975 "ch12", "ch13", "ch14", "ch15"; 976 clocks = <&cpg CPG_MOD 219>; 977 clock-names = "fck"; 978 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 979 resets = <&cpg 219>; 980 #dma-cells = <1>; 981 dma-channels = <16>; 982 iommus = <&ipmmu_ds0 0>, <&ipmmu_ds0 1>, 983 <&ipmmu_ds0 2>, <&ipmmu_ds0 3>, 984 <&ipmmu_ds0 4>, <&ipmmu_ds0 5>, 985 <&ipmmu_ds0 6>, <&ipmmu_ds0 7>, 986 <&ipmmu_ds0 8>, <&ipmmu_ds0 9>, 987 <&ipmmu_ds0 10>, <&ipmmu_ds0 11>, 988 <&ipmmu_ds0 12>, <&ipmmu_ds0 13>, 989 <&ipmmu_ds0 14>, <&ipmmu_ds0 15>; 990 }; 991 992 dmac1: dma-controller@e7300000 { 993 compatible = "renesas,dmac-r8a77961", 994 "renesas,rcar-dmac"; 995 reg = <0 0xe7300000 0 0x10000>; 996 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>, 997 <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>, 998 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>, 999 <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>, 1000 <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>, 1001 <GIC_SPI 308 IRQ_TYPE_LEVEL_HIGH>, 1002 <GIC_SPI 309 IRQ_TYPE_LEVEL_HIGH>, 1003 <GIC_SPI 310 IRQ_TYPE_LEVEL_HIGH>, 1004 <GIC_SPI 311 IRQ_TYPE_LEVEL_HIGH>, 1005 <GIC_SPI 312 IRQ_TYPE_LEVEL_HIGH>, 1006 <GIC_SPI 313 IRQ_TYPE_LEVEL_HIGH>, 1007 <GIC_SPI 314 IRQ_TYPE_LEVEL_HIGH>, 1008 <GIC_SPI 315 IRQ_TYPE_LEVEL_HIGH>, 1009 <GIC_SPI 316 IRQ_TYPE_LEVEL_HIGH>, 1010 <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>, 1011 <GIC_SPI 318 IRQ_TYPE_LEVEL_HIGH>, 1012 <GIC_SPI 319 IRQ_TYPE_LEVEL_HIGH>; 1013 interrupt-names = "error", 1014 "ch0", "ch1", "ch2", "ch3", 1015 "ch4", "ch5", "ch6", "ch7", 1016 "ch8", "ch9", "ch10", "ch11", 1017 "ch12", "ch13", "ch14", "ch15"; 1018 clocks = <&cpg CPG_MOD 218>; 1019 clock-names = "fck"; 1020 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1021 resets = <&cpg 218>; 1022 #dma-cells = <1>; 1023 dma-channels = <16>; 1024 iommus = <&ipmmu_ds1 0>, <&ipmmu_ds1 1>, 1025 <&ipmmu_ds1 2>, <&ipmmu_ds1 3>, 1026 <&ipmmu_ds1 4>, <&ipmmu_ds1 5>, 1027 <&ipmmu_ds1 6>, <&ipmmu_ds1 7>, 1028 <&ipmmu_ds1 8>, <&ipmmu_ds1 9>, 1029 <&ipmmu_ds1 10>, <&ipmmu_ds1 11>, 1030 <&ipmmu_ds1 12>, <&ipmmu_ds1 13>, 1031 <&ipmmu_ds1 14>, <&ipmmu_ds1 15>; 1032 }; 1033 1034 dmac2: dma-controller@e7310000 { 1035 compatible = "renesas,dmac-r8a77961", 1036 "renesas,rcar-dmac"; 1037 reg = <0 0xe7310000 0 0x10000>; 1038 interrupts = <GIC_SPI 416 IRQ_TYPE_LEVEL_HIGH>, 1039 <GIC_SPI 417 IRQ_TYPE_LEVEL_HIGH>, 1040 <GIC_SPI 418 IRQ_TYPE_LEVEL_HIGH>, 1041 <GIC_SPI 419 IRQ_TYPE_LEVEL_HIGH>, 1042 <GIC_SPI 420 IRQ_TYPE_LEVEL_HIGH>, 1043 <GIC_SPI 421 IRQ_TYPE_LEVEL_HIGH>, 1044 <GIC_SPI 422 IRQ_TYPE_LEVEL_HIGH>, 1045 <GIC_SPI 423 IRQ_TYPE_LEVEL_HIGH>, 1046 <GIC_SPI 424 IRQ_TYPE_LEVEL_HIGH>, 1047 <GIC_SPI 425 IRQ_TYPE_LEVEL_HIGH>, 1048 <GIC_SPI 426 IRQ_TYPE_LEVEL_HIGH>, 1049 <GIC_SPI 427 IRQ_TYPE_LEVEL_HIGH>, 1050 <GIC_SPI 428 IRQ_TYPE_LEVEL_HIGH>, 1051 <GIC_SPI 429 IRQ_TYPE_LEVEL_HIGH>, 1052 <GIC_SPI 430 IRQ_TYPE_LEVEL_HIGH>, 1053 <GIC_SPI 431 IRQ_TYPE_LEVEL_HIGH>, 1054 <GIC_SPI 397 IRQ_TYPE_LEVEL_HIGH>; 1055 interrupt-names = "error", 1056 "ch0", "ch1", "ch2", "ch3", 1057 "ch4", "ch5", "ch6", "ch7", 1058 "ch8", "ch9", "ch10", "ch11", 1059 "ch12", "ch13", "ch14", "ch15"; 1060 clocks = <&cpg CPG_MOD 217>; 1061 clock-names = "fck"; 1062 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1063 resets = <&cpg 217>; 1064 #dma-cells = <1>; 1065 dma-channels = <16>; 1066 iommus = <&ipmmu_ds1 16>, <&ipmmu_ds1 17>, 1067 <&ipmmu_ds1 18>, <&ipmmu_ds1 19>, 1068 <&ipmmu_ds1 20>, <&ipmmu_ds1 21>, 1069 <&ipmmu_ds1 22>, <&ipmmu_ds1 23>, 1070 <&ipmmu_ds1 24>, <&ipmmu_ds1 25>, 1071 <&ipmmu_ds1 26>, <&ipmmu_ds1 27>, 1072 <&ipmmu_ds1 28>, <&ipmmu_ds1 29>, 1073 <&ipmmu_ds1 30>, <&ipmmu_ds1 31>; 1074 }; 1075 1076 ipmmu_ds0: iommu@e6740000 { 1077 compatible = "renesas,ipmmu-r8a77961"; 1078 reg = <0 0xe6740000 0 0x1000>; 1079 renesas,ipmmu-main = <&ipmmu_mm 0>; 1080 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1081 #iommu-cells = <1>; 1082 }; 1083 1084 ipmmu_ds1: iommu@e7740000 { 1085 compatible = "renesas,ipmmu-r8a77961"; 1086 reg = <0 0xe7740000 0 0x1000>; 1087 renesas,ipmmu-main = <&ipmmu_mm 1>; 1088 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1089 #iommu-cells = <1>; 1090 }; 1091 1092 ipmmu_hc: iommu@e6570000 { 1093 compatible = "renesas,ipmmu-r8a77961"; 1094 reg = <0 0xe6570000 0 0x1000>; 1095 renesas,ipmmu-main = <&ipmmu_mm 2>; 1096 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1097 #iommu-cells = <1>; 1098 }; 1099 1100 ipmmu_ir: iommu@ff8b0000 { 1101 compatible = "renesas,ipmmu-r8a77961"; 1102 reg = <0 0xff8b0000 0 0x1000>; 1103 renesas,ipmmu-main = <&ipmmu_mm 3>; 1104 power-domains = <&sysc R8A77961_PD_A3IR>; 1105 #iommu-cells = <1>; 1106 }; 1107 1108 ipmmu_mm: iommu@e67b0000 { 1109 compatible = "renesas,ipmmu-r8a77961"; 1110 reg = <0 0xe67b0000 0 0x1000>; 1111 interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>, 1112 <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>; 1113 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1114 #iommu-cells = <1>; 1115 }; 1116 1117 ipmmu_mp: iommu@ec670000 { 1118 compatible = "renesas,ipmmu-r8a77961"; 1119 reg = <0 0xec670000 0 0x1000>; 1120 renesas,ipmmu-main = <&ipmmu_mm 4>; 1121 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1122 #iommu-cells = <1>; 1123 }; 1124 1125 ipmmu_pv0: iommu@fd800000 { 1126 compatible = "renesas,ipmmu-r8a77961"; 1127 reg = <0 0xfd800000 0 0x1000>; 1128 renesas,ipmmu-main = <&ipmmu_mm 5>; 1129 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1130 #iommu-cells = <1>; 1131 }; 1132 1133 ipmmu_pv1: iommu@fd950000 { 1134 compatible = "renesas,ipmmu-r8a77961"; 1135 reg = <0 0xfd950000 0 0x1000>; 1136 renesas,ipmmu-main = <&ipmmu_mm 6>; 1137 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1138 #iommu-cells = <1>; 1139 }; 1140 1141 ipmmu_rt: iommu@ffc80000 { 1142 compatible = "renesas,ipmmu-r8a77961"; 1143 reg = <0 0xffc80000 0 0x1000>; 1144 renesas,ipmmu-main = <&ipmmu_mm 7>; 1145 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1146 #iommu-cells = <1>; 1147 }; 1148 1149 ipmmu_vc0: iommu@fe6b0000 { 1150 compatible = "renesas,ipmmu-r8a77961"; 1151 reg = <0 0xfe6b0000 0 0x1000>; 1152 renesas,ipmmu-main = <&ipmmu_mm 8>; 1153 power-domains = <&sysc R8A77961_PD_A3VC>; 1154 #iommu-cells = <1>; 1155 }; 1156 1157 ipmmu_vi0: iommu@febd0000 { 1158 compatible = "renesas,ipmmu-r8a77961"; 1159 reg = <0 0xfebd0000 0 0x1000>; 1160 renesas,ipmmu-main = <&ipmmu_mm 9>; 1161 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1162 #iommu-cells = <1>; 1163 }; 1164 1165 avb: ethernet@e6800000 { 1166 compatible = "renesas,etheravb-r8a77961", 1167 "renesas,etheravb-rcar-gen3"; 1168 reg = <0 0xe6800000 0 0x800>, <0 0xe6a00000 0 0x10000>; 1169 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>, 1170 <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>, 1171 <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>, 1172 <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>, 1173 <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>, 1174 <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>, 1175 <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>, 1176 <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>, 1177 <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>, 1178 <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>, 1179 <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>, 1180 <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>, 1181 <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>, 1182 <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>, 1183 <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>, 1184 <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>, 1185 <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>, 1186 <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>, 1187 <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>, 1188 <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>, 1189 <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>, 1190 <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>, 1191 <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>, 1192 <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>, 1193 <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>; 1194 interrupt-names = "ch0", "ch1", "ch2", "ch3", 1195 "ch4", "ch5", "ch6", "ch7", 1196 "ch8", "ch9", "ch10", "ch11", 1197 "ch12", "ch13", "ch14", "ch15", 1198 "ch16", "ch17", "ch18", "ch19", 1199 "ch20", "ch21", "ch22", "ch23", 1200 "ch24"; 1201 clocks = <&cpg CPG_MOD 812>; 1202 clock-names = "fck"; 1203 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1204 resets = <&cpg 812>; 1205 phy-mode = "rgmii"; 1206 rx-internal-delay-ps = <0>; 1207 tx-internal-delay-ps = <0>; 1208 iommus = <&ipmmu_ds0 16>; 1209 #address-cells = <1>; 1210 #size-cells = <0>; 1211 status = "disabled"; 1212 }; 1213 1214 can0: can@e6c30000 { 1215 compatible = "renesas,can-r8a77961", 1216 "renesas,rcar-gen3-can"; 1217 reg = <0 0xe6c30000 0 0x1000>; 1218 interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>; 1219 clocks = <&cpg CPG_MOD 916>, 1220 <&cpg CPG_CORE R8A77961_CLK_CANFD>, 1221 <&can_clk>; 1222 clock-names = "clkp1", "clkp2", "can_clk"; 1223 assigned-clocks = <&cpg CPG_CORE R8A77961_CLK_CANFD>; 1224 assigned-clock-rates = <40000000>; 1225 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1226 resets = <&cpg 916>; 1227 status = "disabled"; 1228 }; 1229 1230 can1: can@e6c38000 { 1231 compatible = "renesas,can-r8a77961", 1232 "renesas,rcar-gen3-can"; 1233 reg = <0 0xe6c38000 0 0x1000>; 1234 interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>; 1235 clocks = <&cpg CPG_MOD 915>, 1236 <&cpg CPG_CORE R8A77961_CLK_CANFD>, 1237 <&can_clk>; 1238 clock-names = "clkp1", "clkp2", "can_clk"; 1239 assigned-clocks = <&cpg CPG_CORE R8A77961_CLK_CANFD>; 1240 assigned-clock-rates = <40000000>; 1241 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1242 resets = <&cpg 915>; 1243 status = "disabled"; 1244 }; 1245 1246 canfd: can@e66c0000 { 1247 compatible = "renesas,r8a77961-canfd", 1248 "renesas,rcar-gen3-canfd"; 1249 reg = <0 0xe66c0000 0 0x8000>; 1250 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>, 1251 <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>; 1252 interrupt-names = "ch_int", "g_int"; 1253 clocks = <&cpg CPG_MOD 914>, 1254 <&cpg CPG_CORE R8A77961_CLK_CANFD>, 1255 <&can_clk>; 1256 clock-names = "fck", "canfd", "can_clk"; 1257 assigned-clocks = <&cpg CPG_CORE R8A77961_CLK_CANFD>; 1258 assigned-clock-rates = <80000000>; 1259 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1260 resets = <&cpg 914>; 1261 status = "disabled"; 1262 1263 channel0 { 1264 status = "disabled"; 1265 }; 1266 1267 channel1 { 1268 status = "disabled"; 1269 }; 1270 }; 1271 1272 pwm0: pwm@e6e30000 { 1273 compatible = "renesas,pwm-r8a77961", "renesas,pwm-rcar"; 1274 reg = <0 0xe6e30000 0 8>; 1275 #pwm-cells = <2>; 1276 clocks = <&cpg CPG_MOD 523>; 1277 resets = <&cpg 523>; 1278 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1279 status = "disabled"; 1280 }; 1281 1282 pwm1: pwm@e6e31000 { 1283 compatible = "renesas,pwm-r8a77961", "renesas,pwm-rcar"; 1284 reg = <0 0xe6e31000 0 8>; 1285 #pwm-cells = <2>; 1286 clocks = <&cpg CPG_MOD 523>; 1287 resets = <&cpg 523>; 1288 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1289 status = "disabled"; 1290 }; 1291 1292 pwm2: pwm@e6e32000 { 1293 compatible = "renesas,pwm-r8a77961", "renesas,pwm-rcar"; 1294 reg = <0 0xe6e32000 0 8>; 1295 #pwm-cells = <2>; 1296 clocks = <&cpg CPG_MOD 523>; 1297 resets = <&cpg 523>; 1298 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1299 status = "disabled"; 1300 }; 1301 1302 pwm3: pwm@e6e33000 { 1303 compatible = "renesas,pwm-r8a77961", "renesas,pwm-rcar"; 1304 reg = <0 0xe6e33000 0 8>; 1305 #pwm-cells = <2>; 1306 clocks = <&cpg CPG_MOD 523>; 1307 resets = <&cpg 523>; 1308 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1309 status = "disabled"; 1310 }; 1311 1312 pwm4: pwm@e6e34000 { 1313 compatible = "renesas,pwm-r8a77961", "renesas,pwm-rcar"; 1314 reg = <0 0xe6e34000 0 8>; 1315 #pwm-cells = <2>; 1316 clocks = <&cpg CPG_MOD 523>; 1317 resets = <&cpg 523>; 1318 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1319 status = "disabled"; 1320 }; 1321 1322 pwm5: pwm@e6e35000 { 1323 compatible = "renesas,pwm-r8a77961", "renesas,pwm-rcar"; 1324 reg = <0 0xe6e35000 0 8>; 1325 #pwm-cells = <2>; 1326 clocks = <&cpg CPG_MOD 523>; 1327 resets = <&cpg 523>; 1328 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1329 status = "disabled"; 1330 }; 1331 1332 pwm6: pwm@e6e36000 { 1333 compatible = "renesas,pwm-r8a77961", "renesas,pwm-rcar"; 1334 reg = <0 0xe6e36000 0 8>; 1335 #pwm-cells = <2>; 1336 clocks = <&cpg CPG_MOD 523>; 1337 resets = <&cpg 523>; 1338 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1339 status = "disabled"; 1340 }; 1341 1342 scif0: serial@e6e60000 { 1343 compatible = "renesas,scif-r8a77961", 1344 "renesas,rcar-gen3-scif", "renesas,scif"; 1345 reg = <0 0xe6e60000 0 64>; 1346 interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>; 1347 clocks = <&cpg CPG_MOD 207>, 1348 <&cpg CPG_CORE R8A77961_CLK_S3D1>, 1349 <&scif_clk>; 1350 clock-names = "fck", "brg_int", "scif_clk"; 1351 dmas = <&dmac1 0x51>, <&dmac1 0x50>, 1352 <&dmac2 0x51>, <&dmac2 0x50>; 1353 dma-names = "tx", "rx", "tx", "rx"; 1354 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1355 resets = <&cpg 207>; 1356 status = "disabled"; 1357 }; 1358 1359 scif1: serial@e6e68000 { 1360 compatible = "renesas,scif-r8a77961", 1361 "renesas,rcar-gen3-scif", "renesas,scif"; 1362 reg = <0 0xe6e68000 0 64>; 1363 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>; 1364 clocks = <&cpg CPG_MOD 206>, 1365 <&cpg CPG_CORE R8A77961_CLK_S3D1>, 1366 <&scif_clk>; 1367 clock-names = "fck", "brg_int", "scif_clk"; 1368 dmas = <&dmac1 0x53>, <&dmac1 0x52>, 1369 <&dmac2 0x53>, <&dmac2 0x52>; 1370 dma-names = "tx", "rx", "tx", "rx"; 1371 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1372 resets = <&cpg 206>; 1373 status = "disabled"; 1374 }; 1375 1376 scif2: serial@e6e88000 { 1377 compatible = "renesas,scif-r8a77961", 1378 "renesas,rcar-gen3-scif", "renesas,scif"; 1379 reg = <0 0xe6e88000 0 64>; 1380 interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>; 1381 clocks = <&cpg CPG_MOD 310>, 1382 <&cpg CPG_CORE R8A77961_CLK_S3D1>, 1383 <&scif_clk>; 1384 clock-names = "fck", "brg_int", "scif_clk"; 1385 dmas = <&dmac1 0x13>, <&dmac1 0x12>, 1386 <&dmac2 0x13>, <&dmac2 0x12>; 1387 dma-names = "tx", "rx", "tx", "rx"; 1388 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1389 resets = <&cpg 310>; 1390 status = "disabled"; 1391 }; 1392 1393 scif3: serial@e6c50000 { 1394 compatible = "renesas,scif-r8a77961", 1395 "renesas,rcar-gen3-scif", "renesas,scif"; 1396 reg = <0 0xe6c50000 0 64>; 1397 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; 1398 clocks = <&cpg CPG_MOD 204>, 1399 <&cpg CPG_CORE R8A77961_CLK_S3D1>, 1400 <&scif_clk>; 1401 clock-names = "fck", "brg_int", "scif_clk"; 1402 dmas = <&dmac0 0x57>, <&dmac0 0x56>; 1403 dma-names = "tx", "rx"; 1404 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1405 resets = <&cpg 204>; 1406 status = "disabled"; 1407 }; 1408 1409 scif4: serial@e6c40000 { 1410 compatible = "renesas,scif-r8a77961", 1411 "renesas,rcar-gen3-scif", "renesas,scif"; 1412 reg = <0 0xe6c40000 0 64>; 1413 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>; 1414 clocks = <&cpg CPG_MOD 203>, 1415 <&cpg CPG_CORE R8A77961_CLK_S3D1>, 1416 <&scif_clk>; 1417 clock-names = "fck", "brg_int", "scif_clk"; 1418 dmas = <&dmac0 0x59>, <&dmac0 0x58>; 1419 dma-names = "tx", "rx"; 1420 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1421 resets = <&cpg 203>; 1422 status = "disabled"; 1423 }; 1424 1425 scif5: serial@e6f30000 { 1426 compatible = "renesas,scif-r8a77961", 1427 "renesas,rcar-gen3-scif", "renesas,scif"; 1428 reg = <0 0xe6f30000 0 64>; 1429 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>; 1430 clocks = <&cpg CPG_MOD 202>, 1431 <&cpg CPG_CORE R8A77961_CLK_S3D1>, 1432 <&scif_clk>; 1433 clock-names = "fck", "brg_int", "scif_clk"; 1434 dmas = <&dmac1 0x5b>, <&dmac1 0x5a>, 1435 <&dmac2 0x5b>, <&dmac2 0x5a>; 1436 dma-names = "tx", "rx", "tx", "rx"; 1437 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1438 resets = <&cpg 202>; 1439 status = "disabled"; 1440 }; 1441 1442 tpu: pwm@e6e80000 { 1443 compatible = "renesas,tpu-r8a77961", "renesas,tpu"; 1444 reg = <0 0xe6e80000 0 0x148>; 1445 interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>; 1446 clocks = <&cpg CPG_MOD 304>; 1447 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1448 resets = <&cpg 304>; 1449 #pwm-cells = <3>; 1450 status = "disabled"; 1451 }; 1452 1453 msiof0: spi@e6e90000 { 1454 compatible = "renesas,msiof-r8a77961", 1455 "renesas,rcar-gen3-msiof"; 1456 reg = <0 0xe6e90000 0 0x0064>; 1457 interrupts = <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>; 1458 clocks = <&cpg CPG_MOD 211>; 1459 dmas = <&dmac1 0x41>, <&dmac1 0x40>, 1460 <&dmac2 0x41>, <&dmac2 0x40>; 1461 dma-names = "tx", "rx", "tx", "rx"; 1462 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1463 resets = <&cpg 211>; 1464 #address-cells = <1>; 1465 #size-cells = <0>; 1466 status = "disabled"; 1467 }; 1468 1469 msiof1: spi@e6ea0000 { 1470 compatible = "renesas,msiof-r8a77961", 1471 "renesas,rcar-gen3-msiof"; 1472 reg = <0 0xe6ea0000 0 0x0064>; 1473 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>; 1474 clocks = <&cpg CPG_MOD 210>; 1475 dmas = <&dmac1 0x43>, <&dmac1 0x42>, 1476 <&dmac2 0x43>, <&dmac2 0x42>; 1477 dma-names = "tx", "rx", "tx", "rx"; 1478 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1479 resets = <&cpg 210>; 1480 #address-cells = <1>; 1481 #size-cells = <0>; 1482 status = "disabled"; 1483 }; 1484 1485 msiof2: spi@e6c00000 { 1486 compatible = "renesas,msiof-r8a77961", 1487 "renesas,rcar-gen3-msiof"; 1488 reg = <0 0xe6c00000 0 0x0064>; 1489 interrupts = <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>; 1490 clocks = <&cpg CPG_MOD 209>; 1491 dmas = <&dmac0 0x45>, <&dmac0 0x44>; 1492 dma-names = "tx", "rx"; 1493 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1494 resets = <&cpg 209>; 1495 #address-cells = <1>; 1496 #size-cells = <0>; 1497 status = "disabled"; 1498 }; 1499 1500 msiof3: spi@e6c10000 { 1501 compatible = "renesas,msiof-r8a77961", 1502 "renesas,rcar-gen3-msiof"; 1503 reg = <0 0xe6c10000 0 0x0064>; 1504 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>; 1505 clocks = <&cpg CPG_MOD 208>; 1506 dmas = <&dmac0 0x47>, <&dmac0 0x46>; 1507 dma-names = "tx", "rx"; 1508 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1509 resets = <&cpg 208>; 1510 #address-cells = <1>; 1511 #size-cells = <0>; 1512 status = "disabled"; 1513 }; 1514 1515 vin0: video@e6ef0000 { 1516 compatible = "renesas,vin-r8a77961"; 1517 reg = <0 0xe6ef0000 0 0x1000>; 1518 interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>; 1519 clocks = <&cpg CPG_MOD 811>; 1520 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1521 resets = <&cpg 811>; 1522 renesas,id = <0>; 1523 status = "disabled"; 1524 1525 ports { 1526 #address-cells = <1>; 1527 #size-cells = <0>; 1528 1529 port@1 { 1530 #address-cells = <1>; 1531 #size-cells = <0>; 1532 1533 reg = <1>; 1534 1535 vin0csi20: endpoint@0 { 1536 reg = <0>; 1537 remote-endpoint = <&csi20vin0>; 1538 }; 1539 vin0csi40: endpoint@2 { 1540 reg = <2>; 1541 remote-endpoint = <&csi40vin0>; 1542 }; 1543 }; 1544 }; 1545 }; 1546 1547 vin1: video@e6ef1000 { 1548 compatible = "renesas,vin-r8a77961"; 1549 reg = <0 0xe6ef1000 0 0x1000>; 1550 interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>; 1551 clocks = <&cpg CPG_MOD 810>; 1552 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1553 resets = <&cpg 810>; 1554 renesas,id = <1>; 1555 status = "disabled"; 1556 1557 ports { 1558 #address-cells = <1>; 1559 #size-cells = <0>; 1560 1561 port@1 { 1562 #address-cells = <1>; 1563 #size-cells = <0>; 1564 1565 reg = <1>; 1566 1567 vin1csi20: endpoint@0 { 1568 reg = <0>; 1569 remote-endpoint = <&csi20vin1>; 1570 }; 1571 vin1csi40: endpoint@2 { 1572 reg = <2>; 1573 remote-endpoint = <&csi40vin1>; 1574 }; 1575 }; 1576 }; 1577 }; 1578 1579 vin2: video@e6ef2000 { 1580 compatible = "renesas,vin-r8a77961"; 1581 reg = <0 0xe6ef2000 0 0x1000>; 1582 interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>; 1583 clocks = <&cpg CPG_MOD 809>; 1584 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1585 resets = <&cpg 809>; 1586 renesas,id = <2>; 1587 status = "disabled"; 1588 1589 ports { 1590 #address-cells = <1>; 1591 #size-cells = <0>; 1592 1593 port@1 { 1594 #address-cells = <1>; 1595 #size-cells = <0>; 1596 1597 reg = <1>; 1598 1599 vin2csi20: endpoint@0 { 1600 reg = <0>; 1601 remote-endpoint = <&csi20vin2>; 1602 }; 1603 vin2csi40: endpoint@2 { 1604 reg = <2>; 1605 remote-endpoint = <&csi40vin2>; 1606 }; 1607 }; 1608 }; 1609 }; 1610 1611 vin3: video@e6ef3000 { 1612 compatible = "renesas,vin-r8a77961"; 1613 reg = <0 0xe6ef3000 0 0x1000>; 1614 interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>; 1615 clocks = <&cpg CPG_MOD 808>; 1616 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1617 resets = <&cpg 808>; 1618 renesas,id = <3>; 1619 status = "disabled"; 1620 1621 ports { 1622 #address-cells = <1>; 1623 #size-cells = <0>; 1624 1625 port@1 { 1626 #address-cells = <1>; 1627 #size-cells = <0>; 1628 1629 reg = <1>; 1630 1631 vin3csi20: endpoint@0 { 1632 reg = <0>; 1633 remote-endpoint = <&csi20vin3>; 1634 }; 1635 vin3csi40: endpoint@2 { 1636 reg = <2>; 1637 remote-endpoint = <&csi40vin3>; 1638 }; 1639 }; 1640 }; 1641 }; 1642 1643 vin4: video@e6ef4000 { 1644 compatible = "renesas,vin-r8a77961"; 1645 reg = <0 0xe6ef4000 0 0x1000>; 1646 interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>; 1647 clocks = <&cpg CPG_MOD 807>; 1648 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1649 resets = <&cpg 807>; 1650 renesas,id = <4>; 1651 status = "disabled"; 1652 1653 ports { 1654 #address-cells = <1>; 1655 #size-cells = <0>; 1656 1657 port@1 { 1658 #address-cells = <1>; 1659 #size-cells = <0>; 1660 1661 reg = <1>; 1662 1663 vin4csi20: endpoint@0 { 1664 reg = <0>; 1665 remote-endpoint = <&csi20vin4>; 1666 }; 1667 vin4csi40: endpoint@2 { 1668 reg = <2>; 1669 remote-endpoint = <&csi40vin4>; 1670 }; 1671 }; 1672 }; 1673 }; 1674 1675 vin5: video@e6ef5000 { 1676 compatible = "renesas,vin-r8a77961"; 1677 reg = <0 0xe6ef5000 0 0x1000>; 1678 interrupts = <GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>; 1679 clocks = <&cpg CPG_MOD 806>; 1680 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1681 resets = <&cpg 806>; 1682 renesas,id = <5>; 1683 status = "disabled"; 1684 1685 ports { 1686 #address-cells = <1>; 1687 #size-cells = <0>; 1688 1689 port@1 { 1690 #address-cells = <1>; 1691 #size-cells = <0>; 1692 1693 reg = <1>; 1694 1695 vin5csi20: endpoint@0 { 1696 reg = <0>; 1697 remote-endpoint = <&csi20vin5>; 1698 }; 1699 vin5csi40: endpoint@2 { 1700 reg = <2>; 1701 remote-endpoint = <&csi40vin5>; 1702 }; 1703 }; 1704 }; 1705 }; 1706 1707 vin6: video@e6ef6000 { 1708 compatible = "renesas,vin-r8a77961"; 1709 reg = <0 0xe6ef6000 0 0x1000>; 1710 interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>; 1711 clocks = <&cpg CPG_MOD 805>; 1712 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1713 resets = <&cpg 805>; 1714 renesas,id = <6>; 1715 status = "disabled"; 1716 1717 ports { 1718 #address-cells = <1>; 1719 #size-cells = <0>; 1720 1721 port@1 { 1722 #address-cells = <1>; 1723 #size-cells = <0>; 1724 1725 reg = <1>; 1726 1727 vin6csi20: endpoint@0 { 1728 reg = <0>; 1729 remote-endpoint = <&csi20vin6>; 1730 }; 1731 vin6csi40: endpoint@2 { 1732 reg = <2>; 1733 remote-endpoint = <&csi40vin6>; 1734 }; 1735 }; 1736 }; 1737 }; 1738 1739 vin7: video@e6ef7000 { 1740 compatible = "renesas,vin-r8a77961"; 1741 reg = <0 0xe6ef7000 0 0x1000>; 1742 interrupts = <GIC_SPI 171 IRQ_TYPE_LEVEL_HIGH>; 1743 clocks = <&cpg CPG_MOD 804>; 1744 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1745 resets = <&cpg 804>; 1746 renesas,id = <7>; 1747 status = "disabled"; 1748 1749 ports { 1750 #address-cells = <1>; 1751 #size-cells = <0>; 1752 1753 port@1 { 1754 #address-cells = <1>; 1755 #size-cells = <0>; 1756 1757 reg = <1>; 1758 1759 vin7csi20: endpoint@0 { 1760 reg = <0>; 1761 remote-endpoint = <&csi20vin7>; 1762 }; 1763 vin7csi40: endpoint@2 { 1764 reg = <2>; 1765 remote-endpoint = <&csi40vin7>; 1766 }; 1767 }; 1768 }; 1769 }; 1770 1771 rcar_sound: sound@ec500000 { 1772 /* 1773 * #sound-dai-cells is required if simple-card 1774 * 1775 * Single DAI : #sound-dai-cells = <0>; <&rcar_sound>; 1776 * Multi DAI : #sound-dai-cells = <1>; <&rcar_sound N>; 1777 */ 1778 /* 1779 * #clock-cells is required for audio_clkout0/1/2/3 1780 * 1781 * clkout : #clock-cells = <0>; <&rcar_sound>; 1782 * clkout0/1/2/3: #clock-cells = <1>; <&rcar_sound N>; 1783 */ 1784 compatible = "renesas,rcar_sound-r8a77961", "renesas,rcar_sound-gen3"; 1785 reg = <0 0xec500000 0 0x1000>, /* SCU */ 1786 <0 0xec5a0000 0 0x100>, /* ADG */ 1787 <0 0xec540000 0 0x1000>, /* SSIU */ 1788 <0 0xec541000 0 0x280>, /* SSI */ 1789 <0 0xec760000 0 0x200>; /* Audio DMAC peri peri*/ 1790 reg-names = "scu", "adg", "ssiu", "ssi", "audmapp"; 1791 1792 clocks = <&cpg CPG_MOD 1005>, 1793 <&cpg CPG_MOD 1006>, <&cpg CPG_MOD 1007>, 1794 <&cpg CPG_MOD 1008>, <&cpg CPG_MOD 1009>, 1795 <&cpg CPG_MOD 1010>, <&cpg CPG_MOD 1011>, 1796 <&cpg CPG_MOD 1012>, <&cpg CPG_MOD 1013>, 1797 <&cpg CPG_MOD 1014>, <&cpg CPG_MOD 1015>, 1798 <&cpg CPG_MOD 1022>, <&cpg CPG_MOD 1023>, 1799 <&cpg CPG_MOD 1024>, <&cpg CPG_MOD 1025>, 1800 <&cpg CPG_MOD 1026>, <&cpg CPG_MOD 1027>, 1801 <&cpg CPG_MOD 1028>, <&cpg CPG_MOD 1029>, 1802 <&cpg CPG_MOD 1030>, <&cpg CPG_MOD 1031>, 1803 <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>, 1804 <&cpg CPG_MOD 1020>, <&cpg CPG_MOD 1021>, 1805 <&cpg CPG_MOD 1019>, <&cpg CPG_MOD 1018>, 1806 <&audio_clk_a>, <&audio_clk_b>, 1807 <&audio_clk_c>, 1808 <&cpg CPG_MOD 922>; 1809 clock-names = "ssi-all", 1810 "ssi.9", "ssi.8", "ssi.7", "ssi.6", 1811 "ssi.5", "ssi.4", "ssi.3", "ssi.2", 1812 "ssi.1", "ssi.0", 1813 "src.9", "src.8", "src.7", "src.6", 1814 "src.5", "src.4", "src.3", "src.2", 1815 "src.1", "src.0", 1816 "mix.1", "mix.0", 1817 "ctu.1", "ctu.0", 1818 "dvc.0", "dvc.1", 1819 "clk_a", "clk_b", "clk_c", "clk_i"; 1820 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 1821 resets = <&cpg 1005>, 1822 <&cpg 1006>, <&cpg 1007>, 1823 <&cpg 1008>, <&cpg 1009>, 1824 <&cpg 1010>, <&cpg 1011>, 1825 <&cpg 1012>, <&cpg 1013>, 1826 <&cpg 1014>, <&cpg 1015>; 1827 reset-names = "ssi-all", 1828 "ssi.9", "ssi.8", "ssi.7", "ssi.6", 1829 "ssi.5", "ssi.4", "ssi.3", "ssi.2", 1830 "ssi.1", "ssi.0"; 1831 status = "disabled"; 1832 1833 rcar_sound,ctu { 1834 ctu00: ctu-0 { }; 1835 ctu01: ctu-1 { }; 1836 ctu02: ctu-2 { }; 1837 ctu03: ctu-3 { }; 1838 ctu10: ctu-4 { }; 1839 ctu11: ctu-5 { }; 1840 ctu12: ctu-6 { }; 1841 ctu13: ctu-7 { }; 1842 }; 1843 1844 rcar_sound,dvc { 1845 dvc0: dvc-0 { 1846 dmas = <&audma1 0xbc>; 1847 dma-names = "tx"; 1848 }; 1849 dvc1: dvc-1 { 1850 dmas = <&audma1 0xbe>; 1851 dma-names = "tx"; 1852 }; 1853 }; 1854 1855 rcar_sound,mix { 1856 mix0: mix-0 { }; 1857 mix1: mix-1 { }; 1858 }; 1859 1860 rcar_sound,src { 1861 src0: src-0 { 1862 interrupts = <GIC_SPI 352 IRQ_TYPE_LEVEL_HIGH>; 1863 dmas = <&audma0 0x85>, <&audma1 0x9a>; 1864 dma-names = "rx", "tx"; 1865 }; 1866 src1: src-1 { 1867 interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>; 1868 dmas = <&audma0 0x87>, <&audma1 0x9c>; 1869 dma-names = "rx", "tx"; 1870 }; 1871 src2: src-2 { 1872 interrupts = <GIC_SPI 354 IRQ_TYPE_LEVEL_HIGH>; 1873 dmas = <&audma0 0x89>, <&audma1 0x9e>; 1874 dma-names = "rx", "tx"; 1875 }; 1876 src3: src-3 { 1877 interrupts = <GIC_SPI 355 IRQ_TYPE_LEVEL_HIGH>; 1878 dmas = <&audma0 0x8b>, <&audma1 0xa0>; 1879 dma-names = "rx", "tx"; 1880 }; 1881 src4: src-4 { 1882 interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>; 1883 dmas = <&audma0 0x8d>, <&audma1 0xb0>; 1884 dma-names = "rx", "tx"; 1885 }; 1886 src5: src-5 { 1887 interrupts = <GIC_SPI 357 IRQ_TYPE_LEVEL_HIGH>; 1888 dmas = <&audma0 0x8f>, <&audma1 0xb2>; 1889 dma-names = "rx", "tx"; 1890 }; 1891 src6: src-6 { 1892 interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>; 1893 dmas = <&audma0 0x91>, <&audma1 0xb4>; 1894 dma-names = "rx", "tx"; 1895 }; 1896 src7: src-7 { 1897 interrupts = <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>; 1898 dmas = <&audma0 0x93>, <&audma1 0xb6>; 1899 dma-names = "rx", "tx"; 1900 }; 1901 src8: src-8 { 1902 interrupts = <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>; 1903 dmas = <&audma0 0x95>, <&audma1 0xb8>; 1904 dma-names = "rx", "tx"; 1905 }; 1906 src9: src-9 { 1907 interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>; 1908 dmas = <&audma0 0x97>, <&audma1 0xba>; 1909 dma-names = "rx", "tx"; 1910 }; 1911 }; 1912 1913 rcar_sound,ssi { 1914 ssi0: ssi-0 { 1915 interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>; 1916 dmas = <&audma0 0x01>, <&audma1 0x02>; 1917 dma-names = "rx", "tx"; 1918 }; 1919 ssi1: ssi-1 { 1920 interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>; 1921 dmas = <&audma0 0x03>, <&audma1 0x04>; 1922 dma-names = "rx", "tx"; 1923 }; 1924 ssi2: ssi-2 { 1925 interrupts = <GIC_SPI 372 IRQ_TYPE_LEVEL_HIGH>; 1926 dmas = <&audma0 0x05>, <&audma1 0x06>; 1927 dma-names = "rx", "tx"; 1928 }; 1929 ssi3: ssi-3 { 1930 interrupts = <GIC_SPI 373 IRQ_TYPE_LEVEL_HIGH>; 1931 dmas = <&audma0 0x07>, <&audma1 0x08>; 1932 dma-names = "rx", "tx"; 1933 }; 1934 ssi4: ssi-4 { 1935 interrupts = <GIC_SPI 374 IRQ_TYPE_LEVEL_HIGH>; 1936 dmas = <&audma0 0x09>, <&audma1 0x0a>; 1937 dma-names = "rx", "tx"; 1938 }; 1939 ssi5: ssi-5 { 1940 interrupts = <GIC_SPI 375 IRQ_TYPE_LEVEL_HIGH>; 1941 dmas = <&audma0 0x0b>, <&audma1 0x0c>; 1942 dma-names = "rx", "tx"; 1943 }; 1944 ssi6: ssi-6 { 1945 interrupts = <GIC_SPI 376 IRQ_TYPE_LEVEL_HIGH>; 1946 dmas = <&audma0 0x0d>, <&audma1 0x0e>; 1947 dma-names = "rx", "tx"; 1948 }; 1949 ssi7: ssi-7 { 1950 interrupts = <GIC_SPI 377 IRQ_TYPE_LEVEL_HIGH>; 1951 dmas = <&audma0 0x0f>, <&audma1 0x10>; 1952 dma-names = "rx", "tx"; 1953 }; 1954 ssi8: ssi-8 { 1955 interrupts = <GIC_SPI 378 IRQ_TYPE_LEVEL_HIGH>; 1956 dmas = <&audma0 0x11>, <&audma1 0x12>; 1957 dma-names = "rx", "tx"; 1958 }; 1959 ssi9: ssi-9 { 1960 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>; 1961 dmas = <&audma0 0x13>, <&audma1 0x14>; 1962 dma-names = "rx", "tx"; 1963 }; 1964 }; 1965 1966 rcar_sound,ssiu { 1967 ssiu00: ssiu-0 { 1968 dmas = <&audma0 0x15>, <&audma1 0x16>; 1969 dma-names = "rx", "tx"; 1970 }; 1971 ssiu01: ssiu-1 { 1972 dmas = <&audma0 0x35>, <&audma1 0x36>; 1973 dma-names = "rx", "tx"; 1974 }; 1975 ssiu02: ssiu-2 { 1976 dmas = <&audma0 0x37>, <&audma1 0x38>; 1977 dma-names = "rx", "tx"; 1978 }; 1979 ssiu03: ssiu-3 { 1980 dmas = <&audma0 0x47>, <&audma1 0x48>; 1981 dma-names = "rx", "tx"; 1982 }; 1983 ssiu04: ssiu-4 { 1984 dmas = <&audma0 0x3F>, <&audma1 0x40>; 1985 dma-names = "rx", "tx"; 1986 }; 1987 ssiu05: ssiu-5 { 1988 dmas = <&audma0 0x43>, <&audma1 0x44>; 1989 dma-names = "rx", "tx"; 1990 }; 1991 ssiu06: ssiu-6 { 1992 dmas = <&audma0 0x4F>, <&audma1 0x50>; 1993 dma-names = "rx", "tx"; 1994 }; 1995 ssiu07: ssiu-7 { 1996 dmas = <&audma0 0x53>, <&audma1 0x54>; 1997 dma-names = "rx", "tx"; 1998 }; 1999 ssiu10: ssiu-8 { 2000 dmas = <&audma0 0x49>, <&audma1 0x4a>; 2001 dma-names = "rx", "tx"; 2002 }; 2003 ssiu11: ssiu-9 { 2004 dmas = <&audma0 0x4B>, <&audma1 0x4C>; 2005 dma-names = "rx", "tx"; 2006 }; 2007 ssiu12: ssiu-10 { 2008 dmas = <&audma0 0x57>, <&audma1 0x58>; 2009 dma-names = "rx", "tx"; 2010 }; 2011 ssiu13: ssiu-11 { 2012 dmas = <&audma0 0x59>, <&audma1 0x5A>; 2013 dma-names = "rx", "tx"; 2014 }; 2015 ssiu14: ssiu-12 { 2016 dmas = <&audma0 0x5F>, <&audma1 0x60>; 2017 dma-names = "rx", "tx"; 2018 }; 2019 ssiu15: ssiu-13 { 2020 dmas = <&audma0 0xC3>, <&audma1 0xC4>; 2021 dma-names = "rx", "tx"; 2022 }; 2023 ssiu16: ssiu-14 { 2024 dmas = <&audma0 0xC7>, <&audma1 0xC8>; 2025 dma-names = "rx", "tx"; 2026 }; 2027 ssiu17: ssiu-15 { 2028 dmas = <&audma0 0xCB>, <&audma1 0xCC>; 2029 dma-names = "rx", "tx"; 2030 }; 2031 ssiu20: ssiu-16 { 2032 dmas = <&audma0 0x63>, <&audma1 0x64>; 2033 dma-names = "rx", "tx"; 2034 }; 2035 ssiu21: ssiu-17 { 2036 dmas = <&audma0 0x67>, <&audma1 0x68>; 2037 dma-names = "rx", "tx"; 2038 }; 2039 ssiu22: ssiu-18 { 2040 dmas = <&audma0 0x6B>, <&audma1 0x6C>; 2041 dma-names = "rx", "tx"; 2042 }; 2043 ssiu23: ssiu-19 { 2044 dmas = <&audma0 0x6D>, <&audma1 0x6E>; 2045 dma-names = "rx", "tx"; 2046 }; 2047 ssiu24: ssiu-20 { 2048 dmas = <&audma0 0xCF>, <&audma1 0xCE>; 2049 dma-names = "rx", "tx"; 2050 }; 2051 ssiu25: ssiu-21 { 2052 dmas = <&audma0 0xEB>, <&audma1 0xEC>; 2053 dma-names = "rx", "tx"; 2054 }; 2055 ssiu26: ssiu-22 { 2056 dmas = <&audma0 0xED>, <&audma1 0xEE>; 2057 dma-names = "rx", "tx"; 2058 }; 2059 ssiu27: ssiu-23 { 2060 dmas = <&audma0 0xEF>, <&audma1 0xF0>; 2061 dma-names = "rx", "tx"; 2062 }; 2063 ssiu30: ssiu-24 { 2064 dmas = <&audma0 0x6f>, <&audma1 0x70>; 2065 dma-names = "rx", "tx"; 2066 }; 2067 ssiu31: ssiu-25 { 2068 dmas = <&audma0 0x21>, <&audma1 0x22>; 2069 dma-names = "rx", "tx"; 2070 }; 2071 ssiu32: ssiu-26 { 2072 dmas = <&audma0 0x23>, <&audma1 0x24>; 2073 dma-names = "rx", "tx"; 2074 }; 2075 ssiu33: ssiu-27 { 2076 dmas = <&audma0 0x25>, <&audma1 0x26>; 2077 dma-names = "rx", "tx"; 2078 }; 2079 ssiu34: ssiu-28 { 2080 dmas = <&audma0 0x27>, <&audma1 0x28>; 2081 dma-names = "rx", "tx"; 2082 }; 2083 ssiu35: ssiu-29 { 2084 dmas = <&audma0 0x29>, <&audma1 0x2A>; 2085 dma-names = "rx", "tx"; 2086 }; 2087 ssiu36: ssiu-30 { 2088 dmas = <&audma0 0x2B>, <&audma1 0x2C>; 2089 dma-names = "rx", "tx"; 2090 }; 2091 ssiu37: ssiu-31 { 2092 dmas = <&audma0 0x2D>, <&audma1 0x2E>; 2093 dma-names = "rx", "tx"; 2094 }; 2095 ssiu40: ssiu-32 { 2096 dmas = <&audma0 0x71>, <&audma1 0x72>; 2097 dma-names = "rx", "tx"; 2098 }; 2099 ssiu41: ssiu-33 { 2100 dmas = <&audma0 0x17>, <&audma1 0x18>; 2101 dma-names = "rx", "tx"; 2102 }; 2103 ssiu42: ssiu-34 { 2104 dmas = <&audma0 0x19>, <&audma1 0x1A>; 2105 dma-names = "rx", "tx"; 2106 }; 2107 ssiu43: ssiu-35 { 2108 dmas = <&audma0 0x1B>, <&audma1 0x1C>; 2109 dma-names = "rx", "tx"; 2110 }; 2111 ssiu44: ssiu-36 { 2112 dmas = <&audma0 0x1D>, <&audma1 0x1E>; 2113 dma-names = "rx", "tx"; 2114 }; 2115 ssiu45: ssiu-37 { 2116 dmas = <&audma0 0x1F>, <&audma1 0x20>; 2117 dma-names = "rx", "tx"; 2118 }; 2119 ssiu46: ssiu-38 { 2120 dmas = <&audma0 0x31>, <&audma1 0x32>; 2121 dma-names = "rx", "tx"; 2122 }; 2123 ssiu47: ssiu-39 { 2124 dmas = <&audma0 0x33>, <&audma1 0x34>; 2125 dma-names = "rx", "tx"; 2126 }; 2127 ssiu50: ssiu-40 { 2128 dmas = <&audma0 0x73>, <&audma1 0x74>; 2129 dma-names = "rx", "tx"; 2130 }; 2131 ssiu60: ssiu-41 { 2132 dmas = <&audma0 0x75>, <&audma1 0x76>; 2133 dma-names = "rx", "tx"; 2134 }; 2135 ssiu70: ssiu-42 { 2136 dmas = <&audma0 0x79>, <&audma1 0x7a>; 2137 dma-names = "rx", "tx"; 2138 }; 2139 ssiu80: ssiu-43 { 2140 dmas = <&audma0 0x7b>, <&audma1 0x7c>; 2141 dma-names = "rx", "tx"; 2142 }; 2143 ssiu90: ssiu-44 { 2144 dmas = <&audma0 0x7d>, <&audma1 0x7e>; 2145 dma-names = "rx", "tx"; 2146 }; 2147 ssiu91: ssiu-45 { 2148 dmas = <&audma0 0x7F>, <&audma1 0x80>; 2149 dma-names = "rx", "tx"; 2150 }; 2151 ssiu92: ssiu-46 { 2152 dmas = <&audma0 0x81>, <&audma1 0x82>; 2153 dma-names = "rx", "tx"; 2154 }; 2155 ssiu93: ssiu-47 { 2156 dmas = <&audma0 0x83>, <&audma1 0x84>; 2157 dma-names = "rx", "tx"; 2158 }; 2159 ssiu94: ssiu-48 { 2160 dmas = <&audma0 0xA3>, <&audma1 0xA4>; 2161 dma-names = "rx", "tx"; 2162 }; 2163 ssiu95: ssiu-49 { 2164 dmas = <&audma0 0xA5>, <&audma1 0xA6>; 2165 dma-names = "rx", "tx"; 2166 }; 2167 ssiu96: ssiu-50 { 2168 dmas = <&audma0 0xA7>, <&audma1 0xA8>; 2169 dma-names = "rx", "tx"; 2170 }; 2171 ssiu97: ssiu-51 { 2172 dmas = <&audma0 0xA9>, <&audma1 0xAA>; 2173 dma-names = "rx", "tx"; 2174 }; 2175 }; 2176 }; 2177 2178 mlp: mlp@ec520000 { 2179 compatible = "renesas,r8a77961-mlp", 2180 "renesas,rcar-gen3-mlp"; 2181 reg = <0 0xec520000 0 0x800>; 2182 interrupts = <GIC_SPI 384 IRQ_TYPE_LEVEL_HIGH>, 2183 <GIC_SPI 385 IRQ_TYPE_LEVEL_HIGH>; 2184 clocks = <&cpg CPG_MOD 802>; 2185 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2186 resets = <&cpg 802>; 2187 status = "disabled"; 2188 }; 2189 2190 audma0: dma-controller@ec700000 { 2191 compatible = "renesas,dmac-r8a77961", 2192 "renesas,rcar-dmac"; 2193 reg = <0 0xec700000 0 0x10000>; 2194 interrupts = <GIC_SPI 350 IRQ_TYPE_LEVEL_HIGH>, 2195 <GIC_SPI 320 IRQ_TYPE_LEVEL_HIGH>, 2196 <GIC_SPI 321 IRQ_TYPE_LEVEL_HIGH>, 2197 <GIC_SPI 322 IRQ_TYPE_LEVEL_HIGH>, 2198 <GIC_SPI 323 IRQ_TYPE_LEVEL_HIGH>, 2199 <GIC_SPI 324 IRQ_TYPE_LEVEL_HIGH>, 2200 <GIC_SPI 325 IRQ_TYPE_LEVEL_HIGH>, 2201 <GIC_SPI 326 IRQ_TYPE_LEVEL_HIGH>, 2202 <GIC_SPI 327 IRQ_TYPE_LEVEL_HIGH>, 2203 <GIC_SPI 328 IRQ_TYPE_LEVEL_HIGH>, 2204 <GIC_SPI 329 IRQ_TYPE_LEVEL_HIGH>, 2205 <GIC_SPI 330 IRQ_TYPE_LEVEL_HIGH>, 2206 <GIC_SPI 331 IRQ_TYPE_LEVEL_HIGH>, 2207 <GIC_SPI 332 IRQ_TYPE_LEVEL_HIGH>, 2208 <GIC_SPI 333 IRQ_TYPE_LEVEL_HIGH>, 2209 <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>, 2210 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>; 2211 interrupt-names = "error", 2212 "ch0", "ch1", "ch2", "ch3", 2213 "ch4", "ch5", "ch6", "ch7", 2214 "ch8", "ch9", "ch10", "ch11", 2215 "ch12", "ch13", "ch14", "ch15"; 2216 clocks = <&cpg CPG_MOD 502>; 2217 clock-names = "fck"; 2218 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2219 resets = <&cpg 502>; 2220 #dma-cells = <1>; 2221 dma-channels = <16>; 2222 iommus = <&ipmmu_mp 0>, <&ipmmu_mp 1>, 2223 <&ipmmu_mp 2>, <&ipmmu_mp 3>, 2224 <&ipmmu_mp 4>, <&ipmmu_mp 5>, 2225 <&ipmmu_mp 6>, <&ipmmu_mp 7>, 2226 <&ipmmu_mp 8>, <&ipmmu_mp 9>, 2227 <&ipmmu_mp 10>, <&ipmmu_mp 11>, 2228 <&ipmmu_mp 12>, <&ipmmu_mp 13>, 2229 <&ipmmu_mp 14>, <&ipmmu_mp 15>; 2230 }; 2231 2232 audma1: dma-controller@ec720000 { 2233 compatible = "renesas,dmac-r8a77961", 2234 "renesas,rcar-dmac"; 2235 reg = <0 0xec720000 0 0x10000>; 2236 interrupts = <GIC_SPI 351 IRQ_TYPE_LEVEL_HIGH>, 2237 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>, 2238 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>, 2239 <GIC_SPI 338 IRQ_TYPE_LEVEL_HIGH>, 2240 <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>, 2241 <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>, 2242 <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>, 2243 <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>, 2244 <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>, 2245 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>, 2246 <GIC_SPI 345 IRQ_TYPE_LEVEL_HIGH>, 2247 <GIC_SPI 346 IRQ_TYPE_LEVEL_HIGH>, 2248 <GIC_SPI 347 IRQ_TYPE_LEVEL_HIGH>, 2249 <GIC_SPI 348 IRQ_TYPE_LEVEL_HIGH>, 2250 <GIC_SPI 349 IRQ_TYPE_LEVEL_HIGH>, 2251 <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>, 2252 <GIC_SPI 383 IRQ_TYPE_LEVEL_HIGH>; 2253 interrupt-names = "error", 2254 "ch0", "ch1", "ch2", "ch3", 2255 "ch4", "ch5", "ch6", "ch7", 2256 "ch8", "ch9", "ch10", "ch11", 2257 "ch12", "ch13", "ch14", "ch15"; 2258 clocks = <&cpg CPG_MOD 501>; 2259 clock-names = "fck"; 2260 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2261 resets = <&cpg 501>; 2262 #dma-cells = <1>; 2263 dma-channels = <16>; 2264 iommus = <&ipmmu_mp 16>, <&ipmmu_mp 17>, 2265 <&ipmmu_mp 18>, <&ipmmu_mp 19>, 2266 <&ipmmu_mp 20>, <&ipmmu_mp 21>, 2267 <&ipmmu_mp 22>, <&ipmmu_mp 23>, 2268 <&ipmmu_mp 24>, <&ipmmu_mp 25>, 2269 <&ipmmu_mp 26>, <&ipmmu_mp 27>, 2270 <&ipmmu_mp 28>, <&ipmmu_mp 29>, 2271 <&ipmmu_mp 30>, <&ipmmu_mp 31>; 2272 }; 2273 2274 xhci0: usb@ee000000 { 2275 compatible = "renesas,xhci-r8a77961", 2276 "renesas,rcar-gen3-xhci"; 2277 reg = <0 0xee000000 0 0xc00>; 2278 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>; 2279 clocks = <&cpg CPG_MOD 328>; 2280 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2281 resets = <&cpg 328>; 2282 status = "disabled"; 2283 }; 2284 2285 usb3_peri0: usb@ee020000 { 2286 compatible = "renesas,r8a77961-usb3-peri", 2287 "renesas,rcar-gen3-usb3-peri"; 2288 reg = <0 0xee020000 0 0x400>; 2289 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>; 2290 clocks = <&cpg CPG_MOD 328>; 2291 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2292 resets = <&cpg 328>; 2293 status = "disabled"; 2294 }; 2295 2296 ohci0: usb@ee080000 { 2297 compatible = "generic-ohci"; 2298 reg = <0 0xee080000 0 0x100>; 2299 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; 2300 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; 2301 phys = <&usb2_phy0 1>; 2302 phy-names = "usb"; 2303 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2304 resets = <&cpg 703>, <&cpg 704>; 2305 status = "disabled"; 2306 }; 2307 2308 ohci1: usb@ee0a0000 { 2309 compatible = "generic-ohci"; 2310 reg = <0 0xee0a0000 0 0x100>; 2311 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>; 2312 clocks = <&cpg CPG_MOD 702>; 2313 phys = <&usb2_phy1 1>; 2314 phy-names = "usb"; 2315 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2316 resets = <&cpg 702>; 2317 status = "disabled"; 2318 }; 2319 2320 ehci0: usb@ee080100 { 2321 compatible = "generic-ehci"; 2322 reg = <0 0xee080100 0 0x100>; 2323 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; 2324 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; 2325 phys = <&usb2_phy0 2>; 2326 phy-names = "usb"; 2327 companion = <&ohci0>; 2328 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2329 resets = <&cpg 703>, <&cpg 704>; 2330 status = "disabled"; 2331 }; 2332 2333 ehci1: usb@ee0a0100 { 2334 compatible = "generic-ehci"; 2335 reg = <0 0xee0a0100 0 0x100>; 2336 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>; 2337 clocks = <&cpg CPG_MOD 702>; 2338 phys = <&usb2_phy1 2>; 2339 phy-names = "usb"; 2340 companion = <&ohci1>; 2341 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2342 resets = <&cpg 702>; 2343 status = "disabled"; 2344 }; 2345 2346 usb2_phy0: usb-phy@ee080200 { 2347 compatible = "renesas,usb2-phy-r8a77961", 2348 "renesas,rcar-gen3-usb2-phy"; 2349 reg = <0 0xee080200 0 0x700>; 2350 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; 2351 clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; 2352 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2353 resets = <&cpg 703>, <&cpg 704>; 2354 #phy-cells = <1>; 2355 status = "disabled"; 2356 }; 2357 2358 usb2_phy1: usb-phy@ee0a0200 { 2359 compatible = "renesas,usb2-phy-r8a77961", 2360 "renesas,rcar-gen3-usb2-phy"; 2361 reg = <0 0xee0a0200 0 0x700>; 2362 clocks = <&cpg CPG_MOD 702>; 2363 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2364 resets = <&cpg 702>; 2365 #phy-cells = <1>; 2366 status = "disabled"; 2367 }; 2368 2369 sdhi0: mmc@ee100000 { 2370 compatible = "renesas,sdhi-r8a77961", 2371 "renesas,rcar-gen3-sdhi"; 2372 reg = <0 0xee100000 0 0x2000>; 2373 interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_HIGH>; 2374 clocks = <&cpg CPG_MOD 314>, <&cpg CPG_CORE R8A77961_CLK_SD0H>; 2375 clock-names = "core", "clkh"; 2376 max-frequency = <200000000>; 2377 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2378 resets = <&cpg 314>; 2379 iommus = <&ipmmu_ds1 32>; 2380 status = "disabled"; 2381 }; 2382 2383 sdhi1: mmc@ee120000 { 2384 compatible = "renesas,sdhi-r8a77961", 2385 "renesas,rcar-gen3-sdhi"; 2386 reg = <0 0xee120000 0 0x2000>; 2387 interrupts = <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>; 2388 clocks = <&cpg CPG_MOD 313>, <&cpg CPG_CORE R8A77961_CLK_SD1H>; 2389 clock-names = "core", "clkh"; 2390 max-frequency = <200000000>; 2391 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2392 resets = <&cpg 313>; 2393 iommus = <&ipmmu_ds1 33>; 2394 status = "disabled"; 2395 }; 2396 2397 sdhi2: mmc@ee140000 { 2398 compatible = "renesas,sdhi-r8a77961", 2399 "renesas,rcar-gen3-sdhi"; 2400 reg = <0 0xee140000 0 0x2000>; 2401 interrupts = <GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>; 2402 clocks = <&cpg CPG_MOD 312>, <&cpg CPG_CORE R8A77961_CLK_SD2H>; 2403 clock-names = "core", "clkh"; 2404 max-frequency = <200000000>; 2405 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2406 resets = <&cpg 312>; 2407 iommus = <&ipmmu_ds1 34>; 2408 status = "disabled"; 2409 }; 2410 2411 sdhi3: mmc@ee160000 { 2412 compatible = "renesas,sdhi-r8a77961", 2413 "renesas,rcar-gen3-sdhi"; 2414 reg = <0 0xee160000 0 0x2000>; 2415 interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>; 2416 clocks = <&cpg CPG_MOD 311>, <&cpg CPG_CORE R8A77961_CLK_SD3H>; 2417 clock-names = "core", "clkh"; 2418 max-frequency = <200000000>; 2419 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2420 resets = <&cpg 311>; 2421 iommus = <&ipmmu_ds1 35>; 2422 status = "disabled"; 2423 }; 2424 2425 rpc: spi@ee200000 { 2426 compatible = "renesas,r8a77961-rpc-if", 2427 "renesas,rcar-gen3-rpc-if"; 2428 reg = <0 0xee200000 0 0x200>, 2429 <0 0x08000000 0 0x04000000>, 2430 <0 0xee208000 0 0x100>; 2431 reg-names = "regs", "dirmap", "wbuf"; 2432 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>; 2433 clocks = <&cpg CPG_MOD 917>; 2434 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2435 resets = <&cpg 917>; 2436 #address-cells = <1>; 2437 #size-cells = <0>; 2438 status = "disabled"; 2439 }; 2440 2441 gic: interrupt-controller@f1010000 { 2442 compatible = "arm,gic-400"; 2443 #interrupt-cells = <3>; 2444 #address-cells = <0>; 2445 interrupt-controller; 2446 reg = <0x0 0xf1010000 0 0x1000>, 2447 <0x0 0xf1020000 0 0x20000>, 2448 <0x0 0xf1040000 0 0x20000>, 2449 <0x0 0xf1060000 0 0x20000>; 2450 interrupts = <GIC_PPI 9 2451 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_HIGH)>; 2452 clocks = <&cpg CPG_MOD 408>; 2453 clock-names = "clk"; 2454 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2455 resets = <&cpg 408>; 2456 }; 2457 2458 gpu: gpu@fd000000 { 2459 compatible = "renesas,r8a77961-gpu", 2460 "img,img-gx6250", 2461 "img,img-rogue"; 2462 reg = <0 0xfd000000 0 0x40000>; 2463 interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>; 2464 clocks = <&cpg CPG_CORE R8A77961_CLK_ZG>, 2465 <&cpg CPG_CORE R8A77961_CLK_S2D1>, 2466 <&cpg CPG_MOD 112>; 2467 clock-names = "core", "mem", "sys"; 2468 power-domains = <&sysc R8A77961_PD_3DG_A>, 2469 <&sysc R8A77961_PD_3DG_B>; 2470 power-domain-names = "a", "b"; 2471 resets = <&cpg 112>; 2472 status = "disabled"; 2473 }; 2474 2475 pciec0: pcie@fe000000 { 2476 compatible = "renesas,pcie-r8a77961", 2477 "renesas,pcie-rcar-gen3"; 2478 reg = <0 0xfe000000 0 0x80000>; 2479 #address-cells = <3>; 2480 #size-cells = <2>; 2481 bus-range = <0x00 0xff>; 2482 device_type = "pci"; 2483 ranges = <0x01000000 0 0x00000000 0 0xfe100000 0 0x00100000>, 2484 <0x02000000 0 0xfe200000 0 0xfe200000 0 0x00200000>, 2485 <0x02000000 0 0x30000000 0 0x30000000 0 0x08000000>, 2486 <0x42000000 0 0x38000000 0 0x38000000 0 0x08000000>; 2487 /* Map all possible DDR/IOMMU as inbound ranges */ 2488 dma-ranges = <0x42000000 0 0x00000000 0 0x00000000 1 0x00000000>; 2489 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>, 2490 <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>, 2491 <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>; 2492 #interrupt-cells = <1>; 2493 interrupt-map-mask = <0 0 0 0>; 2494 interrupt-map = <0 0 0 0 &gic GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>; 2495 clocks = <&cpg CPG_MOD 319>, <&pcie_bus_clk>; 2496 clock-names = "pcie", "pcie_bus"; 2497 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2498 resets = <&cpg 319>; 2499 iommu-map = <0 &ipmmu_hc 0 1>; 2500 iommu-map-mask = <0>; 2501 status = "disabled"; 2502 }; 2503 2504 pciec1: pcie@ee800000 { 2505 compatible = "renesas,pcie-r8a77961", 2506 "renesas,pcie-rcar-gen3"; 2507 reg = <0 0xee800000 0 0x80000>; 2508 #address-cells = <3>; 2509 #size-cells = <2>; 2510 bus-range = <0x00 0xff>; 2511 device_type = "pci"; 2512 ranges = <0x01000000 0 0x00000000 0 0xee900000 0 0x00100000>, 2513 <0x02000000 0 0xeea00000 0 0xeea00000 0 0x00200000>, 2514 <0x02000000 0 0xc0000000 0 0xc0000000 0 0x08000000>, 2515 <0x42000000 0 0xc8000000 0 0xc8000000 0 0x08000000>; 2516 /* Map all possible DDR/IOMMU as inbound ranges */ 2517 dma-ranges = <0x42000000 0 0x00000000 0 0x00000000 1 0x00000000>; 2518 interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>, 2519 <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>, 2520 <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>; 2521 #interrupt-cells = <1>; 2522 interrupt-map-mask = <0 0 0 0>; 2523 interrupt-map = <0 0 0 0 &gic GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>; 2524 clocks = <&cpg CPG_MOD 318>, <&pcie_bus_clk>; 2525 clock-names = "pcie", "pcie_bus"; 2526 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2527 resets = <&cpg 318>; 2528 iommu-map = <0 &ipmmu_hc 1 1>; 2529 iommu-map-mask = <0>; 2530 status = "disabled"; 2531 }; 2532 2533 fcpf0: fcp@fe950000 { 2534 compatible = "renesas,fcpf"; 2535 reg = <0 0xfe950000 0 0x200>; 2536 clocks = <&cpg CPG_MOD 615>; 2537 power-domains = <&sysc R8A77961_PD_A3VC>; 2538 resets = <&cpg 615>; 2539 iommus = <&ipmmu_vc0 16>; 2540 }; 2541 2542 fcpvb0: fcp@fe96f000 { 2543 compatible = "renesas,fcpv"; 2544 reg = <0 0xfe96f000 0 0x200>; 2545 clocks = <&cpg CPG_MOD 607>; 2546 power-domains = <&sysc R8A77961_PD_A3VC>; 2547 resets = <&cpg 607>; 2548 iommus = <&ipmmu_vi0 5>; 2549 }; 2550 2551 fcpvi0: fcp@fe9af000 { 2552 compatible = "renesas,fcpv"; 2553 reg = <0 0xfe9af000 0 0x200>; 2554 clocks = <&cpg CPG_MOD 611>; 2555 power-domains = <&sysc R8A77961_PD_A3VC>; 2556 resets = <&cpg 611>; 2557 iommus = <&ipmmu_vc0 19>; 2558 }; 2559 2560 fcpvd0: fcp@fea27000 { 2561 compatible = "renesas,fcpv"; 2562 reg = <0 0xfea27000 0 0x200>; 2563 clocks = <&cpg CPG_MOD 603>; 2564 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2565 resets = <&cpg 603>; 2566 iommus = <&ipmmu_vi0 8>; 2567 }; 2568 2569 fcpvd1: fcp@fea2f000 { 2570 compatible = "renesas,fcpv"; 2571 reg = <0 0xfea2f000 0 0x200>; 2572 clocks = <&cpg CPG_MOD 602>; 2573 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2574 resets = <&cpg 602>; 2575 iommus = <&ipmmu_vi0 9>; 2576 }; 2577 2578 fcpvd2: fcp@fea37000 { 2579 compatible = "renesas,fcpv"; 2580 reg = <0 0xfea37000 0 0x200>; 2581 clocks = <&cpg CPG_MOD 601>; 2582 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2583 resets = <&cpg 601>; 2584 iommus = <&ipmmu_vi0 10>; 2585 }; 2586 2587 vspb: vsp@fe960000 { 2588 compatible = "renesas,vsp2"; 2589 reg = <0 0xfe960000 0 0x8000>; 2590 interrupts = <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>; 2591 clocks = <&cpg CPG_MOD 626>; 2592 power-domains = <&sysc R8A77961_PD_A3VC>; 2593 resets = <&cpg 626>; 2594 2595 renesas,fcp = <&fcpvb0>; 2596 }; 2597 2598 vspd0: vsp@fea20000 { 2599 compatible = "renesas,vsp2"; 2600 reg = <0 0xfea20000 0 0x5000>; 2601 interrupts = <GIC_SPI 466 IRQ_TYPE_LEVEL_HIGH>; 2602 clocks = <&cpg CPG_MOD 623>; 2603 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2604 resets = <&cpg 623>; 2605 2606 renesas,fcp = <&fcpvd0>; 2607 }; 2608 2609 vspd1: vsp@fea28000 { 2610 compatible = "renesas,vsp2"; 2611 reg = <0 0xfea28000 0 0x5000>; 2612 interrupts = <GIC_SPI 467 IRQ_TYPE_LEVEL_HIGH>; 2613 clocks = <&cpg CPG_MOD 622>; 2614 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2615 resets = <&cpg 622>; 2616 2617 renesas,fcp = <&fcpvd1>; 2618 }; 2619 2620 vspd2: vsp@fea30000 { 2621 compatible = "renesas,vsp2"; 2622 reg = <0 0xfea30000 0 0x5000>; 2623 interrupts = <GIC_SPI 468 IRQ_TYPE_LEVEL_HIGH>; 2624 clocks = <&cpg CPG_MOD 621>; 2625 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2626 resets = <&cpg 621>; 2627 2628 renesas,fcp = <&fcpvd2>; 2629 }; 2630 2631 vspi0: vsp@fe9a0000 { 2632 compatible = "renesas,vsp2"; 2633 reg = <0 0xfe9a0000 0 0x8000>; 2634 interrupts = <GIC_SPI 444 IRQ_TYPE_LEVEL_HIGH>; 2635 clocks = <&cpg CPG_MOD 631>; 2636 power-domains = <&sysc R8A77961_PD_A3VC>; 2637 resets = <&cpg 631>; 2638 2639 renesas,fcp = <&fcpvi0>; 2640 }; 2641 2642 csi20: csi2@fea80000 { 2643 compatible = "renesas,r8a77961-csi2"; 2644 reg = <0 0xfea80000 0 0x10000>; 2645 interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>; 2646 clocks = <&cpg CPG_MOD 714>; 2647 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2648 resets = <&cpg 714>; 2649 status = "disabled"; 2650 2651 ports { 2652 #address-cells = <1>; 2653 #size-cells = <0>; 2654 2655 port@0 { 2656 reg = <0>; 2657 }; 2658 2659 port@1 { 2660 #address-cells = <1>; 2661 #size-cells = <0>; 2662 2663 reg = <1>; 2664 2665 csi20vin0: endpoint@0 { 2666 reg = <0>; 2667 remote-endpoint = <&vin0csi20>; 2668 }; 2669 csi20vin1: endpoint@1 { 2670 reg = <1>; 2671 remote-endpoint = <&vin1csi20>; 2672 }; 2673 csi20vin2: endpoint@2 { 2674 reg = <2>; 2675 remote-endpoint = <&vin2csi20>; 2676 }; 2677 csi20vin3: endpoint@3 { 2678 reg = <3>; 2679 remote-endpoint = <&vin3csi20>; 2680 }; 2681 csi20vin4: endpoint@4 { 2682 reg = <4>; 2683 remote-endpoint = <&vin4csi20>; 2684 }; 2685 csi20vin5: endpoint@5 { 2686 reg = <5>; 2687 remote-endpoint = <&vin5csi20>; 2688 }; 2689 csi20vin6: endpoint@6 { 2690 reg = <6>; 2691 remote-endpoint = <&vin6csi20>; 2692 }; 2693 csi20vin7: endpoint@7 { 2694 reg = <7>; 2695 remote-endpoint = <&vin7csi20>; 2696 }; 2697 }; 2698 }; 2699 }; 2700 2701 csi40: csi2@feaa0000 { 2702 compatible = "renesas,r8a77961-csi2"; 2703 reg = <0 0xfeaa0000 0 0x10000>; 2704 interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>; 2705 clocks = <&cpg CPG_MOD 716>; 2706 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2707 resets = <&cpg 716>; 2708 status = "disabled"; 2709 2710 ports { 2711 #address-cells = <1>; 2712 #size-cells = <0>; 2713 2714 port@0 { 2715 reg = <0>; 2716 }; 2717 2718 port@1 { 2719 #address-cells = <1>; 2720 #size-cells = <0>; 2721 2722 reg = <1>; 2723 2724 csi40vin0: endpoint@0 { 2725 reg = <0>; 2726 remote-endpoint = <&vin0csi40>; 2727 }; 2728 csi40vin1: endpoint@1 { 2729 reg = <1>; 2730 remote-endpoint = <&vin1csi40>; 2731 }; 2732 csi40vin2: endpoint@2 { 2733 reg = <2>; 2734 remote-endpoint = <&vin2csi40>; 2735 }; 2736 csi40vin3: endpoint@3 { 2737 reg = <3>; 2738 remote-endpoint = <&vin3csi40>; 2739 }; 2740 csi40vin4: endpoint@4 { 2741 reg = <4>; 2742 remote-endpoint = <&vin4csi40>; 2743 }; 2744 csi40vin5: endpoint@5 { 2745 reg = <5>; 2746 remote-endpoint = <&vin5csi40>; 2747 }; 2748 csi40vin6: endpoint@6 { 2749 reg = <6>; 2750 remote-endpoint = <&vin6csi40>; 2751 }; 2752 csi40vin7: endpoint@7 { 2753 reg = <7>; 2754 remote-endpoint = <&vin7csi40>; 2755 }; 2756 }; 2757 2758 }; 2759 }; 2760 2761 hdmi0: hdmi@fead0000 { 2762 compatible = "renesas,r8a77961-hdmi", "renesas,rcar-gen3-hdmi"; 2763 reg = <0 0xfead0000 0 0x10000>; 2764 interrupts = <GIC_SPI 389 IRQ_TYPE_LEVEL_HIGH>; 2765 clocks = <&cpg CPG_MOD 729>, <&cpg CPG_CORE R8A77961_CLK_HDMI>; 2766 clock-names = "iahb", "isfr"; 2767 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2768 resets = <&cpg 729>; 2769 status = "disabled"; 2770 2771 ports { 2772 #address-cells = <1>; 2773 #size-cells = <0>; 2774 port@0 { 2775 reg = <0>; 2776 dw_hdmi0_in: endpoint { 2777 remote-endpoint = <&du_out_hdmi0>; 2778 }; 2779 }; 2780 port@1 { 2781 reg = <1>; 2782 }; 2783 port@2 { 2784 /* HDMI sound */ 2785 reg = <2>; 2786 }; 2787 }; 2788 }; 2789 2790 du: display@feb00000 { 2791 compatible = "renesas,du-r8a77961"; 2792 reg = <0 0xfeb00000 0 0x70000>; 2793 interrupts = <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>, 2794 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>, 2795 <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>; 2796 clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>, 2797 <&cpg CPG_MOD 722>; 2798 clock-names = "du.0", "du.1", "du.2"; 2799 resets = <&cpg 724>, <&cpg 722>; 2800 reset-names = "du.0", "du.2"; 2801 2802 renesas,vsps = <&vspd0 0>, <&vspd1 0>, <&vspd2 0>; 2803 status = "disabled"; 2804 2805 ports { 2806 #address-cells = <1>; 2807 #size-cells = <0>; 2808 2809 port@0 { 2810 reg = <0>; 2811 }; 2812 port@1 { 2813 reg = <1>; 2814 du_out_hdmi0: endpoint { 2815 remote-endpoint = <&dw_hdmi0_in>; 2816 }; 2817 }; 2818 port@2 { 2819 reg = <2>; 2820 du_out_lvds0: endpoint { 2821 remote-endpoint = <&lvds0_in>; 2822 }; 2823 }; 2824 }; 2825 }; 2826 2827 lvds0: lvds@feb90000 { 2828 compatible = "renesas,r8a77961-lvds"; 2829 reg = <0 0xfeb90000 0 0x14>; 2830 clocks = <&cpg CPG_MOD 727>; 2831 power-domains = <&sysc R8A77961_PD_ALWAYS_ON>; 2832 resets = <&cpg 727>; 2833 status = "disabled"; 2834 2835 ports { 2836 #address-cells = <1>; 2837 #size-cells = <0>; 2838 2839 port@0 { 2840 reg = <0>; 2841 lvds0_in: endpoint { 2842 remote-endpoint = <&du_out_lvds0>; 2843 }; 2844 }; 2845 port@1 { 2846 reg = <1>; 2847 }; 2848 }; 2849 }; 2850 2851 prr: chipid@fff00044 { 2852 compatible = "renesas,prr"; 2853 reg = <0 0xfff00044 0 4>; 2854 bootph-all; 2855 }; 2856 }; 2857 2858 thermal-zones { 2859 sensor1_thermal: sensor1-thermal { 2860 polling-delay-passive = <250>; 2861 polling-delay = <1000>; 2862 thermal-sensors = <&tsc 0>; 2863 sustainable-power = <3874>; 2864 2865 trips { 2866 sensor1_crit: sensor1-crit { 2867 temperature = <120000>; 2868 hysteresis = <1000>; 2869 type = "critical"; 2870 }; 2871 }; 2872 }; 2873 2874 sensor2_thermal: sensor2-thermal { 2875 polling-delay-passive = <250>; 2876 polling-delay = <1000>; 2877 thermal-sensors = <&tsc 1>; 2878 sustainable-power = <3874>; 2879 2880 trips { 2881 sensor2_crit: sensor2-crit { 2882 temperature = <120000>; 2883 hysteresis = <1000>; 2884 type = "critical"; 2885 }; 2886 }; 2887 }; 2888 2889 sensor3_thermal: sensor3-thermal { 2890 polling-delay-passive = <250>; 2891 polling-delay = <1000>; 2892 thermal-sensors = <&tsc 2>; 2893 sustainable-power = <3874>; 2894 2895 cooling-maps { 2896 map0 { 2897 trip = <&target>; 2898 cooling-device = <&a57_0 2 4>; 2899 contribution = <1024>; 2900 }; 2901 map1 { 2902 trip = <&target>; 2903 cooling-device = <&a53_0 0 2>; 2904 contribution = <1024>; 2905 }; 2906 }; 2907 trips { 2908 target: trip-point1 { 2909 temperature = <100000>; 2910 hysteresis = <1000>; 2911 type = "passive"; 2912 }; 2913 2914 sensor3_crit: sensor3-crit { 2915 temperature = <120000>; 2916 hysteresis = <1000>; 2917 type = "critical"; 2918 }; 2919 }; 2920 }; 2921 }; 2922 2923 timer { 2924 compatible = "arm,armv8-timer"; 2925 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>, 2926 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>, 2927 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>, 2928 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>; 2929 interrupt-names = "sec-phys", "phys", "virt", "hyp-phys"; 2930 }; 2931 2932 /* External USB clocks - can be overridden by the board */ 2933 usb3s0_clk: usb3s0 { 2934 compatible = "fixed-clock"; 2935 #clock-cells = <0>; 2936 clock-frequency = <0>; 2937 }; 2938 2939 usb_extal_clk: usb_extal { 2940 compatible = "fixed-clock"; 2941 #clock-cells = <0>; 2942 clock-frequency = <0>; 2943 }; 2944}; 2945