mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-09 11:48:53 +00:00
15 lines
313 B
C
15 lines
313 B
C
|
/* 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
|