Path: blob/master/include/dt-bindings/reset/mt2712-resets.h
26282 views
/* SPDX-License-Identifier: GPL-2.0 */1/*2* Copyright (c) 2019 MediaTek Inc.3* Author: Yong Liang <[email protected]>4*/56#ifndef _DT_BINDINGS_RESET_CONTROLLER_MT27127#define _DT_BINDINGS_RESET_CONTROLLER_MT271289#define MT2712_TOPRGU_INFRA_SW_RST 010#define MT2712_TOPRGU_MM_SW_RST 111#define MT2712_TOPRGU_MFG_SW_RST 212#define MT2712_TOPRGU_VENC_SW_RST 313#define MT2712_TOPRGU_VDEC_SW_RST 414#define MT2712_TOPRGU_IMG_SW_RST 515#define MT2712_TOPRGU_INFRA_AO_SW_RST 816#define MT2712_TOPRGU_USB_SW_RST 917#define MT2712_TOPRGU_APMIXED_SW_RST 101819#define MT2712_TOPRGU_SW_RST_NUM 112021#endif /* _DT_BINDINGS_RESET_CONTROLLER_MT2712 */222324