From 9bf663c4767a390e461d722a541136c1f45878de Mon Sep 17 00:00:00 2001 From: xj Date: Tue, 25 Jun 2024 22:58:36 -0700 Subject: [PATCH] Add address of USB3.0 host controller registers in RK3568 --- .../drivers/usb/components/port/xhci/usb_hc_xhci.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/port/xhci/usb_hc_xhci.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/port/xhci/usb_hc_xhci.h index 1af816dfe..fb1c1bed0 100644 --- a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/port/xhci/usb_hc_xhci.h +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/port/xhci/usb_hc_xhci.h @@ -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. *