diff options
author | Youlin Wang <[email protected]> | 2019-04-04 01:16:27 -0700 |
---|---|---|
committer | Wei Xu <[email protected]> | 2019-04-08 16:31:01 +0100 |
commit | c9726326006535d95556b19aae524db6f8f8cc5e (patch) | |
tree | 0bcd105ccac88c6463e2b056e3e71e75bbe79771 | |
parent | 792cea3f48add8ed13febab52a616cb52c3c7c7a (diff) |
arm64: dts: hi3660: Add hisi asp dma device
Add asp-dma device to hi3660 dts
Cc: Tanglei Han <[email protected]>
Cc: Zhuangluan Su <[email protected]>
Cc: Ryan Grachek <[email protected]>
Cc: Manivannan Sadhasivam <[email protected]>
Cc: Wei Xu <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: [email protected]
Cc: [email protected]
Acked-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Youlin Wang <[email protected]>
Signed-off-by: Tanglei Han <[email protected]>
Signed-off-by: John Stultz <[email protected]>
Signed-off-by: Wei Xu <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi index a3eeab1e1283..fb5498d177b9 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi @@ -567,6 +567,16 @@ dma-type = "hi3660_dma"; }; + asp_dmac: dma-controller@e804b000 { + compatible = "hisilicon,hisi-pcm-asp-dma-1.0"; + reg = <0x0 0xe804b000 0x0 0x1000>; + #dma-cells = <1>; + dma-channels = <16>; + dma-requests = <32>; + interrupts = <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>; + interrupt-names = "asp_dma_irq"; + }; + rtc0: rtc@fff04000 { compatible = "arm,pl031", "arm,primecell"; reg = <0x0 0Xfff04000 0x0 0x1000>; |