12345678910111213141516171819202122232425262728293031 |
- /* SPDX-License-Identifier: GPL-2.0-only */
- /*
- * Copyright (c) 2020, The Linux Foundation. All rights reserved.
- * Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
- */
- #ifndef _DT_BINDINGS_CLK_QCOM_SCC_SM8150_H
- #define _DT_BINDINGS_CLK_QCOM_SCC_SM8150_H
- /* SCC clocks */
- #define SCC_PLL 0
- #define SCC_PLL_OUT_EVEN 1
- #define SCC_MAIN_RCG_CLK_SRC 2
- #define SCC_QUPV3_2XCORE_CLK 3
- #define SCC_QUPV3_CORE_CLK 4
- #define SCC_QUPV3_M_HCLK_CLK 5
- #define SCC_QUPV3_S_HCLK_CLK 6
- #define SCC_QUPV3_SE0_CLK 7
- #define SCC_QUPV3_SE0_CLK_SRC 8
- #define SCC_QUPV3_SE1_CLK 9
- #define SCC_QUPV3_SE1_CLK_SRC 10
- #define SCC_QUPV3_SE2_CLK 11
- #define SCC_QUPV3_SE2_CLK_SRC 12
- #define SCC_QUPV3_SE3_CLK 13
- #define SCC_QUPV3_SE3_CLK_SRC 14
- #define SCC_QUPV3_SE4_CLK 15
- #define SCC_QUPV3_SE4_CLK_SRC 16
- #define SCC_QUPV3_SE5_CLK 17
- #define SCC_QUPV3_SE5_CLK_SRC 18
- #endif
|