soc: add USB peripheral register definitions, hal level, reg map, etc

This commit is contained in:
Andrei Gramakov
2020-01-27 13:21:43 +01:00
committed by bot
parent 59c39173f2
commit 4e8b4b9e49
14 changed files with 14526 additions and 1 deletions

View File

@@ -81,6 +81,7 @@
#define DR_REG_SPI4_BASE 0x3f437000
#define DR_REG_USB_WRAP_BASE 0x3f439000
#define DR_REG_APB_SARADC_BASE 0x3f440000
#define DR_REG_USB_BASE 0x60080000
#define REG_UHCI_BASE(i) (DR_REG_UHCI0_BASE)
#define REG_UART_BASE( i ) (DR_REG_UART_BASE + (i) * 0x10000 )