xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/clock/qcom,videocc-sm8250.h (revision 58c3e048f5c2f43ee7e820013e37079f2e0b6ae5)
1 /*	$NetBSD: qcom,videocc-sm8250.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0-only */
4 /*
5  * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
6  */
7 
8 #ifndef _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SM8250_H
9 #define _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SM8250_H
10 
11 /* VIDEO_CC clocks */
12 #define VIDEO_CC_MVS0_CLK_SRC		0
13 #define VIDEO_CC_MVS0C_CLK		1
14 #define VIDEO_CC_MVS0C_DIV2_DIV_CLK_SRC	2
15 #define VIDEO_CC_MVS1_CLK_SRC		3
16 #define VIDEO_CC_MVS1_DIV2_CLK		4
17 #define VIDEO_CC_MVS1C_CLK		5
18 #define VIDEO_CC_MVS1C_DIV2_DIV_CLK_SRC	6
19 #define VIDEO_CC_PLL0			7
20 #define VIDEO_CC_PLL1			8
21 #define VIDEO_CC_MVS0_DIV_CLK_SRC	9
22 #define VIDEO_CC_MVS0_CLK		10
23 
24 /* VIDEO_CC resets */
25 #define VIDEO_CC_CVP_INTERFACE_BCR	0
26 #define VIDEO_CC_CVP_MVS0_BCR		1
27 #define VIDEO_CC_MVS0C_CLK_ARES		2
28 #define VIDEO_CC_CVP_MVS0C_BCR		3
29 #define VIDEO_CC_CVP_MVS1_BCR		4
30 #define VIDEO_CC_MVS1C_CLK_ARES		5
31 #define VIDEO_CC_CVP_MVS1C_BCR		6
32 
33 #define MVS0C_GDSC			0
34 #define MVS1C_GDSC			1
35 #define MVS0_GDSC			2
36 #define MVS1_GDSC			3
37 
38 #endif
39