18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2019, The Linux Foundation. All rights reserved.
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_QCOM_GPU_CC_SC7180_H
78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_CLK_QCOM_GPU_CC_SC7180_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define GPU_CC_PLL1			0
108c2ecf20Sopenharmony_ci#define GPU_CC_AHB_CLK			1
118c2ecf20Sopenharmony_ci#define GPU_CC_CRC_AHB_CLK		2
128c2ecf20Sopenharmony_ci#define GPU_CC_CX_GMU_CLK		3
138c2ecf20Sopenharmony_ci#define GPU_CC_CX_SNOC_DVM_CLK		4
148c2ecf20Sopenharmony_ci#define GPU_CC_CXO_AON_CLK		5
158c2ecf20Sopenharmony_ci#define GPU_CC_CXO_CLK			6
168c2ecf20Sopenharmony_ci#define GPU_CC_GMU_CLK_SRC		7
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci/* GPU_CC GDSCRs */
198c2ecf20Sopenharmony_ci#define CX_GDSC				0
208c2ecf20Sopenharmony_ci#define GX_GDSC				1
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci#endif
23