18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2019 MediaTek Inc.
48c2ecf20Sopenharmony_ci * Author: Yong Liang <yong.liang@mediatek.com>
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_CONTROLLER_MT2712
88c2ecf20Sopenharmony_ci#define _DT_BINDINGS_RESET_CONTROLLER_MT2712
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#define MT2712_TOPRGU_INFRA_SW_RST				0
118c2ecf20Sopenharmony_ci#define MT2712_TOPRGU_MM_SW_RST					1
128c2ecf20Sopenharmony_ci#define MT2712_TOPRGU_MFG_SW_RST				2
138c2ecf20Sopenharmony_ci#define MT2712_TOPRGU_VENC_SW_RST				3
148c2ecf20Sopenharmony_ci#define MT2712_TOPRGU_VDEC_SW_RST				4
158c2ecf20Sopenharmony_ci#define MT2712_TOPRGU_IMG_SW_RST				5
168c2ecf20Sopenharmony_ci#define MT2712_TOPRGU_INFRA_AO_SW_RST				8
178c2ecf20Sopenharmony_ci#define MT2712_TOPRGU_USB_SW_RST				9
188c2ecf20Sopenharmony_ci#define MT2712_TOPRGU_APMIXED_SW_RST				10
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci#define MT2712_TOPRGU_SW_RST_NUM				11
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci#endif  /* _DT_BINDINGS_RESET_CONTROLLER_MT2712 */
23