diff options
author | Thomas Abraham <thomas.abraham@linaro.org> | 2012-07-13 02:25:08 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-07-13 02:25:08 -0400 |
commit | 4922972ecaca1b2eeb0f7643f97006d2f713d42b (patch) | |
tree | 22111b0506b7a18b413dab1a41afdad1caa684b3 /arch/arm/boot/dts/exynos4210.dtsi | |
parent | 2b90807549e5d1f700e523ddd098651ecfc18e65 (diff) |
ARM: EXYNOS: Add device tree node for EXYNOS4 interrupt combiner controller
Add node for EXYNOS4 interrupt combiner controller.
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos4210.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos4210.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index a1dd2ee83753..2707f0ec04b1 100644 --- a/arch/arm/boot/dts/exynos4210.dtsi +++ b/arch/arm/boot/dts/exynos4210.dtsi | |||
@@ -33,6 +33,17 @@ | |||
33 | reg = <0x10490000 0x1000>, <0x10480000 0x100>; | 33 | reg = <0x10490000 0x1000>, <0x10480000 0x100>; |
34 | }; | 34 | }; |
35 | 35 | ||
36 | combiner:interrupt-controller@10440000 { | ||
37 | compatible = "samsung,exynos4210-combiner"; | ||
38 | #interrupt-cells = <2>; | ||
39 | interrupt-controller; | ||
40 | reg = <0x10440000 0x1000>; | ||
41 | interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>, | ||
42 | <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>, | ||
43 | <0 8 0>, <0 9 0>, <0 10 0>, <0 11 0>, | ||
44 | <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>; | ||
45 | }; | ||
46 | |||
36 | watchdog@10060000 { | 47 | watchdog@10060000 { |
37 | compatible = "samsung,s3c2410-wdt"; | 48 | compatible = "samsung,s3c2410-wdt"; |
38 | reg = <0x10060000 0x100>; | 49 | reg = <0x10060000 0x100>; |