mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-06 07:49:58 +00:00

When connecting USB OTG to an external FSLS PHY, the FSLS Serial Interface signals can be routed to any GPIO via the GPIO matrix. Thus, these macros are meaningless.
12 lines
249 B
C
12 lines
249 B
C
/*
|
|
* SPDX-FileCopyrightText: 2020-2025 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
/* GPIOs corresponding to the pads of the internal USB PHY */
|
|
#define USBPHY_DP_NUM 20
|
|
#define USBPHY_DM_NUM 19
|