diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-02-23 18:47:28 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-02-23 18:51:39 -0500 |
commit | 6dd2f1c44a1f9cf466fcb9d092a70db9452f5050 (patch) | |
tree | 78494fb23958be5067c58fb318f6c3843c2f7d05 /arch/arm/boot/dts/exynos5420.dtsi | |
parent | 65cedf0e25e7ca5f5abfc160c139201217f3b22e (diff) |
ARM: dts: Add ADMA node to exynos5420
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos5420.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos5420.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index fbb03f1079e3..07fea7c49508 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi | |||
@@ -281,6 +281,17 @@ | |||
281 | interrupt-parent = <&gic>; | 281 | interrupt-parent = <&gic>; |
282 | ranges; | 282 | ranges; |
283 | 283 | ||
284 | adma: adma@03880000 { | ||
285 | compatible = "arm,pl330", "arm,primecell"; | ||
286 | reg = <0x03880000 0x1000>; | ||
287 | interrupts = <0 110 0>; | ||
288 | clocks = <&clock_audss EXYNOS_ADMA>; | ||
289 | clock-names = "apb_pclk"; | ||
290 | #dma-cells = <1>; | ||
291 | #dma-channels = <6>; | ||
292 | #dma-requests = <16>; | ||
293 | }; | ||
294 | |||
284 | pdma0: pdma@121A0000 { | 295 | pdma0: pdma@121A0000 { |
285 | compatible = "arm,pl330", "arm,primecell"; | 296 | compatible = "arm,pl330", "arm,primecell"; |
286 | reg = <0x121A0000 0x1000>; | 297 | reg = <0x121A0000 0x1000>; |