dts: Setup DMA node for the Intel S1000
Details of the node are configured via DTS. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
e39571f331
commit
0d4bf57709
1 changed files with 10 additions and 0 deletions
|
@ -147,5 +147,15 @@
|
|||
label = "SPI_0";
|
||||
};
|
||||
|
||||
dma0: dma@7c000 {
|
||||
compatible = "snps,designware-dma";
|
||||
#dma-cells = <8>;
|
||||
reg = <0x0007C000 0x1000>;
|
||||
interrupts = <0x10 0 0>;
|
||||
interrupt-parent = <&cavs3>;
|
||||
label = "DMA_0";
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue