r8a77990.dtsi (83e7d2ec0d7bd57666c6f8fd210255e0ec155c38) | r8a77990.dtsi (103db9b539567073de2200a8a0a725646610865d) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Device Tree Source for the R-Car E3 (R8A77990) SoC 4 * 5 * Copyright (C) 2018 Renesas Electronics Corp. 6 */ 7 8#include <dt-bindings/clock/r8a77990-cpg-mssr.h> --- 49 unchanged lines hidden (view full) --- 58 interrupt-affinity = <&a53_0>, <&a53_1>; 59 }; 60 61 psci { 62 compatible = "arm,psci-1.0", "arm,psci-0.2"; 63 method = "smc"; 64 }; 65 | 1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Device Tree Source for the R-Car E3 (R8A77990) SoC 4 * 5 * Copyright (C) 2018 Renesas Electronics Corp. 6 */ 7 8#include <dt-bindings/clock/r8a77990-cpg-mssr.h> --- 49 unchanged lines hidden (view full) --- 58 interrupt-affinity = <&a53_0>, <&a53_1>; 59 }; 60 61 psci { 62 compatible = "arm,psci-1.0", "arm,psci-0.2"; 63 method = "smc"; 64 }; 65 |
66 /* External SCIF clock - to be overridden by boards that provide it */ 67 scif_clk: scif { 68 compatible = "fixed-clock"; 69 #clock-cells = <0>; 70 clock-frequency = <0>; 71 }; 72 |
|
66 soc: soc { 67 compatible = "simple-bus"; 68 interrupt-parent = <&gic>; 69 #address-cells = <2>; 70 #size-cells = <2>; 71 ranges; 72 73 rwdt: watchdog@e6020000 { --- 333 unchanged lines hidden (view full) --- 407 status = "disabled"; 408 }; 409 410 scif2: serial@e6e88000 { 411 compatible = "renesas,scif-r8a77990", 412 "renesas,rcar-gen3-scif", "renesas,scif"; 413 reg = <0 0xe6e88000 0 64>; 414 interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>; | 73 soc: soc { 74 compatible = "simple-bus"; 75 interrupt-parent = <&gic>; 76 #address-cells = <2>; 77 #size-cells = <2>; 78 ranges; 79 80 rwdt: watchdog@e6020000 { --- 333 unchanged lines hidden (view full) --- 414 status = "disabled"; 415 }; 416 417 scif2: serial@e6e88000 { 418 compatible = "renesas,scif-r8a77990", 419 "renesas,rcar-gen3-scif", "renesas,scif"; 420 reg = <0 0xe6e88000 0 64>; 421 interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>; |
415 clocks = <&cpg CPG_MOD 310>; 416 clock-names = "fck"; | 422 clocks = <&cpg CPG_MOD 310>, 423 <&cpg CPG_CORE R8A77990_CLK_S3D1C>, 424 <&scif_clk>; 425 clock-names = "fck", "brg_int", "scif_clk"; 426 |
417 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 418 resets = <&cpg 310>; 419 status = "disabled"; 420 }; 421 422 xhci0: usb@ee000000 { 423 compatible = "renesas,xhci-r8a77990", 424 "renesas,rcar-gen3-xhci"; --- 76 unchanged lines hidden --- | 427 power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; 428 resets = <&cpg 310>; 429 status = "disabled"; 430 }; 431 432 xhci0: usb@ee000000 { 433 compatible = "renesas,xhci-r8a77990", 434 "renesas,rcar-gen3-xhci"; --- 76 unchanged lines hidden --- |