qcom,ipq5424.h 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
  2. #ifndef INTERCONNECT_QCOM_IPQ5424_H
  3. #define INTERCONNECT_QCOM_IPQ5424_H
  4. #define MASTER_ANOC_PCIE0 0
  5. #define SLAVE_ANOC_PCIE0 1
  6. #define MASTER_CNOC_PCIE0 2
  7. #define SLAVE_CNOC_PCIE0 3
  8. #define MASTER_ANOC_PCIE1 4
  9. #define SLAVE_ANOC_PCIE1 5
  10. #define MASTER_CNOC_PCIE1 6
  11. #define SLAVE_CNOC_PCIE1 7
  12. #define MASTER_ANOC_PCIE2 8
  13. #define SLAVE_ANOC_PCIE2 9
  14. #define MASTER_CNOC_PCIE2 10
  15. #define SLAVE_CNOC_PCIE2 11
  16. #define MASTER_ANOC_PCIE3 12
  17. #define SLAVE_ANOC_PCIE3 13
  18. #define MASTER_CNOC_PCIE3 14
  19. #define SLAVE_CNOC_PCIE3 15
  20. #define MASTER_CNOC_USB 16
  21. #define SLAVE_CNOC_USB 17
  22. #define MASTER_NSSNOC_NSSCC 18
  23. #define SLAVE_NSSNOC_NSSCC 19
  24. #define MASTER_NSSNOC_SNOC_0 20
  25. #define SLAVE_NSSNOC_SNOC_0 21
  26. #define MASTER_NSSNOC_SNOC_1 22
  27. #define SLAVE_NSSNOC_SNOC_1 23
  28. #define MASTER_NSSNOC_PCNOC_1 24
  29. #define SLAVE_NSSNOC_PCNOC_1 25
  30. #define MASTER_NSSNOC_QOSGEN_REF 26
  31. #define SLAVE_NSSNOC_QOSGEN_REF 27
  32. #define MASTER_NSSNOC_TIMEOUT_REF 28
  33. #define SLAVE_NSSNOC_TIMEOUT_REF 29
  34. #define MASTER_NSSNOC_XO_DCD 30
  35. #define SLAVE_NSSNOC_XO_DCD 31
  36. #define MASTER_NSSNOC_ATB 32
  37. #define SLAVE_NSSNOC_ATB 33
  38. #define MASTER_CNOC_LPASS_CFG 34
  39. #define SLAVE_CNOC_LPASS_CFG 35
  40. #define MASTER_SNOC_LPASS 36
  41. #define SLAVE_SNOC_LPASS 37
  42. #define MASTER_CPU 0
  43. #define SLAVE_L3 1
  44. #define MASTER_NSSNOC_PPE 0
  45. #define SLAVE_NSSNOC_PPE 1
  46. #define MASTER_NSSNOC_PPE_CFG 2
  47. #define SLAVE_NSSNOC_PPE_CFG 3
  48. #define MASTER_NSSNOC_NSS_CSR 4
  49. #define SLAVE_NSSNOC_NSS_CSR 5
  50. #define MASTER_NSSNOC_CE_AXI 6
  51. #define SLAVE_NSSNOC_CE_AXI 7
  52. #define MASTER_NSSNOC_CE_APB 8
  53. #define SLAVE_NSSNOC_CE_APB 9
  54. #define MASTER_NSSNOC_EIP 10
  55. #define SLAVE_NSSNOC_EIP 11
  56. #endif /* INTERCONNECT_QCOM_IPQ5424_H */