Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/reset/mediatek,mt7988-resets.h
26282 views
1
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2
/*
3
* Copyright (c) 2023 Daniel Golle <[email protected]>
4
* Author: Daniel Golle <[email protected]>
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
/* INFRA resets */
14
#define MT7988_INFRA_RST0_PEXTP_MAC_SWRST 0
15
#define MT7988_INFRA_RST1_THERM_CTRL_SWRST 1
16
17
18
#endif /* _DT_BINDINGS_RESET_CONTROLLER_MT7988 */
19
20
21