soc/xtensa: Generate 2 other DW DMA DT aliases from DTS options
2 other DMA instances exist along with the first one. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
dff4857349
commit
8151a4e253
1 changed files with 18 additions and 0 deletions
|
@ -74,4 +74,22 @@
|
|||
#define DT_DMA_DW_0_IRQ_FLAGS \
|
||||
DT_SNPS_DESIGNWARE_DMA_7C000_IRQ_0_SENSE
|
||||
|
||||
#define DT_DMA_DW_1_NAME DT_SNPS_DESIGNWARE_DMA_7D000_LABEL
|
||||
#define DT_DMA_DW_1_BASE_ADDR \
|
||||
DT_SNPS_DESIGNWARE_DMA_7D000_BASE_ADDRESS
|
||||
#define DT_DMA_DW_1_IRQ DT_SNPS_DESIGNWARE_DMA_7D000_IRQ_0
|
||||
#define DT_DMA_DW_1_IRQ_PRI \
|
||||
DT_SNPS_DESIGNWARE_DMA_7D000_IRQ_0_PRIORITY
|
||||
#define DT_DMA_DW_1_IRQ_FLAGS \
|
||||
DT_SNPS_DESIGNWARE_DMA_7D000_IRQ_0_SENSE
|
||||
|
||||
#define DT_DMA_DW_2_NAME DT_SNPS_DESIGNWARE_DMA_7E000_LABEL
|
||||
#define DT_DMA_DW_2_BASE_ADDR \
|
||||
DT_SNPS_DESIGNWARE_DMA_7E000_BASE_ADDRESS
|
||||
#define DT_DMA_DW_2_IRQ DT_SNPS_DESIGNWARE_DMA_7E000_IRQ_0
|
||||
#define DT_DMA_DW_2_IRQ_PRI \
|
||||
DT_SNPS_DESIGNWARE_DMA_7E000_IRQ_0_PRIORITY
|
||||
#define DT_DMA_DW_2_IRQ_FLAGS \
|
||||
DT_SNPS_DESIGNWARE_DMA_7E000_IRQ_0_SENSE
|
||||
|
||||
/* End of SoC Level DTS fixup file */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue