162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2019, The Linux Foundation. All rights reserved.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SC7180_H
762306a36Sopenharmony_ci#define _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SC7180_H
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci/* VIDEO_CC clocks */
1062306a36Sopenharmony_ci#define VIDEO_PLL0				0
1162306a36Sopenharmony_ci#define VIDEO_CC_VCODEC0_AXI_CLK		1
1262306a36Sopenharmony_ci#define VIDEO_CC_VCODEC0_CORE_CLK		2
1362306a36Sopenharmony_ci#define VIDEO_CC_VENUS_AHB_CLK			3
1462306a36Sopenharmony_ci#define VIDEO_CC_VENUS_CLK_SRC			4
1562306a36Sopenharmony_ci#define VIDEO_CC_VENUS_CTL_AXI_CLK		5
1662306a36Sopenharmony_ci#define VIDEO_CC_VENUS_CTL_CORE_CLK		6
1762306a36Sopenharmony_ci#define VIDEO_CC_XO_CLK				7
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ci/* VIDEO_CC GDSCRs */
2062306a36Sopenharmony_ci#define VENUS_GDSC				0
2162306a36Sopenharmony_ci#define VCODEC0_GDSC				1
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ci#endif
24