wcss_seq_hwiobase.h 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. /*
  2. * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.
  3. *
  4. * Permission to use, copy, modify, and/or distribute this software for any
  5. * purpose with or without fee is hereby granted, provided that the above
  6. * copyright notice and this permission notice appear in all copies.
  7. *
  8. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  9. * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  10. * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  11. * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  12. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  13. * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  14. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  15. */
  16. #ifndef __WCSS_SEQ_HWIOBASE_H__
  17. #define __WCSS_SEQ_HWIOBASE_H__
  18. #define WCSS_CFGBUS_BASE 0x00008000
  19. #define WCSS_CFGBUS_BASE_SIZE 0x00008000
  20. #define WCSS_CFGBUS_BASE_PHYS 0x00008000
  21. #define UMAC_NOC_BASE 0x00140000
  22. #define UMAC_NOC_BASE_SIZE 0x00004400
  23. #define UMAC_NOC_BASE_PHYS 0x00140000
  24. #define PHYA0_BASE 0x00300000
  25. #define PHYA0_BASE_SIZE 0x00300000
  26. #define PHYA0_BASE_PHYS 0x00300000
  27. #define PHYA1_BASE 0x00600000
  28. #define PHYA1_BASE_SIZE 0x00300000
  29. #define PHYA1_BASE_PHYS 0x00600000
  30. #define DMAC_BASE 0x00900000
  31. #define DMAC_BASE_SIZE 0x00080000
  32. #define DMAC_BASE_PHYS 0x00900000
  33. #define UMAC_BASE 0x00a00000
  34. #define UMAC_BASE_SIZE 0x0004d000
  35. #define UMAC_BASE_PHYS 0x00a00000
  36. #define PMAC0_BASE 0x00a80000
  37. #define PMAC0_BASE_SIZE 0x00040000
  38. #define PMAC0_BASE_PHYS 0x00a80000
  39. #define PMAC1_BASE 0x00ac0000
  40. #define PMAC1_BASE_SIZE 0x00040000
  41. #define PMAC1_BASE_PHYS 0x00ac0000
  42. #define WFSS_AMCSS_BASE 0x00b00000
  43. #define WFSS_AMCSS_BASE_SIZE 0x00040000
  44. #define WFSS_AMCSS_BASE_PHYS 0x00b00000
  45. #define CXC_BASE 0x00b40000
  46. #define CXC_BASE_SIZE 0x00010000
  47. #define CXC_BASE_PHYS 0x00b40000
  48. #define WFSS_PMM_BASE 0x00b50000
  49. #define WFSS_PMM_BASE_SIZE 0x00002401
  50. #define WFSS_PMM_BASE_PHYS 0x00b50000
  51. #define WFSS_CC_BASE 0x00b60000
  52. #define WFSS_CC_BASE_SIZE 0x00008000
  53. #define WFSS_CC_BASE_PHYS 0x00b60000
  54. #define WCMN_CORE_BASE 0x00b68000
  55. #define WCMN_CORE_BASE_SIZE 0x000008a9
  56. #define WCMN_CORE_BASE_PHYS 0x00b68000
  57. #define WIFI_CFGBUS_APB_TSLV_BASE 0x00b6b000
  58. #define WIFI_CFGBUS_APB_TSLV_BASE_SIZE 0x00001000
  59. #define WIFI_CFGBUS_APB_TSLV_BASE_PHYS 0x00b6b000
  60. #define WFSS_CFGBUS_BASE 0x00b6c000
  61. #define WFSS_CFGBUS_BASE_SIZE 0x000000a0
  62. #define WFSS_CFGBUS_BASE_PHYS 0x00b6c000
  63. #define WIFI_CFGBUS_AHB_TSLV_BASE 0x00b6d000
  64. #define WIFI_CFGBUS_AHB_TSLV_BASE_SIZE 0x00001000
  65. #define WIFI_CFGBUS_AHB_TSLV_BASE_PHYS 0x00b6d000
  66. #define UMAC_ACMT_BASE 0x00b6e000
  67. #define UMAC_ACMT_BASE_SIZE 0x00001000
  68. #define UMAC_ACMT_BASE_PHYS 0x00b6e000
  69. #define WCSS_CC_BASE 0x00b80000
  70. #define WCSS_CC_BASE_SIZE 0x00010000
  71. #define WCSS_CC_BASE_PHYS 0x00b80000
  72. #define PMM_TOP_BASE 0x00b90000
  73. #define PMM_TOP_BASE_SIZE 0x00010000
  74. #define PMM_TOP_BASE_PHYS 0x00b90000
  75. #define WCSS_TOP_CMN_BASE 0x00ba0000
  76. #define WCSS_TOP_CMN_BASE_SIZE 0x00004000
  77. #define WCSS_TOP_CMN_BASE_PHYS 0x00ba0000
  78. #define MSIP_BASE 0x00bb0000
  79. #define MSIP_BASE_SIZE 0x00010000
  80. #define MSIP_BASE_PHYS 0x00bb0000
  81. #define DBG_BASE 0x01000000
  82. #define DBG_BASE_SIZE 0x00100000
  83. #define DBG_BASE_PHYS 0x01000000
  84. #define Q6SS_WLAN_BASE 0x01100000
  85. #define Q6SS_WLAN_BASE_SIZE 0x00100000
  86. #define Q6SS_WLAN_BASE_PHYS 0x01100000
  87. #endif