blob: 46946d377d933ff9e2746732961bc509cfb57ce1 [file] [log] [blame]
Jim Liu4ddc8d42023-11-14 16:51:56 +08001/* 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