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 19 #define WCSS_CFGBUS_BASE 0x00008000 20 #define WCSS_CFGBUS_BASE_SIZE 0x00008000 21 #define WCSS_CFGBUS_BASE_PHYS 0x00008000 22 23 #define UMAC_NOC_BASE 0x00140000 24 #define UMAC_NOC_BASE_SIZE 0x00004400 25 #define UMAC_NOC_BASE_PHYS 0x00140000 26 27 #define PHYA0_BASE 0x00300000 28 #define PHYA0_BASE_SIZE 0x00300000 29 #define PHYA0_BASE_PHYS 0x00300000 30 31 #define PHYA1_BASE 0x00600000 32 #define PHYA1_BASE_SIZE 0x00300000 33 #define PHYA1_BASE_PHYS 0x00600000 34 35 #define DMAC_BASE 0x00900000 36 #define DMAC_BASE_SIZE 0x00080000 37 #define DMAC_BASE_PHYS 0x00900000 38 39 #define UMAC_BASE 0x00a00000 40 #define UMAC_BASE_SIZE 0x0004d000 41 #define UMAC_BASE_PHYS 0x00a00000 42 43 #define PMAC0_BASE 0x00a80000 44 #define PMAC0_BASE_SIZE 0x00040000 45 #define PMAC0_BASE_PHYS 0x00a80000 46 47 #define PMAC1_BASE 0x00ac0000 48 #define PMAC1_BASE_SIZE 0x00040000 49 #define PMAC1_BASE_PHYS 0x00ac0000 50 51 #define WFSS_AMCSS_BASE 0x00b00000 52 #define WFSS_AMCSS_BASE_SIZE 0x00040000 53 #define WFSS_AMCSS_BASE_PHYS 0x00b00000 54 55 #define CXC_BASE 0x00b40000 56 #define CXC_BASE_SIZE 0x00010000 57 #define CXC_BASE_PHYS 0x00b40000 58 59 #define WFSS_PMM_BASE 0x00b50000 60 #define WFSS_PMM_BASE_SIZE 0x00002401 61 #define WFSS_PMM_BASE_PHYS 0x00b50000 62 63 #define WFSS_CC_BASE 0x00b60000 64 #define WFSS_CC_BASE_SIZE 0x00008000 65 #define WFSS_CC_BASE_PHYS 0x00b60000 66 67 #define WCMN_CORE_BASE 0x00b68000 68 #define WCMN_CORE_BASE_SIZE 0x000008a9 69 #define WCMN_CORE_BASE_PHYS 0x00b68000 70 71 #define WIFI_CFGBUS_APB_TSLV_BASE 0x00b6b000 72 #define WIFI_CFGBUS_APB_TSLV_BASE_SIZE 0x00001000 73 #define WIFI_CFGBUS_APB_TSLV_BASE_PHYS 0x00b6b000 74 75 #define WFSS_CFGBUS_BASE 0x00b6c000 76 #define WFSS_CFGBUS_BASE_SIZE 0x000000a0 77 #define WFSS_CFGBUS_BASE_PHYS 0x00b6c000 78 79 #define WIFI_CFGBUS_AHB_TSLV_BASE 0x00b6d000 80 #define WIFI_CFGBUS_AHB_TSLV_BASE_SIZE 0x00001000 81 #define WIFI_CFGBUS_AHB_TSLV_BASE_PHYS 0x00b6d000 82 83 #define UMAC_ACMT_BASE 0x00b6e000 84 #define UMAC_ACMT_BASE_SIZE 0x00001000 85 #define UMAC_ACMT_BASE_PHYS 0x00b6e000 86 87 #define WCSS_CC_BASE 0x00b80000 88 #define WCSS_CC_BASE_SIZE 0x00010000 89 #define WCSS_CC_BASE_PHYS 0x00b80000 90 91 #define PMM_TOP_BASE 0x00b90000 92 #define PMM_TOP_BASE_SIZE 0x00010000 93 #define PMM_TOP_BASE_PHYS 0x00b90000 94 95 #define WCSS_TOP_CMN_BASE 0x00ba0000 96 #define WCSS_TOP_CMN_BASE_SIZE 0x00004000 97 #define WCSS_TOP_CMN_BASE_PHYS 0x00ba0000 98 99 #define MSIP_BASE 0x00bb0000 100 #define MSIP_BASE_SIZE 0x00010000 101 #define MSIP_BASE_PHYS 0x00bb0000 102 103 #define DBG_BASE 0x01000000 104 #define DBG_BASE_SIZE 0x00100000 105 #define DBG_BASE_PHYS 0x01000000 106 107 #define Q6SS_WLAN_BASE 0x01100000 108 #define Q6SS_WLAN_BASE_SIZE 0x00100000 109 #define Q6SS_WLAN_BASE_PHYS 0x01100000 110 111 #endif 112