sama7g5-reset.h revision 1.1.1.1
1/*	$NetBSD: sama7g5-reset.h,v 1.1.1.1 2026/01/18 05:21:55 skrll Exp $	*/
2
3/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
4
5#ifndef __DT_BINDINGS_RESET_SAMA7G5_H
6#define __DT_BINDINGS_RESET_SAMA7G5_H
7
8#define SAMA7G5_RESET_USB_PHY1		4
9#define SAMA7G5_RESET_USB_PHY2		5
10#define SAMA7G5_RESET_USB_PHY3		6
11
12#endif /* __DT_BINDINGS_RESET_SAMA7G5_H */
13