#ifndef CONFIG_USB_MAX_CONTROLLER_COUNT
#define CONFIG_USB_MAX_CONTROLLER_COUNT 1
#define FSL_USB2_MPH "fsl-usb2-mph"
#define FSL_USB2_DR "fsl-usb2-dr"
#define CHIPIDEA_USB2 "chipidea,usb2"
#define SNPS_DWC3 "snps,dwc3"
static const char * const compat_usb_fsl[] = {
static int fdt_usb_get_node_type(void *blob, int start_offset,
int *node_offset, const char **node_type)
for (i = 0; compat_usb_fsl[i]; i++) {
*node_offset = fdt_node_offset_by_compatible
*node_type = compat_usb_fsl[i];
static int fdt_fixup_usb_mode_phy_type(void *blob, const char *mode,
const char *phy_type, int start_offset)
const char *prop_mode = "dr_mode";
const char *prop_type = "phy_type";
const char *node_type = NULL;