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_CLKS_H_
8 #define _DT_BINDINGS_STM32MP1_CLKS_H_
10 /* OSCILLATOR clocks */
231 /* TRACE & DEBUG clocks */
241 #define DDRPHYCLP 225
243 #define DDRCAPBLP 227
245 #define DDRPHYCAPB 229
246 #define DDRPHYCAPBLP 230
249 #define STM32MP1_LAST_CLK 232
251 /* SCMI clock identifiers */
252 #define CK_SCMI_HSE 0
253 #define CK_SCMI_HSI 1
254 #define CK_SCMI_CSI 2
255 #define CK_SCMI_LSE 3
256 #define CK_SCMI_LSI 4
257 #define CK_SCMI_PLL2_Q 5
258 #define CK_SCMI_PLL2_R 6
259 #define CK_SCMI_MPU 7
260 #define CK_SCMI_AXI 8
261 #define CK_SCMI_BSEC 9
262 #define CK_SCMI_CRYP1 10
263 #define CK_SCMI_GPIOZ 11
264 #define CK_SCMI_HASH1 12
265 #define CK_SCMI_I2C4 13
266 #define CK_SCMI_I2C6 14
267 #define CK_SCMI_IWDG1 15
268 #define CK_SCMI_RNG1 16
269 #define CK_SCMI_RTC 17
270 #define CK_SCMI_RTCAPB 18
271 #define CK_SCMI_SPI6 19
272 #define CK_SCMI_USART1 20
274 #endif /* _DT_BINDINGS_STM32MP1_CLKS_H_ */