1 /* 2 * SPDX-FileCopyrightText: 2020-2024 Espressif Systems (Shanghai) CO LTD 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #pragma once 8 9 /* 10 Note: These macros are deprecated. When connecting USB OTG to an external FSLS 11 PHY, the FSLS Serial Interface signals can be routed to any GPIO via the GPIO 12 matrix. Thus, these macros are meaningless. 13 14 Todo: Remove in IDF v6.0 (IDF-9029) 15 */ 16 #define USBPHY_VP_NUM 42 17 #define USBPHY_VM_NUM 41 18 #define USBPHY_RCV_NUM 21 19 #define USBPHY_OEN_NUM 40 20 #define USBPHY_VPO_NUM 39 21 #define USBPHY_VMO_NUM 38 22 23 /* GPIOs corresponding to the pads of the internal USB PHY */ 24 #define USBPHY_DP_NUM 20 25 #define USBPHY_DM_NUM 19 26