Add address of USB3.0 host controller registers in RK3568

This commit is contained in:
xj 2024-06-25 22:58:36 -07:00
parent e9b9e907c6
commit 9bf663c476
1 changed files with 7 additions and 0 deletions

View File

@ -45,6 +45,13 @@ Modification: rewrite xhci functions to dock with USB core layer, so that the xh
extern "C" {
#endif
/*
* Address of USB3 host control base Register in RK3568.
*/
#define USB3_0_BASE_ADDR 0xFCC00000
#define USB3_1_BASE_ADDR 0xFD000000
/**
* @brief xHCI host controller hardware init.
*