Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/reset/mediatek,mt6735-wdt.h
26282 views
1
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2
3
#ifndef _DT_BINDINGS_RESET_MEDIATEK_MT6735_WDT_H_
4
#define _DT_BINDINGS_RESET_MEDIATEK_MT6735_WDT_H_
5
6
#define MT6735_TOPRGU_MM_RST 1
7
#define MT6735_TOPRGU_MFG_RST 2
8
#define MT6735_TOPRGU_VENC_RST 3
9
#define MT6735_TOPRGU_VDEC_RST 4
10
#define MT6735_TOPRGU_IMG_RST 5
11
#define MT6735_TOPRGU_MD_RST 7
12
#define MT6735_TOPRGU_CONN_RST 9
13
#define MT6735_TOPRGU_C2K_SW_RST 14
14
#define MT6735_TOPRGU_C2K_RST 15
15
#define MT6735_TOPRGU_RST_NUM 9
16
17
#endif
18
19