brintos

brintos / linux-shallow public Read only

0
0
Text · 489 B · 0eb1528 Raw
20 lines · c
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_MT79888#define _DT_BINDINGS_RESET_CONTROLLER_MT79889 10/* ETHWARP resets */11#define MT7988_ETHWARP_RST_SWITCH		012 13/* INFRA resets */14#define MT7988_INFRA_RST0_PEXTP_MAC_SWRST	015#define MT7988_INFRA_RST1_THERM_CTRL_SWRST	116 17 18#endif  /* _DT_BINDINGS_RESET_CONTROLLER_MT7988 */19 20