162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2019 MediaTek Inc.
462306a36Sopenharmony_ci * Author: Yong Liang <yong.liang@mediatek.com>
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef _DT_BINDINGS_RESET_CONTROLLER_MT2712
862306a36Sopenharmony_ci#define _DT_BINDINGS_RESET_CONTROLLER_MT2712
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#define MT2712_TOPRGU_INFRA_SW_RST				0
1162306a36Sopenharmony_ci#define MT2712_TOPRGU_MM_SW_RST					1
1262306a36Sopenharmony_ci#define MT2712_TOPRGU_MFG_SW_RST				2
1362306a36Sopenharmony_ci#define MT2712_TOPRGU_VENC_SW_RST				3
1462306a36Sopenharmony_ci#define MT2712_TOPRGU_VDEC_SW_RST				4
1562306a36Sopenharmony_ci#define MT2712_TOPRGU_IMG_SW_RST				5
1662306a36Sopenharmony_ci#define MT2712_TOPRGU_INFRA_AO_SW_RST				8
1762306a36Sopenharmony_ci#define MT2712_TOPRGU_USB_SW_RST				9
1862306a36Sopenharmony_ci#define MT2712_TOPRGU_APMIXED_SW_RST				10
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ci#define MT2712_TOPRGU_SW_RST_NUM				11
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_ci#endif  /* _DT_BINDINGS_RESET_CONTROLLER_MT2712 */
23