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:
parent
defa1bce5f
commit
9a57119189
1 changed files with 22 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue