blob: 41942954b80ba18b2fa124739e2f7ba91268885a [file] [log] [blame]
wdenk9c53f402003-10-15 23:53:47 +00001/*
2 * MPC85xx Internal Memory Map
3 *
Vivek Mahajancc8df852009-05-21 17:32:48 +05304 * Copyright 2007-2009 Freescale Semiconductor, Inc.
Ed Swarthout52b98522007-07-27 01:50:51 -05005 *
wdenk9c53f402003-10-15 23:53:47 +00006 * Copyright(c) 2002,2003 Motorola Inc.
7 * Xianghua Xiao (x.xiao@motorola.com)
8 *
9 */
10
11#ifndef __IMMAP_85xx__
12#define __IMMAP_85xx__
13
Jon Loeliger3ec4c082006-10-20 17:16:35 -050014#include <asm/types.h>
Peter Tyser4c82e722009-05-21 12:09:59 -050015#include <asm/fsl_dma.h>
Jon Loeliger3ec4c082006-10-20 17:16:35 -050016#include <asm/fsl_i2c.h>
Haiying Wang4f84bbd2008-10-29 11:05:55 -040017#include <asm/fsl_lbc.h>
Jon Loeliger3ec4c082006-10-20 17:16:35 -050018
Kumar Galad5740162009-09-16 09:43:12 -050019typedef struct ccsr_local {
Kumar Gala3d8d9132009-09-28 21:38:00 -050020 u32 ccsrbarh; /* CCSR Base Addr High */
21 u32 ccsrbarl; /* CCSR Base Addr Low */
22 u32 ccsrar; /* CCSR Attr */
Kumar Galad5740162009-09-16 09:43:12 -050023#define CCSRAR_C 0x80000000 /* Commit */
24 u8 res1[4];
Kumar Gala3d8d9132009-09-28 21:38:00 -050025 u32 altcbarh; /* Alternate Configuration Base Addr High */
26 u32 altcbarl; /* Alternate Configuration Base Addr Low */
27 u32 altcar; /* Alternate Configuration Attr */
Kumar Galad5740162009-09-16 09:43:12 -050028 u8 res2[4];
Kumar Gala3d8d9132009-09-28 21:38:00 -050029 u32 bstrh; /* Boot space translation high */
30 u32 bstrl; /* Boot space translation Low */
31 u32 bstrar; /* Boot space translation attributes */
Kumar Galad5740162009-09-16 09:43:12 -050032 u8 res3[0xbd4];
33 struct {
Kumar Gala3d8d9132009-09-28 21:38:00 -050034 u32 lawbarh; /* LAWn base addr high */
35 u32 lawbarl; /* LAWn base addr low */
36 u32 lawar; /* LAWn attributes */
Kumar Galad5740162009-09-16 09:43:12 -050037 u8 res4[4];
38 } law[32];
39 u8 res35[0x204];
40} ccsr_local_t;
41
Kumar Gala3d8d9132009-09-28 21:38:00 -050042/* Local-Access Registers & ECM Registers */
wdenk9c53f402003-10-15 23:53:47 +000043typedef struct ccsr_local_ecm {
Kumar Gala3d8d9132009-09-28 21:38:00 -050044 u32 ccsrbar; /* CCSR Base Addr */
45 u8 res1[4];
46 u32 altcbar; /* Alternate Configuration Base Addr */
47 u8 res2[4];
48 u32 altcar; /* Alternate Configuration Attr */
49 u8 res3[12];
50 u32 bptr; /* Boot Page Translation */
51 u8 res4[3044];
52 u32 lawbar0; /* Local Access Window 0 Base Addr */
53 u8 res5[4];
54 u32 lawar0; /* Local Access Window 0 Attrs */
55 u8 res6[20];
56 u32 lawbar1; /* Local Access Window 1 Base Addr */
57 u8 res7[4];
58 u32 lawar1; /* Local Access Window 1 Attrs */
59 u8 res8[20];
60 u32 lawbar2; /* Local Access Window 2 Base Addr */
61 u8 res9[4];
62 u32 lawar2; /* Local Access Window 2 Attrs */
63 u8 res10[20];
64 u32 lawbar3; /* Local Access Window 3 Base Addr */
65 u8 res11[4];
66 u32 lawar3; /* Local Access Window 3 Attrs */
67 u8 res12[20];
68 u32 lawbar4; /* Local Access Window 4 Base Addr */
69 u8 res13[4];
70 u32 lawar4; /* Local Access Window 4 Attrs */
71 u8 res14[20];
72 u32 lawbar5; /* Local Access Window 5 Base Addr */
73 u8 res15[4];
74 u32 lawar5; /* Local Access Window 5 Attrs */
75 u8 res16[20];
76 u32 lawbar6; /* Local Access Window 6 Base Addr */
77 u8 res17[4];
78 u32 lawar6; /* Local Access Window 6 Attrs */
79 u8 res18[20];
80 u32 lawbar7; /* Local Access Window 7 Base Addr */
81 u8 res19[4];
82 u32 lawar7; /* Local Access Window 7 Attrs */
83 u8 res19_8a[20];
84 u32 lawbar8; /* Local Access Window 8 Base Addr */
85 u8 res19_8b[4];
86 u32 lawar8; /* Local Access Window 8 Attrs */
87 u8 res19_9a[20];
88 u32 lawbar9; /* Local Access Window 9 Base Addr */
89 u8 res19_9b[4];
90 u32 lawar9; /* Local Access Window 9 Attrs */
91 u8 res19_10a[20];
92 u32 lawbar10; /* Local Access Window 10 Base Addr */
93 u8 res19_10b[4];
94 u32 lawar10; /* Local Access Window 10 Attrs */
95 u8 res19_11a[20];
96 u32 lawbar11; /* Local Access Window 11 Base Addr */
97 u8 res19_11b[4];
98 u32 lawar11; /* Local Access Window 11 Attrs */
99 u8 res20[652];
100 u32 eebacr; /* ECM CCB Addr Configuration */
101 u8 res21[12];
102 u32 eebpcr; /* ECM CCB Port Configuration */
103 u8 res22[3564];
104 u32 eedr; /* ECM Error Detect */
105 u8 res23[4];
106 u32 eeer; /* ECM Error Enable */
107 u32 eeatr; /* ECM Error Attrs Capture */
108 u32 eeadr; /* ECM Error Addr Capture */
109 u8 res24[492];
wdenk9c53f402003-10-15 23:53:47 +0000110} ccsr_local_ecm_t;
111
Kumar Gala3d8d9132009-09-28 21:38:00 -0500112/* DDR memory controller registers */
wdenk9c53f402003-10-15 23:53:47 +0000113typedef struct ccsr_ddr {
Kumar Gala3d8d9132009-09-28 21:38:00 -0500114 u32 cs0_bnds; /* Chip Select 0 Memory Bounds */
115 u8 res1[4];
116 u32 cs1_bnds; /* Chip Select 1 Memory Bounds */
117 u8 res2[4];
118 u32 cs2_bnds; /* Chip Select 2 Memory Bounds */
119 u8 res3[4];
120 u32 cs3_bnds; /* Chip Select 3 Memory Bounds */
121 u8 res4[100];
122 u32 cs0_config; /* Chip Select Configuration */
123 u32 cs1_config; /* Chip Select Configuration */
124 u32 cs2_config; /* Chip Select Configuration */
125 u32 cs3_config; /* Chip Select Configuration */
126 u8 res4a[48];
127 u32 cs0_config_2; /* Chip Select Configuration 2 */
128 u32 cs1_config_2; /* Chip Select Configuration 2 */
129 u32 cs2_config_2; /* Chip Select Configuration 2 */
130 u32 cs3_config_2; /* Chip Select Configuration 2 */
131 u8 res5[48];
132 u32 timing_cfg_3; /* SDRAM Timing Configuration 3 */
133 u32 timing_cfg_0; /* SDRAM Timing Configuration 0 */
134 u32 timing_cfg_1; /* SDRAM Timing Configuration 1 */
135 u32 timing_cfg_2; /* SDRAM Timing Configuration 2 */
136 u32 sdram_cfg; /* SDRAM Control Configuration */
137 u32 sdram_cfg_2; /* SDRAM Control Configuration 2 */
138 u32 sdram_mode; /* SDRAM Mode Configuration */
139 u32 sdram_mode_2; /* SDRAM Mode Configuration 2 */
140 u32 sdram_md_cntl; /* SDRAM Mode Control */
141 u32 sdram_interval; /* SDRAM Interval Configuration */
142 u32 sdram_data_init; /* SDRAM Data initialization */
143 u8 res6[4];
144 u32 sdram_clk_cntl; /* SDRAM Clock Control */
145 u8 res7[20];
146 u32 init_addr; /* training init addr */
147 u32 init_ext_addr; /* training init extended addr */
148 u8 res8_1[16];
149 u32 timing_cfg_4; /* SDRAM Timing Configuration 4 */
150 u32 timing_cfg_5; /* SDRAM Timing Configuration 5 */
151 u8 reg8_1a[8];
152 u32 ddr_zq_cntl; /* ZQ calibration control*/
153 u32 ddr_wrlvl_cntl; /* write leveling control*/
154 u8 reg8_1aa[4];
155 u32 ddr_sr_cntr; /* self refresh counter */
156 u32 ddr_sdram_rcw_1; /* Control Words 1 */
157 u32 ddr_sdram_rcw_2; /* Control Words 2 */
158 u8 res8_1b[2456];
159 u32 ddr_dsr1; /* Debug Status 1 */
160 u32 ddr_dsr2; /* Debug Status 2 */
161 u32 ddr_cdr1; /* Control Driver 1 */
162 u32 ddr_cdr2; /* Control Driver 2 */
163 u8 res8_1c[200];
164 u32 ip_rev1; /* IP Block Revision 1 */
165 u32 ip_rev2; /* IP Block Revision 2 */
166 u8 res8_2[512];
167 u32 data_err_inject_hi; /* Data Path Err Injection Mask High */
168 u32 data_err_inject_lo; /* Data Path Err Injection Mask Low */
169 u32 ecc_err_inject; /* Data Path Err Injection Mask ECC */
170 u8 res9[20];
171 u32 capture_data_hi; /* Data Path Read Capture High */
172 u32 capture_data_lo; /* Data Path Read Capture Low */
173 u32 capture_ecc; /* Data Path Read Capture ECC */
174 u8 res10[20];
175 u32 err_detect; /* Error Detect */
176 u32 err_disable; /* Error Disable */
177 u32 err_int_en;
178 u32 capture_attributes; /* Error Attrs Capture */
179 u32 capture_address; /* Error Addr Capture */
180 u32 capture_ext_address; /* Error Extended Addr Capture */
181 u32 err_sbe; /* Single-Bit ECC Error Management */
182 u8 res11[164];
183 u32 debug_1;
184 u32 debug_2;
185 u32 debug_3;
186 u32 debug_4;
187 u32 debug_5;
188 u32 debug_6;
189 u32 debug_7;
190 u32 debug_8;
191 u32 debug_9;
192 u32 debug_10;
193 u32 debug_11;
194 u32 debug_12;
195 u32 debug_13;
196 u32 debug_14;
197 u32 debug_15;
198 u32 debug_16;
199 u32 debug_17;
200 u32 debug_18;
201 u8 res12[184];
wdenk9c53f402003-10-15 23:53:47 +0000202} ccsr_ddr_t;
203
Kumar Gala3d8d9132009-09-28 21:38:00 -0500204/* I2C Registers */
wdenk9c53f402003-10-15 23:53:47 +0000205typedef struct ccsr_i2c {
Jon Loeliger3ec4c082006-10-20 17:16:35 -0500206 struct fsl_i2c i2c[1];
207 u8 res[4096 - 1 * sizeof(struct fsl_i2c)];
wdenk9c53f402003-10-15 23:53:47 +0000208} ccsr_i2c_t;
209
wdenk0aeb8532004-10-10 21:21:55 +0000210#if defined(CONFIG_MPC8540) \
211 || defined(CONFIG_MPC8541) \
Jon Loeliger77a4f6e2005-07-25 14:05:07 -0500212 || defined(CONFIG_MPC8548) \
wdenk0aeb8532004-10-10 21:21:55 +0000213 || defined(CONFIG_MPC8555)
Kumar Gala3d8d9132009-09-28 21:38:00 -0500214/* DUART Registers */
wdenk9c53f402003-10-15 23:53:47 +0000215typedef struct ccsr_duart {
Kumar Gala3d8d9132009-09-28 21:38:00 -0500216 u8 res1[1280];
217/* URBR1, UTHR1, UDLB1 with the same addr */
218 u8 urbr1_uthr1_udlb1;
219/* UIER1, UDMB1 with the same addr01 */
220 u8 uier1_udmb1;
221/* UIIR1, UFCR1, UAFR1 with the same addr */
222 u8 uiir1_ufcr1_uafr1;
223 u8 ulcr1; /* UART1 Line Control */
224 u8 umcr1; /* UART1 Modem Control */
225 u8 ulsr1; /* UART1 Line Status */
226 u8 umsr1; /* UART1 Modem Status */
227 u8 uscr1; /* UART1 Scratch */
228 u8 res2[8];
229 u8 udsr1; /* UART1 DMA Status */
230 u8 res3[239];
231/* URBR2, UTHR2, UDLB2 with the same addr */
232 u8 urbr2_uthr2_udlb2;
233/* UIER2, UDMB2 with the same addr */
234 u8 uier2_udmb2;
235/* UIIR2, UFCR2, UAFR2 with the same addr */
236 u8 uiir2_ufcr2_uafr2;
237 u8 ulcr2; /* UART2 Line Control */
238 u8 umcr2; /* UART2 Modem Control */
239 u8 ulsr2; /* UART2 Line Status */
240 u8 umsr2; /* UART2 Modem Status */
241 u8 uscr2; /* UART2 Scratch */
242 u8 res4[8];
243 u8 udsr2; /* UART2 DMA Status */
244 u8 res5[2543];
wdenk9c53f402003-10-15 23:53:47 +0000245} ccsr_duart_t;
246#else /* MPC8560 uses UART on its CPM */
247typedef struct ccsr_duart {
Kumar Gala3d8d9132009-09-28 21:38:00 -0500248 u8 res[4096];
wdenk9c53f402003-10-15 23:53:47 +0000249} ccsr_duart_t;
250#endif
251
Kumar Gala3d8d9132009-09-28 21:38:00 -0500252/* Local Bus Controller Registers */
wdenk9c53f402003-10-15 23:53:47 +0000253typedef struct ccsr_lbc {
Kumar Gala3d8d9132009-09-28 21:38:00 -0500254 u32 br0; /* LBC Base 0 */
255 u32 or0; /* LBC Options 0 */
256 u32 br1; /* LBC Base 1 */
257 u32 or1; /* LBC Options 1 */
258 u32 br2; /* LBC Base 2 */
259 u32 or2; /* LBC Options 2 */
260 u32 br3; /* LBC Base 3 */
261 u32 or3; /* LBC Options 3 */
262 u32 br4; /* LBC Base 4 */
263 u32 or4; /* LBC Options 4 */
264 u32 br5; /* LBC Base 5 */
265 u32 or5; /* LBC Options 5 */
266 u32 br6; /* LBC Base 6 */
267 u32 or6; /* LBC Options 6 */
268 u32 br7; /* LBC Base 7 */
269 u32 or7; /* LBC Options 7 */
270 u8 res1[40];
271 u32 mar; /* LBC UPM Addr */
272 u8 res2[4];
273 u32 mamr; /* LBC UPMA Mode */
274 u32 mbmr; /* LBC UPMB Mode */
275 u32 mcmr; /* LBC UPMC Mode */
276 u8 res3[8];
277 u32 mrtpr; /* LBC Memory Refresh Timer Prescaler */
278 u32 mdr; /* LBC UPM Data */
279 u8 res4[8];
280 u32 lsdmr; /* LBC SDRAM Mode */
281 u8 res5[8];
282 u32 lurt; /* LBC UPM Refresh Timer */
283 u32 lsrt; /* LBC SDRAM Refresh Timer */
284 u8 res6[8];
285 u32 ltesr; /* LBC Transfer Error Status */
286 u32 ltedr; /* LBC Transfer Error Disable */
287 u32 lteir; /* LBC Transfer Error IRQ */
288 u32 lteatr; /* LBC Transfer Error Attrs */
289 u32 ltear; /* LBC Transfer Error Addr */
290 u8 res7[12];
291 u32 lbcr; /* LBC Configuration */
292 u32 lcrr; /* LBC Clock Ratio */
293 u8 res8[3880];
wdenk9c53f402003-10-15 23:53:47 +0000294} ccsr_lbc_t;
295
Kumar Gala3d8d9132009-09-28 21:38:00 -0500296/* eSPI Registers */
Mingkai Hu946d52b2009-03-31 14:09:40 +0800297typedef struct ccsr_espi {
Kumar Gala3d8d9132009-09-28 21:38:00 -0500298 u32 mode; /* eSPI mode */
299 u32 event; /* eSPI event */
300 u32 mask; /* eSPI mask */
301 u32 com; /* eSPI command */
302 u32 tx; /* eSPI transmit FIFO access */
303 u32 rx; /* eSPI receive FIFO access */
304 u8 res1[8]; /* reserved */
305 u32 csmode[4]; /* 0x2c: sSPI CS0/1/2/3 mode */
306 u8 res2[4048]; /* fill up to 0x1000 */
Mingkai Hu946d52b2009-03-31 14:09:40 +0800307} ccsr_espi_t;
308
Kumar Gala3d8d9132009-09-28 21:38:00 -0500309/* PCI Registers */
wdenk9c53f402003-10-15 23:53:47 +0000310typedef struct ccsr_pcix {
Kumar Gala3d8d9132009-09-28 21:38:00 -0500311 u32 cfg_addr; /* PCIX Configuration Addr */
312 u32 cfg_data; /* PCIX Configuration Data */
313 u32 int_ack; /* PCIX IRQ Acknowledge */
314 u8 res1[3060];
315 u32 potar0; /* PCIX Outbound Transaction Addr 0 */
316 u32 potear0; /* PCIX Outbound Translation Extended Addr 0 */
317 u32 powbar0; /* PCIX Outbound Window Base Addr 0 */
318 u32 powbear0; /* PCIX Outbound Window Base Extended Addr 0 */
319 u32 powar0; /* PCIX Outbound Window Attrs 0 */
320 u8 res2[12];
321 u32 potar1; /* PCIX Outbound Transaction Addr 1 */
322 u32 potear1; /* PCIX Outbound Translation Extended Addr 1 */
323 u32 powbar1; /* PCIX Outbound Window Base Addr 1 */
324 u32 powbear1; /* PCIX Outbound Window Base Extended Addr 1 */
325 u32 powar1; /* PCIX Outbound Window Attrs 1 */
326 u8 res3[12];
327 u32 potar2; /* PCIX Outbound Transaction Addr 2 */
328 u32 potear2; /* PCIX Outbound Translation Extended Addr 2 */
329 u32 powbar2; /* PCIX Outbound Window Base Addr 2 */
330 u32 powbear2; /* PCIX Outbound Window Base Extended Addr 2 */
331 u32 powar2; /* PCIX Outbound Window Attrs 2 */
332 u8 res4[12];
333 u32 potar3; /* PCIX Outbound Transaction Addr 3 */
334 u32 potear3; /* PCIX Outbound Translation Extended Addr 3 */
335 u32 powbar3; /* PCIX Outbound Window Base Addr 3 */
336 u32 powbear3; /* PCIX Outbound Window Base Extended Addr 3 */
337 u32 powar3; /* PCIX Outbound Window Attrs 3 */
338 u8 res5[12];
339 u32 potar4; /* PCIX Outbound Transaction Addr 4 */
340 u32 potear4; /* PCIX Outbound Translation Extended Addr 4 */
341 u32 powbar4; /* PCIX Outbound Window Base Addr 4 */
342 u32 powbear4; /* PCIX Outbound Window Base Extended Addr 4 */
343 u32 powar4; /* PCIX Outbound Window Attrs 4 */
344 u8 res6[268];
345 u32 pitar3; /* PCIX Inbound Translation Addr 3 */
346 u32 pitear3; /* PCIX Inbound Translation Extended Addr 3 */
347 u32 piwbar3; /* PCIX Inbound Window Base Addr 3 */
348 u32 piwbear3; /* PCIX Inbound Window Base Extended Addr 3 */
349 u32 piwar3; /* PCIX Inbound Window Attrs 3 */
350 u8 res7[12];
351 u32 pitar2; /* PCIX Inbound Translation Addr 2 */
352 u32 pitear2; /* PCIX Inbound Translation Extended Addr 2 */
353 u32 piwbar2; /* PCIX Inbound Window Base Addr 2 */
354 u32 piwbear2; /* PCIX Inbound Window Base Extended Addr 2 */
355 u32 piwar2; /* PCIX Inbound Window Attrs 2 */
356 u8 res8[12];
357 u32 pitar1; /* PCIX Inbound Translation Addr 1 */
358 u32 pitear1; /* PCIX Inbound Translation Extended Addr 1 */
359 u32 piwbar1; /* PCIX Inbound Window Base Addr 1 */
360 u8 res9[4];
361 u32 piwar1; /* PCIX Inbound Window Attrs 1 */
362 u8 res10[12];
363 u32 pedr; /* PCIX Error Detect */
364 u32 pecdr; /* PCIX Error Capture Disable */
365 u32 peer; /* PCIX Error Enable */
366 u32 peattrcr; /* PCIX Error Attrs Capture */
367 u32 peaddrcr; /* PCIX Error Addr Capture */
368 u32 peextaddrcr; /* PCIX Error Extended Addr Capture */
369 u32 pedlcr; /* PCIX Error Data Low Capture */
370 u32 pedhcr; /* PCIX Error Error Data High Capture */
371 u32 gas_timr; /* PCIX Gasket Timer */
372 u8 res11[476];
wdenk9c53f402003-10-15 23:53:47 +0000373} ccsr_pcix_t;
374
Matthew McClintock31db9c32006-06-28 10:45:17 -0500375#define PCIX_COMMAND 0x62
376#define POWAR_EN 0x80000000
377#define POWAR_IO_READ 0x00080000
378#define POWAR_MEM_READ 0x00040000
379#define POWAR_IO_WRITE 0x00008000
380#define POWAR_MEM_WRITE 0x00004000
381#define POWAR_MEM_512M 0x0000001c
382#define POWAR_IO_1M 0x00000013
383
384#define PIWAR_EN 0x80000000
385#define PIWAR_PF 0x20000000
386#define PIWAR_LOCAL 0x00f00000
387#define PIWAR_READ_SNOOP 0x00050000
388#define PIWAR_WRITE_SNOOP 0x00005000
389#define PIWAR_MEM_2G 0x0000001e
390
Kumar Gala3d8d9132009-09-28 21:38:00 -0500391typedef struct ccsr_gpio {
392 u32 gpdir;
393 u32 gpodr;
394 u32 gpdat;
395 u32 gpier;
396 u32 gpimr;
397 u32 gpicr;
398} ccsr_gpio_t;
Matthew McClintock31db9c32006-06-28 10:45:17 -0500399
Kumar Gala3d8d9132009-09-28 21:38:00 -0500400/* L2 Cache Registers */
wdenk9c53f402003-10-15 23:53:47 +0000401typedef struct ccsr_l2cache {
Kumar Gala3d8d9132009-09-28 21:38:00 -0500402 u32 l2ctl; /* L2 configuration 0 */
403 u8 res1[12];
404 u32 l2cewar0; /* L2 cache external write addr 0 */
405 u8 res2[4];
406 u32 l2cewcr0; /* L2 cache external write control 0 */
407 u8 res3[4];
408 u32 l2cewar1; /* L2 cache external write addr 1 */
409 u8 res4[4];
410 u32 l2cewcr1; /* L2 cache external write control 1 */
411 u8 res5[4];
412 u32 l2cewar2; /* L2 cache external write addr 2 */
413 u8 res6[4];
414 u32 l2cewcr2; /* L2 cache external write control 2 */
415 u8 res7[4];
416 u32 l2cewar3; /* L2 cache external write addr 3 */
417 u8 res8[4];
418 u32 l2cewcr3; /* L2 cache external write control 3 */
419 u8 res9[180];
420 u32 l2srbar0; /* L2 memory-mapped SRAM base addr 0 */
421 u8 res10[4];
422 u32 l2srbar1; /* L2 memory-mapped SRAM base addr 1 */
423 u8 res11[3316];
424 u32 l2errinjhi; /* L2 error injection mask high */
425 u32 l2errinjlo; /* L2 error injection mask low */
426 u32 l2errinjctl; /* L2 error injection tag/ECC control */
427 u8 res12[20];
428 u32 l2captdatahi; /* L2 error data high capture */
429 u32 l2captdatalo; /* L2 error data low capture */
430 u32 l2captecc; /* L2 error ECC capture */
431 u8 res13[20];
432 u32 l2errdet; /* L2 error detect */
433 u32 l2errdis; /* L2 error disable */
434 u32 l2errinten; /* L2 error interrupt enable */
435 u32 l2errattr; /* L2 error attributes capture */
436 u32 l2erraddr; /* L2 error addr capture */
437 u8 res14[4];
438 u32 l2errctl; /* L2 error control */
439 u8 res15[420];
wdenk9c53f402003-10-15 23:53:47 +0000440} ccsr_l2cache_t;
441
Mingkai Hud2088e02009-08-18 15:37:15 +0800442#define MPC85xx_L2CTL_L2E 0x80000000
443#define MPC85xx_L2CTL_L2SRAM_ENTIRE 0x00010000
444#define MPC85xx_L2ERRDIS_MBECC 0x00000008
445#define MPC85xx_L2ERRDIS_SBECC 0x00000004
446
Kumar Gala3d8d9132009-09-28 21:38:00 -0500447/* DMA Registers */
wdenk9c53f402003-10-15 23:53:47 +0000448typedef struct ccsr_dma {
Kumar Gala3d8d9132009-09-28 21:38:00 -0500449 u8 res1[256];
Peter Tyser4c82e722009-05-21 12:09:59 -0500450 struct fsl_dma dma[4];
Kumar Gala3d8d9132009-09-28 21:38:00 -0500451 u32 dgsr; /* DMA General Status */
452 u8 res2[11516];
wdenk9c53f402003-10-15 23:53:47 +0000453} ccsr_dma_t;
454
Kumar Gala3d8d9132009-09-28 21:38:00 -0500455/* tsec */
wdenk9c53f402003-10-15 23:53:47 +0000456typedef struct ccsr_tsec {
Kumar Gala3d8d9132009-09-28 21:38:00 -0500457 u8 res1[16];
458 u32 ievent; /* IRQ Event */
459 u32 imask; /* IRQ Mask */
460 u32 edis; /* Error Disabled */
461 u8 res2[4];
462 u32 ecntrl; /* Ethernet Control */
463 u32 minflr; /* Minimum Frame Len */
464 u32 ptv; /* Pause Time Value */
465 u32 dmactrl; /* DMA Control */
466 u32 tbipa; /* TBI PHY Addr */
467 u8 res3[88];
468 u32 fifo_tx_thr; /* FIFO transmit threshold */
469 u8 res4[8];
470 u32 fifo_tx_starve; /* FIFO transmit starve */
471 u32 fifo_tx_starve_shutoff; /* FIFO transmit starve shutoff */
472 u8 res5[96];
473 u32 tctrl; /* TX Control */
474 u32 tstat; /* TX Status */
475 u8 res6[4];
476 u32 tbdlen; /* TX Buffer Desc Data Len */
477 u8 res7[16];
478 u32 ctbptrh; /* Current TX Buffer Desc Ptr High */
479 u32 ctbptr; /* Current TX Buffer Desc Ptr */
480 u8 res8[88];
481 u32 tbptrh; /* TX Buffer Desc Ptr High */
482 u32 tbptr; /* TX Buffer Desc Ptr Low */
483 u8 res9[120];
484 u32 tbaseh; /* TX Desc Base Addr High */
485 u32 tbase; /* TX Desc Base Addr */
486 u8 res10[168];
487 u32 ostbd; /* Out-of-Sequence(OOS) TX Buffer Desc */
488 u32 ostbdp; /* OOS TX Data Buffer Ptr */
489 u32 os32tbdp; /* OOS 32 Bytes TX Data Buffer Ptr Low */
490 u32 os32iptrh; /* OOS 32 Bytes TX Insert Ptr High */
491 u32 os32iptrl; /* OOS 32 Bytes TX Insert Ptr Low */
492 u32 os32tbdr; /* OOS 32 Bytes TX Reserved */
493 u32 os32iil; /* OOS 32 Bytes TX Insert Idx/Len */
494 u8 res11[52];
495 u32 rctrl; /* RX Control */
496 u32 rstat; /* RX Status */
497 u8 res12[4];
498 u32 rbdlen; /* RxBD Data Len */
499 u8 res13[16];
500 u32 crbptrh; /* Current RX Buffer Desc Ptr High */
501 u32 crbptr; /* Current RX Buffer Desc Ptr */
502 u8 res14[24];
503 u32 mrblr; /* Maximum RX Buffer Len */
504 u32 mrblr2r3; /* Maximum RX Buffer Len R2R3 */
505 u8 res15[56];
506 u32 rbptrh; /* RX Buffer Desc Ptr High 0 */
507 u32 rbptr; /* RX Buffer Desc Ptr */
508 u32 rbptrh1; /* RX Buffer Desc Ptr High 1 */
509 u32 rbptrl1; /* RX Buffer Desc Ptr Low 1 */
510 u32 rbptrh2; /* RX Buffer Desc Ptr High 2 */
511 u32 rbptrl2; /* RX Buffer Desc Ptr Low 2 */
512 u32 rbptrh3; /* RX Buffer Desc Ptr High 3 */
513 u32 rbptrl3; /* RX Buffer Desc Ptr Low 3 */
514 u8 res16[96];
515 u32 rbaseh; /* RX Desc Base Addr High 0 */
516 u32 rbase; /* RX Desc Base Addr */
517 u32 rbaseh1; /* RX Desc Base Addr High 1 */
518 u32 rbasel1; /* RX Desc Base Addr Low 1 */
519 u32 rbaseh2; /* RX Desc Base Addr High 2 */
520 u32 rbasel2; /* RX Desc Base Addr Low 2 */
521 u32 rbaseh3; /* RX Desc Base Addr High 3 */
522 u32 rbasel3; /* RX Desc Base Addr Low 3 */
523 u8 res17[224];
524 u32 maccfg1; /* MAC Configuration 1 */
525 u32 maccfg2; /* MAC Configuration 2 */
526 u32 ipgifg; /* Inter Packet Gap/Inter Frame Gap */
527 u32 hafdup; /* Half Duplex */
528 u32 maxfrm; /* Maximum Frame Len */
529 u8 res18[12];
530 u32 miimcfg; /* MII Management Configuration */
531 u32 miimcom; /* MII Management Cmd */
532 u32 miimadd; /* MII Management Addr */
533 u32 miimcon; /* MII Management Control */
534 u32 miimstat; /* MII Management Status */
535 u32 miimind; /* MII Management Indicator */
536 u8 res19[4];
537 u32 ifstat; /* Interface Status */
538 u32 macstnaddr1; /* Station Addr Part 1 */
539 u32 macstnaddr2; /* Station Addr Part 2 */
540 u8 res20[312];
541 u32 tr64; /* TX & RX 64-byte Frame Counter */
542 u32 tr127; /* TX & RX 65-127 byte Frame Counter */
543 u32 tr255; /* TX & RX 128-255 byte Frame Counter */
544 u32 tr511; /* TX & RX 256-511 byte Frame Counter */
545 u32 tr1k; /* TX & RX 512-1023 byte Frame Counter */
546 u32 trmax; /* TX & RX 1024-1518 byte Frame Counter */
547 u32 trmgv; /* TX & RX 1519-1522 byte Good VLAN Frame */
548 u32 rbyt; /* RX Byte Counter */
549 u32 rpkt; /* RX Packet Counter */
550 u32 rfcs; /* RX FCS Error Counter */
551 u32 rmca; /* RX Multicast Packet Counter */
552 u32 rbca; /* RX Broadcast Packet Counter */
553 u32 rxcf; /* RX Control Frame Packet Counter */
554 u32 rxpf; /* RX Pause Frame Packet Counter */
555 u32 rxuo; /* RX Unknown OP Code Counter */
556 u32 raln; /* RX Alignment Error Counter */
557 u32 rflr; /* RX Frame Len Error Counter */
558 u32 rcde; /* RX Code Error Counter */
559 u32 rcse; /* RX Carrier Sense Error Counter */
560 u32 rund; /* RX Undersize Packet Counter */
561 u32 rovr; /* RX Oversize Packet Counter */
562 u32 rfrg; /* RX Fragments Counter */
563 u32 rjbr; /* RX Jabber Counter */
564 u32 rdrp; /* RX Drop Counter */
565 u32 tbyt; /* TX Byte Counter Counter */
566 u32 tpkt; /* TX Packet Counter */
567 u32 tmca; /* TX Multicast Packet Counter */
568 u32 tbca; /* TX Broadcast Packet Counter */
569 u32 txpf; /* TX Pause Control Frame Counter */
570 u32 tdfr; /* TX Deferral Packet Counter */
571 u32 tedf; /* TX Excessive Deferral Packet Counter */
572 u32 tscl; /* TX Single Collision Packet Counter */
573 u32 tmcl; /* TX Multiple Collision Packet Counter */
574 u32 tlcl; /* TX Late Collision Packet Counter */
575 u32 txcl; /* TX Excessive Collision Packet Counter */
576 u32 tncl; /* TX Total Collision Counter */
577 u8 res21[4];
578 u32 tdrp; /* TX Drop Frame Counter */
579 u32 tjbr; /* TX Jabber Frame Counter */
580 u32 tfcs; /* TX FCS Error Counter */
581 u32 txcf; /* TX Control Frame Counter */
582 u32 tovr; /* TX Oversize Frame Counter */
583 u32 tund; /* TX Undersize Frame Counter */
584 u32 tfrg; /* TX Fragments Frame Counter */
585 u32 car1; /* Carry One */
586 u32 car2; /* Carry Two */
587 u32 cam1; /* Carry Mask One */
588 u32 cam2; /* Carry Mask Two */
589 u8 res22[192];
590 u32 iaddr0; /* Indivdual addr 0 */
591 u32 iaddr1; /* Indivdual addr 1 */
592 u32 iaddr2; /* Indivdual addr 2 */
593 u32 iaddr3; /* Indivdual addr 3 */
594 u32 iaddr4; /* Indivdual addr 4 */
595 u32 iaddr5; /* Indivdual addr 5 */
596 u32 iaddr6; /* Indivdual addr 6 */
597 u32 iaddr7; /* Indivdual addr 7 */
598 u8 res23[96];
599 u32 gaddr0; /* Global addr 0 */
600 u32 gaddr1; /* Global addr 1 */
601 u32 gaddr2; /* Global addr 2 */
602 u32 gaddr3; /* Global addr 3 */
603 u32 gaddr4; /* Global addr 4 */
604 u32 gaddr5; /* Global addr 5 */
605 u32 gaddr6; /* Global addr 6 */
606 u32 gaddr7; /* Global addr 7 */
607 u8 res24[96];
608 u32 pmd0; /* Pattern Match Data */
609 u8 res25[4];
610 u32 pmask0; /* Pattern Mask */
611 u8 res26[4];
612 u32 pcntrl0; /* Pattern Match Control */
613 u8 res27[4];
614 u32 pattrb0; /* Pattern Match Attrs */
615 u32 pattrbeli0; /* Pattern Match Attrs Extract Len & Idx */
616 u32 pmd1; /* Pattern Match Data */
617 u8 res28[4];
618 u32 pmask1; /* Pattern Mask */
619 u8 res29[4];
620 u32 pcntrl1; /* Pattern Match Control */
621 u8 res30[4];
622 u32 pattrb1; /* Pattern Match Attrs */
623 u32 pattrbeli1; /* Pattern Match Attrs Extract Len & Idx */
624 u32 pmd2; /* Pattern Match Data */
625 u8 res31[4];
626 u32 pmask2; /* Pattern Mask */
627 u8 res32[4];
628 u32 pcntrl2; /* Pattern Match Control */
629 u8 res33[4];
630 u32 pattrb2; /* Pattern Match Attrs */
631 u32 pattrbeli2; /* Pattern Match Attrs Extract Len & Idx */
632 u32 pmd3; /* Pattern Match Data */
633 u8 res34[4];
634 u32 pmask3; /* Pattern Mask */
635 u8 res35[4];
636 u32 pcntrl3; /* Pattern Match Control */
637 u8 res36[4];
638 u32 pattrb3; /* Pattern Match Attrs */
639 u32 pattrbeli3; /* Pattern Match Attrs Extract Len & Idx */
640 u32 pmd4; /* Pattern Match Data */
641 u8 res37[4];
642 u32 pmask4; /* Pattern Mask */
643 u8 res38[4];
644 u32 pcntrl4; /* Pattern Match Control */
645 u8 res39[4];
646 u32 pattrb4; /* Pattern Match Attrs */
647 u32 pattrbeli4; /* Pattern Match Attrs Extract Len & Idx */
648 u32 pmd5; /* Pattern Match Data */
649 u8 res40[4];
650 u32 pmask5; /* Pattern Mask */
651 u8 res41[4];
652 u32 pcntrl5; /* Pattern Match Control */
653 u8 res42[4];
654 u32 pattrb5; /* Pattern Match Attrs */
655 u32 pattrbeli5; /* Pattern Match Attrs Extract Len & Idx */
656 u32 pmd6; /* Pattern Match Data */
657 u8 res43[4];
658 u32 pmask6; /* Pattern Mask */
659 u8 res44[4];
660 u32 pcntrl6; /* Pattern Match Control */
661 u8 res45[4];
662 u32 pattrb6; /* Pattern Match Attrs */
663 u32 pattrbeli6; /* Pattern Match Attrs Extract Len & Idx */
664 u32 pmd7; /* Pattern Match Data */
665 u8 res46[4];
666 u32 pmask7; /* Pattern Mask */
667 u8 res47[4];
668 u32 pcntrl7; /* Pattern Match Control */
669 u8 res48[4];
670 u32 pattrb7; /* Pattern Match Attrs */
671 u32 pattrbeli7; /* Pattern Match Attrs Extract Len & Idx */
672 u32 pmd8; /* Pattern Match Data */
673 u8 res49[4];
674 u32 pmask8; /* Pattern Mask */
675 u8 res50[4];
676 u32 pcntrl8; /* Pattern Match Control */
677 u8 res51[4];
678 u32 pattrb8; /* Pattern Match Attrs */
679 u32 pattrbeli8; /* Pattern Match Attrs Extract Len & Idx */
680 u32 pmd9; /* Pattern Match Data */
681 u8 res52[4];
682 u32 pmask9; /* Pattern Mask */
683 u8 res53[4];
684 u32 pcntrl9; /* Pattern Match Control */
685 u8 res54[4];
686 u32 pattrb9; /* Pattern Match Attrs */
687 u32 pattrbeli9; /* Pattern Match Attrs Extract Len & Idx */
688 u32 pmd10; /* Pattern Match Data */
689 u8 res55[4];
690 u32 pmask10; /* Pattern Mask */
691 u8 res56[4];
692 u32 pcntrl10; /* Pattern Match Control */
693 u8 res57[4];
694 u32 pattrb10; /* Pattern Match Attrs */
695 u32 pattrbeli10; /* Pattern Match Attrs Extract Len & Idx */
696 u32 pmd11; /* Pattern Match Data */
697 u8 res58[4];
698 u32 pmask11; /* Pattern Mask */
699 u8 res59[4];
700 u32 pcntrl11; /* Pattern Match Control */
701 u8 res60[4];
702 u32 pattrb11; /* Pattern Match Attrs */
703 u32 pattrbeli11; /* Pattern Match Attrs Extract Len & Idx */
704 u32 pmd12; /* Pattern Match Data */
705 u8 res61[4];
706 u32 pmask12; /* Pattern Mask */
707 u8 res62[4];
708 u32 pcntrl12; /* Pattern Match Control */
709 u8 res63[4];
710 u32 pattrb12; /* Pattern Match Attrs */
711 u32 pattrbeli12; /* Pattern Match Attrs Extract Len & Idx */
712 u32 pmd13; /* Pattern Match Data */
713 u8 res64[4];
714 u32 pmask13; /* Pattern Mask */
715 u8 res65[4];
716 u32 pcntrl13; /* Pattern Match Control */
717 u8 res66[4];
718 u32 pattrb13; /* Pattern Match Attrs */
719 u32 pattrbeli13; /* Pattern Match Attrs Extract Len & Idx */
720 u32 pmd14; /* Pattern Match Data */
721 u8 res67[4];
722 u32 pmask14; /* Pattern Mask */
723 u8 res68[4];
724 u32 pcntrl14; /* Pattern Match Control */
725 u8 res69[4];
726 u32 pattrb14; /* Pattern Match Attrs */
727 u32 pattrbeli14; /* Pattern Match Attrs Extract Len & Idx */
728 u32 pmd15; /* Pattern Match Data */
729 u8 res70[4];
730 u32 pmask15; /* Pattern Mask */
731 u8 res71[4];
732 u32 pcntrl15; /* Pattern Match Control */
733 u8 res72[4];
734 u32 pattrb15; /* Pattern Match Attrs */
735 u32 pattrbeli15; /* Pattern Match Attrs Extract Len & Idx */
736 u8 res73[248];
737 u32 attr; /* Attrs */
738 u32 attreli; /* Attrs Extract Len & Idx */
739 u8 res74[1024];
wdenk9c53f402003-10-15 23:53:47 +0000740} ccsr_tsec_t;
741
Kumar Gala3d8d9132009-09-28 21:38:00 -0500742/* PIC Registers */
wdenk9c53f402003-10-15 23:53:47 +0000743typedef struct ccsr_pic {
Kumar Gala3d8d9132009-09-28 21:38:00 -0500744 u8 res1[64];
745 u32 ipidr0; /* Interprocessor IRQ Dispatch 0 */
746 u8 res2[12];
747 u32 ipidr1; /* Interprocessor IRQ Dispatch 1 */
748 u8 res3[12];
749 u32 ipidr2; /* Interprocessor IRQ Dispatch 2 */
750 u8 res4[12];
751 u32 ipidr3; /* Interprocessor IRQ Dispatch 3 */
752 u8 res5[12];
753 u32 ctpr; /* Current Task Priority */
754 u8 res6[12];
755 u32 whoami; /* Who Am I */
756 u8 res7[12];
757 u32 iack; /* IRQ Acknowledge */
758 u8 res8[12];
759 u32 eoi; /* End Of IRQ */
760 u8 res9[3916];
761 u32 frr; /* Feature Reporting */
762 u8 res10[28];
763 u32 gcr; /* Global Configuration */
764#define MPC85xx_PICGCR_RST 0x80000000
765#define MPC85xx_PICGCR_M 0x20000000
766 u8 res11[92];
767 u32 vir; /* Vendor Identification */
768 u8 res12[12];
769 u32 pir; /* Processor Initialization */
770 u8 res13[12];
771 u32 ipivpr0; /* IPI Vector/Priority 0 */
772 u8 res14[12];
773 u32 ipivpr1; /* IPI Vector/Priority 1 */
774 u8 res15[12];
775 u32 ipivpr2; /* IPI Vector/Priority 2 */
776 u8 res16[12];
777 u32 ipivpr3; /* IPI Vector/Priority 3 */
778 u8 res17[12];
779 u32 svr; /* Spurious Vector */
780 u8 res18[12];
781 u32 tfrr; /* Timer Frequency Reporting */
782 u8 res19[12];
783 u32 gtccr0; /* Global Timer Current Count 0 */
784 u8 res20[12];
785 u32 gtbcr0; /* Global Timer Base Count 0 */
786 u8 res21[12];
787 u32 gtvpr0; /* Global Timer Vector/Priority 0 */
788 u8 res22[12];
789 u32 gtdr0; /* Global Timer Destination 0 */
790 u8 res23[12];
791 u32 gtccr1; /* Global Timer Current Count 1 */
792 u8 res24[12];
793 u32 gtbcr1; /* Global Timer Base Count 1 */
794 u8 res25[12];
795 u32 gtvpr1; /* Global Timer Vector/Priority 1 */
796 u8 res26[12];
797 u32 gtdr1; /* Global Timer Destination 1 */
798 u8 res27[12];
799 u32 gtccr2; /* Global Timer Current Count 2 */
800 u8 res28[12];
801 u32 gtbcr2; /* Global Timer Base Count 2 */
802 u8 res29[12];
803 u32 gtvpr2; /* Global Timer Vector/Priority 2 */
804 u8 res30[12];
805 u32 gtdr2; /* Global Timer Destination 2 */
806 u8 res31[12];
807 u32 gtccr3; /* Global Timer Current Count 3 */
808 u8 res32[12];
809 u32 gtbcr3; /* Global Timer Base Count 3 */
810 u8 res33[12];
811 u32 gtvpr3; /* Global Timer Vector/Priority 3 */
812 u8 res34[12];
813 u32 gtdr3; /* Global Timer Destination 3 */
814 u8 res35[268];
815 u32 tcr; /* Timer Control */
816 u8 res36[12];
817 u32 irqsr0; /* IRQ_OUT Summary 0 */
818 u8 res37[12];
819 u32 irqsr1; /* IRQ_OUT Summary 1 */
820 u8 res38[12];
821 u32 cisr0; /* Critical IRQ Summary 0 */
822 u8 res39[12];
823 u32 cisr1; /* Critical IRQ Summary 1 */
824 u8 res40[188];
825 u32 msgr0; /* Message 0 */
826 u8 res41[12];
827 u32 msgr1; /* Message 1 */
828 u8 res42[12];
829 u32 msgr2; /* Message 2 */
830 u8 res43[12];
831 u32 msgr3; /* Message 3 */
832 u8 res44[204];
833 u32 mer; /* Message Enable */
834 u8 res45[12];
835 u32 msr; /* Message Status */
836 u8 res46[60140];
837 u32 eivpr0; /* External IRQ Vector/Priority 0 */
838 u8 res47[12];
839 u32 eidr0; /* External IRQ Destination 0 */
840 u8 res48[12];
841 u32 eivpr1; /* External IRQ Vector/Priority 1 */
842 u8 res49[12];
843 u32 eidr1; /* External IRQ Destination 1 */
844 u8 res50[12];
845 u32 eivpr2; /* External IRQ Vector/Priority 2 */
846 u8 res51[12];
847 u32 eidr2; /* External IRQ Destination 2 */
848 u8 res52[12];
849 u32 eivpr3; /* External IRQ Vector/Priority 3 */
850 u8 res53[12];
851 u32 eidr3; /* External IRQ Destination 3 */
852 u8 res54[12];
853 u32 eivpr4; /* External IRQ Vector/Priority 4 */
854 u8 res55[12];
855 u32 eidr4; /* External IRQ Destination 4 */
856 u8 res56[12];
857 u32 eivpr5; /* External IRQ Vector/Priority 5 */
858 u8 res57[12];
859 u32 eidr5; /* External IRQ Destination 5 */
860 u8 res58[12];
861 u32 eivpr6; /* External IRQ Vector/Priority 6 */
862 u8 res59[12];
863 u32 eidr6; /* External IRQ Destination 6 */
864 u8 res60[12];
865 u32 eivpr7; /* External IRQ Vector/Priority 7 */
866 u8 res61[12];
867 u32 eidr7; /* External IRQ Destination 7 */
868 u8 res62[12];
869 u32 eivpr8; /* External IRQ Vector/Priority 8 */
870 u8 res63[12];
871 u32 eidr8; /* External IRQ Destination 8 */
872 u8 res64[12];
873 u32 eivpr9; /* External IRQ Vector/Priority 9 */
874 u8 res65[12];
875 u32 eidr9; /* External IRQ Destination 9 */
876 u8 res66[12];
877 u32 eivpr10; /* External IRQ Vector/Priority 10 */
878 u8 res67[12];
879 u32 eidr10; /* External IRQ Destination 10 */
880 u8 res68[12];
881 u32 eivpr11; /* External IRQ Vector/Priority 11 */
882 u8 res69[12];
883 u32 eidr11; /* External IRQ Destination 11 */
884 u8 res70[140];
885 u32 iivpr0; /* Internal IRQ Vector/Priority 0 */
886 u8 res71[12];
887 u32 iidr0; /* Internal IRQ Destination 0 */
888 u8 res72[12];
889 u32 iivpr1; /* Internal IRQ Vector/Priority 1 */
890 u8 res73[12];
891 u32 iidr1; /* Internal IRQ Destination 1 */
892 u8 res74[12];
893 u32 iivpr2; /* Internal IRQ Vector/Priority 2 */
894 u8 res75[12];
895 u32 iidr2; /* Internal IRQ Destination 2 */
896 u8 res76[12];
897 u32 iivpr3; /* Internal IRQ Vector/Priority 3 */
898 u8 res77[12];
899 u32 iidr3; /* Internal IRQ Destination 3 */
900 u8 res78[12];
901 u32 iivpr4; /* Internal IRQ Vector/Priority 4 */
902 u8 res79[12];
903 u32 iidr4; /* Internal IRQ Destination 4 */
904 u8 res80[12];
905 u32 iivpr5; /* Internal IRQ Vector/Priority 5 */
906 u8 res81[12];
907 u32 iidr5; /* Internal IRQ Destination 5 */
908 u8 res82[12];
909 u32 iivpr6; /* Internal IRQ Vector/Priority 6 */
910 u8 res83[12];
911 u32 iidr6; /* Internal IRQ Destination 6 */
912 u8 res84[12];
913 u32 iivpr7; /* Internal IRQ Vector/Priority 7 */
914 u8 res85[12];
915 u32 iidr7; /* Internal IRQ Destination 7 */
916 u8 res86[12];
917 u32 iivpr8; /* Internal IRQ Vector/Priority 8 */
918 u8 res87[12];
919 u32 iidr8; /* Internal IRQ Destination 8 */
920 u8 res88[12];
921 u32 iivpr9; /* Internal IRQ Vector/Priority 9 */
922 u8 res89[12];
923 u32 iidr9; /* Internal IRQ Destination 9 */
924 u8 res90[12];
925 u32 iivpr10; /* Internal IRQ Vector/Priority 10 */
926 u8 res91[12];
927 u32 iidr10; /* Internal IRQ Destination 10 */
928 u8 res92[12];
929 u32 iivpr11; /* Internal IRQ Vector/Priority 11 */
930 u8 res93[12];
931 u32 iidr11; /* Internal IRQ Destination 11 */
932 u8 res94[12];
933 u32 iivpr12; /* Internal IRQ Vector/Priority 12 */
934 u8 res95[12];
935 u32 iidr12; /* Internal IRQ Destination 12 */
936 u8 res96[12];
937 u32 iivpr13; /* Internal IRQ Vector/Priority 13 */
938 u8 res97[12];
939 u32 iidr13; /* Internal IRQ Destination 13 */
940 u8 res98[12];
941 u32 iivpr14; /* Internal IRQ Vector/Priority 14 */
942 u8 res99[12];
943 u32 iidr14; /* Internal IRQ Destination 14 */
944 u8 res100[12];
945 u32 iivpr15; /* Internal IRQ Vector/Priority 15 */
946 u8 res101[12];
947 u32 iidr15; /* Internal IRQ Destination 15 */
948 u8 res102[12];
949 u32 iivpr16; /* Internal IRQ Vector/Priority 16 */
950 u8 res103[12];
951 u32 iidr16; /* Internal IRQ Destination 16 */
952 u8 res104[12];
953 u32 iivpr17; /* Internal IRQ Vector/Priority 17 */
954 u8 res105[12];
955 u32 iidr17; /* Internal IRQ Destination 17 */
956 u8 res106[12];
957 u32 iivpr18; /* Internal IRQ Vector/Priority 18 */
958 u8 res107[12];
959 u32 iidr18; /* Internal IRQ Destination 18 */
960 u8 res108[12];
961 u32 iivpr19; /* Internal IRQ Vector/Priority 19 */
962 u8 res109[12];
963 u32 iidr19; /* Internal IRQ Destination 19 */
964 u8 res110[12];
965 u32 iivpr20; /* Internal IRQ Vector/Priority 20 */
966 u8 res111[12];
967 u32 iidr20; /* Internal IRQ Destination 20 */
968 u8 res112[12];
969 u32 iivpr21; /* Internal IRQ Vector/Priority 21 */
970 u8 res113[12];
971 u32 iidr21; /* Internal IRQ Destination 21 */
972 u8 res114[12];
973 u32 iivpr22; /* Internal IRQ Vector/Priority 22 */
974 u8 res115[12];
975 u32 iidr22; /* Internal IRQ Destination 22 */
976 u8 res116[12];
977 u32 iivpr23; /* Internal IRQ Vector/Priority 23 */
978 u8 res117[12];
979 u32 iidr23; /* Internal IRQ Destination 23 */
980 u8 res118[12];
981 u32 iivpr24; /* Internal IRQ Vector/Priority 24 */
982 u8 res119[12];
983 u32 iidr24; /* Internal IRQ Destination 24 */
984 u8 res120[12];
985 u32 iivpr25; /* Internal IRQ Vector/Priority 25 */
986 u8 res121[12];
987 u32 iidr25; /* Internal IRQ Destination 25 */
988 u8 res122[12];
989 u32 iivpr26; /* Internal IRQ Vector/Priority 26 */
990 u8 res123[12];
991 u32 iidr26; /* Internal IRQ Destination 26 */
992 u8 res124[12];
993 u32 iivpr27; /* Internal IRQ Vector/Priority 27 */
994 u8 res125[12];
995 u32 iidr27; /* Internal IRQ Destination 27 */
996 u8 res126[12];
997 u32 iivpr28; /* Internal IRQ Vector/Priority 28 */
998 u8 res127[12];
999 u32 iidr28; /* Internal IRQ Destination 28 */
1000 u8 res128[12];
1001 u32 iivpr29; /* Internal IRQ Vector/Priority 29 */
1002 u8 res129[12];
1003 u32 iidr29; /* Internal IRQ Destination 29 */
1004 u8 res130[12];
1005 u32 iivpr30; /* Internal IRQ Vector/Priority 30 */
1006 u8 res131[12];
1007 u32 iidr30; /* Internal IRQ Destination 30 */
1008 u8 res132[12];
1009 u32 iivpr31; /* Internal IRQ Vector/Priority 31 */
1010 u8 res133[12];
1011 u32 iidr31; /* Internal IRQ Destination 31 */
1012 u8 res134[4108];
1013 u32 mivpr0; /* Messaging IRQ Vector/Priority 0 */
1014 u8 res135[12];
1015 u32 midr0; /* Messaging IRQ Destination 0 */
1016 u8 res136[12];
1017 u32 mivpr1; /* Messaging IRQ Vector/Priority 1 */
1018 u8 res137[12];
1019 u32 midr1; /* Messaging IRQ Destination 1 */
1020 u8 res138[12];
1021 u32 mivpr2; /* Messaging IRQ Vector/Priority 2 */
1022 u8 res139[12];
1023 u32 midr2; /* Messaging IRQ Destination 2 */
1024 u8 res140[12];
1025 u32 mivpr3; /* Messaging IRQ Vector/Priority 3 */
1026 u8 res141[12];
1027 u32 midr3; /* Messaging IRQ Destination 3 */
1028 u8 res142[59852];
1029 u32 ipi0dr0; /* Processor 0 Interprocessor IRQ Dispatch 0 */
1030 u8 res143[12];
1031 u32 ipi0dr1; /* Processor 0 Interprocessor IRQ Dispatch 1 */
1032 u8 res144[12];
1033 u32 ipi0dr2; /* Processor 0 Interprocessor IRQ Dispatch 2 */
1034 u8 res145[12];
1035 u32 ipi0dr3; /* Processor 0 Interprocessor IRQ Dispatch 3 */
1036 u8 res146[12];
1037 u32 ctpr0; /* Current Task Priority for Processor 0 */
1038 u8 res147[12];
1039 u32 whoami0; /* Who Am I for Processor 0 */
1040 u8 res148[12];
1041 u32 iack0; /* IRQ Acknowledge for Processor 0 */
1042 u8 res149[12];
1043 u32 eoi0; /* End Of IRQ for Processor 0 */
1044 u8 res150[130892];
wdenk9c53f402003-10-15 23:53:47 +00001045} ccsr_pic_t;
1046
Kumar Gala3d8d9132009-09-28 21:38:00 -05001047/* CPM Block */
Jon Loeligerf5ad3782005-07-23 10:37:35 -05001048#ifndef CONFIG_CPM2
wdenk9c53f402003-10-15 23:53:47 +00001049typedef struct ccsr_cpm {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001050 u8 res[262144];
wdenk9c53f402003-10-15 23:53:47 +00001051} ccsr_cpm_t;
1052#else
Jon Loeligerebc72242005-08-01 13:20:47 -05001053/*
Kumar Gala3d8d9132009-09-28 21:38:00 -05001054 * DPARM
1055 * General SIU
Jon Loeligerebc72242005-08-01 13:20:47 -05001056 */
wdenk9c53f402003-10-15 23:53:47 +00001057typedef struct ccsr_cpm_siu {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001058 u8 res1[80];
1059 u32 smaer;
1060 u32 smser;
1061 u32 smevr;
1062 u8 res2[4];
1063 u32 lmaer;
1064 u32 lmser;
1065 u32 lmevr;
1066 u8 res3[2964];
wdenk9c53f402003-10-15 23:53:47 +00001067} ccsr_cpm_siu_t;
1068
Kumar Gala3d8d9132009-09-28 21:38:00 -05001069/* IRQ Controller */
wdenk9c53f402003-10-15 23:53:47 +00001070typedef struct ccsr_cpm_intctl {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001071 u16 sicr;
1072 u8 res1[2];
1073 u32 sivec;
1074 u32 sipnrh;
1075 u32 sipnrl;
1076 u32 siprr;
1077 u32 scprrh;
1078 u32 scprrl;
1079 u32 simrh;
1080 u32 simrl;
1081 u32 siexr;
1082 u8 res2[88];
1083 u32 sccr;
1084 u8 res3[124];
wdenk9c53f402003-10-15 23:53:47 +00001085} ccsr_cpm_intctl_t;
1086
Kumar Gala3d8d9132009-09-28 21:38:00 -05001087/* input/output port */
wdenk9c53f402003-10-15 23:53:47 +00001088typedef struct ccsr_cpm_iop {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001089 u32 pdira;
1090 u32 ppara;
1091 u32 psora;
1092 u32 podra;
1093 u32 pdata;
1094 u8 res1[12];
1095 u32 pdirb;
1096 u32 pparb;
1097 u32 psorb;
1098 u32 podrb;
1099 u32 pdatb;
1100 u8 res2[12];
1101 u32 pdirc;
1102 u32 pparc;
1103 u32 psorc;
1104 u32 podrc;
1105 u32 pdatc;
1106 u8 res3[12];
1107 u32 pdird;
1108 u32 ppard;
1109 u32 psord;
1110 u32 podrd;
1111 u32 pdatd;
1112 u8 res4[12];
wdenk9c53f402003-10-15 23:53:47 +00001113} ccsr_cpm_iop_t;
1114
Kumar Gala3d8d9132009-09-28 21:38:00 -05001115/* CPM timers */
wdenk9c53f402003-10-15 23:53:47 +00001116typedef struct ccsr_cpm_timer {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001117 u8 tgcr1;
1118 u8 res1[3];
1119 u8 tgcr2;
1120 u8 res2[11];
1121 u16 tmr1;
1122 u16 tmr2;
1123 u16 trr1;
1124 u16 trr2;
1125 u16 tcr1;
1126 u16 tcr2;
1127 u16 tcn1;
1128 u16 tcn2;
1129 u16 tmr3;
1130 u16 tmr4;
1131 u16 trr3;
1132 u16 trr4;
1133 u16 tcr3;
1134 u16 tcr4;
1135 u16 tcn3;
1136 u16 tcn4;
1137 u16 ter1;
1138 u16 ter2;
1139 u16 ter3;
1140 u16 ter4;
1141 u8 res3[608];
wdenk9c53f402003-10-15 23:53:47 +00001142} ccsr_cpm_timer_t;
1143
Kumar Gala3d8d9132009-09-28 21:38:00 -05001144/* SDMA */
wdenk9c53f402003-10-15 23:53:47 +00001145typedef struct ccsr_cpm_sdma {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001146 u8 sdsr;
1147 u8 res1[3];
1148 u8 sdmr;
1149 u8 res2[739];
wdenk9c53f402003-10-15 23:53:47 +00001150} ccsr_cpm_sdma_t;
1151
Kumar Gala3d8d9132009-09-28 21:38:00 -05001152/* FCC1 */
wdenk9c53f402003-10-15 23:53:47 +00001153typedef struct ccsr_cpm_fcc1 {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001154 u32 gfmr;
1155 u32 fpsmr;
1156 u16 ftodr;
1157 u8 res1[2];
1158 u16 fdsr;
1159 u8 res2[2];
1160 u16 fcce;
1161 u8 res3[2];
1162 u16 fccm;
1163 u8 res4[2];
1164 u8 fccs;
1165 u8 res5[3];
1166 u8 ftirr_phy[4];
wdenk9c53f402003-10-15 23:53:47 +00001167} ccsr_cpm_fcc1_t;
1168
Kumar Gala3d8d9132009-09-28 21:38:00 -05001169/* FCC2 */
wdenk9c53f402003-10-15 23:53:47 +00001170typedef struct ccsr_cpm_fcc2 {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001171 u32 gfmr;
1172 u32 fpsmr;
1173 u16 ftodr;
1174 u8 res1[2];
1175 u16 fdsr;
1176 u8 res2[2];
1177 u16 fcce;
1178 u8 res3[2];
1179 u16 fccm;
1180 u8 res4[2];
1181 u8 fccs;
1182 u8 res5[3];
1183 u8 ftirr_phy[4];
wdenk9c53f402003-10-15 23:53:47 +00001184} ccsr_cpm_fcc2_t;
1185
Kumar Gala3d8d9132009-09-28 21:38:00 -05001186/* FCC3 */
wdenk9c53f402003-10-15 23:53:47 +00001187typedef struct ccsr_cpm_fcc3 {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001188 u32 gfmr;
1189 u32 fpsmr;
1190 u16 ftodr;
1191 u8 res1[2];
1192 u16 fdsr;
1193 u8 res2[2];
1194 u16 fcce;
1195 u8 res3[2];
1196 u16 fccm;
1197 u8 res4[2];
1198 u8 fccs;
1199 u8 res5[3];
1200 u8 res[36];
wdenk9c53f402003-10-15 23:53:47 +00001201} ccsr_cpm_fcc3_t;
1202
Kumar Gala3d8d9132009-09-28 21:38:00 -05001203/* FCC1 extended */
wdenk9c53f402003-10-15 23:53:47 +00001204typedef struct ccsr_cpm_fcc1_ext {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001205 u32 firper;
1206 u32 firer;
1207 u32 firsr_h;
1208 u32 firsr_l;
1209 u8 gfemr;
1210 u8 res[15];
wdenk9c53f402003-10-15 23:53:47 +00001211
1212} ccsr_cpm_fcc1_ext_t;
1213
Kumar Gala3d8d9132009-09-28 21:38:00 -05001214/* FCC2 extended */
wdenk9c53f402003-10-15 23:53:47 +00001215typedef struct ccsr_cpm_fcc2_ext {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001216 u32 firper;
1217 u32 firer;
1218 u32 firsr_h;
1219 u32 firsr_l;
1220 u8 gfemr;
1221 u8 res[31];
wdenk9c53f402003-10-15 23:53:47 +00001222} ccsr_cpm_fcc2_ext_t;
1223
Kumar Gala3d8d9132009-09-28 21:38:00 -05001224/* FCC3 extended */
wdenk9c53f402003-10-15 23:53:47 +00001225typedef struct ccsr_cpm_fcc3_ext {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001226 u8 gfemr;
1227 u8 res[47];
wdenk9c53f402003-10-15 23:53:47 +00001228} ccsr_cpm_fcc3_ext_t;
1229
Kumar Gala3d8d9132009-09-28 21:38:00 -05001230/* TC layers */
wdenk9c53f402003-10-15 23:53:47 +00001231typedef struct ccsr_cpm_tmp1 {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001232 u8 res[496];
wdenk9c53f402003-10-15 23:53:47 +00001233} ccsr_cpm_tmp1_t;
1234
Kumar Gala3d8d9132009-09-28 21:38:00 -05001235/* BRGs:5,6,7,8 */
wdenk9c53f402003-10-15 23:53:47 +00001236typedef struct ccsr_cpm_brg2 {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001237 u32 brgc5;
1238 u32 brgc6;
1239 u32 brgc7;
1240 u32 brgc8;
1241 u8 res[608];
wdenk9c53f402003-10-15 23:53:47 +00001242} ccsr_cpm_brg2_t;
1243
Kumar Gala3d8d9132009-09-28 21:38:00 -05001244/* I2C */
wdenk9c53f402003-10-15 23:53:47 +00001245typedef struct ccsr_cpm_i2c {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001246 u8 i2mod;
1247 u8 res1[3];
1248 u8 i2add;
1249 u8 res2[3];
1250 u8 i2brg;
1251 u8 res3[3];
1252 u8 i2com;
1253 u8 res4[3];
1254 u8 i2cer;
1255 u8 res5[3];
1256 u8 i2cmr;
1257 u8 res6[331];
wdenk9c53f402003-10-15 23:53:47 +00001258} ccsr_cpm_i2c_t;
1259
Kumar Gala3d8d9132009-09-28 21:38:00 -05001260/* CPM core */
wdenk9c53f402003-10-15 23:53:47 +00001261typedef struct ccsr_cpm_cp {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001262 u32 cpcr;
1263 u32 rccr;
1264 u8 res1[14];
1265 u16 rter;
1266 u8 res2[2];
1267 u16 rtmr;
1268 u16 rtscr;
1269 u8 res3[2];
1270 u32 rtsr;
1271 u8 res4[12];
wdenk9c53f402003-10-15 23:53:47 +00001272} ccsr_cpm_cp_t;
1273
Kumar Gala3d8d9132009-09-28 21:38:00 -05001274/* BRGs:1,2,3,4 */
wdenk9c53f402003-10-15 23:53:47 +00001275typedef struct ccsr_cpm_brg1 {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001276 u32 brgc1;
1277 u32 brgc2;
1278 u32 brgc3;
1279 u32 brgc4;
wdenk9c53f402003-10-15 23:53:47 +00001280} ccsr_cpm_brg1_t;
1281
Kumar Gala3d8d9132009-09-28 21:38:00 -05001282/* SCC1-SCC4 */
wdenk9c53f402003-10-15 23:53:47 +00001283typedef struct ccsr_cpm_scc {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001284 u32 gsmrl;
1285 u32 gsmrh;
1286 u16 psmr;
1287 u8 res1[2];
1288 u16 todr;
1289 u16 dsr;
1290 u16 scce;
1291 u8 res2[2];
1292 u16 sccm;
1293 u8 res3;
1294 u8 sccs;
1295 u8 res4[8];
wdenk9c53f402003-10-15 23:53:47 +00001296} ccsr_cpm_scc_t;
1297
wdenk9c53f402003-10-15 23:53:47 +00001298typedef struct ccsr_cpm_tmp2 {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001299 u8 res[32];
wdenk9c53f402003-10-15 23:53:47 +00001300} ccsr_cpm_tmp2_t;
1301
Kumar Gala3d8d9132009-09-28 21:38:00 -05001302/* SPI */
wdenk9c53f402003-10-15 23:53:47 +00001303typedef struct ccsr_cpm_spi {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001304 u16 spmode;
1305 u8 res1[4];
1306 u8 spie;
1307 u8 res2[3];
1308 u8 spim;
1309 u8 res3[2];
1310 u8 spcom;
1311 u8 res4[82];
wdenk9c53f402003-10-15 23:53:47 +00001312} ccsr_cpm_spi_t;
1313
Kumar Gala3d8d9132009-09-28 21:38:00 -05001314/* CPM MUX */
wdenk9c53f402003-10-15 23:53:47 +00001315typedef struct ccsr_cpm_mux {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001316 u8 cmxsi1cr;
1317 u8 res1;
1318 u8 cmxsi2cr;
1319 u8 res2;
1320 u32 cmxfcr;
1321 u32 cmxscr;
1322 u8 res3[2];
1323 u16 cmxuar;
1324 u8 res4[16];
wdenk9c53f402003-10-15 23:53:47 +00001325} ccsr_cpm_mux_t;
1326
Kumar Gala3d8d9132009-09-28 21:38:00 -05001327/* SI,MCC,etc */
wdenk9c53f402003-10-15 23:53:47 +00001328typedef struct ccsr_cpm_tmp3 {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001329 u8 res[58592];
wdenk9c53f402003-10-15 23:53:47 +00001330} ccsr_cpm_tmp3_t;
1331
1332typedef struct ccsr_cpm_iram {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001333 u32 iram[8192];
1334 u8 res[98304];
wdenk9c53f402003-10-15 23:53:47 +00001335} ccsr_cpm_iram_t;
1336
1337typedef struct ccsr_cpm {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001338 /* Some references are into the unique & known dpram spaces,
wdenk9c53f402003-10-15 23:53:47 +00001339 * others are from the generic base.
1340 */
Wolfgang Denka1be4762008-05-20 16:00:29 +02001341#define im_dprambase im_dpram1
Kumar Gala3d8d9132009-09-28 21:38:00 -05001342 u8 im_dpram1[16*1024];
1343 u8 res1[16*1024];
1344 u8 im_dpram2[16*1024];
1345 u8 res2[16*1024];
1346 ccsr_cpm_siu_t im_cpm_siu; /* SIU Configuration */
1347 ccsr_cpm_intctl_t im_cpm_intctl; /* IRQ Controller */
1348 ccsr_cpm_iop_t im_cpm_iop; /* IO Port control/status */
1349 ccsr_cpm_timer_t im_cpm_timer; /* CPM timers */
1350 ccsr_cpm_sdma_t im_cpm_sdma; /* SDMA control/status */
wdenk9c53f402003-10-15 23:53:47 +00001351 ccsr_cpm_fcc1_t im_cpm_fcc1;
1352 ccsr_cpm_fcc2_t im_cpm_fcc2;
1353 ccsr_cpm_fcc3_t im_cpm_fcc3;
1354 ccsr_cpm_fcc1_ext_t im_cpm_fcc1_ext;
1355 ccsr_cpm_fcc2_ext_t im_cpm_fcc2_ext;
1356 ccsr_cpm_fcc3_ext_t im_cpm_fcc3_ext;
1357 ccsr_cpm_tmp1_t im_cpm_tmp1;
1358 ccsr_cpm_brg2_t im_cpm_brg2;
1359 ccsr_cpm_i2c_t im_cpm_i2c;
1360 ccsr_cpm_cp_t im_cpm_cp;
1361 ccsr_cpm_brg1_t im_cpm_brg1;
1362 ccsr_cpm_scc_t im_cpm_scc[4];
1363 ccsr_cpm_tmp2_t im_cpm_tmp2;
1364 ccsr_cpm_spi_t im_cpm_spi;
1365 ccsr_cpm_mux_t im_cpm_mux;
1366 ccsr_cpm_tmp3_t im_cpm_tmp3;
1367 ccsr_cpm_iram_t im_cpm_iram;
1368} ccsr_cpm_t;
1369#endif
wdenk9c53f402003-10-15 23:53:47 +00001370
Kumar Gala3d8d9132009-09-28 21:38:00 -05001371/* RapidIO Registers */
wdenk9c53f402003-10-15 23:53:47 +00001372typedef struct ccsr_rio {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001373 u32 didcar; /* Device Identity Capability */
1374 u32 dicar; /* Device Information Capability */
1375 u32 aidcar; /* Assembly Identity Capability */
1376 u32 aicar; /* Assembly Information Capability */
1377 u32 pefcar; /* Processing Element Features Capability */
1378 u32 spicar; /* Switch Port Information Capability */
1379 u32 socar; /* Source Operations Capability */
1380 u32 docar; /* Destination Operations Capability */
1381 u8 res1[32];
1382 u32 msr; /* Mailbox Cmd And Status */
1383 u32 pwdcsr; /* Port-Write & Doorbell Cmd And Status */
1384 u8 res2[4];
1385 u32 pellccsr; /* Processing Element Logic Layer CCSR */
1386 u8 res3[12];
1387 u32 lcsbacsr; /* Local Cfg Space Base Addr Cmd & Status */
1388 u32 bdidcsr; /* Base Device ID Cmd & Status */
1389 u8 res4[4];
1390 u32 hbdidlcsr; /* Host Base Device ID Lock Cmd & Status */
1391 u32 ctcsr; /* Component Tag Cmd & Status */
1392 u8 res5[144];
1393 u32 pmbh0csr; /* Port Maint. Block Hdr 0 Cmd & Status */
1394 u8 res6[28];
1395 u32 pltoccsr; /* Port Link Time-out Ctrl Cmd & Status */
1396 u32 prtoccsr; /* Port Response Time-out Ctrl Cmd & Status */
1397 u8 res7[20];
1398 u32 pgccsr; /* Port General Cmd & Status */
1399 u32 plmreqcsr; /* Port Link Maint. Request Cmd & Status */
1400 u32 plmrespcsr; /* Port Link Maint. Response Cmd & Status */
1401 u32 plascsr; /* Port Local Ackid Status Cmd & Status */
1402 u8 res8[12];
1403 u32 pescsr; /* Port Error & Status Cmd & Status */
1404 u32 pccsr; /* Port Control Cmd & Status */
1405 u8 res9[65184];
1406 u32 cr; /* Port Control Cmd & Status */
1407 u8 res10[12];
1408 u32 pcr; /* Port Configuration */
1409 u32 peir; /* Port Error Injection */
1410 u8 res11[3048];
1411 u32 rowtar0; /* RIO Outbound Window Translation Addr 0 */
1412 u8 res12[12];
1413 u32 rowar0; /* RIO Outbound Attrs 0 */
1414 u8 res13[12];
1415 u32 rowtar1; /* RIO Outbound Window Translation Addr 1 */
1416 u8 res14[4];
1417 u32 rowbar1; /* RIO Outbound Window Base Addr 1 */
1418 u8 res15[4];
1419 u32 rowar1; /* RIO Outbound Attrs 1 */
1420 u8 res16[12];
1421 u32 rowtar2; /* RIO Outbound Window Translation Addr 2 */
1422 u8 res17[4];
1423 u32 rowbar2; /* RIO Outbound Window Base Addr 2 */
1424 u8 res18[4];
1425 u32 rowar2; /* RIO Outbound Attrs 2 */
1426 u8 res19[12];
1427 u32 rowtar3; /* RIO Outbound Window Translation Addr 3 */
1428 u8 res20[4];
1429 u32 rowbar3; /* RIO Outbound Window Base Addr 3 */
1430 u8 res21[4];
1431 u32 rowar3; /* RIO Outbound Attrs 3 */
1432 u8 res22[12];
1433 u32 rowtar4; /* RIO Outbound Window Translation Addr 4 */
1434 u8 res23[4];
1435 u32 rowbar4; /* RIO Outbound Window Base Addr 4 */
1436 u8 res24[4];
1437 u32 rowar4; /* RIO Outbound Attrs 4 */
1438 u8 res25[12];
1439 u32 rowtar5; /* RIO Outbound Window Translation Addr 5 */
1440 u8 res26[4];
1441 u32 rowbar5; /* RIO Outbound Window Base Addr 5 */
1442 u8 res27[4];
1443 u32 rowar5; /* RIO Outbound Attrs 5 */
1444 u8 res28[12];
1445 u32 rowtar6; /* RIO Outbound Window Translation Addr 6 */
1446 u8 res29[4];
1447 u32 rowbar6; /* RIO Outbound Window Base Addr 6 */
1448 u8 res30[4];
1449 u32 rowar6; /* RIO Outbound Attrs 6 */
1450 u8 res31[12];
1451 u32 rowtar7; /* RIO Outbound Window Translation Addr 7 */
1452 u8 res32[4];
1453 u32 rowbar7; /* RIO Outbound Window Base Addr 7 */
1454 u8 res33[4];
1455 u32 rowar7; /* RIO Outbound Attrs 7 */
1456 u8 res34[12];
1457 u32 rowtar8; /* RIO Outbound Window Translation Addr 8 */
1458 u8 res35[4];
1459 u32 rowbar8; /* RIO Outbound Window Base Addr 8 */
1460 u8 res36[4];
1461 u32 rowar8; /* RIO Outbound Attrs 8 */
1462 u8 res37[76];
1463 u32 riwtar4; /* RIO Inbound Window Translation Addr 4 */
1464 u8 res38[4];
1465 u32 riwbar4; /* RIO Inbound Window Base Addr 4 */
1466 u8 res39[4];
1467 u32 riwar4; /* RIO Inbound Attrs 4 */
1468 u8 res40[12];
1469 u32 riwtar3; /* RIO Inbound Window Translation Addr 3 */
1470 u8 res41[4];
1471 u32 riwbar3; /* RIO Inbound Window Base Addr 3 */
1472 u8 res42[4];
1473 u32 riwar3; /* RIO Inbound Attrs 3 */
1474 u8 res43[12];
1475 u32 riwtar2; /* RIO Inbound Window Translation Addr 2 */
1476 u8 res44[4];
1477 u32 riwbar2; /* RIO Inbound Window Base Addr 2 */
1478 u8 res45[4];
1479 u32 riwar2; /* RIO Inbound Attrs 2 */
1480 u8 res46[12];
1481 u32 riwtar1; /* RIO Inbound Window Translation Addr 1 */
1482 u8 res47[4];
1483 u32 riwbar1; /* RIO Inbound Window Base Addr 1 */
1484 u8 res48[4];
1485 u32 riwar1; /* RIO Inbound Attrs 1 */
1486 u8 res49[12];
1487 u32 riwtar0; /* RIO Inbound Window Translation Addr 0 */
1488 u8 res50[12];
1489 u32 riwar0; /* RIO Inbound Attrs 0 */
1490 u8 res51[12];
1491 u32 pnfedr; /* Port Notification/Fatal Error Detect */
1492 u32 pnfedir; /* Port Notification/Fatal Error Detect */
1493 u32 pnfeier; /* Port Notification/Fatal Error IRQ Enable */
1494 u32 pecr; /* Port Error Control */
1495 u32 pepcsr0; /* Port Error Packet/Control Symbol 0 */
1496 u32 pepr1; /* Port Error Packet 1 */
1497 u32 pepr2; /* Port Error Packet 2 */
1498 u8 res52[4];
1499 u32 predr; /* Port Recoverable Error Detect */
1500 u8 res53[4];
1501 u32 pertr; /* Port Error Recovery Threshold */
1502 u32 prtr; /* Port Retry Threshold */
1503 u8 res54[464];
1504 u32 omr; /* Outbound Mode */
1505 u32 osr; /* Outbound Status */
1506 u32 eodqtpar; /* Extended Outbound Desc Queue Tail Ptr Addr */
1507 u32 odqtpar; /* Outbound Desc Queue Tail Ptr Addr */
1508 u32 eosar; /* Extended Outbound Unit Source Addr */
1509 u32 osar; /* Outbound Unit Source Addr */
1510 u32 odpr; /* Outbound Destination Port */
1511 u32 odatr; /* Outbound Destination Attrs */
1512 u32 odcr; /* Outbound Doubleword Count */
1513 u32 eodqhpar; /* Extended Outbound Desc Queue Head Ptr Addr */
1514 u32 odqhpar; /* Outbound Desc Queue Head Ptr Addr */
1515 u8 res55[52];
1516 u32 imr; /* Outbound Mode */
1517 u32 isr; /* Inbound Status */
1518 u32 eidqtpar; /* Extended Inbound Desc Queue Tail Ptr Addr */
1519 u32 idqtpar; /* Inbound Desc Queue Tail Ptr Addr */
1520 u32 eifqhpar; /* Extended Inbound Frame Queue Head Ptr Addr */
1521 u32 ifqhpar; /* Inbound Frame Queue Head Ptr Addr */
1522 u8 res56[1000];
1523 u32 dmr; /* Doorbell Mode */
1524 u32 dsr; /* Doorbell Status */
1525 u32 edqtpar; /* Extended Doorbell Queue Tail Ptr Addr */
1526 u32 dqtpar; /* Doorbell Queue Tail Ptr Addr */
1527 u32 edqhpar; /* Extended Doorbell Queue Head Ptr Addr */
1528 u32 dqhpar; /* Doorbell Queue Head Ptr Addr */
1529 u8 res57[104];
1530 u32 pwmr; /* Port-Write Mode */
1531 u32 pwsr; /* Port-Write Status */
1532 u32 epwqbar; /* Extended Port-Write Queue Base Addr */
1533 u32 pwqbar; /* Port-Write Queue Base Addr */
1534 u8 res58[60176];
wdenk9c53f402003-10-15 23:53:47 +00001535} ccsr_rio_t;
1536
Kumar Gala3d8d9132009-09-28 21:38:00 -05001537/* Quick Engine Block Pin Muxing Registers */
Haiying Wangc4fc8832007-06-19 14:18:34 -04001538typedef struct par_io {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001539 u32 cpodr;
1540 u32 cpdat;
1541 u32 cpdir1;
1542 u32 cpdir2;
1543 u32 cppar1;
1544 u32 cppar2;
1545 u8 res[8];
1546} par_io_t;
Haiying Wangc4fc8832007-06-19 14:18:34 -04001547
Kumar Gala3d8d9132009-09-28 21:38:00 -05001548/* Global Utilities Block */
Kumar Galad5740162009-09-16 09:43:12 -05001549#ifdef CONFIG_FSL_CORENET
1550typedef struct ccsr_gur {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001551 u32 porsr1; /* POR status */
1552 u8 res1[28];
1553 u32 gpporcr1; /* General-purpose POR configuration */
Kumar Galad5740162009-09-16 09:43:12 -05001554 u8 res2[12];
Kumar Gala3d8d9132009-09-28 21:38:00 -05001555 u32 gpiocr; /* GPIO control */
Kumar Galad5740162009-09-16 09:43:12 -05001556 u8 res3[12];
Kumar Gala3d8d9132009-09-28 21:38:00 -05001557 u32 gpoutdr; /* General-purpose output data */
Kumar Galad5740162009-09-16 09:43:12 -05001558 u8 res4[12];
Kumar Gala3d8d9132009-09-28 21:38:00 -05001559 u32 gpindr; /* General-purpose input data */
Kumar Galad5740162009-09-16 09:43:12 -05001560 u8 res5[12];
Kumar Gala3d8d9132009-09-28 21:38:00 -05001561 u32 pmuxcr; /* Alt function signal multiplex control */
Kumar Galad5740162009-09-16 09:43:12 -05001562 u8 res6[12];
Kumar Gala3d8d9132009-09-28 21:38:00 -05001563 u32 devdisr; /* Device disable control */
Kumar Galad5740162009-09-16 09:43:12 -05001564#define FSL_CORENET_DEVDISR_PCIE1 0x80000000
1565#define FSL_CORENET_DEVDISR_PCIE2 0x40000000
1566#define FSL_CORENET_DEVDISR_PCIE3 0x20000000
1567#define FSL_CORENET_DEVDISR_RMU 0x08000000
1568#define FSL_CORENET_DEVDISR_SRIO1 0x04000000
1569#define FSL_CORENET_DEVDISR_SRIO2 0x02000000
1570#define FSL_CORENET_DEVDISR_DMA1 0x00400000
1571#define FSL_CORENET_DEVDISR_DMA2 0x00200000
1572#define FSL_CORENET_DEVDISR_DDR1 0x00100000
1573#define FSL_CORENET_DEVDISR_DDR2 0x00080000
1574#define FSL_CORENET_DEVDISR_DBG 0x00010000
1575#define FSL_CORENET_DEVDISR_NAL 0x00008000
1576#define FSL_CORENET_DEVDISR_ELBC 0x00001000
1577#define FSL_CORENET_DEVDISR_USB1 0x00000800
1578#define FSL_CORENET_DEVDISR_USB2 0x00000400
1579#define FSL_CORENET_DEVDISR_ESDHC 0x00000100
1580#define FSL_CORENET_DEVDISR_GPIO 0x00000080
1581#define FSL_CORENET_DEVDISR_ESPI 0x00000040
1582#define FSL_CORENET_DEVDISR_I2C1 0x00000020
1583#define FSL_CORENET_DEVDISR_I2C2 0x00000010
1584#define FSL_CORENET_DEVDISR_DUART1 0x00000002
1585#define FSL_CORENET_DEVDISR_DUART2 0x00000001
1586 u8 res7[12];
Kumar Gala3d8d9132009-09-28 21:38:00 -05001587 u32 powmgtcsr; /* Power management status & control */
Kumar Galad5740162009-09-16 09:43:12 -05001588 u8 res8[12];
Kumar Gala3d8d9132009-09-28 21:38:00 -05001589 u32 coredisru; /* uppper portion for support of 64 cores */
1590 u32 coredisrl; /* lower portion for support of 64 cores */
Kumar Galad5740162009-09-16 09:43:12 -05001591 u8 res9[8];
Kumar Gala3d8d9132009-09-28 21:38:00 -05001592 u32 pvr; /* Processor version */
1593 u32 svr; /* System version */
Kumar Galad5740162009-09-16 09:43:12 -05001594 u8 res10[8];
Kumar Gala3d8d9132009-09-28 21:38:00 -05001595 u32 rstcr; /* Reset control */
1596 u32 rstrqpblsr; /* Reset request preboot loader status */
Kumar Galad5740162009-09-16 09:43:12 -05001597 u8 res11[8];
Kumar Gala3d8d9132009-09-28 21:38:00 -05001598 u32 rstrqmr1; /* Reset request mask */
1599 u8 res12[4];
1600 u32 rstrqsr1; /* Reset request status */
1601 u8 res13[4];
1602 u8 res14[4];
1603 u32 rstrqwdtmrl; /* Reset request WDT mask */
1604 u8 res15[4];
1605 u32 rstrqwdtsrl; /* Reset request WDT status */
1606 u8 res16[4];
1607 u32 brrl; /* Boot release */
Kumar Galad5740162009-09-16 09:43:12 -05001608 u8 res17[24];
Kumar Gala3d8d9132009-09-28 21:38:00 -05001609 u32 rcwsr[16]; /* Reset control word status */
Kumar Galad5740162009-09-16 09:43:12 -05001610#define FSL_CORENET_RCWSR4_SRDS_PRTCL 0xfc000000
1611#define FSL_CORENET_RCWSR5_DDR_SYNC 0x00008000
1612#define FSL_CORENET_RCWSR5_DDR_SYNC_SHIFT 15
1613#define FSL_CORENET_RCWSR7_MCK_TO_PLAT_RAT 0x00400000
1614#define FSL_CORENET_RCWSR8_HOST_AGT_B1 0x00e00000
1615#define FSL_CORENET_RCWSR8_HOST_AGT_B2 0x00100000
Kumar Gala3d8d9132009-09-28 21:38:00 -05001616 u8 res18[192];
1617 u32 scratchrw[4]; /* Scratch Read/Write */
1618 u8 res19[240];
1619 u32 scratchw1r[4]; /* Scratch Read (Write once) */
1620 u8 res20[240];
1621 u32 scrtsr[8]; /* Core reset status */
1622 u8 res21[224];
1623 u32 pex1liodnr; /* PCI Express 1 LIODN */
1624 u32 pex2liodnr; /* PCI Express 2 LIODN */
1625 u32 pex3liodnr; /* PCI Express 3 LIODN */
1626 u32 pex4liodnr; /* PCI Express 4 LIODN */
1627 u32 rio1liodnr; /* RIO 1 LIODN */
1628 u32 rio2liodnr; /* RIO 2 LIODN */
1629 u32 rio3liodnr; /* RIO 3 LIODN */
1630 u32 rio4liodnr; /* RIO 4 LIODN */
1631 u32 usb1liodnr; /* USB 1 LIODN */
1632 u32 usb2liodnr; /* USB 2 LIODN */
1633 u32 usb3liodnr; /* USB 3 LIODN */
1634 u32 usb4liodnr; /* USB 4 LIODN */
1635 u32 sdmmc1liodnr; /* SD/MMC 1 LIODN */
1636 u32 sdmmc2liodnr; /* SD/MMC 2 LIODN */
1637 u32 sdmmc3liodnr; /* SD/MMC 3 LIODN */
1638 u32 sdmmc4liodnr; /* SD/MMC 4 LIODN */
1639 u32 rmuliodnr; /* RIO Message Unit LIODN */
1640 u32 rduliodnr; /* RIO Doorbell Unit LIODN */
1641 u32 rpwuliodnr; /* RIO Port Write Unit LIODN */
1642 u8 res22[52];
1643 u32 dma1liodnr; /* DMA 1 LIODN */
1644 u32 dma2liodnr; /* DMA 2 LIODN */
1645 u32 dma3liodnr; /* DMA 3 LIODN */
1646 u32 dma4liodnr; /* DMA 4 LIODN */
1647 u8 res23[48];
1648 u8 res24[64];
1649 u32 pblsr; /* Preboot loader status */
1650 u32 pamubypenr; /* PAMU bypass enable */
1651 u32 dmacr1; /* DMA control */
1652 u8 res25[4];
1653 u32 gensr1; /* General status */
1654 u8 res26[12];
1655 u32 gencr1; /* General control */
1656 u8 res27[12];
1657 u8 res28[4];
1658 u32 cgensrl; /* Core general status */
1659 u8 res29[8];
1660 u8 res30[4];
1661 u32 cgencrl; /* Core general control */
1662 u8 res31[184];
1663 u32 sriopstecr; /* SRIO prescaler timer enable control */
1664 u8 res32[2300];
Kumar Galad5740162009-09-16 09:43:12 -05001665} ccsr_gur_t;
1666
1667typedef struct ccsr_clk {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001668 u32 clkc0csr; /* Core 0 Clock control/status */
1669 u8 res1[0x1c];
1670 u32 clkc1csr; /* Core 1 Clock control/status */
1671 u8 res2[0x1c];
1672 u32 clkc2csr; /* Core 2 Clock control/status */
1673 u8 res3[0x1c];
1674 u32 clkc3csr; /* Core 3 Clock control/status */
1675 u8 res4[0x1c];
1676 u32 clkc4csr; /* Core 4 Clock control/status */
1677 u8 res5[0x1c];
1678 u32 clkc5csr; /* Core 5 Clock control/status */
1679 u8 res6[0x1c];
1680 u32 clkc6csr; /* Core 6 Clock control/status */
1681 u8 res7[0x1c];
1682 u32 clkc7csr; /* Core 7 Clock control/status */
1683 u8 res8[0x71c];
1684 u32 pllc1gsr; /* Cluster PLL 1 General Status */
1685 u8 res10[0x1c];
1686 u32 pllc2gsr; /* Cluster PLL 2 General Status */
1687 u8 res11[0x1c];
1688 u32 pllc3gsr; /* Cluster PLL 3 General Status */
1689 u8 res12[0x1c];
1690 u32 pllc4gsr; /* Cluster PLL 4 General Status */
1691 u8 res13[0x39c];
1692 u32 pllpgsr; /* Platform PLL General Status */
1693 u8 res14[0x1c];
1694 u32 plldgsr; /* DDR PLL General Status */
1695 u8 res15[0x3dc];
Kumar Galad5740162009-09-16 09:43:12 -05001696} ccsr_clk_t;
1697
1698typedef struct ccsr_rcpm {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001699 u8 res1[4];
1700 u32 cdozsrl; /* Core Doze Status */
1701 u8 res2[4];
1702 u32 cdozcrl; /* Core Doze Control */
1703 u8 res3[4];
1704 u32 cnapsrl; /* Core Nap Status */
1705 u8 res4[4];
1706 u32 cnapcrl; /* Core Nap Control */
1707 u8 res5[4];
1708 u32 cdozpsrl; /* Core Doze Previous Status */
1709 u8 res6[4];
1710 u32 cdozpcrl; /* Core Doze Previous Control */
1711 u8 res7[4];
1712 u32 cwaitsrl; /* Core Wait Status */
1713 u8 res8[8];
1714 u32 powmgtcsr; /* Power Mangement Control & Status */
1715 u8 res9[12];
1716 u32 ippdexpcr0; /* IP Powerdown Exception Control 0 */
1717 u8 res10[12];
1718 u8 res11[4];
1719 u32 cpmimrl; /* Core PM IRQ Masking */
1720 u8 res12[4];
1721 u32 cpmcimrl; /* Core PM Critical IRQ Masking */
1722 u8 res13[4];
1723 u32 cpmmcimrl; /* Core PM Machine Check IRQ Masking */
1724 u8 res14[4];
1725 u32 cpmnmimrl; /* Core PM NMI Masking */
1726 u8 res15[4];
1727 u32 ctbenrl; /* Core Time Base Enable */
1728 u8 res16[4];
1729 u32 ctbclkselrl; /* Core Time Base Clock Select */
1730 u8 res17[4];
1731 u32 ctbhltcrl; /* Core Time Base Halt Control */
Kumar Galad5740162009-09-16 09:43:12 -05001732 u8 res18[0xf68];
1733} ccsr_rcpm_t;
1734
1735#else
wdenk9c53f402003-10-15 23:53:47 +00001736typedef struct ccsr_gur {
Kumar Gala3d8d9132009-09-28 21:38:00 -05001737 u32 porpllsr; /* POR PLL ratio status */
Jason Jinbfcd6c32008-09-27 14:40:57 +08001738#ifdef CONFIG_MPC8536
1739#define MPC85xx_PORPLLSR_DDR_RATIO 0x3e000000
1740#define MPC85xx_PORPLLSR_DDR_RATIO_SHIFT 25
1741#else
1742#define MPC85xx_PORPLLSR_DDR_RATIO 0x00003e00
1743#define MPC85xx_PORPLLSR_DDR_RATIO_SHIFT 9
1744#endif
Haiying Wang61414682009-05-20 12:30:29 -04001745#define MPC85xx_PORPLLSR_QE_RATIO 0x3e000000
1746#define MPC85xx_PORPLLSR_QE_RATIO_SHIFT 25
Mingkai Huaec75c02009-09-22 14:53:34 +08001747#define MPC85xx_PORPLLSR_PLAT_RATIO 0x0000003e
Kumar Gala3d8d9132009-09-28 21:38:00 -05001748#define MPC85xx_PORPLLSR_PLAT_RATIO_SHIFT 1
1749 u32 porbmsr; /* POR boot mode status */
Wolfgang Denka1be4762008-05-20 16:00:29 +02001750#define MPC85xx_PORBMSR_HA 0x00070000
Peter Tyser3a68f3d2009-05-22 10:26:32 -05001751#define MPC85xx_PORBMSR_HA_SHIFT 16
Kumar Gala3d8d9132009-09-28 21:38:00 -05001752 u32 porimpscr; /* POR I/O impedance status & control */
1753 u32 pordevsr; /* POR I/O device status regsiter */
Ed Swarthout52b98522007-07-27 01:50:51 -05001754#define MPC85xx_PORDEVSR_SGMII1_DIS 0x20000000
1755#define MPC85xx_PORDEVSR_SGMII2_DIS 0x10000000
1756#define MPC85xx_PORDEVSR_SGMII3_DIS 0x08000000
1757#define MPC85xx_PORDEVSR_SGMII4_DIS 0x04000000
Kumar Gala3d8d9132009-09-28 21:38:00 -05001758#define MPC85xx_PORDEVSR_SRDS2_IO_SEL 0x38000000
Peter Tyseraf7c3e32008-12-01 13:47:12 -06001759#define MPC85xx_PORDEVSR_PCI1 0x00800000
Peter Tyser603e6382008-10-27 16:42:00 -05001760#define MPC85xx_PORDEVSR_IO_SEL 0x00780000
Peter Tyser3a68f3d2009-05-22 10:26:32 -05001761#define MPC85xx_PORDEVSR_IO_SEL_SHIFT 19
Wolfgang Denka1be4762008-05-20 16:00:29 +02001762#define MPC85xx_PORDEVSR_PCI2_ARB 0x00040000
1763#define MPC85xx_PORDEVSR_PCI1_ARB 0x00020000
1764#define MPC85xx_PORDEVSR_PCI1_PCI32 0x00010000
1765#define MPC85xx_PORDEVSR_PCI1_SPD 0x00008000
1766#define MPC85xx_PORDEVSR_PCI2_SPD 0x00004000
Ed Swarthout52b98522007-07-27 01:50:51 -05001767#define MPC85xx_PORDEVSR_DRAM_RTYPE 0x00000060
Wolfgang Denka1be4762008-05-20 16:00:29 +02001768#define MPC85xx_PORDEVSR_RIO_CTLS 0x00000008
Ed Swarthout52b98522007-07-27 01:50:51 -05001769#define MPC85xx_PORDEVSR_RIO_DEV_ID 0x00000007
Kumar Gala3d8d9132009-09-28 21:38:00 -05001770 u32 pordbgmsr; /* POR debug mode status */
1771 u32 pordevsr2; /* POR I/O device status 2 */
Timur Tabi206c7262008-10-20 15:16:47 -05001772/* The 8544 RM says this is bit 26, but it's really bit 24 */
Kumar Galaa5694a12008-10-16 21:58:50 -05001773#define MPC85xx_PORDEVSR2_SEC_CFG 0x00000080
Kumar Gala3d8d9132009-09-28 21:38:00 -05001774 u8 res1[8];
1775 u32 gpporcr; /* General-purpose POR configuration */
1776 u8 res2[12];
1777 u32 gpiocr; /* GPIO control */
1778 u8 res3[12];
Haiying Wangc9849132009-03-27 17:02:44 -04001779#if defined(CONFIG_MPC8569)
Kumar Gala3d8d9132009-09-28 21:38:00 -05001780 u32 plppar1; /* Platform port pin assignment 1 */
1781 u32 plppar2; /* Platform port pin assignment 2 */
1782 u32 plpdir1; /* Platform port pin direction 1 */
1783 u32 plpdir2; /* Platform port pin direction 2 */
Haiying Wangc9849132009-03-27 17:02:44 -04001784#else
Kumar Gala3d8d9132009-09-28 21:38:00 -05001785 u32 gpoutdr; /* General-purpose output data */
1786 u8 res4[12];
Haiying Wangc9849132009-03-27 17:02:44 -04001787#endif
Kumar Gala3d8d9132009-09-28 21:38:00 -05001788 u32 gpindr; /* General-purpose input data */
1789 u8 res5[12];
1790 u32 pmuxcr; /* Alt. function signal multiplex control */
Andy Fleming6843a6e2008-10-30 16:51:33 -05001791#define MPC85xx_PMUXCR_SD_DATA 0x80000000
1792#define MPC85xx_PMUXCR_SDHC_CD 0x40000000
1793#define MPC85xx_PMUXCR_SDHC_WP 0x20000000
Kumar Gala3d8d9132009-09-28 21:38:00 -05001794 u8 res6[12];
1795 u32 devdisr; /* Device disable control */
Ed Swarthout52b98522007-07-27 01:50:51 -05001796#define MPC85xx_DEVDISR_PCI1 0x80000000
1797#define MPC85xx_DEVDISR_PCI2 0x40000000
1798#define MPC85xx_DEVDISR_PCIE 0x20000000
1799#define MPC85xx_DEVDISR_LBC 0x08000000
1800#define MPC85xx_DEVDISR_PCIE2 0x04000000
1801#define MPC85xx_DEVDISR_PCIE3 0x02000000
1802#define MPC85xx_DEVDISR_SEC 0x01000000
1803#define MPC85xx_DEVDISR_SRIO 0x00080000
1804#define MPC85xx_DEVDISR_RMSG 0x00040000
Wolfgang Denka1be4762008-05-20 16:00:29 +02001805#define MPC85xx_DEVDISR_DDR 0x00010000
1806#define MPC85xx_DEVDISR_CPU 0x00008000
1807#define MPC85xx_DEVDISR_CPU0 MPC85xx_DEVDISR_CPU
1808#define MPC85xx_DEVDISR_TB 0x00004000
1809#define MPC85xx_DEVDISR_TB0 MPC85xx_DEVDISR_TB
1810#define MPC85xx_DEVDISR_CPU1 0x00002000
1811#define MPC85xx_DEVDISR_TB1 0x00001000
Ed Swarthout52b98522007-07-27 01:50:51 -05001812#define MPC85xx_DEVDISR_DMA 0x00000400
1813#define MPC85xx_DEVDISR_TSEC1 0x00000080
1814#define MPC85xx_DEVDISR_TSEC2 0x00000040
1815#define MPC85xx_DEVDISR_TSEC3 0x00000020
1816#define MPC85xx_DEVDISR_TSEC4 0x00000010
1817#define MPC85xx_DEVDISR_I2C 0x00000004
1818#define MPC85xx_DEVDISR_DUART 0x00000002
Kumar Gala3d8d9132009-09-28 21:38:00 -05001819 u8 res7[12];
1820 u32 powmgtcsr; /* Power management status & control */
1821 u8 res8[12];
1822 u32 mcpsumr; /* Machine check summary */
1823 u8 res9[12];
1824 u32 pvr; /* Processor version */
1825 u32 svr; /* System version */
1826 u8 res10a[8];
1827 u32 rstcr; /* Reset control */
Haiying Wangc9849132009-03-27 17:02:44 -04001828#if defined(CONFIG_MPC8568)||defined(CONFIG_MPC8569)
Kumar Gala3d8d9132009-09-28 21:38:00 -05001829 u8 res10b[76];
1830 par_io_t qe_par_io[7];
1831 u8 res10c[3136];
Haiying Wangc4fc8832007-06-19 14:18:34 -04001832#else
Kumar Gala3d8d9132009-09-28 21:38:00 -05001833 u8 res10b[3404];
Haiying Wangc4fc8832007-06-19 14:18:34 -04001834#endif
Kumar Gala3d8d9132009-09-28 21:38:00 -05001835 u32 clkocr; /* Clock out select */
1836 u8 res11[12];
1837 u32 ddrdllcr; /* DDR DLL control */
1838 u8 res12[12];
1839 u32 lbcdllcr; /* LBC DLL control */
1840 u8 res13[248];
1841 u32 lbiuiplldcr0; /* LBIU PLL Debug Reg 0 */
1842 u32 lbiuiplldcr1; /* LBIU PLL Debug Reg 1 */
1843 u32 ddrioovcr; /* DDR IO Override Control */
1844 u32 tsec12ioovcr; /* eTSEC 1/2 IO override control */
1845 u32 tsec34ioovcr; /* eTSEC 3/4 IO override control */
1846 u8 res15[61648];
wdenk9c53f402003-10-15 23:53:47 +00001847} ccsr_gur_t;
Kumar Galad5740162009-09-16 09:43:12 -05001848#endif
1849
1850#ifdef CONFIG_FSL_CORENET
1851#define CONFIG_SYS_FSL_CORENET_CCM_OFFSET 0x0000
1852#define CONFIG_SYS_MPC85xx_DDR_OFFSET 0x8000
1853#define CONFIG_SYS_MPC85xx_DDR2_OFFSET 0x9000
1854#define CONFIG_SYS_FSL_CORENET_CLK_OFFSET 0xE1000
1855#define CONFIG_SYS_FSL_CORENET_RCPM_OFFSET 0xE2000
1856#define CONFIG_SYS_MPC85xx_DMA_OFFSET 0x100000
1857#define CONFIG_SYS_MPC85xx_ESPI_OFFSET 0x110000
1858#define CONFIG_SYS_MPC85xx_ESDHC_OFFSET 0x114000
1859#define CONFIG_SYS_MPC85xx_LBC_OFFSET 0x124000
1860#define CONFIG_SYS_MPC85xx_GPIO_OFFSET 0x130000
Kumar Gala3d8d9132009-09-28 21:38:00 -05001861#define CONFIG_SYS_FSL_CORENET_QMAN_OFFSET 0x318000
1862#define CONFIG_SYS_FSL_CORENET_BMAN_OFFSET 0x31a000
Kumar Galad5740162009-09-16 09:43:12 -05001863#else
1864#define CONFIG_SYS_MPC85xx_ECM_OFFSET 0x0000
1865#define CONFIG_SYS_MPC85xx_DDR_OFFSET 0x2000
1866#define CONFIG_SYS_MPC85xx_LBC_OFFSET 0x5000
1867#define CONFIG_SYS_MPC85xx_DDR2_OFFSET 0x6000
1868#define CONFIG_SYS_MPC85xx_ESPI_OFFSET 0x7000
1869#define CONFIG_SYS_MPC85xx_PCIX_OFFSET 0x8000
1870#define CONFIG_SYS_MPC85xx_PCIX2_OFFSET 0x9000
1871#define CONFIG_SYS_MPC85xx_GPIO_OFFSET 0xF000
1872#define CONFIG_SYS_MPC85xx_SATA1_OFFSET 0x18000
1873#define CONFIG_SYS_MPC85xx_SATA2_OFFSET 0x19000
1874#define CONFIG_SYS_MPC85xx_L2_OFFSET 0x20000
1875#define CONFIG_SYS_MPC85xx_DMA_OFFSET 0x21000
Kumar Gala3d8d9132009-09-28 21:38:00 -05001876#define CONFIG_SYS_MPC85xx_USB_OFFSET 0x22000
Kumar Galad5740162009-09-16 09:43:12 -05001877#define CONFIG_SYS_MPC85xx_ESDHC_OFFSET 0x2e000
1878#define CONFIG_SYS_MPC85xx_SERDES2_OFFSET 0xE3100
1879#define CONFIG_SYS_MPC85xx_SERDES1_OFFSET 0xE3000
1880#define CONFIG_SYS_MPC85xx_CPM_OFFSET 0x80000
1881#endif
1882
1883#define CONFIG_SYS_MPC85xx_PIC_OFFSET 0x40000
1884#define CONFIG_SYS_MPC85xx_GUTS_OFFSET 0xE0000
wdenk9c53f402003-10-15 23:53:47 +00001885
Kumar Gala3d8d9132009-09-28 21:38:00 -05001886#define CONFIG_SYS_FSL_CORENET_QMAN_ADDR \
1887 (CONFIG_SYS_IMMR + CONFIG_SYS_FSL_CORENET_QMAN_OFFSET)
1888#define CONFIG_SYS_FSL_CORENET_BMAN_ADDR \
1889 (CONFIG_SYS_IMMR + CONFIG_SYS_FSL_CORENET_BMAN_OFFSET)
1890#define CONFIG_SYS_MPC85xx_GUTS_ADDR \
1891 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_GUTS_OFFSET)
1892#define CONFIG_SYS_FSL_CORENET_CCM_ADDR \
1893 (CONFIG_SYS_IMMR + CONFIG_SYS_FSL_CORENET_CCM_OFFSET)
1894#define CONFIG_SYS_FSL_CORENET_CLK_ADDR \
1895 (CONFIG_SYS_IMMR + CONFIG_SYS_FSL_CORENET_CLK_OFFSET)
1896#define CONFIG_SYS_FSL_CORENET_RCPM_ADDR \
1897 (CONFIG_SYS_IMMR + CONFIG_SYS_FSL_CORENET_RCPM_OFFSET)
1898#define CONFIG_SYS_MPC85xx_ECM_ADDR \
1899 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_ECM_OFFSET)
1900#define CONFIG_SYS_MPC85xx_DDR_ADDR \
1901 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_DDR_OFFSET)
1902#define CONFIG_SYS_MPC85xx_DDR2_ADDR \
1903 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_DDR2_OFFSET)
1904#define CONFIG_SYS_MPC85xx_LBC_ADDR \
1905 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_LBC_OFFSET)
1906#define CONFIG_SYS_MPC85xx_ESPI_ADDR \
1907 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_ESPI_OFFSET)
1908#define CONFIG_SYS_MPC85xx_PCIX_ADDR \
1909 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_PCIX_OFFSET)
1910#define CONFIG_SYS_MPC85xx_PCIX2_ADDR \
1911 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_PCIX2_OFFSET)
1912#define CONFIG_SYS_MPC85xx_GPIO_ADDR \
1913 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_GPIO_OFFSET)
1914#define CONFIG_SYS_MPC85xx_SATA1_ADDR \
1915 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_SATA1_OFFSET)
1916#define CONFIG_SYS_MPC85xx_SATA2_ADDR \
1917 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_SATA2_OFFSET)
1918#define CONFIG_SYS_MPC85xx_L2_ADDR \
1919 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_L2_OFFSET)
1920#define CONFIG_SYS_MPC85xx_DMA_ADDR \
1921 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_DMA_OFFSET)
1922#define CONFIG_SYS_MPC85xx_ESDHC_ADDR \
1923 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_ESDHC_OFFSET)
1924#define CONFIG_SYS_MPC85xx_PIC_ADDR \
1925 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_PIC_OFFSET)
1926#define CONFIG_SYS_MPC85xx_CPM_ADDR \
1927 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_CPM_OFFSET)
1928#define CONFIG_SYS_MPC85xx_SERDES1_ADDR \
1929 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_SERDES2_OFFSET)
1930#define CONFIG_SYS_MPC85xx_SERDES2_ADDR \
1931 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_SERDES2_OFFSET)
Vivek Mahajancc8df852009-05-21 17:32:48 +05301932#define CONFIG_SYS_MPC85xx_USB_ADDR \
Kumar Gala3d8d9132009-09-28 21:38:00 -05001933 (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_USB_OFFSET)
Kumar Galacd113a02007-11-28 00:36:33 -06001934
wdenk9c53f402003-10-15 23:53:47 +00001935#endif /*__IMMAP_85xx__*/