Sergiu Moga | 7b88887 | 2023-01-04 16:04:13 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ |
2 | |||||
3 | #ifndef __DT_BINDINGS_RESET_SAMA7G5_H | ||||
4 | #define __DT_BINDINGS_RESET_SAMA7G5_H | ||||
5 | |||||
6 | #define SAMA7G5_RESET_USB_PHY1 4 | ||||
7 | #define SAMA7G5_RESET_USB_PHY2 5 | ||||
8 | #define SAMA7G5_RESET_USB_PHY3 6 | ||||
9 | |||||
10 | #endif /* __DT_BINDINGS_RESET_SAMA7G5_H */ |