1 /* SPDX-License-Identifier: GPL-2.0 */ 2 // Copyright (c) 2023 Nuvoton Technology corporation. 3 4 #ifndef _DT_BINDINGS_NPCM_USBPHY_H 5 #define _DT_BINDINGS_NPCM_USBPHY_H 6 7 #define NPCM_UDC0_7 0 8 #define NPCM_UDC8 1 9 #define NPCM_UDC9 2 10 #define NPCM_USBH1 3 11 #define NPCM_USBH2 4 12 #define NPCM_MAX_USB_CTRL_ID 4 13 14 #endif 15