162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SM8150_H
762306a36Sopenharmony_ci#define _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SM8150_H
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci/* VIDEO_CC clocks */
1062306a36Sopenharmony_ci#define VIDEO_CC_IRIS_AHB_CLK		0
1162306a36Sopenharmony_ci#define VIDEO_CC_IRIS_CLK_SRC		1
1262306a36Sopenharmony_ci#define VIDEO_CC_MVS0_CORE_CLK		2
1362306a36Sopenharmony_ci#define VIDEO_CC_MVS1_CORE_CLK		3
1462306a36Sopenharmony_ci#define VIDEO_CC_MVSC_CORE_CLK		4
1562306a36Sopenharmony_ci#define VIDEO_CC_PLL0			5
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci/* VIDEO_CC Resets */
1862306a36Sopenharmony_ci#define VIDEO_CC_MVSC_CORE_CLK_BCR	0
1962306a36Sopenharmony_ci#define VIDEO_CC_INTERFACE_BCR		1
2062306a36Sopenharmony_ci#define VIDEO_CC_MVS0_BCR		2
2162306a36Sopenharmony_ci#define VIDEO_CC_MVS1_BCR		3
2262306a36Sopenharmony_ci#define VIDEO_CC_MVSC_BCR		4
2362306a36Sopenharmony_ci
2462306a36Sopenharmony_ci/* VIDEO_CC GDSCRs */
2562306a36Sopenharmony_ci#define VENUS_GDSC			0
2662306a36Sopenharmony_ci#define VCODEC0_GDSC			1
2762306a36Sopenharmony_ci#define VCODEC1_GDSC			2
2862306a36Sopenharmony_ci
2962306a36Sopenharmony_ci#endif
30