qcom,sdm660.h 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /* SDM660 interconnect IDs */
  3. #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_SDM660_H
  4. #define __DT_BINDINGS_INTERCONNECT_QCOM_SDM660_H
  5. /* A2NOC */
  6. #define MASTER_IPA 0
  7. #define MASTER_CNOC_A2NOC 1
  8. #define MASTER_SDCC_1 2
  9. #define MASTER_SDCC_2 3
  10. #define MASTER_BLSP_1 4
  11. #define MASTER_BLSP_2 5
  12. #define MASTER_UFS 6
  13. #define MASTER_USB_HS 7
  14. #define MASTER_USB3 8
  15. #define MASTER_CRYPTO_C0 9
  16. #define SLAVE_A2NOC_SNOC 10
  17. /* BIMC */
  18. #define MASTER_GNOC_BIMC 0
  19. #define MASTER_OXILI 1
  20. #define MASTER_MNOC_BIMC 2
  21. #define MASTER_SNOC_BIMC 3
  22. #define MASTER_PIMEM 4
  23. #define SLAVE_EBI 5
  24. #define SLAVE_HMSS_L3 6
  25. #define SLAVE_BIMC_SNOC 7
  26. /* CNOC */
  27. #define MASTER_SNOC_CNOC 0
  28. #define MASTER_QDSS_DAP 1
  29. #define SLAVE_CNOC_A2NOC 2
  30. #define SLAVE_MPM 3
  31. #define SLAVE_PMIC_ARB 4
  32. #define SLAVE_TLMM_NORTH 5
  33. #define SLAVE_TCSR 6
  34. #define SLAVE_PIMEM_CFG 7
  35. #define SLAVE_IMEM_CFG 8
  36. #define SLAVE_MESSAGE_RAM 9
  37. #define SLAVE_GLM 10
  38. #define SLAVE_BIMC_CFG 11
  39. #define SLAVE_PRNG 12
  40. #define SLAVE_SPDM 13
  41. #define SLAVE_QDSS_CFG 14
  42. #define SLAVE_CNOC_MNOC_CFG 15
  43. #define SLAVE_SNOC_CFG 16
  44. #define SLAVE_QM_CFG 17
  45. #define SLAVE_CLK_CTL 18
  46. #define SLAVE_MSS_CFG 19
  47. #define SLAVE_TLMM_SOUTH 20
  48. #define SLAVE_UFS_CFG 21
  49. #define SLAVE_A2NOC_CFG 22
  50. #define SLAVE_A2NOC_SMMU_CFG 23
  51. #define SLAVE_GPUSS_CFG 24
  52. #define SLAVE_AHB2PHY 25
  53. #define SLAVE_BLSP_1 26
  54. #define SLAVE_SDCC_1 27
  55. #define SLAVE_SDCC_2 28
  56. #define SLAVE_TLMM_CENTER 29
  57. #define SLAVE_BLSP_2 30
  58. #define SLAVE_PDM 31
  59. #define SLAVE_CNOC_MNOC_MMSS_CFG 32
  60. #define SLAVE_USB_HS 33
  61. #define SLAVE_USB3_0 34
  62. #define SLAVE_SRVC_CNOC 35
  63. /* GNOC */
  64. #define MASTER_APSS_PROC 0
  65. #define SLAVE_GNOC_BIMC 1
  66. #define SLAVE_GNOC_SNOC 2
  67. /* MNOC */
  68. #define MASTER_CPP 0
  69. #define MASTER_JPEG 1
  70. #define MASTER_MDP_P0 2
  71. #define MASTER_MDP_P1 3
  72. #define MASTER_VENUS 4
  73. #define MASTER_VFE 5
  74. #define SLAVE_MNOC_BIMC 6
  75. #define MASTER_CNOC_MNOC_MMSS_CFG 7
  76. #define MASTER_CNOC_MNOC_CFG 8
  77. #define SLAVE_CAMERA_CFG 9
  78. #define SLAVE_CAMERA_THROTTLE_CFG 10
  79. #define SLAVE_MISC_CFG 11
  80. #define SLAVE_VENUS_THROTTLE_CFG 12
  81. #define SLAVE_VENUS_CFG 13
  82. #define SLAVE_MMSS_CLK_XPU_CFG 14
  83. #define SLAVE_MMSS_CLK_CFG 15
  84. #define SLAVE_MNOC_MPU_CFG 16
  85. #define SLAVE_DISPLAY_CFG 17
  86. #define SLAVE_CSI_PHY_CFG 18
  87. #define SLAVE_DISPLAY_THROTTLE_CFG 19
  88. #define SLAVE_SMMU_CFG 20
  89. #define SLAVE_SRVC_MNOC 21
  90. /* SNOC */
  91. #define MASTER_QDSS_ETR 0
  92. #define MASTER_QDSS_BAM 1
  93. #define MASTER_SNOC_CFG 2
  94. #define MASTER_BIMC_SNOC 3
  95. #define MASTER_A2NOC_SNOC 4
  96. #define MASTER_GNOC_SNOC 5
  97. #define SLAVE_HMSS 6
  98. #define SLAVE_LPASS 7
  99. #define SLAVE_WLAN 8
  100. #define SLAVE_CDSP 9
  101. #define SLAVE_IPA 10
  102. #define SLAVE_SNOC_BIMC 11
  103. #define SLAVE_SNOC_CNOC 12
  104. #define SLAVE_IMEM 13
  105. #define SLAVE_PIMEM 14
  106. #define SLAVE_QDSS_STM 15
  107. #define SLAVE_SRVC_SNOC 16
  108. #endif