xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sm8650-videocc.h (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
1*0e8011faSEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2*0e8011faSEmmanuel Vadot /*
3*0e8011faSEmmanuel Vadot  * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
4*0e8011faSEmmanuel Vadot  */
5*0e8011faSEmmanuel Vadot 
6*0e8011faSEmmanuel Vadot #ifndef _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SM8650_H
7*0e8011faSEmmanuel Vadot #define _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SM8650_H
8*0e8011faSEmmanuel Vadot 
9*0e8011faSEmmanuel Vadot #include "qcom,sm8450-videocc.h"
10*0e8011faSEmmanuel Vadot 
11*0e8011faSEmmanuel Vadot /* SM8650 introduces below new clocks and resets compared to SM8450 */
12*0e8011faSEmmanuel Vadot 
13*0e8011faSEmmanuel Vadot /* VIDEO_CC clocks */
14*0e8011faSEmmanuel Vadot #define VIDEO_CC_MVS0_SHIFT_CLK					12
15*0e8011faSEmmanuel Vadot #define VIDEO_CC_MVS0C_SHIFT_CLK				13
16*0e8011faSEmmanuel Vadot #define VIDEO_CC_MVS1_SHIFT_CLK					14
17*0e8011faSEmmanuel Vadot #define VIDEO_CC_MVS1C_SHIFT_CLK				15
18*0e8011faSEmmanuel Vadot #define VIDEO_CC_XO_CLK_SRC					16
19*0e8011faSEmmanuel Vadot 
20*0e8011faSEmmanuel Vadot /* VIDEO_CC resets */
21*0e8011faSEmmanuel Vadot #define VIDEO_CC_XO_CLK_ARES					7
22*0e8011faSEmmanuel Vadot 
23*0e8011faSEmmanuel Vadot #endif
24