blob: a83c70ece2779a8813d2b1e7e3c371ede1d2e56c [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Mingkai Hu0e58b512015-10-26 19:47:50 +08002/*
Priyanka Jainef76b2e2018-10-29 09:17:09 +00003 * Copyright 2016-2018 NXP
Mingkai Hu0e58b512015-10-26 19:47:50 +08004 * Copyright 2015, Freescale Semiconductor
Mingkai Hu0e58b512015-10-26 19:47:50 +08005 */
6
7#ifndef _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_
8#define _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_
9
York Sunbad49842016-09-26 08:09:24 -070010#include <linux/kconfig.h>
Mingkai Hu0e58b512015-10-26 19:47:50 +080011#include <fsl_ddrc_version.h>
12
Shaohui Xie6759cc22016-09-07 17:56:09 +080013#define CONFIG_STANDALONE_LOAD_ADDR 0x80300000
14
York Sun0804d562015-12-04 11:57:08 -080015/*
16 * Reserve secure memory
17 * To be aligned with MMU block size
18 */
Sumit Garg251c44b2017-09-01 13:55:00 +053019#define CONFIG_SYS_MEM_RESERVE_SECURE (66 * 1024 * 1024) /* 66MB */
York Sunf2aaf842017-05-15 08:52:00 -070020#define SPL_TLB_SETBACK 0x1000000 /* 16MB under effective memory top */
York Sun0804d562015-12-04 11:57:08 -080021
York Sun4ce6fbf2017-03-27 11:41:01 -070022#ifdef CONFIG_ARCH_LS2080A
Mingkai Hu0e58b512015-10-26 19:47:50 +080023#define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1, 4, 4 }
24#define SRDS_MAX_LANES 8
Mingkai Hu0e58b512015-10-26 19:47:50 +080025#define CONFIG_SYS_PAGE_SIZE 0x10000
Mingkai Hu0e58b512015-10-26 19:47:50 +080026#ifndef L1_CACHE_BYTES
27#define L1_CACHE_SHIFT 6
28#define L1_CACHE_BYTES BIT(L1_CACHE_SHIFT)
29#endif
30
Hou Zhiqiang3a109ef2016-12-16 17:15:45 +080031#define CONFIG_SYS_FSL_OCRAM_BASE 0x18000000 /* initial RAM */
32#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M space */
33#define CONFIG_SYS_FSL_OCRAM_SIZE 0x00020000 /* Real size 128K */
Mingkai Hu0e58b512015-10-26 19:47:50 +080034
35/* DDR */
York Sun4de24ef2017-03-06 09:02:28 -080036#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
37#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
Mingkai Hu0e58b512015-10-26 19:47:50 +080038
39#define CONFIG_SYS_FSL_CCSR_GUR_LE
40#define CONFIG_SYS_FSL_CCSR_SCFG_LE
41#define CONFIG_SYS_FSL_ESDHC_LE
42#define CONFIG_SYS_FSL_IFC_LE
Mingkai Hu19218992015-11-11 17:58:34 +080043#define CONFIG_SYS_FSL_PEX_LUT_LE
Mingkai Hu0e58b512015-10-26 19:47:50 +080044
45#define CONFIG_SYS_MEMAC_LITTLE_ENDIAN
46
47/* Generic Interrupt Controller Definitions */
48#define GICD_BASE 0x06000000
49#define GICR_BASE 0x06100000
50
51/* SMMU Defintions */
52#define SMMU_BASE 0x05000000 /* GR0 Base */
53
Saksham Jain62888be2016-03-23 16:24:32 +053054/* SFP */
55#define CONFIG_SYS_FSL_SFP_VER_3_4
56#define CONFIG_SYS_FSL_SFP_LE
Saksham Jain6ae7f582016-03-23 16:24:33 +053057#define CONFIG_SYS_FSL_SRK_LE
58
Saksham Jain6ae7f582016-03-23 16:24:33 +053059/* Security Monitor */
60#define CONFIG_SYS_FSL_SEC_MON_LE
61
Saksham Jain6121f082016-03-23 16:24:34 +053062/* Secure Boot */
63#define CONFIG_ESBC_HDR_LS
Saksham Jain62888be2016-03-23 16:24:32 +053064
Saksham Jain7b0b2502016-03-23 16:24:39 +053065/* DCFG - GUR */
66#define CONFIG_SYS_FSL_CCSR_GUR_LE
67
Mingkai Hu0e58b512015-10-26 19:47:50 +080068/* Cache Coherent Interconnect */
69#define CCI_MN_BASE 0x04000000
70#define CCI_MN_RNF_NODEID_LIST 0x180
71#define CCI_MN_DVM_DOMAIN_CTL 0x200
72#define CCI_MN_DVM_DOMAIN_CTL_SET 0x210
73
York Sund957a672015-11-04 09:53:10 -080074#define CCI_HN_F_0_BASE (CCI_MN_BASE + 0x200000)
75#define CCI_HN_F_1_BASE (CCI_MN_BASE + 0x210000)
76#define CCN_HN_F_SAM_CTL 0x8 /* offset on base HN_F base */
77#define CCN_HN_F_SAM_NODEID_MASK 0x7f
78#define CCN_HN_F_SAM_NODEID_DDR0 0x4
79#define CCN_HN_F_SAM_NODEID_DDR1 0xe
80
Mingkai Hu0e58b512015-10-26 19:47:50 +080081#define CCI_RN_I_0_BASE (CCI_MN_BASE + 0x800000)
82#define CCI_RN_I_2_BASE (CCI_MN_BASE + 0x820000)
83#define CCI_RN_I_6_BASE (CCI_MN_BASE + 0x860000)
84#define CCI_RN_I_12_BASE (CCI_MN_BASE + 0x8C0000)
85#define CCI_RN_I_16_BASE (CCI_MN_BASE + 0x900000)
86#define CCI_RN_I_20_BASE (CCI_MN_BASE + 0x940000)
87
88#define CCI_S0_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x10)
89#define CCI_S1_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x110)
90#define CCI_S2_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x210)
91
Prabhakar Kushwahaedbbd252016-01-25 12:08:45 +053092#define CCI_AUX_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x0500)
93
Mingkai Hu0e58b512015-10-26 19:47:50 +080094/* TZ Protection Controller Definitions */
95#define TZPC_BASE 0x02200000
96#define TZPCR0SIZE_BASE (TZPC_BASE)
97#define TZPCDECPROT_0_STAT_BASE (TZPC_BASE + 0x800)
98#define TZPCDECPROT_0_SET_BASE (TZPC_BASE + 0x804)
99#define TZPCDECPROT_0_CLR_BASE (TZPC_BASE + 0x808)
100#define TZPCDECPROT_1_STAT_BASE (TZPC_BASE + 0x80C)
101#define TZPCDECPROT_1_SET_BASE (TZPC_BASE + 0x810)
102#define TZPCDECPROT_1_CLR_BASE (TZPC_BASE + 0x814)
103#define TZPCDECPROT_2_STAT_BASE (TZPC_BASE + 0x818)
104#define TZPCDECPROT_2_SET_BASE (TZPC_BASE + 0x81C)
105#define TZPCDECPROT_2_CLR_BASE (TZPC_BASE + 0x820)
106
Prabhakar Kushwaha22cfe962015-11-05 12:00:14 +0530107#define DCSR_CGACRE5 0x700070914ULL
108#define EPU_EPCMPR5 0x700060914ULL
109#define EPU_EPCCR5 0x700060814ULL
110#define EPU_EPSMCR5 0x700060228ULL
111#define EPU_EPECR5 0x700060314ULL
112#define EPU_EPCTR5 0x700060a14ULL
113#define EPU_EPGCR 0x700060000ULL
114
Mingkai Hu0e58b512015-10-26 19:47:50 +0800115#define CONFIG_SYS_FSL_ERRATUM_A008751
Shengzhou Liubdda96c2015-12-16 16:45:41 +0800116
Alex Porosanub4848d02016-04-29 15:17:59 +0300117#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
Ashish Kumarb25faa22017-08-31 16:12:53 +0530118
119#elif defined(CONFIG_ARCH_LS1088A)
120#define CONFIG_SYS_FSL_NUM_CC_PLLS 3
121#define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1 }
122#define CONFIG_GICV3
Ashish Kumarb25faa22017-08-31 16:12:53 +0530123#define CONFIG_SYS_PAGE_SIZE 0x10000
124
125#define SRDS_MAX_LANES 4
126
127/* TZ Protection Controller Definitions */
128#define TZPC_BASE 0x02200000
129#define TZPCR0SIZE_BASE (TZPC_BASE)
130#define TZPCDECPROT_0_STAT_BASE (TZPC_BASE + 0x800)
131#define TZPCDECPROT_0_SET_BASE (TZPC_BASE + 0x804)
132#define TZPCDECPROT_0_CLR_BASE (TZPC_BASE + 0x808)
133#define TZPCDECPROT_1_STAT_BASE (TZPC_BASE + 0x80C)
134#define TZPCDECPROT_1_SET_BASE (TZPC_BASE + 0x810)
135#define TZPCDECPROT_1_CLR_BASE (TZPC_BASE + 0x814)
136#define TZPCDECPROT_2_STAT_BASE (TZPC_BASE + 0x818)
137#define TZPCDECPROT_2_SET_BASE (TZPC_BASE + 0x81C)
138#define TZPCDECPROT_2_CLR_BASE (TZPC_BASE + 0x820)
139
140/* Generic Interrupt Controller Definitions */
141#define GICD_BASE 0x06000000
142#define GICR_BASE 0x06100000
143
144/* SMMU Defintions */
145#define SMMU_BASE 0x05000000 /* GR0 Base */
146
147/* DDR */
148#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
149#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
150
151#define CONFIG_SYS_FSL_CCSR_GUR_LE
152#define CONFIG_SYS_FSL_CCSR_SCFG_LE
153#define CONFIG_SYS_FSL_ESDHC_LE
154#define CONFIG_SYS_FSL_IFC_LE
155#define CONFIG_SYS_FSL_PEX_LUT_LE
156
157#define CONFIG_SYS_MEMAC_LITTLE_ENDIAN
158
159/* SFP */
160#define CONFIG_SYS_FSL_SFP_VER_3_4
161#define CONFIG_SYS_FSL_SFP_LE
162#define CONFIG_SYS_FSL_SRK_LE
163
164/* Security Monitor */
165#define CONFIG_SYS_FSL_SEC_MON_LE
166
167/* Secure Boot */
168#define CONFIG_ESBC_HDR_LS
169
170/* DCFG - GUR */
171#define CONFIG_SYS_FSL_CCSR_GUR_LE
172#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
173#define CONFIG_SYS_FSL_OCRAM_BASE 0x18000000 /* initial RAM */
174#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M space */
175#define CONFIG_SYS_FSL_OCRAM_SIZE 0x00020000 /* Real size 128K */
176
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000177/* LX2160A Soc Support */
178#elif defined(CONFIG_ARCH_LX2160A)
179#define TZPC_BASE 0x02200000
180#define TZPCDECPROT_0_SET_BASE (TZPC_BASE + 0x804)
Chuanhua Hand24d2d92019-07-10 21:00:22 +0800181#if !defined(CONFIG_DM_I2C)
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000182#define CONFIG_SYS_I2C
183#define CONFIG_SYS_I2C_EARLY_INIT
Chuanhua Hand24d2d92019-07-10 21:00:22 +0800184#endif
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000185#define SRDS_MAX_LANES 8
186#ifndef L1_CACHE_BYTES
187#define L1_CACHE_SHIFT 6
188#define L1_CACHE_BYTES BIT(L1_CACHE_SHIFT)
189#endif
190#define CONFIG_SYS_FSL_CORES_PER_CLUSTER 2
191#define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1, 1, 1, 4, 4, 4, 4 }
192#define CONFIG_SYS_FSL_NUM_CC_PLLS 4
193
194#define CONFIG_SYS_PAGE_SIZE 0x10000
195
196#define CONFIG_SYS_FSL_OCRAM_BASE 0x18000000 /* initial RAM */
197#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M space */
198#define CONFIG_SYS_FSL_OCRAM_SIZE 0x00040000 /* Real size 256K */
199
200/* DDR */
201#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
202#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
203
204#define CONFIG_SYS_FSL_CCSR_GUR_LE
205#define CONFIG_SYS_FSL_CCSR_SCFG_LE
206#define CONFIG_SYS_FSL_ESDHC_LE
207#define CONFIG_SYS_FSL_PEX_LUT_LE
208
209#define CONFIG_SYS_MEMAC_LITTLE_ENDIAN
210
211/* Generic Interrupt Controller Definitions */
212#define GICD_BASE 0x06000000
213#define GICR_BASE 0x06200000
214
215/* SMMU Definitions */
216#define SMMU_BASE 0x05000000 /* GR0 Base */
217
218/* SFP */
219#define CONFIG_SYS_FSL_SFP_VER_3_4
220#define CONFIG_SYS_FSL_SFP_LE
221#define CONFIG_SYS_FSL_SRK_LE
222
223/* Security Monitor */
224#define CONFIG_SYS_FSL_SEC_MON_LE
225
226/* Secure Boot */
227#define CONFIG_ESBC_HDR_LS
228
229/* DCFG - GUR */
230#define CONFIG_SYS_FSL_CCSR_GUR_LE
231
232#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
233
Yuantian Tang4aefa162019-04-10 16:43:33 +0800234#elif defined(CONFIG_ARCH_LS1028A)
235#define CONFIG_SYS_FSL_NUM_CC_PLLS 3
236#define CONFIG_SYS_FSL_CLUSTER_CLOCKS { 1, 1 }
237#define CONFIG_GICV3
238#define CONFIG_FSL_TZPC_BP147
239#define CONFIG_FSL_TZASC_400
240
241/* TZ Protection Controller Definitions */
242#define TZPC_BASE 0x02200000
243#define TZPCR0SIZE_BASE (TZPC_BASE)
244#define TZPCDECPROT_0_STAT_BASE (TZPC_BASE + 0x800)
245#define TZPCDECPROT_0_SET_BASE (TZPC_BASE + 0x804)
246#define TZPCDECPROT_0_CLR_BASE (TZPC_BASE + 0x808)
247#define TZPCDECPROT_1_STAT_BASE (TZPC_BASE + 0x80C)
248#define TZPCDECPROT_1_SET_BASE (TZPC_BASE + 0x810)
249#define TZPCDECPROT_1_CLR_BASE (TZPC_BASE + 0x814)
250#define TZPCDECPROT_2_STAT_BASE (TZPC_BASE + 0x818)
251#define TZPCDECPROT_2_SET_BASE (TZPC_BASE + 0x81C)
252#define TZPCDECPROT_2_CLR_BASE (TZPC_BASE + 0x820)
253
254#define SRDS_MAX_LANES 4
255
256#define CONFIG_SYS_FSL_OCRAM_BASE 0x18000000 /* initial RAM */
257#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M */
258#define CONFIG_SYS_FSL_OCRAM_SIZE 0x00040000 /* Real size 256K */
259
260/* Generic Interrupt Controller Definitions */
261#define GICD_BASE 0x06000000
262#define GICR_BASE 0x06040000
263
264/* SMMU Definitions */
265#define SMMU_BASE 0x05000000 /* GR0 Base */
266
267/* DDR */
268#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
269#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
270
271#define CONFIG_SYS_FSL_CCSR_GUR_LE
272#define CONFIG_SYS_FSL_CCSR_SCFG_LE
273#define CONFIG_SYS_FSL_ESDHC_LE
274#define CONFIG_SYS_FSL_PEX_LUT_LE
275
276#define CONFIG_SYS_MEMAC_LITTLE_ENDIAN
277
278/* SFP */
279#define CONFIG_SYS_FSL_SFP_VER_3_4
280#define CONFIG_SYS_FSL_SFP_LE
281#define CONFIG_SYS_FSL_SRK_LE
282
283/* SEC */
284#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
285
286/* Security Monitor */
287#define CONFIG_SYS_FSL_SEC_MON_LE
288
289/* Secure Boot */
290#define CONFIG_ESBC_HDR_LS
291
292/* DCFG - GUR */
293#define CONFIG_SYS_FSL_CCSR_GUR_LE
294
Qianyu Gong8aec7192016-07-05 16:01:53 +0800295#elif defined(CONFIG_FSL_LSCH2)
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800296#define CONFIG_SYS_FSL_OCRAM_BASE 0x10000000 /* initial RAM */
Hou Zhiqiang3a109ef2016-12-16 17:15:45 +0800297#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M space */
298#define CONFIG_SYS_FSL_OCRAM_SIZE 0x00020000 /* Real size 128K */
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800299
Hou Zhiqiangc4797802016-12-16 17:15:46 +0800300#define DCSR_DCFG_SBEESR2 0x20140534
301#define DCSR_DCFG_MBEESR2 0x20140544
302
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800303#define CONFIG_SYS_FSL_CCSR_SCFG_BE
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800304#define CONFIG_SYS_FSL_ESDHC_BE
305#define CONFIG_SYS_FSL_WDOG_BE
306#define CONFIG_SYS_FSL_DSPI_BE
307#define CONFIG_SYS_FSL_QSPI_BE
Qianyu Gong8aec7192016-07-05 16:01:53 +0800308#define CONFIG_SYS_FSL_CCSR_GUR_BE
Mingkai Hu19218992015-11-11 17:58:34 +0800309#define CONFIG_SYS_FSL_PEX_LUT_BE
Qianyu Gong8aec7192016-07-05 16:01:53 +0800310
Qianyu Gong8aec7192016-07-05 16:01:53 +0800311/* SoC related */
York Sun342cf062017-03-27 11:41:02 -0700312#ifdef CONFIG_ARCH_LS1043A
Qianyu Gong8aec7192016-07-05 16:01:53 +0800313#define CONFIG_SYS_FMAN_V3
Laurentiu Tudor2ace3672018-08-27 17:33:58 +0300314#define CONFIG_SYS_FSL_QMAN_V3
Qianyu Gong8aec7192016-07-05 16:01:53 +0800315#define CONFIG_SYS_NUM_FMAN 1
316#define CONFIG_SYS_NUM_FM1_DTSEC 7
317#define CONFIG_SYS_NUM_FM1_10GEC 1
Qianyu Gong8aec7192016-07-05 16:01:53 +0800318#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
319#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800320
321#define QE_MURAM_SIZE 0x6000UL
322#define MAX_QE_RISC 1
323#define QE_NUM_OF_SNUM 28
324
Qianyu Gong8aec7192016-07-05 16:01:53 +0800325#define CONFIG_SYS_FSL_IFC_BE
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800326#define CONFIG_SYS_FSL_SFP_VER_3_2
Aneesh Bansalb3e98202015-12-08 13:54:29 +0530327#define CONFIG_SYS_FSL_SEC_MON_BE
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800328#define CONFIG_SYS_FSL_SFP_BE
329#define CONFIG_SYS_FSL_SRK_LE
330#define CONFIG_KEY_REVOCATION
331
332/* SMMU Defintions */
333#define SMMU_BASE 0x09000000
334
335/* Generic Interrupt Controller Definitions */
336#define GICD_BASE 0x01401000
337#define GICC_BASE 0x01402000
Wenbin Songa8f57a92017-01-17 18:31:15 +0800338#define GICH_BASE 0x01404000
339#define GICV_BASE 0x01406000
340#define GICD_SIZE 0x1000
341#define GICC_SIZE 0x2000
342#define GICH_SIZE 0x2000
343#define GICV_SIZE 0x2000
344#ifdef CONFIG_HAS_FEATURE_GIC64K_ALIGN
345#define GICD_BASE_64K 0x01410000
346#define GICC_BASE_64K 0x01420000
347#define GICH_BASE_64K 0x01440000
348#define GICV_BASE_64K 0x01460000
349#define GICD_SIZE_64K 0x10000
350#define GICC_SIZE_64K 0x20000
351#define GICH_SIZE_64K 0x20000
352#define GICV_SIZE_64K 0x20000
353#endif
354
355#define DCFG_CCSR_SVR 0x1ee00a4
356#define REV1_0 0x10
357#define REV1_1 0x11
358#define GIC_ADDR_BIT 31
359#define SCFG_GIC400_ALIGN 0x1570188
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800360
Alex Porosanub4848d02016-04-29 15:17:59 +0300361#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
Prabhakar Kushwahad169ebe2016-06-03 18:41:31 +0530362
York Sund297d392016-12-28 08:43:40 -0800363#elif defined(CONFIG_ARCH_LS1012A)
Prabhakar Kushwahad169ebe2016-06-03 18:41:31 +0530364#define GICD_BASE 0x01401000
365#define GICC_BASE 0x01402000
Vinitha Pillai-B572236cb92e72017-03-23 13:48:19 +0530366#define CONFIG_SYS_FSL_SFP_VER_3_2
367#define CONFIG_SYS_FSL_SEC_MON_BE
368#define CONFIG_SYS_FSL_SFP_BE
369#define CONFIG_SYS_FSL_SRK_LE
370#define CONFIG_KEY_REVOCATION
371#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
Prabhakar Kushwaha1fb2f112017-01-30 17:05:22 +0530372#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
373#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
374
York Sunbad49842016-09-26 08:09:24 -0700375#elif defined(CONFIG_ARCH_LS1046A)
Mingkai Hucd54c0f2016-07-05 16:01:55 +0800376#define CONFIG_SYS_FMAN_V3
Laurentiu Tudor60707f42018-08-09 15:19:43 +0300377#define CONFIG_SYS_FSL_QMAN_V3
Mingkai Hucd54c0f2016-07-05 16:01:55 +0800378#define CONFIG_SYS_NUM_FMAN 1
379#define CONFIG_SYS_NUM_FM1_DTSEC 8
380#define CONFIG_SYS_NUM_FM1_10GEC 2
Mingkai Hucd54c0f2016-07-05 16:01:55 +0800381#define CONFIG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
382#define CONFIG_MAX_MEM_MAPPED CONFIG_SYS_DDR_BLOCK1_SIZE
383
Mingkai Hucd54c0f2016-07-05 16:01:55 +0800384#define CONFIG_SYS_FSL_IFC_BE
385#define CONFIG_SYS_FSL_SFP_VER_3_2
Vinitha Pillai-B572238a3c6452017-03-23 13:48:16 +0530386#define CONFIG_SYS_FSL_SEC_MON_BE
Mingkai Hucd54c0f2016-07-05 16:01:55 +0800387#define CONFIG_SYS_FSL_SFP_BE
388#define CONFIG_SYS_FSL_SRK_LE
389#define CONFIG_KEY_REVOCATION
390
391/* SMMU Defintions */
392#define SMMU_BASE 0x09000000
393
394/* Generic Interrupt Controller Definitions */
395#define GICD_BASE 0x01410000
396#define GICC_BASE 0x01420000
397
398#define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1
Mingkai Hu0e58b512015-10-26 19:47:50 +0800399#else
400#error SoC not defined
401#endif
Qianyu Gong8aec7192016-07-05 16:01:53 +0800402#endif
Mingkai Hu0e58b512015-10-26 19:47:50 +0800403
404#endif /* _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_ */