qcom,sdx65.h 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */
  2. /*
  3. * Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
  4. */
  5. #ifndef __DT_BINDINGS_INTERCONNECT_QCOM_SDX65_H
  6. #define __DT_BINDINGS_INTERCONNECT_QCOM_SDX65_H
  7. #define MASTER_LLCC 0
  8. #define SLAVE_EBI1 1
  9. #define MASTER_TCU_0 0
  10. #define MASTER_SNOC_GC_MEM_NOC 1
  11. #define MASTER_APPSS_PROC 2
  12. #define SLAVE_LLCC 3
  13. #define SLAVE_MEM_NOC_SNOC 4
  14. #define SLAVE_MEM_NOC_PCIE_SNOC 5
  15. #define MASTER_AUDIO 0
  16. #define MASTER_BLSP_1 1
  17. #define MASTER_QDSS_BAM 2
  18. #define MASTER_QPIC 3
  19. #define MASTER_SNOC_CFG 4
  20. #define MASTER_SPMI_FETCHER 5
  21. #define MASTER_ANOC_SNOC 6
  22. #define MASTER_IPA 7
  23. #define MASTER_MEM_NOC_SNOC 8
  24. #define MASTER_MEM_NOC_PCIE_SNOC 9
  25. #define MASTER_CRYPTO 10
  26. #define MASTER_IPA_PCIE 11
  27. #define MASTER_PCIE_0 12
  28. #define MASTER_QDSS_ETR 13
  29. #define MASTER_SDCC_1 14
  30. #define MASTER_USB3 15
  31. #define SLAVE_AOSS 16
  32. #define SLAVE_APPSS 17
  33. #define SLAVE_AUDIO 18
  34. #define SLAVE_BLSP_1 19
  35. #define SLAVE_CLK_CTL 20
  36. #define SLAVE_CRYPTO_0_CFG 21
  37. #define SLAVE_CNOC_DDRSS 22
  38. #define SLAVE_ECC_CFG 23
  39. #define SLAVE_IMEM_CFG 24
  40. #define SLAVE_IPA_CFG 25
  41. #define SLAVE_CNOC_MSS 26
  42. #define SLAVE_PCIE_PARF 27
  43. #define SLAVE_PDM 28
  44. #define SLAVE_PRNG 29
  45. #define SLAVE_QDSS_CFG 30
  46. #define SLAVE_QPIC 31
  47. #define SLAVE_SDCC_1 32
  48. #define SLAVE_SNOC_CFG 33
  49. #define SLAVE_SPMI_FETCHER 34
  50. #define SLAVE_SPMI_VGI_COEX 35
  51. #define SLAVE_TCSR 36
  52. #define SLAVE_TLMM 37
  53. #define SLAVE_USB3 38
  54. #define SLAVE_USB3_PHY_CFG 39
  55. #define SLAVE_ANOC_SNOC 40
  56. #define SLAVE_SNOC_MEM_NOC_GC 41
  57. #define SLAVE_IMEM 42
  58. #define SLAVE_SERVICE_SNOC 43
  59. #define SLAVE_PCIE_0 44
  60. #define SLAVE_QDSS_STM 45
  61. #define SLAVE_TCU 46
  62. #endif