xref: /linux/include/dt-bindings/reset/mediatek,mt7988-resets.h (revision 42ac0be18bfa09c03f52244f7c3e15c89b38532f)
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2 /*
3  * Copyright (c) 2023 Daniel Golle <daniel@makrotopia.org>
4  * Author: Daniel Golle <daniel@makrotopia.org>
5  */
6 
7 #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT7988
8 #define _DT_BINDINGS_RESET_CONTROLLER_MT7988
9 
10 /* ETHWARP resets */
11 #define MT7988_ETHWARP_RST_SWITCH		0
12 
13 #endif  /* _DT_BINDINGS_RESET_CONTROLLER_MT7988 */
14