arm-trusted-firmware/plat/brcm/board/stingray/include/platform_usb.h
Bharat Gooty 682fe37032 driver: brcm: add USB driver
Signed-off-by: Bharat Gooty <bharat.gooty@broadcom.com>
Change-Id: I456aa7a641fffa8ea4e833615af3effec42a31b2
2021-03-10 12:11:26 +05:30

20 lines
343 B
C

/*
* Copyright (c) 2019 - 2021, Broadcom
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef PLATFORM_USB_H
#define PLATFORM_USB_H
#include <platform_def.h>
#define USB3_DRD BIT(0U)
#define USB3H_USB2DRD BIT(1U)
extern const unsigned int xhc_portsc_reg_offset[MAX_USB_PORTS];
void xhci_phy_init(void);
#endif /* PLATFORM_USB_H */