1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) STMicroelectronics 2018 - All Rights Reserved
4 * Author: Gabriel Fernandez <gabriel.fernandez@st.com> for STMicroelectronics.
7 #ifndef _DT_BINDINGS_STM32MP1_RESET_H_
8 #define _DT_BINDINGS_STM32MP1_RESET_H_
10 #define MCU_HOLD_BOOT_R 2144
13 #define DDRPERFM_R 3080
44 #define LPTIM1_R 19465
47 #define USART2_R 19470
48 #define USART3_R 19471
69 #define USART6_R 19533
75 #define LPTIM2_R 19584
76 #define LPTIM3_R 19585
77 #define LPTIM4_R 19586
78 #define LPTIM5_R 19587
80 #define SYSCFG_R 19595
82 #define TMPSENS_R 19600
83 #define PMBCTRL_R 19601
86 #define DMAMUX_R 19650
89 #define SDMMC3_R 19664
90 #define CAMITF_R 19712
100 #define GPIOD_R 19779
101 #define GPIOE_R 19780
102 #define GPIOF_R 19781
103 #define GPIOG_R 19782
104 #define GPIOH_R 19783
105 #define GPIOI_R 19784
106 #define GPIOJ_R 19785
107 #define GPIOK_R 19786
109 /* SCMI reset domain identifiers */
110 #define RST_SCMI_SPI6 0
111 #define RST_SCMI_I2C4 1
112 #define RST_SCMI_I2C6 2
113 #define RST_SCMI_USART1 3
114 #define RST_SCMI_STGEN 4
115 #define RST_SCMI_GPIOZ 5
116 #define RST_SCMI_CRYP1 6
117 #define RST_SCMI_HASH1 7
118 #define RST_SCMI_RNG1 8
119 #define RST_SCMI_MDMA 9
120 #define RST_SCMI_MCU 10
121 #define RST_SCMI_MCU_HOLD_BOOT 11
123 #endif /* _DT_BINDINGS_STM32MP1_RESET_H_ */