1 /* SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause */
3 * Copyright (C) STMicroelectronics 2020 - All Rights Reserved
4 * Author: Gabriel Fernandez <gabriel.fernandez@foss.st.com> for STMicroelectronics.
7 #ifndef _DT_BINDINGS_STM32MP13_CLKS_H_
8 #define _DT_BINDINGS_STM32MP13_CLKS_H_
10 /* OSCILLATOR clocks */
59 /* TRACE & DEBUG clocks */
114 /* IP clocks with parents */
170 #define ETH1PTP_K 140
172 #define ETH2PTP_K 142
183 #define DDRPHYCLP 151
185 #define DDRCAPBLP 153
187 #define DDRPHYCAPB 155
188 #define DDRPHYCAPBLP 156
196 #define STM32MP1_LAST_CLK 162
198 /* SCMI clock identifiers */
199 #define CK_SCMI_HSE 0
200 #define CK_SCMI_HSI 1
201 #define CK_SCMI_CSI 2
202 #define CK_SCMI_LSE 3
203 #define CK_SCMI_LSI 4
204 #define CK_SCMI_HSE_DIV2 5
205 #define CK_SCMI_PLL2_Q 6
206 #define CK_SCMI_PLL2_R 7
207 #define CK_SCMI_PLL3_P 8
208 #define CK_SCMI_PLL3_Q 9
209 #define CK_SCMI_PLL3_R 10
210 #define CK_SCMI_PLL4_P 11
211 #define CK_SCMI_PLL4_Q 12
212 #define CK_SCMI_PLL4_R 13
213 #define CK_SCMI_MPU 14
214 #define CK_SCMI_AXI 15
215 #define CK_SCMI_MLAHB 16
216 #define CK_SCMI_CKPER 17
217 #define CK_SCMI_PCLK1 18
218 #define CK_SCMI_PCLK2 19
219 #define CK_SCMI_PCLK3 20
220 #define CK_SCMI_PCLK4 21
221 #define CK_SCMI_PCLK5 22
222 #define CK_SCMI_PCLK6 23
223 #define CK_SCMI_CKTIMG1 24
224 #define CK_SCMI_CKTIMG2 25
225 #define CK_SCMI_CKTIMG3 26
226 #define CK_SCMI_RTC 27
227 #define CK_SCMI_RTCAPB 28
229 #endif /* _DT_BINDINGS_STM32MP13_CLKS_H_ */