Skip to content

Commit d28970d

Browse files
committed
arm64: dts: renesas: r8a779h0: Add INTC-EX node
Add the device node for the Interrupt Controller for External Devices (INTC-EX) on the Renesas R-Car V4M (R8A779H0) SoC, which serves external IRQ pins IRQ[0-5]. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Tested-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Link: https://lore.kernel.org/r/66aba473186df9a137e7f95393209b23a5916fd1.1713281889.git.geert+renesas@glider.be
1 parent a6e140f commit d28970d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

arch/arm64/boot/dts/renesas/r8a779h0.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,22 @@
404404
#thermal-sensor-cells = <1>;
405405
};
406406

407+
intc_ex: interrupt-controller@e61c0000 {
408+
compatible = "renesas,intc-ex-r8a779h0", "renesas,irqc";
409+
#interrupt-cells = <2>;
410+
interrupt-controller;
411+
reg = <0 0xe61c0000 0 0x200>;
412+
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
413+
<GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
414+
<GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>,
415+
<GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,
416+
<GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
417+
<GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
418+
clocks = <&cpg CPG_MOD 611>;
419+
power-domains = <&sysc R8A779H0_PD_ALWAYS_ON>;
420+
resets = <&cpg 611>;
421+
};
422+
407423
tmu0: timer@e61e0000 {
408424
compatible = "renesas,tmu-r8a779h0", "renesas,tmu";
409425
reg = <0 0xe61e0000 0 0x30>;

0 commit comments

Comments
 (0)