summaryrefslogtreecommitdiffstats
path: root/dts/include/dt-bindings/reset/mediatek,mt6735-wdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'dts/include/dt-bindings/reset/mediatek,mt6735-wdt.h')
-rw-r--r--dts/include/dt-bindings/reset/mediatek,mt6735-wdt.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/dts/include/dt-bindings/reset/mediatek,mt6735-wdt.h b/dts/include/dt-bindings/reset/mediatek,mt6735-wdt.h
new file mode 100644
index 0000000000..c6056e676d
--- /dev/null
+++ b/dts/include/dt-bindings/reset/mediatek,mt6735-wdt.h
@@ -0,0 +1,17 @@
+/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
+
+#ifndef _DT_BINDINGS_RESET_MEDIATEK_MT6735_WDT_H_
+#define _DT_BINDINGS_RESET_MEDIATEK_MT6735_WDT_H_
+
+#define MT6735_TOPRGU_MM_RST 1
+#define MT6735_TOPRGU_MFG_RST 2
+#define MT6735_TOPRGU_VENC_RST 3
+#define MT6735_TOPRGU_VDEC_RST 4
+#define MT6735_TOPRGU_IMG_RST 5
+#define MT6735_TOPRGU_MD_RST 7
+#define MT6735_TOPRGU_CONN_RST 9
+#define MT6735_TOPRGU_C2K_SW_RST 14
+#define MT6735_TOPRGU_C2K_RST 15
+#define MT6735_TOPRGU_RST_NUM 9
+
+#endif