xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/clock/qcom,videocc-sc7180.h (revision 58c3e048f5c2f43ee7e820013e37079f2e0b6ae5)
1 /*	$NetBSD: qcom,videocc-sc7180.h,v 1.1.1.1 2021/11/07 16:49:59 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0-only */
4 /*
5  * Copyright (c) 2019, The Linux Foundation. All rights reserved.
6  */
7 
8 #ifndef _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SC7180_H
9 #define _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SC7180_H
10 
11 /* VIDEO_CC clocks */
12 #define VIDEO_PLL0				0
13 #define VIDEO_CC_VCODEC0_AXI_CLK		1
14 #define VIDEO_CC_VCODEC0_CORE_CLK		2
15 #define VIDEO_CC_VENUS_AHB_CLK			3
16 #define VIDEO_CC_VENUS_CLK_SRC			4
17 #define VIDEO_CC_VENUS_CTL_AXI_CLK		5
18 #define VIDEO_CC_VENUS_CTL_CORE_CLK		6
19 #define VIDEO_CC_XO_CLK				7
20 
21 /* VIDEO_CC GDSCRs */
22 #define VENUS_GDSC				0
23 #define VCODEC0_GDSC				1
24 
25 #endif
26