diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-10-02 04:32:12 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-10-07 20:25:22 -0400 |
commit | 87f1ba80179a75ae1e2e783b890adb39949c7c03 (patch) | |
tree | cbf4115a1b7e8292cc4faf9d5e345d89485aa297 /arch/arm/boot/dts/r8a7778.dtsi | |
parent | 15ab426c0f1935016ea52cfedf0d808f8c79dd1e (diff) |
ARM: shmobile: r8a7778: add renesas_intc_irqpin support on DTSI
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7778.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7778.dtsi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7778.dtsi b/arch/arm/boot/dts/r8a7778.dtsi index 45ac404ab6d8..5d08f1162e8c 100644 --- a/arch/arm/boot/dts/r8a7778.dtsi +++ b/arch/arm/boot/dts/r8a7778.dtsi | |||
@@ -33,6 +33,25 @@ | |||
33 | <0xfe430000 0x100>; | 33 | <0xfe430000 0x100>; |
34 | }; | 34 | }; |
35 | 35 | ||
36 | /* irqpin: IRQ0 - IRQ3 */ | ||
37 | irqpin: irqpin@fe78001c { | ||
38 | compatible = "renesas,intc-irqpin"; | ||
39 | #interrupt-cells = <2>; | ||
40 | interrupt-controller; | ||
41 | status = "disabled"; /* default off */ | ||
42 | reg = <0xfe78001c 4>, | ||
43 | <0xfe780010 4>, | ||
44 | <0xfe780024 4>, | ||
45 | <0xfe780044 4>, | ||
46 | <0xfe780064 4>; | ||
47 | interrupt-parent = <&gic>; | ||
48 | interrupts = <0 27 0x4 | ||
49 | 0 28 0x4 | ||
50 | 0 29 0x4 | ||
51 | 0 30 0x4>; | ||
52 | sense-bitfield-width = <2>; | ||
53 | }; | ||
54 | |||
36 | gpio0: gpio@ffc40000 { | 55 | gpio0: gpio@ffc40000 { |
37 | compatible = "renesas,gpio-r8a7778", "renesas,gpio-rcar"; | 56 | compatible = "renesas,gpio-r8a7778", "renesas,gpio-rcar"; |
38 | reg = <0xffc40000 0x2c>; | 57 | reg = <0xffc40000 0x2c>; |