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:
parent
1d679156f8
commit
1925b501a8
1 changed files with 12 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue