soc/xtensa: Generate DW DMA DT aliases from DTS options
Such aliases are necessary since different instance could be configured as well. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
414f8b037d
commit
df7df5b89a
1 changed files with 9 additions and 0 deletions
|
@ -65,4 +65,13 @@
|
|||
#define DT_PINMUX_CTRL_REG_COUNT \
|
||||
(DT_INTEL_S1000_PINMUX_81C30_SIZE / 4)
|
||||
|
||||
#define DT_DMA_DW_0_NAME DT_SNPS_DESIGNWARE_DMA_7C000_LABEL
|
||||
#define DT_DMA_DW_0_BASE_ADDR \
|
||||
DT_SNPS_DESIGNWARE_DMA_7C000_BASE_ADDRESS
|
||||
#define DT_DMA_DW_0_IRQ DT_SNPS_DESIGNWARE_DMA_7C000_IRQ_0
|
||||
#define DT_DMA_DW_0_IRQ_PRI \
|
||||
DT_SNPS_DESIGNWARE_DMA_7C000_IRQ_0_PRIORITY
|
||||
#define DT_DMA_DW_0_IRQ_FLAGS \
|
||||
DT_SNPS_DESIGNWARE_DMA_7C000_IRQ_0_SENSE
|
||||
|
||||
/* End of SoC Level DTS fixup file */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue