summaryrefslogtreecommitdiff
path: root/include/dt-bindings/phy/nuvoton,npcm-usbphy.h
blob: 46946d377d933ff9e2746732961bc509cfb57ce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0 */
// Copyright (c) 2023 Nuvoton Technology corporation.

#ifndef _DT_BINDINGS_NPCM_USBPHY_H
#define _DT_BINDINGS_NPCM_USBPHY_H

#define NPCM_UDC0_7		0
#define NPCM_UDC8		1
#define NPCM_UDC9		2
#define NPCM_USBH1		3
#define NPCM_USBH2		4
#define NPCM_MAX_USB_CTRL_ID	4

#endif