ARM: dts: Add ADMA node to exynos5420
authorSachin Kamat <sachin.kamat@linaro.org>
Sun, 23 Feb 2014 23:47:28 +0000 (08:47 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sun, 23 Feb 2014 23:51:39 +0000 (08:51 +0900)
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5420.dtsi

index fbb03f1079e3760914d6a9b6aa60d5acdda6bb27..07fea7c495086520c7bba8cb658b98044c843070 100644 (file)
                interrupt-parent = <&gic>;
                ranges;
 
+               adma: adma@03880000 {
+                       compatible = "arm,pl330", "arm,primecell";
+                       reg = <0x03880000 0x1000>;
+                       interrupts = <0 110 0>;
+                       clocks = <&clock_audss EXYNOS_ADMA>;
+                       clock-names = "apb_pclk";
+                       #dma-cells = <1>;
+                       #dma-channels = <6>;
+                       #dma-requests = <16>;
+               };
+
                pdma0: pdma@121A0000 {
                        compatible = "arm,pl330", "arm,primecell";
                        reg = <0x121A0000 0x1000>;