apb_athr_wlan_map.h 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*
  2. * Copyright (c) 2013-2014 The Linux Foundation. All rights reserved.
  3. *
  4. * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  5. *
  6. *
  7. * Permission to use, copy, modify, and/or distribute this software for
  8. * any purpose with or without fee is hereby granted, provided that the
  9. * above copyright notice and this permission notice appear in all
  10. * copies.
  11. *
  12. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  13. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  14. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  15. * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  16. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  17. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  18. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  19. * PERFORMANCE OF THIS SOFTWARE.
  20. */
  21. /*
  22. * This file was originally distributed by Qualcomm Atheros, Inc.
  23. * under proprietary terms before Copyright ownership was assigned
  24. * to the Linux Foundation.
  25. */
  26. #ifndef _APB_ATHR_WLAN_MAP_H_
  27. #define _APB_ATHR_WLAN_MAP_H_
  28. #define RTC_SOC_BASE_ADDRESS 0x00004000
  29. #define RTC_WMAC_BASE_ADDRESS 0x00005000
  30. #define MAC_COEX_BASE_ADDRESS 0x00006000
  31. #define BT_COEX_BASE_ADDRESS 0x00007000
  32. #define SOC_PCIE_BASE_ADDRESS 0x00008000
  33. #define SOC_CORE_BASE_ADDRESS 0x00009000
  34. #define WLAN_UART_BASE_ADDRESS 0x0000c000
  35. #define WLAN_SI_BASE_ADDRESS 0x00010000
  36. #define WLAN_GPIO_BASE_ADDRESS 0x00014000
  37. #define WLAN_ANALOG_INTF_BASE_ADDRESS 0x0001c000
  38. #define WLAN_MAC_BASE_ADDRESS 0x00020000
  39. #define EFUSE_BASE_ADDRESS 0x00030000
  40. #define FPGA_REG_BASE_ADDRESS 0x00039000
  41. #define WLAN_UART2_BASE_ADDRESS 0x00054c00
  42. #define CE_WRAPPER_BASE_ADDRESS 0x00057000
  43. #define CE0_BASE_ADDRESS 0x00057400
  44. #define CE1_BASE_ADDRESS 0x00057800
  45. #define CE2_BASE_ADDRESS 0x00057c00
  46. #define CE3_BASE_ADDRESS 0x00058000
  47. #define CE4_BASE_ADDRESS 0x00058400
  48. #define CE5_BASE_ADDRESS 0x00058800
  49. #define CE6_BASE_ADDRESS 0x00058c00
  50. #define CE7_BASE_ADDRESS 0x00059000
  51. #define DBI_BASE_ADDRESS 0x00060000
  52. #define WLAN_MBOX_BASE_ADDRESS 0x00068000
  53. #define WLAN_DBG_UART_BASE_ADDRESS 0x00069000
  54. #define USB_DMA_BASE_ADDRESS 0x0006a000
  55. #endif /* _APB_ATHR_WLAN_MAP_REG_H_ */