qcom,msm8916.h 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Qualcomm interconnect IDs
  4. *
  5. * Copyright (c) 2019, Linaro Ltd.
  6. * Author: Georgi Djakov <[email protected]>
  7. */
  8. #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_MSM8916_H
  9. #define __DT_BINDINGS_INTERCONNECT_QCOM_MSM8916_H
  10. #define BIMC_SNOC_SLV 0
  11. #define MASTER_JPEG 1
  12. #define MASTER_MDP_PORT0 2
  13. #define MASTER_QDSS_BAM 3
  14. #define MASTER_QDSS_ETR 4
  15. #define MASTER_SNOC_CFG 5
  16. #define MASTER_VFE 6
  17. #define MASTER_VIDEO_P0 7
  18. #define SNOC_MM_INT_0 8
  19. #define SNOC_MM_INT_1 9
  20. #define SNOC_MM_INT_2 10
  21. #define SNOC_MM_INT_BIMC 11
  22. #define PCNOC_SNOC_SLV 12
  23. #define SLAVE_APSS 13
  24. #define SLAVE_CATS_128 14
  25. #define SLAVE_OCMEM_64 15
  26. #define SLAVE_IMEM 16
  27. #define SLAVE_QDSS_STM 17
  28. #define SLAVE_SRVC_SNOC 18
  29. #define SNOC_BIMC_0_MAS 19
  30. #define SNOC_BIMC_1_MAS 20
  31. #define SNOC_INT_0 21
  32. #define SNOC_INT_1 22
  33. #define SNOC_INT_BIMC 23
  34. #define SNOC_PCNOC_MAS 24
  35. #define SNOC_QDSS_INT 25
  36. #define BIMC_SNOC_MAS 0
  37. #define MASTER_AMPSS_M0 1
  38. #define MASTER_GRAPHICS_3D 2
  39. #define MASTER_TCU0 3
  40. #define MASTER_TCU1 4
  41. #define SLAVE_AMPSS_L2 5
  42. #define SLAVE_EBI_CH0 6
  43. #define SNOC_BIMC_0_SLV 7
  44. #define SNOC_BIMC_1_SLV 8
  45. #define MASTER_BLSP_1 0
  46. #define MASTER_DEHR 1
  47. #define MASTER_LPASS 2
  48. #define MASTER_CRYPTO_CORE0 3
  49. #define MASTER_SDCC_1 4
  50. #define MASTER_SDCC_2 5
  51. #define MASTER_SPDM 6
  52. #define MASTER_USB_HS 7
  53. #define PCNOC_INT_0 8
  54. #define PCNOC_INT_1 9
  55. #define PCNOC_MAS_0 10
  56. #define PCNOC_MAS_1 11
  57. #define PCNOC_SLV_0 12
  58. #define PCNOC_SLV_1 13
  59. #define PCNOC_SLV_2 14
  60. #define PCNOC_SLV_3 15
  61. #define PCNOC_SLV_4 16
  62. #define PCNOC_SLV_8 17
  63. #define PCNOC_SLV_9 18
  64. #define PCNOC_SNOC_MAS 19
  65. #define SLAVE_BIMC_CFG 20
  66. #define SLAVE_BLSP_1 21
  67. #define SLAVE_BOOT_ROM 22
  68. #define SLAVE_CAMERA_CFG 23
  69. #define SLAVE_CLK_CTL 24
  70. #define SLAVE_CRYPTO_0_CFG 25
  71. #define SLAVE_DEHR_CFG 26
  72. #define SLAVE_DISPLAY_CFG 27
  73. #define SLAVE_GRAPHICS_3D_CFG 28
  74. #define SLAVE_IMEM_CFG 29
  75. #define SLAVE_LPASS 30
  76. #define SLAVE_MPM 31
  77. #define SLAVE_MSG_RAM 32
  78. #define SLAVE_MSS 33
  79. #define SLAVE_PDM 34
  80. #define SLAVE_PMIC_ARB 35
  81. #define SLAVE_PCNOC_CFG 36
  82. #define SLAVE_PRNG 37
  83. #define SLAVE_QDSS_CFG 38
  84. #define SLAVE_RBCPR_CFG 39
  85. #define SLAVE_SDCC_1 40
  86. #define SLAVE_SDCC_2 41
  87. #define SLAVE_SECURITY 42
  88. #define SLAVE_SNOC_CFG 43
  89. #define SLAVE_SPDM 44
  90. #define SLAVE_TCSR 45
  91. #define SLAVE_TLMM 46
  92. #define SLAVE_USB_HS 47
  93. #define SLAVE_VENUS_CFG 48
  94. #define SNOC_PCNOC_SLV 49
  95. #endif