blob: 4933019713672971fa8e2d63dd8a864cb2a725f8 [file] [log] [blame]
Tom Rini93743d22024-04-01 09:08:13 -04001/* 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 */