Adding more USB hardware information for RK3568

This commit is contained in:
xj 2024-06-27 20:28:57 -07:00
parent 2c82079be7
commit b0471990a3
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ extern "C" {
#define USB3_1_BASE_ADDR 0xFD000000
#define USB3_ADDR_OFFSET_UPPER_BOUND 0x07FFF
#define USB3_VIRADDR_BASE 0x0000002000000000ULL
#define USB3_1_VIRADDR_BASE USB3_VIRADDR_BASE
#define USB3_2_VIRADDR_BASE USB3_VIRADDR_BASE + USB3_ADDR_OFFSET_UPPER_BOUND
/**
* @brief xHCI host controller hardware init.
*