Adding more USB hardware information for RK3568

This commit is contained in:
xj 2024-06-27 20:10:44 -07:00
parent e44ae64451
commit 2c82079be7
1 changed files with 7 additions and 5 deletions

View File

@ -47,12 +47,14 @@ extern "C" {
/*
* Address of USB3 host control base Register in RK3568.
* USB3_ADDR_OFFSET_UPPER_BOUND can be found in <Rockchip RK3568 Technical Reference Manual, Revision 1.0> Part 2,
* Table 16-1 USB3 Address Mapping.
*/
#define USB3_0_ID 0
#define USB3_1_ID 1
#define USB3_0_BASE_ADDR 0xFCC00000
#define USB3_1_BASE_ADDR 0xFD000000
#define USB3_0_ID 0
#define USB3_1_ID 1
#define USB3_0_BASE_ADDR 0xFCC00000
#define USB3_1_BASE_ADDR 0xFD000000
#define USB3_ADDR_OFFSET_UPPER_BOUND 0x07FFF
/**
* @brief xHCI host controller hardware init.