blob: 0eb152889a896e959251b98d69970ec689a2c83f [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
Tom Rini6bb92fc2024-05-20 09:54:58 -060013/* INFRA resets */
14#define MT7988_INFRA_RST0_PEXTP_MAC_SWRST 0
15#define MT7988_INFRA_RST1_THERM_CTRL_SWRST 1
16
17
Tom Rini93743d22024-04-01 09:08:13 -040018#endif /* _DT_BINDINGS_RESET_CONTROLLER_MT7988 */
Tom Rini6bb92fc2024-05-20 09:54:58 -060019