blob: 4afc338b8e7ca28e3679e865e65e6d6f496c9144 [file] [log] [blame]
Mingkai Hue4e93ea2015-10-26 19:47:51 +08001/*
2 * Copyright 2013-2015 Freescale Semiconductor, Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __ARCH_FSL_LSCH2_IMMAP_H__
8#define __ARCH_FSL_LSCH2_IMMAP_H__
9
10#include <fsl_immap.h>
11
12#define CONFIG_SYS_IMMR 0x01000000
13#define CONFIG_SYS_DCSRBAR 0x20000000
Mingkai Huadbc8bd2015-12-07 16:58:53 +080014#define CONFIG_SYS_DCSR_DCFG_ADDR (CONFIG_SYS_DCSRBAR + 0x00140000)
Mingkai Hu8beb0752015-12-07 16:58:54 +080015#define CONFIG_SYS_DCSR_COP_CCP_ADDR (CONFIG_SYS_DCSRBAR + 0x02008040)
Mingkai Hue4e93ea2015-10-26 19:47:51 +080016
17#define CONFIG_SYS_FSL_DDR_ADDR (CONFIG_SYS_IMMR + 0x00080000)
18#define CONFIG_SYS_CCI400_ADDR (CONFIG_SYS_IMMR + 0x00180000)
19#define CONFIG_SYS_GIC400_ADDR (CONFIG_SYS_IMMR + 0x00400000)
20#define CONFIG_SYS_IFC_ADDR (CONFIG_SYS_IMMR + 0x00530000)
Yuan Yao52ae4fd2016-12-01 10:13:52 +080021#define SYS_FSL_QSPI_ADDR (CONFIG_SYS_IMMR + 0x00550000)
Mingkai Hue4e93ea2015-10-26 19:47:51 +080022#define CONFIG_SYS_FSL_ESDHC_ADDR (CONFIG_SYS_IMMR + 0x00560000)
23#define CONFIG_SYS_FSL_CSU_ADDR (CONFIG_SYS_IMMR + 0x00510000)
24#define CONFIG_SYS_FSL_GUTS_ADDR (CONFIG_SYS_IMMR + 0x00ee0000)
25#define CONFIG_SYS_FSL_RST_ADDR (CONFIG_SYS_IMMR + 0x00ee00b0)
26#define CONFIG_SYS_FSL_SCFG_ADDR (CONFIG_SYS_IMMR + 0x00570000)
27#define CONFIG_SYS_FSL_FMAN_ADDR (CONFIG_SYS_IMMR + 0x00a00000)
28#define CONFIG_SYS_FSL_SERDES_ADDR (CONFIG_SYS_IMMR + 0x00ea0000)
29#define CONFIG_SYS_FSL_DCFG_ADDR (CONFIG_SYS_IMMR + 0x00ee0000)
30#define CONFIG_SYS_FSL_CLK_ADDR (CONFIG_SYS_IMMR + 0x00ee1000)
31#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR + 0x011c0500)
32#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR + 0x011c0600)
33#define CONFIG_SYS_NS16550_COM3 (CONFIG_SYS_IMMR + 0x011d0500)
34#define CONFIG_SYS_NS16550_COM4 (CONFIG_SYS_IMMR + 0x011d0600)
Rajesh Bhagat386f2e42016-06-07 18:59:34 +053035#define CONFIG_SYS_XHCI_USB1_ADDR (CONFIG_SYS_IMMR + 0x01f00000)
36#define CONFIG_SYS_XHCI_USB2_ADDR (CONFIG_SYS_IMMR + 0x02000000)
37#define CONFIG_SYS_XHCI_USB3_ADDR (CONFIG_SYS_IMMR + 0x02100000)
Rajesh Bhagatcfdd0452017-07-27 17:49:05 +080038#define CONFIG_SYS_EHCI_USB1_ADDR (CONFIG_SYS_IMMR + 0x07600000)
Mingkai Hue4e93ea2015-10-26 19:47:51 +080039#define CONFIG_SYS_PCIE1_ADDR (CONFIG_SYS_IMMR + 0x2400000)
40#define CONFIG_SYS_PCIE2_ADDR (CONFIG_SYS_IMMR + 0x2500000)
41#define CONFIG_SYS_PCIE3_ADDR (CONFIG_SYS_IMMR + 0x2600000)
Aneesh Bansalb3e98202015-12-08 13:54:29 +053042#define CONFIG_SYS_SEC_MON_ADDR (CONFIG_SYS_IMMR + 0xe90000)
Mingkai Hue4e93ea2015-10-26 19:47:51 +080043#define CONFIG_SYS_SFP_ADDR (CONFIG_SYS_IMMR + 0xe80200)
44
45#define CONFIG_SYS_FSL_TIMER_ADDR 0x02b00000
46
47#define I2C1_BASE_ADDR (CONFIG_SYS_IMMR + 0x01180000)
48#define I2C2_BASE_ADDR (CONFIG_SYS_IMMR + 0x01190000)
49#define I2C3_BASE_ADDR (CONFIG_SYS_IMMR + 0x011a0000)
50#define I2C4_BASE_ADDR (CONFIG_SYS_IMMR + 0x011b0000)
51
52#define WDOG1_BASE_ADDR (CONFIG_SYS_IMMR + 0x01ad0000)
53
54#define QSPI0_BASE_ADDR (CONFIG_SYS_IMMR + 0x00550000)
55#define DSPI1_BASE_ADDR (CONFIG_SYS_IMMR + 0x01100000)
56
57#define LPUART_BASE (CONFIG_SYS_IMMR + 0x01950000)
58
59#define AHCI_BASE_ADDR (CONFIG_SYS_IMMR + 0x02200000)
60
61#define CONFIG_SYS_PCIE1_PHYS_ADDR 0x4000000000ULL
62#define CONFIG_SYS_PCIE2_PHYS_ADDR 0x4800000000ULL
63#define CONFIG_SYS_PCIE3_PHYS_ADDR 0x5000000000ULL
Mingkai Hu19218992015-11-11 17:58:34 +080064/* LUT registers */
York Sunb3d71642016-09-26 08:09:26 -070065#ifdef CONFIG_ARCH_LS1012A
Prabhakar Kushwahad169ebe2016-06-03 18:41:31 +053066#define PCIE_LUT_BASE 0xC0000
67#else
Mingkai Hu19218992015-11-11 17:58:34 +080068#define PCIE_LUT_BASE 0x10000
Prabhakar Kushwahad169ebe2016-06-03 18:41:31 +053069#endif
Mingkai Hu19218992015-11-11 17:58:34 +080070#define PCIE_LUT_LCTRL0 0x7F8
71#define PCIE_LUT_DBG 0x7FC
Mingkai Hue4e93ea2015-10-26 19:47:51 +080072
73/* TZ Address Space Controller Definitions */
74#define TZASC1_BASE 0x01100000 /* as per CCSR map. */
75#define TZASC2_BASE 0x01110000 /* as per CCSR map. */
76#define TZASC3_BASE 0x01120000 /* as per CCSR map. */
77#define TZASC4_BASE 0x01130000 /* as per CCSR map. */
78#define TZASC_BUILD_CONFIG_REG(x) ((TZASC1_BASE + (x * 0x10000)))
79#define TZASC_ACTION_REG(x) ((TZASC1_BASE + (x * 0x10000)) + 0x004)
80#define TZASC_GATE_KEEPER(x) ((TZASC1_BASE + (x * 0x10000)) + 0x008)
81#define TZASC_REGION_BASE_LOW_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x100)
82#define TZASC_REGION_BASE_HIGH_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x104)
83#define TZASC_REGION_TOP_LOW_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x108)
84#define TZASC_REGION_TOP_HIGH_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x10C)
85#define TZASC_REGION_ATTRIBUTES_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x110)
86#define TZASC_REGION_ID_ACCESS_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x114)
87
88#define TP_ITYP_AV 0x00000001 /* Initiator available */
89#define TP_ITYP_TYPE(x) (((x) & 0x6) >> 1) /* Initiator Type */
90#define TP_ITYP_TYPE_ARM 0x0
91#define TP_ITYP_TYPE_PPC 0x1 /* PowerPC */
92#define TP_ITYP_TYPE_OTHER 0x2 /* StarCore DSP */
93#define TP_ITYP_TYPE_HA 0x3 /* HW Accelerator */
94#define TP_ITYP_THDS(x) (((x) & 0x18) >> 3) /* # threads */
95#define TP_ITYP_VER(x) (((x) & 0xe0) >> 5) /* Initiator Version */
96#define TY_ITYP_VER_A7 0x1
97#define TY_ITYP_VER_A53 0x2
98#define TY_ITYP_VER_A57 0x3
Alison Wang79808392016-07-05 16:01:52 +080099#define TY_ITYP_VER_A72 0x4
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800100
101#define TP_CLUSTER_EOC 0xc0000000 /* end of clusters */
102#define TP_CLUSTER_INIT_MASK 0x0000003f /* initiator mask */
103#define TP_INIT_PER_CLUSTER 4
104
105/*
106 * Define default values for some CCSR macros to make header files cleaner*
107 *
108 * To completely disable CCSR relocation in a board header file, define
109 * CONFIG_SYS_CCSR_DO_NOT_RELOCATE. This will force CONFIG_SYS_CCSRBAR_PHYS
110 * to a value that is the same as CONFIG_SYS_CCSRBAR.
111 */
112
113#ifdef CONFIG_SYS_CCSRBAR_PHYS
114#error "Do not define CONFIG_SYS_CCSRBAR_PHYS directly. Use \
115CONFIG_SYS_CCSRBAR_PHYS_LOW and/or CONFIG_SYS_CCSRBAR_PHYS_HIGH instead."
116#endif
117
118#ifdef CONFIG_SYS_CCSR_DO_NOT_RELOCATE
119#undef CONFIG_SYS_CCSRBAR_PHYS_HIGH
120#undef CONFIG_SYS_CCSRBAR_PHYS_LOW
121#define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0
122#endif
123
124#ifndef CONFIG_SYS_CCSRBAR
York Sun95ed0d02016-12-01 13:43:06 -0800125#define CONFIG_SYS_CCSRBAR 0x01000000
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800126#endif
127
128#ifndef CONFIG_SYS_CCSRBAR_PHYS_HIGH
129#define CONFIG_SYS_CCSRBAR_PHYS_HIGH 0
130#endif
131
132#ifndef CONFIG_SYS_CCSRBAR_PHYS_LOW
York Sun95ed0d02016-12-01 13:43:06 -0800133#define CONFIG_SYS_CCSRBAR_PHYS_LOW 0x01000000
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800134#endif
135
136#define CONFIG_SYS_CCSRBAR_PHYS ((CONFIG_SYS_CCSRBAR_PHYS_HIGH * 1ull) << 32 | \
137 CONFIG_SYS_CCSRBAR_PHYS_LOW)
138
139struct sys_info {
140 unsigned long freq_processor[CONFIG_MAX_CPUS];
Hou Zhiqiang3f91cda2017-01-10 16:44:15 +0800141 /* frequency of platform PLL */
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800142 unsigned long freq_systembus;
143 unsigned long freq_ddrbus;
144 unsigned long freq_localbus;
145 unsigned long freq_sdhc;
146#ifdef CONFIG_SYS_DPAA_FMAN
147 unsigned long freq_fman[CONFIG_SYS_NUM_FMAN];
148#endif
149 unsigned long freq_qman;
150};
151
152#define CONFIG_SYS_FSL_FM1_OFFSET 0xa00000
153#define CONFIG_SYS_FSL_FM1_RX0_1G_OFFSET 0xa88000
154#define CONFIG_SYS_FSL_FM1_RX1_1G_OFFSET 0xa89000
155#define CONFIG_SYS_FSL_FM1_RX2_1G_OFFSET 0xa8a000
156#define CONFIG_SYS_FSL_FM1_RX3_1G_OFFSET 0xa8b000
157#define CONFIG_SYS_FSL_FM1_RX4_1G_OFFSET 0xa8c000
158#define CONFIG_SYS_FSL_FM1_RX5_1G_OFFSET 0xa8d000
159
160#define CONFIG_SYS_FSL_FM1_DTSEC1_OFFSET 0xae0000
161#define CONFIG_SYS_FSL_FM1_ADDR \
162 (CONFIG_SYS_IMMR + CONFIG_SYS_FSL_FM1_OFFSET)
163#define CONFIG_SYS_FSL_FM1_DTSEC1_ADDR \
164 (CONFIG_SYS_IMMR + CONFIG_SYS_FSL_FM1_DTSEC1_OFFSET)
165
Alex Porosanu177fca82016-04-29 15:17:58 +0300166#define CONFIG_SYS_FSL_SEC_OFFSET 0x700000ull
167#define CONFIG_SYS_FSL_JR0_OFFSET 0x710000ull
168#define CONFIG_SYS_FSL_SEC_ADDR \
169 (CONFIG_SYS_IMMR + CONFIG_SYS_FSL_SEC_OFFSET)
170#define CONFIG_SYS_FSL_JR0_ADDR \
171 (CONFIG_SYS_IMMR + CONFIG_SYS_FSL_JR0_OFFSET)
172
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800173/* Device Configuration and Pin Control */
Hou Zhiqiangc06b30a2016-09-29 12:42:44 +0800174#define DCFG_DCSR_PORCR1 0x0
175
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800176struct ccsr_gur {
177 u32 porsr1; /* POR status 1 */
178#define FSL_CHASSIS2_CCSR_PORSR1_RCW_MASK 0xFF800000
179 u32 porsr2; /* POR status 2 */
180 u8 res_008[0x20-0x8];
181 u32 gpporcr1; /* General-purpose POR configuration */
182 u32 gpporcr2;
183#define FSL_CHASSIS2_DCFG_FUSESR_VID_SHIFT 25
184#define FSL_CHASSIS2_DCFG_FUSESR_VID_MASK 0x1F
185#define FSL_CHASSIS2_DCFG_FUSESR_ALTVID_SHIFT 20
186#define FSL_CHASSIS2_DCFG_FUSESR_ALTVID_MASK 0x1F
187 u32 dcfg_fusesr; /* Fuse status register */
188 u8 res_02c[0x70-0x2c];
189 u32 devdisr; /* Device disable control */
190#define FSL_CHASSIS2_DEVDISR2_DTSEC1_1 0x80000000
191#define FSL_CHASSIS2_DEVDISR2_DTSEC1_2 0x40000000
192#define FSL_CHASSIS2_DEVDISR2_DTSEC1_3 0x20000000
193#define FSL_CHASSIS2_DEVDISR2_DTSEC1_4 0x10000000
194#define FSL_CHASSIS2_DEVDISR2_DTSEC1_5 0x08000000
195#define FSL_CHASSIS2_DEVDISR2_DTSEC1_6 0x04000000
196#define FSL_CHASSIS2_DEVDISR2_DTSEC1_9 0x00800000
197#define FSL_CHASSIS2_DEVDISR2_DTSEC1_10 0x00400000
198#define FSL_CHASSIS2_DEVDISR2_10GEC1_1 0x00800000
199#define FSL_CHASSIS2_DEVDISR2_10GEC1_2 0x00400000
200#define FSL_CHASSIS2_DEVDISR2_10GEC1_3 0x80000000
201#define FSL_CHASSIS2_DEVDISR2_10GEC1_4 0x40000000
202 u32 devdisr2; /* Device disable control 2 */
203 u32 devdisr3; /* Device disable control 3 */
204 u32 devdisr4; /* Device disable control 4 */
205 u32 devdisr5; /* Device disable control 5 */
206 u32 devdisr6; /* Device disable control 6 */
207 u32 devdisr7; /* Device disable control 7 */
208 u8 res_08c[0x94-0x8c];
209 u32 coredisru; /* uppper portion for support of 64 cores */
210 u32 coredisrl; /* lower portion for support of 64 cores */
211 u8 res_09c[0xa0-0x9c];
212 u32 pvr; /* Processor version */
213 u32 svr; /* System version */
214 u32 mvr; /* Manufacturing version */
215 u8 res_0ac[0xb0-0xac];
216 u32 rstcr; /* Reset control */
217 u32 rstrqpblsr; /* Reset request preboot loader status */
218 u8 res_0b8[0xc0-0xb8];
219 u32 rstrqmr1; /* Reset request mask */
220 u8 res_0c4[0xc8-0xc4];
221 u32 rstrqsr1; /* Reset request status */
222 u8 res_0cc[0xd4-0xcc];
223 u32 rstrqwdtmrl; /* Reset request WDT mask */
224 u8 res_0d8[0xdc-0xd8];
225 u32 rstrqwdtsrl; /* Reset request WDT status */
226 u8 res_0e0[0xe4-0xe0];
227 u32 brrl; /* Boot release */
228 u8 res_0e8[0x100-0xe8];
229 u32 rcwsr[16]; /* Reset control word status */
230#define FSL_CHASSIS2_RCWSR0_SYS_PLL_RAT_SHIFT 25
231#define FSL_CHASSIS2_RCWSR0_SYS_PLL_RAT_MASK 0x1f
232#define FSL_CHASSIS2_RCWSR0_MEM_PLL_RAT_SHIFT 16
233#define FSL_CHASSIS2_RCWSR0_MEM_PLL_RAT_MASK 0x3f
234#define FSL_CHASSIS2_RCWSR4_SRDS1_PRTCL_MASK 0xffff0000
235#define FSL_CHASSIS2_RCWSR4_SRDS1_PRTCL_SHIFT 16
Qianyu Gong2b5b7a92016-07-05 16:01:54 +0800236#define FSL_CHASSIS2_RCWSR4_SRDS2_PRTCL_MASK 0x0000ffff
237#define FSL_CHASSIS2_RCWSR4_SRDS2_PRTCL_SHIFT 0
Aneesh Bansalc4713ec2016-01-22 16:37:25 +0530238#define RCW_SB_EN_REG_INDEX 7
239#define RCW_SB_EN_MASK 0x00200000
240
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800241 u8 res_140[0x200-0x140];
242 u32 scratchrw[4]; /* Scratch Read/Write */
243 u8 res_210[0x300-0x210];
244 u32 scratchw1r[4]; /* Scratch Read (Write once) */
245 u8 res_310[0x400-0x310];
246 u32 crstsr[12];
247 u8 res_430[0x500-0x430];
248
249 /* PCI Express n Logical I/O Device Number register */
250 u32 dcfg_ccsr_pex1liodnr;
251 u32 dcfg_ccsr_pex2liodnr;
252 u32 dcfg_ccsr_pex3liodnr;
253 u32 dcfg_ccsr_pex4liodnr;
254 /* RIO n Logical I/O Device Number register */
255 u32 dcfg_ccsr_rio1liodnr;
256 u32 dcfg_ccsr_rio2liodnr;
257 u32 dcfg_ccsr_rio3liodnr;
258 u32 dcfg_ccsr_rio4liodnr;
259 /* USB Logical I/O Device Number register */
260 u32 dcfg_ccsr_usb1liodnr;
261 u32 dcfg_ccsr_usb2liodnr;
262 u32 dcfg_ccsr_usb3liodnr;
263 u32 dcfg_ccsr_usb4liodnr;
264 /* SD/MMC Logical I/O Device Number register */
265 u32 dcfg_ccsr_sdmmc1liodnr;
266 u32 dcfg_ccsr_sdmmc2liodnr;
267 u32 dcfg_ccsr_sdmmc3liodnr;
268 u32 dcfg_ccsr_sdmmc4liodnr;
269 /* RIO Message Unit Logical I/O Device Number register */
270 u32 dcfg_ccsr_riomaintliodnr;
271
272 u8 res_544[0x550-0x544];
273 u32 sataliodnr[4];
274 u8 res_560[0x570-0x560];
275
276 u32 dcfg_ccsr_misc1liodnr;
277 u32 dcfg_ccsr_misc2liodnr;
278 u32 dcfg_ccsr_misc3liodnr;
279 u32 dcfg_ccsr_misc4liodnr;
280 u32 dcfg_ccsr_dma1liodnr;
281 u32 dcfg_ccsr_dma2liodnr;
282 u32 dcfg_ccsr_dma3liodnr;
283 u32 dcfg_ccsr_dma4liodnr;
284 u32 dcfg_ccsr_spare1liodnr;
285 u32 dcfg_ccsr_spare2liodnr;
286 u32 dcfg_ccsr_spare3liodnr;
287 u32 dcfg_ccsr_spare4liodnr;
288 u8 res_5a0[0x600-0x5a0];
289 u32 dcfg_ccsr_pblsr;
290
291 u32 pamubypenr;
292 u32 dmacr1;
293
294 u8 res_60c[0x610-0x60c];
295 u32 dcfg_ccsr_gensr1;
296 u32 dcfg_ccsr_gensr2;
297 u32 dcfg_ccsr_gensr3;
298 u32 dcfg_ccsr_gensr4;
299 u32 dcfg_ccsr_gencr1;
300 u32 dcfg_ccsr_gencr2;
301 u32 dcfg_ccsr_gencr3;
302 u32 dcfg_ccsr_gencr4;
303 u32 dcfg_ccsr_gencr5;
304 u32 dcfg_ccsr_gencr6;
305 u32 dcfg_ccsr_gencr7;
306 u8 res_63c[0x658-0x63c];
307 u32 dcfg_ccsr_cgensr1;
308 u32 dcfg_ccsr_cgensr0;
309 u8 res_660[0x678-0x660];
310 u32 dcfg_ccsr_cgencr1;
311
312 u32 dcfg_ccsr_cgencr0;
313 u8 res_680[0x700-0x680];
314 u32 dcfg_ccsr_sriopstecr;
315 u32 dcfg_ccsr_dcsrcr;
316
317 u8 res_708[0x740-0x708]; /* add more registers when needed */
318 u32 tp_ityp[64]; /* Topology Initiator Type Register */
319 struct {
320 u32 upper;
321 u32 lower;
322 } tp_cluster[16];
323 u8 res_8c0[0xa00-0x8c0]; /* add more registers when needed */
324 u32 dcfg_ccsr_qmbm_warmrst;
325 u8 res_a04[0xa20-0xa04]; /* add more registers when needed */
326 u32 dcfg_ccsr_reserved0;
327 u32 dcfg_ccsr_reserved1;
328};
329
330#define SCFG_QSPI_CLKSEL 0x40100000
331#define SCFG_USBDRVVBUS_SELCR_USB1 0x00000000
332#define SCFG_USBDRVVBUS_SELCR_USB2 0x00000001
333#define SCFG_USBDRVVBUS_SELCR_USB3 0x00000002
334#define SCFG_USBPWRFAULT_INACTIVE 0x00000000
335#define SCFG_USBPWRFAULT_SHARED 0x00000001
336#define SCFG_USBPWRFAULT_DEDICATED 0x00000002
337#define SCFG_USBPWRFAULT_USB3_SHIFT 4
338#define SCFG_USBPWRFAULT_USB2_SHIFT 2
339#define SCFG_USBPWRFAULT_USB1_SHIFT 0
340
341#define SCFG_SNPCNFGCR_SECRDSNP 0x80000000
342#define SCFG_SNPCNFGCR_SECWRSNP 0x40000000
Tang Yuantian2945ae02016-08-08 15:07:20 +0800343#define SCFG_SNPCNFGCR_SATARDSNP 0x00800000
344#define SCFG_SNPCNFGCR_SATAWRSNP 0x00400000
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800345
346/* Supplemental Configuration Unit */
347struct ccsr_scfg {
348 u8 res_000[0x100-0x000];
349 u32 usb2_icid;
350 u32 usb3_icid;
351 u8 res_108[0x114-0x108];
352 u32 dma_icid;
353 u32 sata_icid;
354 u32 usb1_icid;
355 u32 qe_icid;
356 u32 sdhc_icid;
357 u32 edma_icid;
358 u32 etr_icid;
359 u32 core_sft_rst[4];
360 u8 res_140[0x158-0x140];
361 u32 altcbar;
362 u32 qspi_cfg;
363 u8 res_160[0x180-0x160];
364 u32 dmamcr;
Wenbin Songa8f57a92017-01-17 18:31:15 +0800365 u8 res_184[0x188-0x184];
366 u32 gic_align;
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800367 u32 debug_icid;
368 u8 res_190[0x1a4-0x190];
369 u32 snpcnfgcr;
370 u8 res_1a8[0x1ac-0x1a8];
371 u32 intpcr;
372 u8 res_1b0[0x204-0x1b0];
373 u32 coresrencr;
374 u8 res_208[0x220-0x208];
375 u32 rvbar0_0;
376 u32 rvbar0_1;
377 u32 rvbar1_0;
378 u32 rvbar1_1;
379 u32 rvbar2_0;
380 u32 rvbar2_1;
381 u32 rvbar3_0;
382 u32 rvbar3_1;
383 u32 lpmcsr;
384 u8 res_244[0x400-0x244];
385 u32 qspidqscr;
386 u32 ecgtxcmcr;
387 u32 sdhciovselcr;
388 u32 rcwpmuxcr0;
389 u32 usbdrvvbus_selcr;
390 u32 usbpwrfault_selcr;
391 u32 usb_refclk_selcr1;
392 u32 usb_refclk_selcr2;
393 u32 usb_refclk_selcr3;
394 u8 res_424[0x600-0x424];
395 u32 scratchrw[4];
396 u8 res_610[0x680-0x610];
397 u32 corebcr;
398 u8 res_684[0x1000-0x684];
399 u32 pex1msiir;
400 u32 pex1msir;
401 u8 res_1008[0x2000-0x1008];
402 u32 pex2;
403 u32 pex2msir;
404 u8 res_2008[0x3000-0x2008];
405 u32 pex3msiir;
406 u32 pex3msir;
407};
408
409/* Clocking */
410struct ccsr_clk {
411 struct {
412 u32 clkcncsr; /* core cluster n clock control status */
413 u8 res_004[0x0c];
414 u32 clkcghwacsr; /* Clock generator n hardware accelerator */
415 u8 res_014[0x0c];
416 } clkcsr[4];
417 u8 res_040[0x780]; /* 0x100 */
418 struct {
419 u32 pllcngsr;
420 u8 res_804[0x1c];
421 } pllcgsr[2];
422 u8 res_840[0x1c0];
423 u32 clkpcsr; /* 0xa00 Platform clock domain control/status */
424 u8 res_a04[0x1fc];
425 u32 pllpgsr; /* 0xc00 Platform PLL General Status */
426 u8 res_c04[0x1c];
427 u32 plldgsr; /* 0xc20 DDR PLL General Status */
428 u8 res_c24[0x3dc];
429};
430
431/* System Counter */
432struct sctr_regs {
433 u32 cntcr;
434 u32 cntsr;
435 u32 cntcv1;
436 u32 cntcv2;
437 u32 resv1[4];
438 u32 cntfid0;
439 u32 cntfid1;
440 u32 resv2[1002];
441 u32 counterid[12];
442};
443
444#define SRDS_MAX_LANES 4
445struct ccsr_serdes {
446 struct {
447 u32 rstctl; /* Reset Control Register */
448#define SRDS_RSTCTL_RST 0x80000000
449#define SRDS_RSTCTL_RSTDONE 0x40000000
450#define SRDS_RSTCTL_RSTERR 0x20000000
451#define SRDS_RSTCTL_SWRST 0x10000000
452#define SRDS_RSTCTL_SDEN 0x00000020
453#define SRDS_RSTCTL_SDRST_B 0x00000040
454#define SRDS_RSTCTL_PLLRST_B 0x00000080
455 u32 pllcr0; /* PLL Control Register 0 */
456#define SRDS_PLLCR0_POFF 0x80000000
457#define SRDS_PLLCR0_RFCK_SEL_MASK 0x70000000
458#define SRDS_PLLCR0_RFCK_SEL_100 0x00000000
459#define SRDS_PLLCR0_RFCK_SEL_125 0x10000000
460#define SRDS_PLLCR0_RFCK_SEL_156_25 0x20000000
461#define SRDS_PLLCR0_RFCK_SEL_150 0x30000000
462#define SRDS_PLLCR0_RFCK_SEL_161_13 0x40000000
463#define SRDS_PLLCR0_RFCK_SEL_122_88 0x50000000
464#define SRDS_PLLCR0_PLL_LCK 0x00800000
465#define SRDS_PLLCR0_FRATE_SEL_MASK 0x000f0000
466#define SRDS_PLLCR0_FRATE_SEL_5 0x00000000
467#define SRDS_PLLCR0_FRATE_SEL_3_75 0x00050000
468#define SRDS_PLLCR0_FRATE_SEL_5_15 0x00060000
469#define SRDS_PLLCR0_FRATE_SEL_4 0x00070000
470#define SRDS_PLLCR0_FRATE_SEL_3_12 0x00090000
471#define SRDS_PLLCR0_FRATE_SEL_3 0x000a0000
472 u32 pllcr1; /* PLL Control Register 1 */
473#define SRDS_PLLCR1_PLL_BWSEL 0x08000000
474 u32 res_0c; /* 0x00c */
475 u32 pllcr3;
476 u32 pllcr4;
Shaohui Xie8ba66062015-12-14 18:05:35 +0800477 u32 pllcr5; /* 0x018 SerDes PLL1 Control 5 */
478 u8 res_1c[0x20-0x1c];
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800479 } bank[2];
480 u8 res_40[0x90-0x40];
481 u32 srdstcalcr; /* 0x90 TX Calibration Control */
482 u8 res_94[0xa0-0x94];
483 u32 srdsrcalcr; /* 0xa0 RX Calibration Control */
484 u8 res_a4[0xb0-0xa4];
485 u32 srdsgr0; /* 0xb0 General Register 0 */
Shaohui Xie8ba66062015-12-14 18:05:35 +0800486 u8 res_b4[0x100-0xb4];
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800487 struct {
Shaohui Xie8ba66062015-12-14 18:05:35 +0800488 u32 lnpssr0; /* 0x100, 0x120, 0x140, 0x160 */
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800489 u8 res_104[0x120-0x104];
Shaohui Xie8ba66062015-12-14 18:05:35 +0800490 } lnpssr[4]; /* Lane A, B, C, D */
491 u8 res_180[0x200-0x180];
492 u32 srdspccr0; /* 0x200 Protocol Configuration 0 */
493 u32 srdspccr1; /* 0x204 Protocol Configuration 1 */
494 u32 srdspccr2; /* 0x208 Protocol Configuration 2 */
495 u32 srdspccr3; /* 0x20c Protocol Configuration 3 */
496 u32 srdspccr4; /* 0x210 Protocol Configuration 4 */
497 u32 srdspccr5; /* 0x214 Protocol Configuration 5 */
498 u32 srdspccr6; /* 0x218 Protocol Configuration 6 */
499 u32 srdspccr7; /* 0x21c Protocol Configuration 7 */
500 u32 srdspccr8; /* 0x220 Protocol Configuration 8 */
501 u32 srdspccr9; /* 0x224 Protocol Configuration 9 */
502 u32 srdspccra; /* 0x228 Protocol Configuration A */
503 u32 srdspccrb; /* 0x22c Protocol Configuration B */
504 u8 res_230[0x800-0x230];
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800505 struct {
506 u32 gcr0; /* 0x800 General Control Register 0 */
507 u32 gcr1; /* 0x804 General Control Register 1 */
508 u32 gcr2; /* 0x808 General Control Register 2 */
509 u32 sscr0;
510 u32 recr0; /* 0x810 Receive Equalization Control */
511 u32 recr1;
512 u32 tecr0; /* 0x818 Transmit Equalization Control */
513 u32 sscr1;
514 u32 ttlcr0; /* 0x820 Transition Tracking Loop Ctrl 0 */
515 u8 res_824[0x83c-0x824];
516 u32 tcsr3;
Shaohui Xie8ba66062015-12-14 18:05:35 +0800517 } lane[4]; /* Lane A, B, C, D */
518 u8 res_900[0x1000-0x900]; /* from 0x900 to 0xfff */
519 struct {
520 u32 srdspexcr0; /* 0x1000, 0x1040, 0x1080 */
521 u8 res_1004[0x1040-0x1004];
522 } pcie[3];
523 u8 res_10c0[0x1800-0x10c0];
524 struct {
525 u8 res_1800[0x1804-0x1800];
526 u32 srdssgmiicr1; /* 0x1804 SGMII Protocol Control 1 */
527 u8 res_1808[0x180c-0x1808];
528 u32 srdssgmiicr3; /* 0x180c SGMII Protocol Control 3 */
529 } sgmii[4]; /* Lane A, B, C, D */
530 u8 res_1840[0x1880-0x1840];
531 struct {
532 u8 res_1880[0x1884-0x1880];
533 u32 srdsqsgmiicr1; /* 0x1884 QSGMII Protocol Control 1 */
534 u8 res_1888[0x188c-0x1888];
535 u32 srdsqsgmiicr3; /* 0x188c QSGMII Protocol Control 3 */
536 } qsgmii[2]; /* Lane A, B */
537 u8 res_18a0[0x1980-0x18a0];
538 struct {
539 u8 res_1980[0x1984-0x1980];
540 u32 srdsxficr1; /* 0x1984 XFI Protocol Control 1 */
541 u8 res_1988[0x198c-0x1988];
542 u32 srdsxficr3; /* 0x198c XFI Protocol Control 3 */
543 } xfi[2]; /* Lane A, B */
544 u8 res_19a0[0x2000-0x19a0]; /* from 0x19a0 to 0x1fff */
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800545};
546
547#define CCI400_CTRLORD_TERM_BARRIER 0x00000008
548#define CCI400_CTRLORD_EN_BARRIER 0
549#define CCI400_SHAORD_NON_SHAREABLE 0x00000002
550#define CCI400_DVM_MESSAGE_REQ_EN 0x00000002
551#define CCI400_SNOOP_REQ_EN 0x00000001
552
553/* CCI-400 registers */
554struct ccsr_cci400 {
555 u32 ctrl_ord; /* Control Override */
556 u32 spec_ctrl; /* Speculation Control */
557 u32 secure_access; /* Secure Access */
558 u32 status; /* Status */
559 u32 impr_err; /* Imprecise Error */
560 u8 res_14[0x100 - 0x14];
561 u32 pmcr; /* Performance Monitor Control */
562 u8 res_104[0xfd0 - 0x104];
563 u32 pid[8]; /* Peripheral ID */
564 u32 cid[4]; /* Component ID */
565 struct {
566 u32 snoop_ctrl; /* Snoop Control */
567 u32 sha_ord; /* Shareable Override */
568 u8 res_1008[0x1100 - 0x1008];
569 u32 rc_qos_ord; /* read channel QoS Value Override */
570 u32 wc_qos_ord; /* read channel QoS Value Override */
571 u8 res_1108[0x110c - 0x1108];
572 u32 qos_ctrl; /* QoS Control */
573 u32 max_ot; /* Max OT */
574 u8 res_1114[0x1130 - 0x1114];
575 u32 target_lat; /* Target Latency */
576 u32 latency_regu; /* Latency Regulation */
577 u32 qos_range; /* QoS Range */
578 u8 res_113c[0x2000 - 0x113c];
579 } slave[5]; /* Slave Interface */
580 u8 res_6000[0x9004 - 0x6000];
581 u32 cycle_counter; /* Cycle counter */
582 u32 count_ctrl; /* Count Control */
583 u32 overflow_status; /* Overflow Flag Status */
584 u8 res_9010[0xa000 - 0x9010];
585 struct {
586 u32 event_select; /* Event Select */
587 u32 event_count; /* Event Count */
588 u32 counter_ctrl; /* Counter Control */
589 u32 overflow_status; /* Overflow Flag Status */
590 u8 res_a010[0xb000 - 0xa010];
591 } pcounter[4]; /* Performance Counter */
592 u8 res_e004[0x10000 - 0xe004];
593};
594
595/* MMU 500 */
596#define SMMU_SCR0 (SMMU_BASE + 0x0)
597#define SMMU_SCR1 (SMMU_BASE + 0x4)
598#define SMMU_SCR2 (SMMU_BASE + 0x8)
599#define SMMU_SACR (SMMU_BASE + 0x10)
600#define SMMU_IDR0 (SMMU_BASE + 0x20)
601#define SMMU_IDR1 (SMMU_BASE + 0x24)
602
603#define SMMU_NSCR0 (SMMU_BASE + 0x400)
604#define SMMU_NSCR2 (SMMU_BASE + 0x408)
605#define SMMU_NSACR (SMMU_BASE + 0x410)
606
607#define SCR0_CLIENTPD_MASK 0x00000001
608#define SCR0_USFCFG_MASK 0x00000400
609
Sriram Dash9282d262016-06-13 09:58:32 +0530610uint get_svr(void);
611
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800612#endif /* __ARCH_FSL_LSCH2_IMMAP_H__*/