soc/xtensa: Configuring the DW USB DT aliases in Intel s1000

These aliases will be used by the DW driver.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2019-12-18 09:08:12 +01:00 committed by Anas Nashif
commit 1925b501a8

View file

@ -102,4 +102,16 @@
#define DT_DMA_DW_2_IRQ_FLAGS \
DT_SNPS_DESIGNWARE_DMA_7E000_IRQ_0_SENSE
/*
* USB configuration
*/
#define DT_USB_DW_0_BASE_ADDRESS \
DT_SNPS_DESIGNWARE_USB_A0000_BASE_ADDRESS
#define DT_USB_DW_0_NAME DT_SNPS_DESIGNWARE_USB_A0000_LABEL
#define DT_USB_DW_0_IRQ DT_SNPS_DESIGNWARE_USB_A0000_IRQ_0
#define DT_USB_DW_0_IRQ_PRI \
DT_SNPS_DESIGNWARE_USB_A0000_IRQ_0_PRIORITY
#define DT_USB_DW_0_IRQ_FLAGS \
DT_SNPS_DESIGNWARE_USB_A0000_IRQ_0_SENSE
/* End of SoC Level DTS fixup file */