qcom,scc-sm6150.h 969 B

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