mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-26 06:04:14 +08:00
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>
This commit is contained in:
parent
65cedf0e25
commit
6dd2f1c44a
@ -281,6 +281,17 @@
|
||||
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>;
|
||||
|
Loading…
Reference in New Issue
Block a user