dts: Add the 2 other DW DMA nodes to intel s1000

There are 2 other DMA controller found on this SoC.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2019-12-17 12:52:25 +01:00 committed by Anas Nashif
commit 9a57119189

View file

@ -157,5 +157,27 @@
status = "okay";
};
dma1: dma@7d000 {
compatible = "snps,designware-dma";
#dma-cells = <8>;
reg = <0x0007D000 0x1000>;
interrupts = <0x00 0 0>;
interrupt-parent = <&cavs1>;
label = "DMA_1";
status = "disabled";
};
dma2: dma@7e000 {
compatible = "snps,designware-dma";
#dma-cells = <8>;
reg = <0x0007E000 0x1000>;
interrupts = <0x00 0 0>;
interrupt-parent = <&cavs2>;
label = "DMA_2";
status = "disabled";
};
};
};