wcss_seq_hwiobase.h 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. /*
  2. * Copyright (c) 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 DMAC_BASE 0x00900000
  28. #define DMAC_BASE_SIZE 0x00080000
  29. #define DMAC_BASE_PHYS 0x00900000
  30. #define UMAC_BASE 0x00a00000
  31. #define UMAC_BASE_SIZE 0x0004d000
  32. #define UMAC_BASE_PHYS 0x00a00000
  33. #define PMAC0_BASE 0x00a80000
  34. #define PMAC0_BASE_SIZE 0x00040000
  35. #define PMAC0_BASE_PHYS 0x00a80000
  36. #define WFSS_AMCSS_BASE 0x00b00000
  37. #define WFSS_AMCSS_BASE_SIZE 0x00040000
  38. #define WFSS_AMCSS_BASE_PHYS 0x00b00000
  39. #define CXC_BASE 0x00b40000
  40. #define CXC_BASE_SIZE 0x00010000
  41. #define CXC_BASE_PHYS 0x00b40000
  42. #define WFSS_PMM_BASE 0x00b50000
  43. #define WFSS_PMM_BASE_SIZE 0x00002401
  44. #define WFSS_PMM_BASE_PHYS 0x00b50000
  45. #define WFSS_CC_BASE 0x00b60000
  46. #define WFSS_CC_BASE_SIZE 0x00008000
  47. #define WFSS_CC_BASE_PHYS 0x00b60000
  48. #define WCMN_CORE_BASE 0x00b68000
  49. #define WCMN_CORE_BASE_SIZE 0x000008a9
  50. #define WCMN_CORE_BASE_PHYS 0x00b68000
  51. #define WIFI_CFGBUS_APB_TSLV_BASE 0x00b6b000
  52. #define WIFI_CFGBUS_APB_TSLV_BASE_SIZE 0x00001000
  53. #define WIFI_CFGBUS_APB_TSLV_BASE_PHYS 0x00b6b000
  54. #define WFSS_CFGBUS_BASE 0x00b6c000
  55. #define WFSS_CFGBUS_BASE_SIZE 0x000000a0
  56. #define WFSS_CFGBUS_BASE_PHYS 0x00b6c000
  57. #define WIFI_CFGBUS_AHB_TSLV_BASE 0x00b6d000
  58. #define WIFI_CFGBUS_AHB_TSLV_BASE_SIZE 0x00001000
  59. #define WIFI_CFGBUS_AHB_TSLV_BASE_PHYS 0x00b6d000
  60. #define UMAC_ACMT_BASE 0x00b6e000
  61. #define UMAC_ACMT_BASE_SIZE 0x00001000
  62. #define UMAC_ACMT_BASE_PHYS 0x00b6e000
  63. #define WCSS_CC_BASE 0x00b80000
  64. #define WCSS_CC_BASE_SIZE 0x00010000
  65. #define WCSS_CC_BASE_PHYS 0x00b80000
  66. #define PMM_TOP_BASE 0x00b90000
  67. #define PMM_TOP_BASE_SIZE 0x00010000
  68. #define PMM_TOP_BASE_PHYS 0x00b90000
  69. #define WCSS_TOP_CMN_BASE 0x00ba0000
  70. #define WCSS_TOP_CMN_BASE_SIZE 0x00004000
  71. #define WCSS_TOP_CMN_BASE_PHYS 0x00ba0000
  72. #define WCSS_IE_BASE 0x00ba4000
  73. #define WCSS_IE_BASE_SIZE 0x00001000
  74. #define WCSS_IE_BASE_PHYS 0x00ba4000
  75. #define MSIP_BASE 0x00bb0000
  76. #define MSIP_BASE_SIZE 0x00010000
  77. #define MSIP_BASE_PHYS 0x00bb0000
  78. #define DBG_BASE 0x00c00000
  79. #define DBG_BASE_SIZE 0x00100000
  80. #define DBG_BASE_PHYS 0x00c00000
  81. #define Q6SS_WLAN_BASE 0x01100000
  82. #define Q6SS_WLAN_BASE_SIZE 0x00100000
  83. #define Q6SS_WLAN_BASE_PHYS 0x01100000
  84. #endif