162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright 2020 NXP 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef DT_BINDING_RESET_IMX8MP_H 762306a36Sopenharmony_ci#define DT_BINDING_RESET_IMX8MP_H 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#define IMX8MP_RESET_A53_CORE_POR_RESET0 0 1062306a36Sopenharmony_ci#define IMX8MP_RESET_A53_CORE_POR_RESET1 1 1162306a36Sopenharmony_ci#define IMX8MP_RESET_A53_CORE_POR_RESET2 2 1262306a36Sopenharmony_ci#define IMX8MP_RESET_A53_CORE_POR_RESET3 3 1362306a36Sopenharmony_ci#define IMX8MP_RESET_A53_CORE_RESET0 4 1462306a36Sopenharmony_ci#define IMX8MP_RESET_A53_CORE_RESET1 5 1562306a36Sopenharmony_ci#define IMX8MP_RESET_A53_CORE_RESET2 6 1662306a36Sopenharmony_ci#define IMX8MP_RESET_A53_CORE_RESET3 7 1762306a36Sopenharmony_ci#define IMX8MP_RESET_A53_DBG_RESET0 8 1862306a36Sopenharmony_ci#define IMX8MP_RESET_A53_DBG_RESET1 9 1962306a36Sopenharmony_ci#define IMX8MP_RESET_A53_DBG_RESET2 10 2062306a36Sopenharmony_ci#define IMX8MP_RESET_A53_DBG_RESET3 11 2162306a36Sopenharmony_ci#define IMX8MP_RESET_A53_ETM_RESET0 12 2262306a36Sopenharmony_ci#define IMX8MP_RESET_A53_ETM_RESET1 13 2362306a36Sopenharmony_ci#define IMX8MP_RESET_A53_ETM_RESET2 14 2462306a36Sopenharmony_ci#define IMX8MP_RESET_A53_ETM_RESET3 15 2562306a36Sopenharmony_ci#define IMX8MP_RESET_A53_SOC_DBG_RESET 16 2662306a36Sopenharmony_ci#define IMX8MP_RESET_A53_L2RESET 17 2762306a36Sopenharmony_ci#define IMX8MP_RESET_SW_NON_SCLR_M7C_RST 18 2862306a36Sopenharmony_ci#define IMX8MP_RESET_OTG1_PHY_RESET 19 2962306a36Sopenharmony_ci#define IMX8MP_RESET_OTG2_PHY_RESET 20 3062306a36Sopenharmony_ci#define IMX8MP_RESET_SUPERMIX_RESET 21 3162306a36Sopenharmony_ci#define IMX8MP_RESET_AUDIOMIX_RESET 22 3262306a36Sopenharmony_ci#define IMX8MP_RESET_MLMIX_RESET 23 3362306a36Sopenharmony_ci#define IMX8MP_RESET_PCIEPHY 24 3462306a36Sopenharmony_ci#define IMX8MP_RESET_PCIEPHY_PERST 25 3562306a36Sopenharmony_ci#define IMX8MP_RESET_PCIE_CTRL_APPS_EN 26 3662306a36Sopenharmony_ci#define IMX8MP_RESET_PCIE_CTRL_APPS_TURNOFF 27 3762306a36Sopenharmony_ci#define IMX8MP_RESET_HDMI_PHY_APB_RESET 28 3862306a36Sopenharmony_ci#define IMX8MP_RESET_MEDIA_RESET 29 3962306a36Sopenharmony_ci#define IMX8MP_RESET_GPU2D_RESET 30 4062306a36Sopenharmony_ci#define IMX8MP_RESET_GPU3D_RESET 31 4162306a36Sopenharmony_ci#define IMX8MP_RESET_GPU_RESET 32 4262306a36Sopenharmony_ci#define IMX8MP_RESET_VPU_RESET 33 4362306a36Sopenharmony_ci#define IMX8MP_RESET_VPU_G1_RESET 34 4462306a36Sopenharmony_ci#define IMX8MP_RESET_VPU_G2_RESET 35 4562306a36Sopenharmony_ci#define IMX8MP_RESET_VPUVC8KE_RESET 36 4662306a36Sopenharmony_ci#define IMX8MP_RESET_NOC_RESET 37 4762306a36Sopenharmony_ci 4862306a36Sopenharmony_ci#define IMX8MP_RESET_NUM 38 4962306a36Sopenharmony_ci 5062306a36Sopenharmony_ci#endif 51