1
2
3
4
5
6
7
8
9
10
11
12
13
14 #ifndef __ASM_MACH_ATH25_AR2315_REGS_H
15 #define __ASM_MACH_ATH25_AR2315_REGS_H
16
17
18
19
20 #define AR2315_IRQ_MISC (MIPS_CPU_IRQ_BASE + 2)
21 #define AR2315_IRQ_WLAN0 (MIPS_CPU_IRQ_BASE + 3)
22 #define AR2315_IRQ_ENET0 (MIPS_CPU_IRQ_BASE + 4)
23 #define AR2315_IRQ_LCBUS_PCI (MIPS_CPU_IRQ_BASE + 5)
24 #define AR2315_IRQ_WLAN0_POLL (MIPS_CPU_IRQ_BASE + 6)
25
26
27
28
29 #define AR2315_MISC_IRQ_UART0 0
30 #define AR2315_MISC_IRQ_I2C_RSVD 1
31 #define AR2315_MISC_IRQ_SPI 2
32 #define AR2315_MISC_IRQ_AHB 3
33 #define AR2315_MISC_IRQ_APB 4
34 #define AR2315_MISC_IRQ_TIMER 5
35 #define AR2315_MISC_IRQ_GPIO 6
36 #define AR2315_MISC_IRQ_WATCHDOG 7
37 #define AR2315_MISC_IRQ_IR_RSVD 8
38 #define AR2315_MISC_IRQ_COUNT 9
39
40
41
42
43 #define AR2315_SPI_READ_BASE 0x08000000
44 #define AR2315_SPI_READ_SIZE 0x01000000
45 #define AR2315_WLAN0_BASE 0x10000000
46 #define AR2315_PCI_BASE 0x10100000
47 #define AR2315_PCI_SIZE 0x00001000
48 #define AR2315_SDRAMCTL_BASE 0x10300000
49 #define AR2315_SDRAMCTL_SIZE 0x00000020
50 #define AR2315_LOCAL_BASE 0x10400000
51 #define AR2315_ENET0_BASE 0x10500000
52 #define AR2315_RST_BASE 0x11000000
53 #define AR2315_RST_SIZE 0x00000100
54 #define AR2315_UART0_BASE 0x11100000
55 #define AR2315_SPI_MMR_BASE 0x11300000
56 #define AR2315_SPI_MMR_SIZE 0x00000010
57 #define AR2315_PCI_EXT_BASE 0x80000000
58 #define AR2315_PCI_EXT_SIZE 0x40000000
59
60
61
62
63
64
65 #define AR2315_COLD_RESET 0x0000
66
67 #define AR2315_RESET_COLD_AHB 0x00000001
68 #define AR2315_RESET_COLD_APB 0x00000002
69 #define AR2315_RESET_COLD_CPU 0x00000004
70 #define AR2315_RESET_COLD_CPUWARM 0x00000008
71 #define AR2315_RESET_SYSTEM (RESET_COLD_CPU |\
72 RESET_COLD_APB |\
73 RESET_COLD_AHB)
74 #define AR2317_RESET_SYSTEM 0x00000010
75
76
77 #define AR2315_RESET 0x0004
78
79 #define AR2315_RESET_WARM_WLAN0_MAC 0x00000001
80 #define AR2315_RESET_WARM_WLAN0_BB 0x00000002
81 #define AR2315_RESET_MPEGTS_RSVD 0x00000004
82 #define AR2315_RESET_PCIDMA 0x00000008
83 #define AR2315_RESET_MEMCTL 0x00000010
84 #define AR2315_RESET_LOCAL 0x00000020
85 #define AR2315_RESET_I2C_RSVD 0x00000040
86 #define AR2315_RESET_SPI 0x00000080
87 #define AR2315_RESET_UART0 0x00000100
88 #define AR2315_RESET_IR_RSVD 0x00000200
89 #define AR2315_RESET_EPHY0 0x00000400
90 #define AR2315_RESET_ENET0 0x00000800
91
92
93 #define AR2315_AHB_ARB_CTL 0x0008
94
95 #define AR2315_ARB_CPU 0x00000001
96 #define AR2315_ARB_WLAN 0x00000002
97 #define AR2315_ARB_MPEGTS_RSVD 0x00000004
98 #define AR2315_ARB_LOCAL 0x00000008
99 #define AR2315_ARB_PCI 0x00000010
100 #define AR2315_ARB_ETHERNET 0x00000020
101 #define AR2315_ARB_RETRY 0x00000100
102
103
104 #define AR2315_ENDIAN_CTL 0x000c
105
106 #define AR2315_CONFIG_AHB 0x00000001
107 #define AR2315_CONFIG_WLAN 0x00000002
108 #define AR2315_CONFIG_MPEGTS_RSVD 0x00000004
109 #define AR2315_CONFIG_PCI 0x00000008
110 #define AR2315_CONFIG_MEMCTL 0x00000010
111 #define AR2315_CONFIG_LOCAL 0x00000020
112 #define AR2315_CONFIG_ETHERNET 0x00000040
113 #define AR2315_CONFIG_MERGE 0x00000200
114 #define AR2315_CONFIG_CPU 0x00000400
115 #define AR2315_CONFIG_BIG 0x00000400
116 #define AR2315_CONFIG_PCIAHB 0x00000800
117 #define AR2315_CONFIG_PCIAHB_BRIDGE 0x00001000
118 #define AR2315_CONFIG_SPI 0x00008000
119 #define AR2315_CONFIG_CPU_DRAM 0x00010000
120 #define AR2315_CONFIG_CPU_PCI 0x00020000
121 #define AR2315_CONFIG_CPU_MMR 0x00040000
122
123
124 #define AR2315_NMI_CTL 0x0010
125
126 #define AR2315_NMI_EN 1
127
128
129 #define AR2315_SREV 0x0014
130
131 #define AR2315_REV_MAJ 0x000000f0
132 #define AR2315_REV_MAJ_S 4
133 #define AR2315_REV_MIN 0x0000000f
134 #define AR2315_REV_MIN_S 0
135 #define AR2315_REV_CHIP (AR2315_REV_MAJ | AR2315_REV_MIN)
136
137
138 #define AR2315_IF_CTL 0x0018
139
140 #define AR2315_IF_MASK 0x00000007
141 #define AR2315_IF_DISABLED 0
142 #define AR2315_IF_PCI 1
143 #define AR2315_IF_TS_LOCAL 2
144 #define AR2315_IF_ALL 3
145 #define AR2315_IF_LOCAL_HOST 0x00000008
146 #define AR2315_IF_PCI_HOST 0x00000010
147 #define AR2315_IF_PCI_INTR 0x00000020
148 #define AR2315_IF_PCI_CLK_MASK 0x00030000
149 #define AR2315_IF_PCI_CLK_INPUT 0
150 #define AR2315_IF_PCI_CLK_OUTPUT_LOW 1
151 #define AR2315_IF_PCI_CLK_OUTPUT_CLK 2
152 #define AR2315_IF_PCI_CLK_OUTPUT_HIGH 3
153 #define AR2315_IF_PCI_CLK_SHIFT 16
154
155
156 #define AR2315_ISR 0x0020
157 #define AR2315_IMR 0x0024
158 #define AR2315_GISR 0x0028
159
160 #define AR2315_ISR_UART0 0x00000001
161 #define AR2315_ISR_I2C_RSVD 0x00000002
162 #define AR2315_ISR_SPI 0x00000004
163 #define AR2315_ISR_AHB 0x00000008
164 #define AR2315_ISR_APB 0x00000010
165 #define AR2315_ISR_TIMER 0x00000020
166 #define AR2315_ISR_GPIO 0x00000040
167 #define AR2315_ISR_WD 0x00000080
168 #define AR2315_ISR_IR_RSVD 0x00000100
169
170 #define AR2315_GISR_MISC 0x00000001
171 #define AR2315_GISR_WLAN0 0x00000002
172 #define AR2315_GISR_MPEGTS_RSVD 0x00000004
173 #define AR2315_GISR_LOCALPCI 0x00000008
174 #define AR2315_GISR_WMACPOLL 0x00000010
175 #define AR2315_GISR_TIMER 0x00000020
176 #define AR2315_GISR_ETHERNET 0x00000040
177
178
179 #define AR2315_TIMER 0x0030
180 #define AR2315_RELOAD 0x0034
181
182
183 #define AR2315_WDT_TIMER 0x0038
184 #define AR2315_WDT_CTRL 0x003c
185
186 #define AR2315_WDT_CTRL_IGNORE 0x00000000
187 #define AR2315_WDT_CTRL_NMI 0x00000001
188 #define AR2315_WDT_CTRL_RESET 0x00000002
189
190
191 #define AR2315_PERFCNT0 0x0048
192 #define AR2315_PERFCNT1 0x004c
193
194 #define AR2315_PERF0_DATAHIT 0x00000001
195 #define AR2315_PERF0_DATAMISS 0x00000002
196 #define AR2315_PERF0_INSTHIT 0x00000004
197 #define AR2315_PERF0_INSTMISS 0x00000008
198 #define AR2315_PERF0_ACTIVE 0x00000010
199 #define AR2315_PERF0_WBHIT 0x00000020
200 #define AR2315_PERF0_WBMISS 0x00000040
201
202 #define AR2315_PERF1_EB_ARDY 0x00000001
203 #define AR2315_PERF1_EB_AVALID 0x00000002
204 #define AR2315_PERF1_EB_WDRDY 0x00000004
205 #define AR2315_PERF1_EB_RDVAL 0x00000008
206 #define AR2315_PERF1_VRADDR 0x00000010
207 #define AR2315_PERF1_VWADDR 0x00000020
208 #define AR2315_PERF1_VWDATA 0x00000040
209
210
211 #define AR2315_AHB_ERR0 0x0050
212 #define AR2315_AHB_ERR1 0x0054
213 #define AR2315_AHB_ERR2 0x0058
214 #define AR2315_AHB_ERR3 0x005c
215 #define AR2315_AHB_ERR4 0x0060
216
217 #define AR2315_AHB_ERROR_DET 1
218
219 #define AR2315_AHB_ERROR_OVR 2
220 #define AR2315_AHB_ERROR_WDT 4
221
222 #define AR2315_PROCERR_HMAST 0x0000000f
223 #define AR2315_PROCERR_HMAST_DFLT 0
224 #define AR2315_PROCERR_HMAST_WMAC 1
225 #define AR2315_PROCERR_HMAST_ENET 2
226 #define AR2315_PROCERR_HMAST_PCIENDPT 3
227 #define AR2315_PROCERR_HMAST_LOCAL 4
228 #define AR2315_PROCERR_HMAST_CPU 5
229 #define AR2315_PROCERR_HMAST_PCITGT 6
230 #define AR2315_PROCERR_HMAST_S 0
231 #define AR2315_PROCERR_HWRITE 0x00000010
232 #define AR2315_PROCERR_HSIZE 0x00000060
233 #define AR2315_PROCERR_HSIZE_S 5
234 #define AR2315_PROCERR_HTRANS 0x00000180
235 #define AR2315_PROCERR_HTRANS_S 7
236 #define AR2315_PROCERR_HBURST 0x00000e00
237 #define AR2315_PROCERR_HBURST_S 9
238
239
240 #define AR2315_PLLC_CTL 0x0064
241 #define AR2315_PLLV_CTL 0x0068
242 #define AR2315_CPUCLK 0x006c
243 #define AR2315_AMBACLK 0x0070
244 #define AR2315_SYNCCLK 0x0074
245 #define AR2315_DSL_SLEEP_CTL 0x0080
246 #define AR2315_DSL_SLEEP_DUR 0x0084
247
248
249 #define AR2315_PLLC_REF_DIV_M 0x00000003
250 #define AR2315_PLLC_REF_DIV_S 0
251 #define AR2315_PLLC_FDBACK_DIV_M 0x0000007c
252 #define AR2315_PLLC_FDBACK_DIV_S 2
253 #define AR2315_PLLC_ADD_FDBACK_DIV_M 0x00000080
254 #define AR2315_PLLC_ADD_FDBACK_DIV_S 7
255 #define AR2315_PLLC_CLKC_DIV_M 0x0001c000
256 #define AR2315_PLLC_CLKC_DIV_S 14
257 #define AR2315_PLLC_CLKM_DIV_M 0x00700000
258 #define AR2315_PLLC_CLKM_DIV_S 20
259
260
261 #define AR2315_CPUCLK_CLK_SEL_M 0x00000003
262 #define AR2315_CPUCLK_CLK_SEL_S 0
263 #define AR2315_CPUCLK_CLK_DIV_M 0x0000000c
264 #define AR2315_CPUCLK_CLK_DIV_S 2
265
266
267 #define AR2315_AMBACLK_CLK_SEL_M 0x00000003
268 #define AR2315_AMBACLK_CLK_SEL_S 0
269 #define AR2315_AMBACLK_CLK_DIV_M 0x0000000c
270 #define AR2315_AMBACLK_CLK_DIV_S 2
271
272
273 #define AR2315_PCICLK 0x00a4
274
275 #define AR2315_PCICLK_INPUT_M 0x00000003
276 #define AR2315_PCICLK_INPUT_S 0
277 #define AR2315_PCICLK_PLLC_CLKM 0
278 #define AR2315_PCICLK_PLLC_CLKM1 1
279 #define AR2315_PCICLK_PLLC_CLKC 2
280 #define AR2315_PCICLK_REF_CLK 3
281 #define AR2315_PCICLK_DIV_M 0x0000000c
282 #define AR2315_PCICLK_DIV_S 2
283 #define AR2315_PCICLK_IN_FREQ 0
284 #define AR2315_PCICLK_IN_FREQ_DIV_6 1
285 #define AR2315_PCICLK_IN_FREQ_DIV_8 2
286 #define AR2315_PCICLK_IN_FREQ_DIV_10 3
287
288
289 #define AR2315_OCR 0x00b0
290
291 #define AR2315_OCR_GPIO0_IRIN 0x00000040
292 #define AR2315_OCR_GPIO1_IROUT 0x00000080
293 #define AR2315_OCR_GPIO3_RXCLR 0x00000200
294
295
296 #define AR2315_MISCCLK 0x00b4
297
298 #define AR2315_MISCCLK_PLLBYPASS_EN 0x00000001
299 #define AR2315_MISCCLK_PROCREFCLK 0x00000002
300
301
302
303
304
305 #define AR2315_MEM_CFG 0x0000
306 #define AR2315_MEM_CTRL 0x000c
307 #define AR2315_MEM_REF 0x0010
308
309 #define AR2315_MEM_CFG_DATA_WIDTH_M 0x00006000
310 #define AR2315_MEM_CFG_DATA_WIDTH_S 13
311 #define AR2315_MEM_CFG_COL_WIDTH_M 0x00001e00
312 #define AR2315_MEM_CFG_COL_WIDTH_S 9
313 #define AR2315_MEM_CFG_ROW_WIDTH_M 0x000001e0
314 #define AR2315_MEM_CFG_ROW_WIDTH_S 5
315 #define AR2315_MEM_CFG_BANKADDR_BITS_M 0x00000018
316 #define AR2315_MEM_CFG_BANKADDR_BITS_S 3
317
318
319
320
321 #define AR2315_LB_CONFIG 0x0000
322
323 #define AR2315_LBCONF_OE 0x00000001
324 #define AR2315_LBCONF_CS0 0x00000002
325 #define AR2315_LBCONF_CS1 0x00000004
326 #define AR2315_LBCONF_RDY 0x00000008
327 #define AR2315_LBCONF_WE 0x00000010
328 #define AR2315_LBCONF_WAIT 0x00000020
329 #define AR2315_LBCONF_ADS 0x00000040
330 #define AR2315_LBCONF_MOT 0x00000080
331 #define AR2315_LBCONF_8CS 0x00000100
332 #define AR2315_LBCONF_8DS 0x00000200
333 #define AR2315_LBCONF_ADS_EN 0x00000400
334 #define AR2315_LBCONF_ADR_OE 0x00000800
335 #define AR2315_LBCONF_ADDT_MUX 0x00001000
336 #define AR2315_LBCONF_DATA_OE 0x00002000
337 #define AR2315_LBCONF_16DATA 0x00004000
338 #define AR2315_LBCONF_SWAPDT 0x00008000
339 #define AR2315_LBCONF_SYNC 0x00010000
340 #define AR2315_LBCONF_INT 0x00020000
341 #define AR2315_LBCONF_INT_CTR0 0x00000000
342 #define AR2315_LBCONF_INT_CTR1 0x00040000
343 #define AR2315_LBCONF_INT_CTR2 0x00080000
344 #define AR2315_LBCONF_INT_CTR3 0x000c0000
345 #define AR2315_LBCONF_RDY_WAIT 0x00100000
346 #define AR2315_LBCONF_INT_PULSE 0x00200000
347 #define AR2315_LBCONF_ENABLE 0x00400000
348
349 #define AR2315_LB_CLKSEL 0x0004
350
351 #define AR2315_LBCLK_EXT 0x00000001
352
353 #define AR2315_LB_1MS 0x0008
354
355 #define AR2315_LB1MS_MASK 0x0003ffff
356
357 #define AR2315_LB_MISCCFG 0x000c
358
359 #define AR2315_LBM_TXD_EN 0x00000001
360 #define AR2315_LBM_RX_INTEN 0x00000002
361 #define AR2315_LBM_MBOXWR_INTEN 0x00000004
362 #define AR2315_LBM_MBOXRD_INTEN 0x00000008
363 #define AR2315_LMB_DESCSWAP_EN 0x00000010
364 #define AR2315_LBM_TIMEOUT_M 0x00ffff80
365 #define AR2315_LBM_TIMEOUT_S 7
366 #define AR2315_LBM_PORTMUX 0x07000000
367
368 #define AR2315_LB_RXTSOFF 0x0010
369
370 #define AR2315_LB_TX_CHAIN_EN 0x0100
371
372 #define AR2315_LB_TXEN_0 0x00000001
373 #define AR2315_LB_TXEN_1 0x00000002
374 #define AR2315_LB_TXEN_2 0x00000004
375 #define AR2315_LB_TXEN_3 0x00000008
376
377 #define AR2315_LB_TX_CHAIN_DIS 0x0104
378 #define AR2315_LB_TX_DESC_PTR 0x0200
379
380 #define AR2315_LB_RX_CHAIN_EN 0x0400
381
382 #define AR2315_LB_RXEN 0x00000001
383
384 #define AR2315_LB_RX_CHAIN_DIS 0x0404
385 #define AR2315_LB_RX_DESC_PTR 0x0408
386
387 #define AR2315_LB_INT_STATUS 0x0500
388
389 #define AR2315_LB_INT_TX_DESC 0x00000001
390 #define AR2315_LB_INT_TX_OK 0x00000002
391 #define AR2315_LB_INT_TX_ERR 0x00000004
392 #define AR2315_LB_INT_TX_EOF 0x00000008
393 #define AR2315_LB_INT_RX_DESC 0x00000010
394 #define AR2315_LB_INT_RX_OK 0x00000020
395 #define AR2315_LB_INT_RX_ERR 0x00000040
396 #define AR2315_LB_INT_RX_EOF 0x00000080
397 #define AR2315_LB_INT_TX_TRUNC 0x00000100
398 #define AR2315_LB_INT_TX_STARVE 0x00000200
399 #define AR2315_LB_INT_LB_TIMEOUT 0x00000400
400 #define AR2315_LB_INT_LB_ERR 0x00000800
401 #define AR2315_LB_INT_MBOX_WR 0x00001000
402 #define AR2315_LB_INT_MBOX_RD 0x00002000
403
404
405 #define AR2315_LB_INT_MASK 0x0504
406
407 #define AR2315_LB_INT_EN 0x0508
408 #define AR2315_LB_MBOX 0x0600
409
410 #endif