123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- /*
- * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
- * SPDX-License-Identifier: ISC
- */
-
-
- #ifndef __WCSS_SEQ_HWIOBASE_H__
- #define __WCSS_SEQ_HWIOBASE_H__
-
-
-
-
- #define WCSS_CFGBUS_BASE 0x00008000
- #define WCSS_CFGBUS_BASE_SIZE 0x00008000
- #define WCSS_CFGBUS_BASE_PHYS 0x00008000
-
- #define UMAC_NOC_BASE 0x00140000
- #define UMAC_NOC_BASE_SIZE 0x00004200
- #define UMAC_NOC_BASE_PHYS 0x00140000
-
- #define PHYA0_BASE 0x00300000
- #define PHYA0_BASE_SIZE 0x00300000
- #define PHYA0_BASE_PHYS 0x00300000
-
- #define DMAC_BASE 0x00900000
- #define DMAC_BASE_SIZE 0x00080000
- #define DMAC_BASE_PHYS 0x00900000
-
- #define UMAC_BASE 0x00a00000
- #define UMAC_BASE_SIZE 0x0004d000
- #define UMAC_BASE_PHYS 0x00a00000
-
- #define PMAC0_BASE 0x00a80000
- #define PMAC0_BASE_SIZE 0x00040000
- #define PMAC0_BASE_PHYS 0x00a80000
-
- #define MAC_WSIB_BASE 0x00b3c000
- #define MAC_WSIB_BASE_SIZE 0x00004000
- #define MAC_WSIB_BASE_PHYS 0x00b3c000
-
- #define CXC_BASE 0x00b40000
- #define CXC_BASE_SIZE 0x00010000
- #define CXC_BASE_PHYS 0x00b40000
-
- #define WFSS_PMM_BASE 0x00b50000
- #define WFSS_PMM_BASE_SIZE 0x00002401
- #define WFSS_PMM_BASE_PHYS 0x00b50000
-
- #define WFSS_CC_BASE 0x00b60000
- #define WFSS_CC_BASE_SIZE 0x00008000
- #define WFSS_CC_BASE_PHYS 0x00b60000
-
- #define WCMN_CORE_BASE 0x00b68000
- #define WCMN_CORE_BASE_SIZE 0x000008a9
- #define WCMN_CORE_BASE_PHYS 0x00b68000
-
- #define WIFI_CFGBUS_APB_TSLV_BASE 0x00b6b000
- #define WIFI_CFGBUS_APB_TSLV_BASE_SIZE 0x00001000
- #define WIFI_CFGBUS_APB_TSLV_BASE_PHYS 0x00b6b000
-
- #define WFSS_CFGBUS_BASE 0x00b6c000
- #define WFSS_CFGBUS_BASE_SIZE 0x000000a0
- #define WFSS_CFGBUS_BASE_PHYS 0x00b6c000
-
- #define WIFI_CFGBUS_AHB_TSLV_BASE 0x00b6d000
- #define WIFI_CFGBUS_AHB_TSLV_BASE_SIZE 0x00001000
- #define WIFI_CFGBUS_AHB_TSLV_BASE_PHYS 0x00b6d000
-
- #define UMAC_ACMT_BASE 0x00b6e000
- #define UMAC_ACMT_BASE_SIZE 0x00001000
- #define UMAC_ACMT_BASE_PHYS 0x00b6e000
-
- #define WCSS_CC_BASE 0x00b80000
- #define WCSS_CC_BASE_SIZE 0x00010000
- #define WCSS_CC_BASE_PHYS 0x00b80000
-
- #define PMM_TOP_BASE 0x00b90000
- #define PMM_TOP_BASE_SIZE 0x00010000
- #define PMM_TOP_BASE_PHYS 0x00b90000
-
- #define WCSS_TOP_CMN_BASE 0x00ba0000
- #define WCSS_TOP_CMN_BASE_SIZE 0x00004000
- #define WCSS_TOP_CMN_BASE_PHYS 0x00ba0000
-
- #define MSIP_BASE 0x00bb0000
- #define MSIP_BASE_SIZE 0x00010000
- #define MSIP_BASE_PHYS 0x00bb0000
-
- #define DBG_BASE 0x01000000
- #define DBG_BASE_SIZE 0x00100000
- #define DBG_BASE_PHYS 0x01000000
-
- #define Q6SS_WLAN_BASE 0x01100000
- #define Q6SS_WLAN_BASE_SIZE 0x00100000
- #define Q6SS_WLAN_BASE_PHYS 0x01100000
- #endif
|