1 1.1 jmcneill /* $NetBSD: mt2712-resets.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $ */ 2 1.1 jmcneill 3 1.1 jmcneill /* SPDX-License-Identifier: GPL-2.0 */ 4 1.1 jmcneill /* 5 1.1 jmcneill * Copyright (c) 2019 MediaTek Inc. 6 1.1 jmcneill * Author: Yong Liang <yong.liang (at) mediatek.com> 7 1.1 jmcneill */ 8 1.1 jmcneill 9 1.1 jmcneill #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT2712 10 1.1 jmcneill #define _DT_BINDINGS_RESET_CONTROLLER_MT2712 11 1.1 jmcneill 12 1.1 jmcneill #define MT2712_TOPRGU_INFRA_SW_RST 0 13 1.1 jmcneill #define MT2712_TOPRGU_MM_SW_RST 1 14 1.1 jmcneill #define MT2712_TOPRGU_MFG_SW_RST 2 15 1.1 jmcneill #define MT2712_TOPRGU_VENC_SW_RST 3 16 1.1 jmcneill #define MT2712_TOPRGU_VDEC_SW_RST 4 17 1.1 jmcneill #define MT2712_TOPRGU_IMG_SW_RST 5 18 1.1 jmcneill #define MT2712_TOPRGU_INFRA_AO_SW_RST 8 19 1.1 jmcneill #define MT2712_TOPRGU_USB_SW_RST 9 20 1.1 jmcneill #define MT2712_TOPRGU_APMIXED_SW_RST 10 21 1.1 jmcneill 22 1.1 jmcneill #define MT2712_TOPRGU_SW_RST_NUM 11 23 1.1 jmcneill 24 1.1 jmcneill #endif /* _DT_BINDINGS_RESET_CONTROLLER_MT2712 */ 25