xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/clock/qcom,sm8750-tcsr.h (revision 2846c90520eb4cc74e24d586a0ea0f4a0006bc73)
1*2846c905SEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2*2846c905SEmmanuel Vadot /*
3*2846c905SEmmanuel Vadot  * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
4*2846c905SEmmanuel Vadot  */
5*2846c905SEmmanuel Vadot 
6*2846c905SEmmanuel Vadot #ifndef _DT_BINDINGS_CLK_QCOM_TCSR_CC_SM8750_H
7*2846c905SEmmanuel Vadot #define _DT_BINDINGS_CLK_QCOM_TCSR_CC_SM8750_H
8*2846c905SEmmanuel Vadot 
9*2846c905SEmmanuel Vadot /* TCSR_CC clocks */
10*2846c905SEmmanuel Vadot #define TCSR_PCIE_0_CLKREF_EN				0
11*2846c905SEmmanuel Vadot #define TCSR_UFS_CLKREF_EN				1
12*2846c905SEmmanuel Vadot #define TCSR_USB2_CLKREF_EN				2
13*2846c905SEmmanuel Vadot #define TCSR_USB3_CLKREF_EN				3
14*2846c905SEmmanuel Vadot 
15*2846c905SEmmanuel Vadot #endif
16