Commit 41683583 authored by Michal Simek's avatar Michal Simek

ARM: zynq: DT: Describe interrupt-names for pl330

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 357a454e
......@@ -260,6 +260,8 @@ dmac_s: dmac@f8003000 {
compatible = "arm,pl330", "arm,primecell";
reg = <0xf8003000 0x1000>;
interrupt-parent = <&intc>;
interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3",
"dma4", "dma5", "dma6", "dma7";
interrupts = <0 13 4>,
<0 14 4>, <0 15 4>,
<0 16 4>, <0 17 4>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment