xref: /linux/include/dt-bindings/clock/qcom,qcm2290-gpucc.h (revision 2d61b9303cec948fb619d18c6d5808ae7767e58b)
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2 /*
3  * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
4  * Copyright (c) 2024, Linaro Limited
5  */
6 
7 #ifndef _DT_BINDINGS_CLK_QCOM_GPU_CC_QCM2290_H
8 #define _DT_BINDINGS_CLK_QCOM_GPU_CC_QCM2290_H
9 
10 /* GPU_CC clocks */
11 #define GPU_CC_AHB_CLK			0
12 #define GPU_CC_CRC_AHB_CLK		1
13 #define GPU_CC_CX_GFX3D_CLK		2
14 #define GPU_CC_CX_GMU_CLK		3
15 #define GPU_CC_CX_SNOC_DVM_CLK		4
16 #define GPU_CC_CXO_AON_CLK		5
17 #define GPU_CC_CXO_CLK			6
18 #define GPU_CC_GMU_CLK_SRC		7
19 #define GPU_CC_GX_GFX3D_CLK		8
20 #define GPU_CC_GX_GFX3D_CLK_SRC		9
21 #define GPU_CC_PLL0			10
22 #define GPU_CC_SLEEP_CLK		11
23 #define GPU_CC_HLOS1_VOTE_GPU_SMMU_CLK	12
24 
25 /* Resets */
26 #define GPU_GX_BCR			0
27 
28 /* GDSCs */
29 #define GPU_CX_GDSC			0
30 #define GPU_GX_GDSC			1
31 
32 #endif
33