qcom,sdx55.h 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Qualcomm SDX55 interconnect IDs
  4. *
  5. * Copyright (c) 2021, Linaro Ltd.
  6. * Author: Manivannan Sadhasivam <[email protected]>
  7. */
  8. #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_SDX55_H
  9. #define __DT_BINDINGS_INTERCONNECT_QCOM_SDX55_H
  10. #define MASTER_LLCC 0
  11. #define SLAVE_EBI_CH0 1
  12. #define MASTER_TCU_0 0
  13. #define MASTER_SNOC_GC_MEM_NOC 1
  14. #define MASTER_AMPSS_M0 2
  15. #define SLAVE_LLCC 3
  16. #define SLAVE_MEM_NOC_SNOC 4
  17. #define SLAVE_MEM_NOC_PCIE_SNOC 5
  18. #define MASTER_AUDIO 0
  19. #define MASTER_BLSP_1 1
  20. #define MASTER_QDSS_BAM 2
  21. #define MASTER_QPIC 3
  22. #define MASTER_SNOC_CFG 4
  23. #define MASTER_SPMI_FETCHER 5
  24. #define MASTER_ANOC_SNOC 6
  25. #define MASTER_IPA 7
  26. #define MASTER_MEM_NOC_SNOC 8
  27. #define MASTER_MEM_NOC_PCIE_SNOC 9
  28. #define MASTER_CRYPTO_CORE_0 10
  29. #define MASTER_EMAC 11
  30. #define MASTER_IPA_PCIE 12
  31. #define MASTER_PCIE 13
  32. #define MASTER_QDSS_ETR 14
  33. #define MASTER_SDCC_1 15
  34. #define MASTER_USB3 16
  35. #define SLAVE_AOP 17
  36. #define SLAVE_AOSS 18
  37. #define SLAVE_APPSS 19
  38. #define SLAVE_AUDIO 20
  39. #define SLAVE_BLSP_1 21
  40. #define SLAVE_CLK_CTL 22
  41. #define SLAVE_CRYPTO_0_CFG 23
  42. #define SLAVE_CNOC_DDRSS 24
  43. #define SLAVE_ECC_CFG 25
  44. #define SLAVE_EMAC_CFG 26
  45. #define SLAVE_IMEM_CFG 27
  46. #define SLAVE_IPA_CFG 28
  47. #define SLAVE_CNOC_MSS 29
  48. #define SLAVE_PCIE_PARF 30
  49. #define SLAVE_PDM 31
  50. #define SLAVE_PRNG 32
  51. #define SLAVE_QDSS_CFG 33
  52. #define SLAVE_QPIC 34
  53. #define SLAVE_SDCC_1 35
  54. #define SLAVE_SNOC_CFG 36
  55. #define SLAVE_SPMI_FETCHER 37
  56. #define SLAVE_SPMI_VGI_COEX 38
  57. #define SLAVE_TCSR 39
  58. #define SLAVE_TLMM 40
  59. #define SLAVE_USB3 41
  60. #define SLAVE_USB3_PHY_CFG 42
  61. #define SLAVE_ANOC_SNOC 43
  62. #define SLAVE_SNOC_MEM_NOC_GC 44
  63. #define SLAVE_OCIMEM 45
  64. #define SLAVE_SERVICE_SNOC 46
  65. #define SLAVE_PCIE_0 47
  66. #define SLAVE_QDSS_STM 48
  67. #define SLAVE_TCU 49
  68. #define MASTER_IPA_CORE 0
  69. #define SLAVE_IPA_CORE 1
  70. #endif