1 /* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */
3 * Copyright (C) STMicroelectronics 2018 - All Rights Reserved
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_SCMI0_HSE 0
253 #define CK_SCMI0_HSI 1
254 #define CK_SCMI0_CSI 2
255 #define CK_SCMI0_LSE 3
256 #define CK_SCMI0_LSI 4
257 #define CK_SCMI0_PLL2_Q 5
258 #define CK_SCMI0_PLL2_R 6
259 #define CK_SCMI0_MPU 7
260 #define CK_SCMI0_AXI 8
261 #define CK_SCMI0_BSEC 9
262 #define CK_SCMI0_CRYP1 10
263 #define CK_SCMI0_GPIOZ 11
264 #define CK_SCMI0_HASH1 12
265 #define CK_SCMI0_I2C4 13
266 #define CK_SCMI0_I2C6 14
267 #define CK_SCMI0_IWDG1 15
268 #define CK_SCMI0_RNG1 16
269 #define CK_SCMI0_RTC 17
270 #define CK_SCMI0_RTCAPB 18
271 #define CK_SCMI0_SPI6 19
272 #define CK_SCMI0_USART1 20
274 #define CK_SCMI1_PLL3_Q 0
275 #define CK_SCMI1_PLL3_R 1
276 #define CK_SCMI1_MCU 2
278 #endif /* _DT_BINDINGS_STM32MP1_CLKS_H_ */