1 1.1 jmcneill /* $NetBSD: qcom,gpucc-sc7180.h,v 1.1.1.1 2021/11/07 16:49:58 jmcneill Exp $ */ 2 1.1 jmcneill 3 1.1 jmcneill /* SPDX-License-Identifier: GPL-2.0-only */ 4 1.1 jmcneill /* 5 1.1 jmcneill * Copyright (c) 2019, The Linux Foundation. All rights reserved. 6 1.1 jmcneill */ 7 1.1 jmcneill 8 1.1 jmcneill #ifndef _DT_BINDINGS_CLK_QCOM_GPU_CC_SC7180_H 9 1.1 jmcneill #define _DT_BINDINGS_CLK_QCOM_GPU_CC_SC7180_H 10 1.1 jmcneill 11 1.1 jmcneill #define GPU_CC_PLL1 0 12 1.1 jmcneill #define GPU_CC_AHB_CLK 1 13 1.1 jmcneill #define GPU_CC_CRC_AHB_CLK 2 14 1.1 jmcneill #define GPU_CC_CX_GMU_CLK 3 15 1.1 jmcneill #define GPU_CC_CX_SNOC_DVM_CLK 4 16 1.1 jmcneill #define GPU_CC_CXO_AON_CLK 5 17 1.1 jmcneill #define GPU_CC_CXO_CLK 6 18 1.1 jmcneill #define GPU_CC_GMU_CLK_SRC 7 19 1.1 jmcneill 20 1.1 jmcneill /* GPU_CC GDSCRs */ 21 1.1 jmcneill #define CX_GDSC 0 22 1.1 jmcneill #define GX_GDSC 1 23 1.1 jmcneill 24 1.1 jmcneill #endif 25