soc/intel/alderlake: Correct PCH-S XHCI port information
Change-Id: I405b4f73584f4391152941bbd32e828a2bd0e6aa
This commit is contained in:
@ -9,10 +9,17 @@
|
||||
* as well as doc# 626817, ADL-P PCH EDS Vol. 1
|
||||
*/
|
||||
|
||||
#if CONFIG(SOC_INTEL_ALDERLAKE_PCH_S)
|
||||
#define PCH_XHCI_USB2_PORT_STATUS_REG 0x480
|
||||
#define PCH_XHCI_USB3_PORT_STATUS_REG 0x580
|
||||
#define PCH_XHCI_USB2_PORT_NUM 14
|
||||
#define PCH_XHCI_USB3_PORT_NUM 10
|
||||
#else
|
||||
#define PCH_XHCI_USB2_PORT_STATUS_REG 0x480
|
||||
#define PCH_XHCI_USB3_PORT_STATUS_REG 0x540
|
||||
#define PCH_XHCI_USB2_PORT_NUM 10
|
||||
#define PCH_XHCI_USB3_PORT_NUM 4
|
||||
#endif
|
||||
|
||||
#define TCSS_XHCI_USB2_PORT_STATUS_REG 0x480
|
||||
#define TCSS_XHCI_USB3_PORT_STATUS_REG 0x490
|
||||
|
Reference in New Issue
Block a user