18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright 2020 NXP
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef DT_BINDING_RESET_IMX8MP_H
78c2ecf20Sopenharmony_ci#define DT_BINDING_RESET_IMX8MP_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_CORE_POR_RESET0	0
108c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_CORE_POR_RESET1	1
118c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_CORE_POR_RESET2	2
128c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_CORE_POR_RESET3	3
138c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_CORE_RESET0		4
148c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_CORE_RESET1		5
158c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_CORE_RESET2		6
168c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_CORE_RESET3		7
178c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_DBG_RESET0		8
188c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_DBG_RESET1		9
198c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_DBG_RESET2		10
208c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_DBG_RESET3		11
218c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_ETM_RESET0		12
228c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_ETM_RESET1		13
238c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_ETM_RESET2		14
248c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_ETM_RESET3		15
258c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_SOC_DBG_RESET		16
268c2ecf20Sopenharmony_ci#define IMX8MP_RESET_A53_L2RESET		17
278c2ecf20Sopenharmony_ci#define IMX8MP_RESET_SW_NON_SCLR_M7C_RST	18
288c2ecf20Sopenharmony_ci#define IMX8MP_RESET_OTG1_PHY_RESET		19
298c2ecf20Sopenharmony_ci#define IMX8MP_RESET_OTG2_PHY_RESET		20
308c2ecf20Sopenharmony_ci#define IMX8MP_RESET_SUPERMIX_RESET		21
318c2ecf20Sopenharmony_ci#define IMX8MP_RESET_AUDIOMIX_RESET		22
328c2ecf20Sopenharmony_ci#define IMX8MP_RESET_MLMIX_RESET		23
338c2ecf20Sopenharmony_ci#define IMX8MP_RESET_PCIEPHY			24
348c2ecf20Sopenharmony_ci#define IMX8MP_RESET_PCIEPHY_PERST		25
358c2ecf20Sopenharmony_ci#define IMX8MP_RESET_PCIE_CTRL_APPS_EN		26
368c2ecf20Sopenharmony_ci#define IMX8MP_RESET_PCIE_CTRL_APPS_TURNOFF	27
378c2ecf20Sopenharmony_ci#define IMX8MP_RESET_HDMI_PHY_APB_RESET		28
388c2ecf20Sopenharmony_ci#define IMX8MP_RESET_MEDIA_RESET		29
398c2ecf20Sopenharmony_ci#define IMX8MP_RESET_GPU2D_RESET		30
408c2ecf20Sopenharmony_ci#define IMX8MP_RESET_GPU3D_RESET		31
418c2ecf20Sopenharmony_ci#define IMX8MP_RESET_GPU_RESET			32
428c2ecf20Sopenharmony_ci#define IMX8MP_RESET_VPU_RESET			33
438c2ecf20Sopenharmony_ci#define IMX8MP_RESET_VPU_G1_RESET		34
448c2ecf20Sopenharmony_ci#define IMX8MP_RESET_VPU_G2_RESET		35
458c2ecf20Sopenharmony_ci#define IMX8MP_RESET_VPUVC8KE_RESET		36
468c2ecf20Sopenharmony_ci#define IMX8MP_RESET_NOC_RESET			37
478c2ecf20Sopenharmony_ci
488c2ecf20Sopenharmony_ci#define IMX8MP_RESET_NUM			38
498c2ecf20Sopenharmony_ci
508c2ecf20Sopenharmony_ci#endif
51