1 /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
3 * Copyright (C) STMicroelectronics 2023 - All Rights Reserved
4 * Author(s): Gabriel Fernandez <gabriel.fernandez@foss.st.com>
7 #ifndef _DT_BINDINGS_STM32MP25_RESET_H_
8 #define _DT_BINDINGS_STM32MP25_RESET_H_
76 #define USB3PCIEPHY_R 66
80 #define SDMMC1DLL_R 70
82 #define SDMMC2DLL_R 72
84 #define SDMMC3DLL_R 74
105 #define IWDG2_KER_R 95
106 #define IWDG4_KER_R 96
115 #define OSPI1DLL_R 105
117 #define OSPI2DLL_R 107
139 #define C2_HOLDBOOT_R 129
140 #define C1_HOLDBOOT_R 130
142 #define C1P1POR_R 132
150 #define DDRCAPB_R 140
151 #define DDRPHYCAPB_R 141
155 #define STM32MP25_LAST_RESET 144
157 #define RST_SCMI_C1_R 0
158 #define RST_SCMI_C2_R 1
159 #define RST_SCMI_C1_HOLDBOOT_R 2
160 #define RST_SCMI_C2_HOLDBOOT_R 3
161 #define RST_SCMI_FMC 4
162 #define RST_SCMI_OSPI1 5
163 #define RST_SCMI_OSPI1DLL 6
164 #define RST_SCMI_OSPI2 7
165 #define RST_SCMI_OSPI2DLL 8
167 #endif /* _DT_BINDINGS_STM32MP25_RESET_H_ */