Add address of USB3.0 host controller registers in RK3568
This commit is contained in:
parent
e9b9e907c6
commit
9bf663c476
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue