Merge tag 'v4.4'
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rockchip_wlan / rkwifi / bcmdhd / include / hndsoc.h
1 /*
2  * Broadcom HND chip & on-chip-interconnect-related definitions.
3  *
4  * $Copyright Open Broadcom Corporation$
5  *
6  * $Id: hndsoc.h 473238 2014-04-28 19:14:56Z $
7  */
8
9 #ifndef _HNDSOC_H
10 #define _HNDSOC_H
11
12 /* Include the soci specific files */
13 #include <sbconfig.h>
14 #include <aidmp.h>
15
16 /*
17  * SOC Interconnect Address Map.
18  * All regions may not exist on all chips.
19  */
20 #define SI_SDRAM_BASE           0x00000000      /* Physical SDRAM */
21 #define SI_PCI_MEM              0x08000000      /* Host Mode sb2pcitranslation0 (64 MB) */
22 #define SI_PCI_MEM_SZ           (64 * 1024 * 1024)
23 #define SI_PCI_CFG              0x0c000000      /* Host Mode sb2pcitranslation1 (64 MB) */
24 #define SI_SDRAM_SWAPPED        0x10000000      /* Byteswapped Physical SDRAM */
25 #define SI_SDRAM_R2             0x80000000      /* Region 2 for sdram (512 MB) */
26
27 #define SI_ENUM_BASE            0x18000000      /* Enumeration space base */
28
29 #define SI_WRAP_BASE            0x18100000      /* Wrapper space base */
30 #define SI_CORE_SIZE            0x1000          /* each core gets 4Kbytes for registers */
31
32 #ifndef SI_MAXCORES
33 #define SI_MAXCORES             32              /* NorthStar has more cores */
34 #endif /* SI_MAXCORES */
35
36 #define SI_FASTRAM              0x19000000      /* On-chip RAM on chips that also have DDR */
37 #define SI_FASTRAM_SWAPPED      0x19800000
38
39 #define SI_FLASH2               0x1c000000      /* Flash Region 2 (region 1 shadowed here) */
40 #define SI_FLASH2_SZ            0x02000000      /* Size of Flash Region 2 */
41 #define SI_ARMCM3_ROM           0x1e000000      /* ARM Cortex-M3 ROM */
42 #define SI_FLASH1               0x1fc00000      /* MIPS Flash Region 1 */
43 #define SI_FLASH1_SZ            0x00400000      /* MIPS Size of Flash Region 1 */
44 #define SI_FLASH_WINDOW         0x01000000      /* Flash XIP Window */
45
46 #define SI_NS_NANDFLASH         0x1c000000      /* NorthStar NAND flash base */
47 #define SI_NS_NORFLASH          0x1e000000      /* NorthStar NOR flash base */
48 #define SI_NS_ROM               0xfffd0000      /* NorthStar ROM */
49 #define SI_NS_FLASH_WINDOW      0x02000000      /* Flash XIP Window */
50
51 #define SI_ARM7S_ROM            0x20000000      /* ARM7TDMI-S ROM */
52 #define SI_ARMCR4_ROM           0x000f0000      /* ARM Cortex-R4 ROM */
53 #define SI_ARMCM3_SRAM2         0x60000000      /* ARM Cortex-M3 SRAM Region 2 */
54 #define SI_ARM7S_SRAM2          0x80000000      /* ARM7TDMI-S SRAM Region 2 */
55 #define SI_ARM_FLASH1           0xffff0000      /* ARM Flash Region 1 */
56 #define SI_ARM_FLASH1_SZ        0x00010000      /* ARM Size of Flash Region 1 */
57
58 #define SI_SFLASH               0x14000000
59 #define SI_PCI_DMA              0x40000000      /* Client Mode sb2pcitranslation2 (1 GB) */
60 #define SI_PCI_DMA2             0x80000000      /* Client Mode sb2pcitranslation2 (1 GB) */
61 #define SI_PCI_DMA_SZ           0x40000000      /* Client Mode sb2pcitranslation2 size in bytes */
62 #define SI_PCIE_DMA_L32         0x00000000      /* PCIE Client Mode sb2pcitranslation2
63                                                  * (2 ZettaBytes), low 32 bits
64                                                  */
65 #define SI_PCIE_DMA_H32         0x80000000      /* PCIE Client Mode sb2pcitranslation2
66                                                  * (2 ZettaBytes), high 32 bits
67                                                  */
68 /* core codes */
69 #define NODEV_CORE_ID           0x700           /* Invalid coreid */
70 #define CC_CORE_ID              0x800           /* chipcommon core */
71 #define ILINE20_CORE_ID         0x801           /* iline20 core */
72 #define SRAM_CORE_ID            0x802           /* sram core */
73 #define SDRAM_CORE_ID           0x803           /* sdram core */
74 #define PCI_CORE_ID             0x804           /* pci core */
75 #define MIPS_CORE_ID            0x805           /* mips core */
76 #define ENET_CORE_ID            0x806           /* enet mac core */
77 #define CODEC_CORE_ID           0x807           /* v90 codec core */
78 #define USB_CORE_ID             0x808           /* usb 1.1 host/device core */
79 #define ADSL_CORE_ID            0x809           /* ADSL core */
80 #define ILINE100_CORE_ID        0x80a           /* iline100 core */
81 #define IPSEC_CORE_ID           0x80b           /* ipsec core */
82 #define UTOPIA_CORE_ID          0x80c           /* utopia core */
83 #define PCMCIA_CORE_ID          0x80d           /* pcmcia core */
84 #define SOCRAM_CORE_ID          0x80e           /* internal memory core */
85 #define MEMC_CORE_ID            0x80f           /* memc sdram core */
86 #define OFDM_CORE_ID            0x810           /* OFDM phy core */
87 #define EXTIF_CORE_ID           0x811           /* external interface core */
88 #define D11_CORE_ID             0x812           /* 802.11 MAC core */
89 #define APHY_CORE_ID            0x813           /* 802.11a phy core */
90 #define BPHY_CORE_ID            0x814           /* 802.11b phy core */
91 #define GPHY_CORE_ID            0x815           /* 802.11g phy core */
92 #define MIPS33_CORE_ID          0x816           /* mips3302 core */
93 #define USB11H_CORE_ID          0x817           /* usb 1.1 host core */
94 #define USB11D_CORE_ID          0x818           /* usb 1.1 device core */
95 #define USB20H_CORE_ID          0x819           /* usb 2.0 host core */
96 #define USB20D_CORE_ID          0x81a           /* usb 2.0 device core */
97 #define SDIOH_CORE_ID           0x81b           /* sdio host core */
98 #define ROBO_CORE_ID            0x81c           /* roboswitch core */
99 #define ATA100_CORE_ID          0x81d           /* parallel ATA core */
100 #define SATAXOR_CORE_ID         0x81e           /* serial ATA & XOR DMA core */
101 #define GIGETH_CORE_ID          0x81f           /* gigabit ethernet core */
102 #define PCIE_CORE_ID            0x820           /* pci express core */
103 #define NPHY_CORE_ID            0x821           /* 802.11n 2x2 phy core */
104 #define SRAMC_CORE_ID           0x822           /* SRAM controller core */
105 #define MINIMAC_CORE_ID         0x823           /* MINI MAC/phy core */
106 #define ARM11_CORE_ID           0x824           /* ARM 1176 core */
107 #define ARM7S_CORE_ID           0x825           /* ARM7tdmi-s core */
108 #define LPPHY_CORE_ID           0x826           /* 802.11a/b/g phy core */
109 #define PMU_CORE_ID             0x827           /* PMU core */
110 #define SSNPHY_CORE_ID          0x828           /* 802.11n single-stream phy core */
111 #define SDIOD_CORE_ID           0x829           /* SDIO device core */
112 #define ARMCM3_CORE_ID          0x82a           /* ARM Cortex M3 core */
113 #define HTPHY_CORE_ID           0x82b           /* 802.11n 4x4 phy core */
114 #define MIPS74K_CORE_ID         0x82c           /* mips 74k core */
115 #define GMAC_CORE_ID            0x82d           /* Gigabit MAC core */
116 #define DMEMC_CORE_ID           0x82e           /* DDR1/2 memory controller core */
117 #define PCIERC_CORE_ID          0x82f           /* PCIE Root Complex core */
118 #define OCP_CORE_ID             0x830           /* OCP2OCP bridge core */
119 #define SC_CORE_ID              0x831           /* shared common core */
120 #define AHB_CORE_ID             0x832           /* OCP2AHB bridge core */
121 #define SPIH_CORE_ID            0x833           /* SPI host core */
122 #define I2S_CORE_ID             0x834           /* I2S core */
123 #define DMEMS_CORE_ID           0x835           /* SDR/DDR1 memory controller core */
124 #define DEF_SHIM_COMP           0x837           /* SHIM component in ubus/6362 */
125
126 #define ACPHY_CORE_ID           0x83b           /* Dot11 ACPHY */
127 #define PCIE2_CORE_ID           0x83c           /* pci express Gen2 core */
128 #define USB30D_CORE_ID          0x83d           /* usb 3.0 device core */
129 #define ARMCR4_CORE_ID          0x83e           /* ARM CR4 CPU */
130 #define GCI_CORE_ID             0x840           /* GCI Core */
131 #define M2MDMA_CORE_ID          0x844           /* memory to memory dma */
132 #define APB_BRIDGE_CORE_ID      0x135           /* APB bridge core ID */
133 #define AXI_CORE_ID             0x301           /* AXI/GPV core ID */
134 #define EROM_CORE_ID            0x366           /* EROM core ID */
135 #define OOB_ROUTER_CORE_ID      0x367           /* OOB router core ID */
136 #define DEF_AI_COMP             0xfff           /* Default component, in ai chips it maps all
137                                                  * unused address ranges
138                                                  */
139
140 #define CC_4706_CORE_ID         0x500           /* chipcommon core */
141 #define NS_PCIEG2_CORE_ID       0x501           /* PCIE Gen 2 core */
142 #define NS_DMA_CORE_ID          0x502           /* DMA core */
143 #define NS_SDIO3_CORE_ID        0x503           /* SDIO3 core */
144 #define NS_USB20_CORE_ID        0x504           /* USB2.0 core */
145 #define NS_USB30_CORE_ID        0x505           /* USB3.0 core */
146 #define NS_A9JTAG_CORE_ID       0x506           /* ARM Cortex A9 JTAG core */
147 #define NS_DDR23_CORE_ID        0x507           /* Denali DDR2/DDR3 memory controller */
148 #define NS_ROM_CORE_ID          0x508           /* ROM core */
149 #define NS_NAND_CORE_ID         0x509           /* NAND flash controller core */
150 #define NS_QSPI_CORE_ID         0x50a           /* SPI flash controller core */
151 #define NS_CCB_CORE_ID          0x50b           /* ChipcommonB core */
152 #define SOCRAM_4706_CORE_ID     0x50e           /* internal memory core */
153 #define NS_SOCRAM_CORE_ID       SOCRAM_4706_CORE_ID
154 #define ARMCA9_CORE_ID          0x510           /* ARM Cortex A9 core (ihost) */
155 #define NS_IHOST_CORE_ID        ARMCA9_CORE_ID  /* ARM Cortex A9 core (ihost) */
156 #define GMAC_COMMON_4706_CORE_ID        0x5dc           /* Gigabit MAC core */
157 #define GMAC_4706_CORE_ID       0x52d           /* Gigabit MAC core */
158 #define AMEMC_CORE_ID           0x52e           /* DDR1/2 memory controller core */
159 #define ALTA_CORE_ID            0x534           /* I2S core */
160 #define DDR23_PHY_CORE_ID       0x5dd
161
162 #define SI_PCI1_MEM     0x40000000  /* Host Mode sb2pcitranslation0 (64 MB) */
163 #define SI_PCI1_CFG     0x44000000  /* Host Mode sb2pcitranslation1 (64 MB) */
164 #define SI_PCIE1_DMA_H32                0xc0000000      /* PCIE Client Mode sb2pcitranslation2
165                                                  * (2 ZettaBytes), high 32 bits
166                                                  */
167 #define CC_4706B0_CORE_REV      0x8000001f              /* chipcommon core */
168 #define SOCRAM_4706B0_CORE_REV  0x80000005              /* internal memory core */
169 #define GMAC_4706B0_CORE_REV    0x80000000              /* Gigabit MAC core */
170 #define NS_PCIEG2_CORE_REV_B0   0x7             /* NS-B0 PCIE Gen 2 core rev */
171
172 /* There are TWO constants on all HND chips: SI_ENUM_BASE above,
173  * and chipcommon being the first core:
174  */
175 #define SI_CC_IDX               0
176 /* SOC Interconnect types (aka chip types) */
177 #define SOCI_SB                 0
178 #define SOCI_AI                 1
179 #define SOCI_UBUS               2
180 #define SOCI_NAI                3
181
182 /* Common core control flags */
183 #define SICF_BIST_EN            0x8000
184 #define SICF_PME_EN             0x4000
185 #define SICF_CORE_BITS          0x3ffc
186 #define SICF_FGC                0x0002
187 #define SICF_CLOCK_EN           0x0001
188
189 /* Common core status flags */
190 #define SISF_BIST_DONE          0x8000
191 #define SISF_BIST_ERROR         0x4000
192 #define SISF_GATED_CLK          0x2000
193 #define SISF_DMA64              0x1000
194 #define SISF_CORE_BITS          0x0fff
195
196 /* Norstar core status flags */
197 #define SISF_NS_BOOTDEV_MASK    0x0003  /* ROM core */
198 #define SISF_NS_BOOTDEV_NOR     0x0000  /* ROM core */
199 #define SISF_NS_BOOTDEV_NAND    0x0001  /* ROM core */
200 #define SISF_NS_BOOTDEV_ROM     0x0002  /* ROM core */
201 #define SISF_NS_BOOTDEV_OFFLOAD 0x0003  /* ROM core */
202 #define SISF_NS_SKUVEC_MASK     0x000c  /* ROM core */
203
204 /* A register that is common to all cores to
205  * communicate w/PMU regarding clock control.
206  */
207 #define SI_CLK_CTL_ST           0x1e0           /* clock control and status */
208 #define SI_PWR_CTL_ST           0x1e8           /* For memory clock gating */
209
210 /* clk_ctl_st register */
211 #define CCS_FORCEALP            0x00000001      /* force ALP request */
212 #define CCS_FORCEHT             0x00000002      /* force HT request */
213 #define CCS_FORCEILP            0x00000004      /* force ILP request */
214 #define CCS_ALPAREQ             0x00000008      /* ALP Avail Request */
215 #define CCS_HTAREQ              0x00000010      /* HT Avail Request */
216 #define CCS_FORCEHWREQOFF       0x00000020      /* Force HW Clock Request Off */
217 #define CCS_HQCLKREQ            0x00000040      /* HQ Clock Required */
218 #define CCS_USBCLKREQ           0x00000100      /* USB Clock Req */
219 #define CCS_SECICLKREQ          0x00000100      /* SECI Clock Req */
220 #define CCS_ARMFASTCLOCKREQ     0x00000100      /* ARM CR4 fast clock request */
221 #define CCS_AVBCLKREQ           0x00000400      /* AVB Clock enable request */
222 #define CCS_ERSRC_REQ_MASK      0x00000700      /* external resource requests */
223 #define CCS_ERSRC_REQ_SHIFT     8
224 #define CCS_ALPAVAIL            0x00010000      /* ALP is available */
225 #define CCS_HTAVAIL             0x00020000      /* HT is available */
226 #define CCS_BP_ON_APL           0x00040000      /* RO: Backplane is running on ALP clock */
227 #define CCS_BP_ON_HT            0x00080000      /* RO: Backplane is running on HT clock */
228 #define CCS_ARMFASTCLOCKSTATUS  0x01000000      /* Fast CPU clock is running */
229 #define CCS_ERSRC_STS_MASK      0x07000000      /* external resource status */
230 #define CCS_ERSRC_STS_SHIFT     24
231
232 #define CCS0_HTAVAIL            0x00010000      /* HT avail in chipc and pcmcia on 4328a0 */
233 #define CCS0_ALPAVAIL           0x00020000      /* ALP avail in chipc and pcmcia on 4328a0 */
234
235 /* Not really related to SOC Interconnect, but a couple of software
236  * conventions for the use the flash space:
237  */
238
239 /* Minumum amount of flash we support */
240 #define FLASH_MIN               0x00020000      /* Minimum flash size */
241
242 /* A boot/binary may have an embedded block that describes its size  */
243 #define BISZ_OFFSET             0x3e0           /* At this offset into the binary */
244 #define BISZ_MAGIC              0x4249535a      /* Marked with this value: 'BISZ' */
245 #define BISZ_MAGIC_IDX          0               /* Word 0: magic */
246 #define BISZ_TXTST_IDX          1               /*      1: text start */
247 #define BISZ_TXTEND_IDX         2               /*      2: text end */
248 #define BISZ_DATAST_IDX         3               /*      3: data start */
249 #define BISZ_DATAEND_IDX        4               /*      4: data end */
250 #define BISZ_BSSST_IDX          5               /*      5: bss start */
251 #define BISZ_BSSEND_IDX         6               /*      6: bss end */
252 #define BISZ_SIZE               7               /* descriptor size in 32-bit integers */
253
254 /* Boot/Kernel related defintion and functions */
255 #define SOC_BOOTDEV_ROM         0x00000001
256 #define SOC_BOOTDEV_PFLASH      0x00000002
257 #define SOC_BOOTDEV_SFLASH      0x00000004
258 #define SOC_BOOTDEV_NANDFLASH   0x00000008
259
260 #define SOC_KNLDEV_NORFLASH     0x00000002
261 #define SOC_KNLDEV_NANDFLASH    0x00000004
262
263 #if !defined(_LANGUAGE_ASSEMBLY) && !defined(__ASSEMBLY__)
264 int soc_boot_dev(void *sih);
265 int soc_knl_dev(void *sih);
266 #endif  /* !defined(_LANGUAGE_ASSEMBLY) && !defined(__ASSEMBLY__) */
267
268 #endif /* _HNDSOC_H */