/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2019 MediaTek Inc. */ #ifndef _DT_BINDINGS_RESET_CONTROLLER_MT6761 #define _DT_BINDINGS_RESET_CONTROLLER_MT6761 /* Resource Sources */ #define MT6761_SRC_SPM_THERMAL_RST 0 #define MT6761_SRC_SPM_RST 1 #define MT6761_SRC_EINT_RST 2 #define MT6761_SRC_SYSRST_RST 3 #define MT6761_SRC_DVFSP_RST 4 #define MT6761_SRC_SSPM_RST 16 #define MT6761_SRC_MDDBG_RST 17 #define MT6761_SRC_THERMAL_RST 18 #define MT6761_SRC_DEBUGSYS_RST 19 #endif /* _DT_BINDINGS_RESET_CONTROLLER_MT6761 */