xref: /linux/scripts/dtc/include-prefixes/dt-bindings/clock/qcom,sm6350-videocc.h (revision 9f32a03e3e0d372c520d829dd4da6022fe88832a)
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2 /*
3  * Copyright (c) 2021, The Linux Foundation. All rights reserved.
4  * Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org>
5  */
6 
7 #ifndef _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SM6350_H
8 #define _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SM6350_H
9 
10 /* VIDEO_CC clocks */
11 #define VIDEO_PLL0			0
12 #define VIDEO_PLL0_OUT_EVEN             1
13 #define VIDEO_CC_IRIS_AHB_CLK		2
14 #define VIDEO_CC_IRIS_CLK_SRC		3
15 #define VIDEO_CC_MVS0_AXI_CLK		4
16 #define VIDEO_CC_MVS0_CORE_CLK		5
17 #define VIDEO_CC_MVSC_CORE_CLK		6
18 #define VIDEO_CC_MVSC_CTL_AXI_CLK	7
19 #define VIDEO_CC_SLEEP_CLK		8
20 #define VIDEO_CC_SLEEP_CLK_SRC		9
21 #define VIDEO_CC_VENUS_AHB_CLK		10
22 
23 /* GDSCs */
24 #define MVSC_GDSC			0
25 #define MVS0_GDSC			1
26 
27 #endif
28