xref: /wlan-driver/fw-api/fw/apb_athr_wlan_map.h (revision 5113495b16420b49004c444715d2daae2066e7dc)
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 /*
23  * This file was originally distributed by Qualcomm Atheros, Inc.
24  * under proprietary terms before Copyright ownership was assigned
25  * to the Linux Foundation.
26  */
27 
28 #ifndef _APB_ATHR_WLAN_MAP_H_
29 #define _APB_ATHR_WLAN_MAP_H_
30 
31 #define RTC_SOC_BASE_ADDRESS                     0x00004000
32 #define RTC_WMAC_BASE_ADDRESS                    0x00005000
33 #define MAC_COEX_BASE_ADDRESS                    0x00006000
34 #define BT_COEX_BASE_ADDRESS                     0x00007000
35 #define SOC_PCIE_BASE_ADDRESS                    0x00008000
36 #define SOC_CORE_BASE_ADDRESS                    0x00009000
37 #define WLAN_UART_BASE_ADDRESS                   0x0000c000
38 #define WLAN_SI_BASE_ADDRESS                     0x00010000
39 #define WLAN_GPIO_BASE_ADDRESS                   0x00014000
40 #define WLAN_ANALOG_INTF_BASE_ADDRESS            0x0001c000
41 #define WLAN_MAC_BASE_ADDRESS                    0x00020000
42 #define EFUSE_BASE_ADDRESS                       0x00030000
43 #define FPGA_REG_BASE_ADDRESS                    0x00039000
44 #define WLAN_UART2_BASE_ADDRESS                  0x00054c00
45 #define CE_WRAPPER_BASE_ADDRESS                  0x00057000
46 #define CE0_BASE_ADDRESS                         0x00057400
47 #define CE1_BASE_ADDRESS                         0x00057800
48 #define CE2_BASE_ADDRESS                         0x00057c00
49 #define CE3_BASE_ADDRESS                         0x00058000
50 #define CE4_BASE_ADDRESS                         0x00058400
51 #define CE5_BASE_ADDRESS                         0x00058800
52 #define CE6_BASE_ADDRESS                         0x00058c00
53 #define CE7_BASE_ADDRESS                         0x00059000
54 #define DBI_BASE_ADDRESS                         0x00060000
55 #define WLAN_MBOX_BASE_ADDRESS                   0x00068000
56 #define WLAN_DBG_UART_BASE_ADDRESS               0x00069000
57 #define USB_DMA_BASE_ADDRESS                     0x0006a000
58 
59 #endif /* _APB_ATHR_WLAN_MAP_REG_H_ */
60