1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2 /* 3 * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. 4 */ 5 6 #ifndef _DT_BINDINGS_CLK_QCOM_IPQ8074_CMN_PLL_H 7 #define _DT_BINDINGS_CLK_QCOM_IPQ8074_CMN_PLL_H 8 9 /* CMN PLL core clock. */ 10 #define IPQ8074_CMN_PLL_CLK 0 11 12 /* The output clocks from CMN PLL of IPQ8074. */ 13 #define IPQ8074_BIAS_PLL_CC_CLK 1 14 #define IPQ8074_BIAS_PLL_NSS_NOC_CLK 2 15 #endif 16