162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2020, The Linux Foundation. All rights reserved.
462306a36Sopenharmony_ci * Copyright (c) 2023, Linaro Limited
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_QCOM_GPU_CC_SM8450_H
862306a36Sopenharmony_ci#define _DT_BINDINGS_CLK_QCOM_GPU_CC_SM8450_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci/* Clocks */
1162306a36Sopenharmony_ci#define GPU_CC_AHB_CLK				0
1262306a36Sopenharmony_ci#define GPU_CC_CRC_AHB_CLK			1
1362306a36Sopenharmony_ci#define GPU_CC_CX_APB_CLK			2
1462306a36Sopenharmony_ci#define GPU_CC_CX_FF_CLK			3
1562306a36Sopenharmony_ci#define GPU_CC_CX_GMU_CLK			4
1662306a36Sopenharmony_ci#define GPU_CC_CX_SNOC_DVM_CLK			5
1762306a36Sopenharmony_ci#define GPU_CC_CXO_AON_CLK			6
1862306a36Sopenharmony_ci#define GPU_CC_CXO_CLK				7
1962306a36Sopenharmony_ci#define GPU_CC_DEMET_CLK			8
2062306a36Sopenharmony_ci#define GPU_CC_DEMET_DIV_CLK_SRC		9
2162306a36Sopenharmony_ci#define GPU_CC_FF_CLK_SRC			10
2262306a36Sopenharmony_ci#define GPU_CC_FREQ_MEASURE_CLK			11
2362306a36Sopenharmony_ci#define GPU_CC_GMU_CLK_SRC			12
2462306a36Sopenharmony_ci#define GPU_CC_GX_FF_CLK			13
2562306a36Sopenharmony_ci#define GPU_CC_GX_GFX3D_CLK			14
2662306a36Sopenharmony_ci#define GPU_CC_GX_GFX3D_RDVM_CLK		15
2762306a36Sopenharmony_ci#define GPU_CC_GX_GMU_CLK			16
2862306a36Sopenharmony_ci#define GPU_CC_GX_VSENSE_CLK			17
2962306a36Sopenharmony_ci#define GPU_CC_HLOS1_VOTE_GPU_SMMU_CLK		18
3062306a36Sopenharmony_ci#define GPU_CC_HUB_AHB_DIV_CLK_SRC		19
3162306a36Sopenharmony_ci#define GPU_CC_HUB_AON_CLK			20
3262306a36Sopenharmony_ci#define GPU_CC_HUB_CLK_SRC			21
3362306a36Sopenharmony_ci#define GPU_CC_HUB_CX_INT_CLK			22
3462306a36Sopenharmony_ci#define GPU_CC_HUB_CX_INT_DIV_CLK_SRC		23
3562306a36Sopenharmony_ci#define GPU_CC_MEMNOC_GFX_CLK			24
3662306a36Sopenharmony_ci#define GPU_CC_MND1X_0_GFX3D_CLK		25
3762306a36Sopenharmony_ci#define GPU_CC_MND1X_1_GFX3D_CLK		26
3862306a36Sopenharmony_ci#define GPU_CC_PLL0				27
3962306a36Sopenharmony_ci#define GPU_CC_PLL1				28
4062306a36Sopenharmony_ci#define GPU_CC_SLEEP_CLK			29
4162306a36Sopenharmony_ci#define GPU_CC_XO_CLK_SRC			30
4262306a36Sopenharmony_ci#define GPU_CC_XO_DIV_CLK_SRC			31
4362306a36Sopenharmony_ci
4462306a36Sopenharmony_ci/* GDSCs */
4562306a36Sopenharmony_ci#define GPU_GX_GDSC				0
4662306a36Sopenharmony_ci#define GPU_CX_GDSC				1
4762306a36Sopenharmony_ci
4862306a36Sopenharmony_ci#endif
49