arm: arch-imx9: Add USB2.0 and USB3.0 base address definitions
Add USB1_BASE_ADDR and USB2_BASE_ADDR for i.MX9 platform, and define USB_BASE_ADDR as an alias to USB2_BASE_ADDR. Signed-off-by: Alice Guo <alice.guo@nxp.com>
This commit is contained in:
@@ -39,6 +39,11 @@
|
||||
|
||||
#define ANATOP_BASE_ADDR 0x44480000UL
|
||||
|
||||
#define USB1_BASE_ADDR 0x4c100000
|
||||
#define USB2_BASE_ADDR 0x4c200000
|
||||
|
||||
#define USB_BASE_ADDR USB2_BASE_ADDR
|
||||
|
||||
#define BLK_CTRL_WAKEUPMIX_BASE_ADDR 0x42420000
|
||||
#define BLK_CTRL_NS_ANOMIX_BASE_ADDR 0x44210000
|
||||
#define BLK_CTRL_S_ANOMIX_BASE_ADDR 0x444f0000
|
||||
|
||||
Reference in New Issue
Block a user