qcom,scc-sm8150.h 933 B

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