aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/r8a7791.dtsi
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-10-01 04:12:29 -0400
committerSimon Horman <horms+renesas@verge.net.au>2013-10-07 20:25:21 -0400
commitd77db73e260fe4b5cca4fa1e5253c21e2d755f58 (patch)
tree8d7df53f8e247ec4fa512874a41c918d169ae5ee /arch/arm/boot/dts/r8a7791.dtsi
parente99d7963e0b9469f16f434a5a68a7cba3004a2df (diff)
ARM: shmobile: r8a7791 IRQC device tree node
Enable a r8a7791 IRQC block by adding a device tree node for the IRQC hardware and pins IRQ0 to IRQ9. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7791.dtsi')
-rw-r--r--arch/arm/boot/dts/r8a7791.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
index bbed43bd9be9..b70141758de1 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -38,4 +38,22 @@
38 <0 0xf1006000 0 0x2000>; 38 <0 0xf1006000 0 0x2000>;
39 interrupts = <1 9 0xf04>; 39 interrupts = <1 9 0xf04>;
40 }; 40 };
41
42 irqc0: interrupt-controller@e61c0000 {
43 compatible = "renesas,irqc";
44 #interrupt-cells = <2>;
45 interrupt-controller;
46 reg = <0 0xe61c0000 0 0x200>;
47 interrupt-parent = <&gic>;
48 interrupts = <0 0 4>,
49 <0 1 4>,
50 <0 2 4>,
51 <0 3 4>,
52 <0 12 4>,
53 <0 13 4>,
54 <0 14 4>,
55 <0 15 4>,
56 <0 16 4>,
57 <0 17 4>;
58 };
41}; 59};