forked from xuos/xiuos
Adding more USB hardware information for RK3568
This commit is contained in:
parent
2c82079be7
commit
b0471990a3
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue