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:
Tomasz Bursztyka 2019-12-09 15:45:23 +01:00 committed by Anas Nashif
commit 0d4bf57709

View file

@ -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";
};
};
};