xref: /openbmc/linux/scripts/dtc/include-prefixes/dt-bindings/clock/qcom,gpucc-sc7180.h (revision ead5d1f4d877e92c051e1a1ade623d0d30e71619)
1468e727dSTaniya Das /* SPDX-License-Identifier: GPL-2.0-only */
2468e727dSTaniya Das /*
3468e727dSTaniya Das  * Copyright (c) 2019, The Linux Foundation. All rights reserved.
4468e727dSTaniya Das  */
5468e727dSTaniya Das 
6468e727dSTaniya Das #ifndef _DT_BINDINGS_CLK_QCOM_GPU_CC_SC7180_H
7468e727dSTaniya Das #define _DT_BINDINGS_CLK_QCOM_GPU_CC_SC7180_H
8468e727dSTaniya Das 
9468e727dSTaniya Das #define GPU_CC_PLL1			0
10468e727dSTaniya Das #define GPU_CC_AHB_CLK			1
11468e727dSTaniya Das #define GPU_CC_CRC_AHB_CLK		2
12468e727dSTaniya Das #define GPU_CC_CX_GMU_CLK		3
13468e727dSTaniya Das #define GPU_CC_CX_SNOC_DVM_CLK		4
14468e727dSTaniya Das #define GPU_CC_CXO_AON_CLK		5
15468e727dSTaniya Das #define GPU_CC_CXO_CLK			6
16468e727dSTaniya Das #define GPU_CC_GMU_CLK_SRC		7
17468e727dSTaniya Das 
18*04ac0ad7STaniya Das /* GPU_CC GDSCRs */
19468e727dSTaniya Das #define CX_GDSC				0
20*04ac0ad7STaniya Das #define GX_GDSC				1
21468e727dSTaniya Das 
22468e727dSTaniya Das #endif
23