qcom,msm8909.h 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
  2. /*
  3. * Qualcomm MSM8909 interconnect IDs
  4. */
  5. #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_MSM8909_H
  6. #define __DT_BINDINGS_INTERCONNECT_QCOM_MSM8909_H
  7. /* BIMC fabric */
  8. #define MAS_APPS_PROC 0
  9. #define MAS_OXILI 1
  10. #define MAS_SNOC_BIMC_0 2
  11. #define MAS_SNOC_BIMC_1 3
  12. #define MAS_TCU_0 4
  13. #define MAS_TCU_1 5
  14. #define SLV_EBI 6
  15. #define SLV_BIMC_SNOC 7
  16. /* PCNOC fabric */
  17. #define MAS_AUDIO 0
  18. #define MAS_SPDM 1
  19. #define MAS_DEHR 2
  20. #define MAS_QPIC 3
  21. #define MAS_BLSP_1 4
  22. #define MAS_USB_HS 5
  23. #define MAS_CRYPTO 6
  24. #define MAS_SDCC_1 7
  25. #define MAS_SDCC_2 8
  26. #define MAS_SNOC_PCNOC 9
  27. #define PCNOC_M_0 10
  28. #define PCNOC_M_1 11
  29. #define PCNOC_INT_0 12
  30. #define PCNOC_INT_1 13
  31. #define PCNOC_S_0 14
  32. #define PCNOC_S_1 15
  33. #define PCNOC_S_2 16
  34. #define PCNOC_S_3 17
  35. #define PCNOC_S_4 18
  36. #define PCNOC_S_5 19
  37. #define PCNOC_S_7 20
  38. #define SLV_TCSR 21
  39. #define SLV_SDCC_1 22
  40. #define SLV_BLSP_1 23
  41. #define SLV_CRYPTO_0_CFG 24
  42. #define SLV_MESSAGE_RAM 25
  43. #define SLV_PDM 26
  44. #define SLV_PRNG 27
  45. #define SLV_USB_HS 28
  46. #define SLV_QPIC 29
  47. #define SLV_SPDM 30
  48. #define SLV_SDCC_2 31
  49. #define SLV_AUDIO 32
  50. #define SLV_DEHR_CFG 33
  51. #define SLV_SNOC_CFG 34
  52. #define SLV_QDSS_CFG 35
  53. #define SLV_USB_PHY 36
  54. #define SLV_CAMERA_SS_CFG 37
  55. #define SLV_DISP_SS_CFG 38
  56. #define SLV_VENUS_CFG 39
  57. #define SLV_TLMM 40
  58. #define SLV_GPU_CFG 41
  59. #define SLV_IMEM_CFG 42
  60. #define SLV_BIMC_CFG 43
  61. #define SLV_PMIC_ARB 44
  62. #define SLV_TCU 45
  63. #define SLV_PCNOC_SNOC 46
  64. /* SNOC fabric */
  65. #define MAS_QDSS_BAM 0
  66. #define MAS_BIMC_SNOC 1
  67. #define MAS_MDP 2
  68. #define MAS_PCNOC_SNOC 3
  69. #define MAS_VENUS 4
  70. #define MAS_VFE 5
  71. #define MAS_QDSS_ETR 6
  72. #define MM_INT_0 7
  73. #define MM_INT_1 8
  74. #define MM_INT_2 9
  75. #define MM_INT_BIMC 10
  76. #define QDSS_INT 11
  77. #define SNOC_INT_0 12
  78. #define SNOC_INT_1 13
  79. #define SNOC_INT_BIMC 14
  80. #define SLV_KPSS_AHB 15
  81. #define SLV_SNOC_BIMC_0 16
  82. #define SLV_SNOC_BIMC_1 17
  83. #define SLV_IMEM 18
  84. #define SLV_SNOC_PCNOC 19
  85. #define SLV_QDSS_STM 20
  86. #define SLV_CATS_0 21
  87. #define SLV_CATS_1 22
  88. #endif /* __DT_BINDINGS_INTERCONNECT_QCOM_MSM8909_H */