Remove CONFIG_SYS_FSL_SCFG_IODSECR1_ADDR et al
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-fsl-layerscape / config.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2016-2018, 2020 NXP
4  * Copyright 2015, Freescale Semiconductor
5  */
6
7 #ifndef _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_
8 #define _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_
9
10 #include <linux/kconfig.h>
11 #include <fsl_ddrc_version.h>
12
13 #ifndef __ASSEMBLY__
14 #include <linux/bitops.h>
15 #endif
16
17 #define CONFIG_STANDALONE_LOAD_ADDR     0x80300000
18
19 /*
20  * Reserve secure memory
21  * To be aligned with MMU block size
22  */
23 #define CONFIG_SYS_MEM_RESERVE_SECURE   (66 * 1024 * 1024)      /* 66MB */
24 #define SPL_TLB_SETBACK 0x1000000       /* 16MB under effective memory top */
25
26 #ifdef CONFIG_ARCH_LS2080A
27 #define CONFIG_SYS_FSL_CLUSTER_CLOCKS           { 1, 1, 4, 4 }
28 #define SRDS_MAX_LANES  8
29 #define CONFIG_SYS_PAGE_SIZE            0x10000
30 #ifndef L1_CACHE_BYTES
31 #define L1_CACHE_SHIFT          6
32 #define L1_CACHE_BYTES          BIT(L1_CACHE_SHIFT)
33 #endif
34
35 #define CONFIG_SYS_FSL_OCRAM_BASE       0x18000000 /* initial RAM */
36 #define SYS_FSL_OCRAM_SPACE_SIZE        0x00200000 /* 2M space */
37 #define CONFIG_SYS_FSL_OCRAM_SIZE       0x00020000 /* Real size 128K */
38
39 /* DDR */
40 #define CONFIG_SYS_DDR_BLOCK1_SIZE      ((phys_size_t)2 << 30)
41 #define CONFIG_MAX_MEM_MAPPED           CONFIG_SYS_DDR_BLOCK1_SIZE
42
43 /* Generic Interrupt Controller Definitions */
44 #define GICD_BASE                       0x06000000
45 #define GICR_BASE                       0x06100000
46
47 /* SMMU Defintions */
48 #define SMMU_BASE                       0x05000000 /* GR0 Base */
49
50 /* Cache Coherent Interconnect */
51 #define CCI_MN_BASE                     0x04000000
52 #define CCI_MN_RNF_NODEID_LIST          0x180
53 #define CCI_MN_DVM_DOMAIN_CTL           0x200
54 #define CCI_MN_DVM_DOMAIN_CTL_SET       0x210
55
56 #define CCI_HN_F_0_BASE                 (CCI_MN_BASE + 0x200000)
57 #define CCI_HN_F_1_BASE                 (CCI_MN_BASE + 0x210000)
58 #define CCN_HN_F_SAM_CTL                0x8     /* offset on base HN_F base */
59 #define CCN_HN_F_SAM_NODEID_MASK        0x7f
60 #define CCN_HN_F_SAM_NODEID_DDR0        0x4
61 #define CCN_HN_F_SAM_NODEID_DDR1        0xe
62
63 #define CCI_RN_I_0_BASE                 (CCI_MN_BASE + 0x800000)
64 #define CCI_RN_I_2_BASE                 (CCI_MN_BASE + 0x820000)
65 #define CCI_RN_I_6_BASE                 (CCI_MN_BASE + 0x860000)
66 #define CCI_RN_I_12_BASE                (CCI_MN_BASE + 0x8C0000)
67 #define CCI_RN_I_16_BASE                (CCI_MN_BASE + 0x900000)
68 #define CCI_RN_I_20_BASE                (CCI_MN_BASE + 0x940000)
69
70 #define CCI_S0_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x10)
71 #define CCI_S1_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x110)
72 #define CCI_S2_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x210)
73
74 #define CCI_AUX_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x0500)
75
76 /* TZ Protection Controller Definitions */
77 #define TZPC_BASE                               0x02200000
78 #define TZPCR0SIZE_BASE                         (TZPC_BASE)
79 #define TZPCDECPROT_0_STAT_BASE                 (TZPC_BASE + 0x800)
80 #define TZPCDECPROT_0_SET_BASE                  (TZPC_BASE + 0x804)
81 #define TZPCDECPROT_0_CLR_BASE                  (TZPC_BASE + 0x808)
82 #define TZPCDECPROT_1_STAT_BASE                 (TZPC_BASE + 0x80C)
83 #define TZPCDECPROT_1_SET_BASE                  (TZPC_BASE + 0x810)
84 #define TZPCDECPROT_1_CLR_BASE                  (TZPC_BASE + 0x814)
85 #define TZPCDECPROT_2_STAT_BASE                 (TZPC_BASE + 0x818)
86 #define TZPCDECPROT_2_SET_BASE                  (TZPC_BASE + 0x81C)
87 #define TZPCDECPROT_2_CLR_BASE                  (TZPC_BASE + 0x820)
88
89 #define DCSR_CGACRE5            0x700070914ULL
90 #define EPU_EPCMPR5             0x700060914ULL
91 #define EPU_EPCCR5              0x700060814ULL
92 #define EPU_EPSMCR5             0x700060228ULL
93 #define EPU_EPECR5              0x700060314ULL
94 #define EPU_EPCTR5              0x700060a14ULL
95 #define EPU_EPGCR               0x700060000ULL
96
97 #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC           1
98
99 #elif defined(CONFIG_ARCH_LS1088A)
100 #define CONFIG_SYS_FSL_NUM_CC_PLLS              3
101 #define CONFIG_SYS_FSL_CLUSTER_CLOCKS           { 1, 1 }
102 #define CONFIG_SYS_PAGE_SIZE            0x10000
103
104 #define SRDS_MAX_LANES  4
105 #define SRDS_BITS_PER_LANE      4
106
107 /* TZ Protection Controller Definitions */
108 #define TZPC_BASE                               0x02200000
109 #define TZPCR0SIZE_BASE                         (TZPC_BASE)
110 #define TZPCDECPROT_0_STAT_BASE                 (TZPC_BASE + 0x800)
111 #define TZPCDECPROT_0_SET_BASE                  (TZPC_BASE + 0x804)
112 #define TZPCDECPROT_0_CLR_BASE                  (TZPC_BASE + 0x808)
113 #define TZPCDECPROT_1_STAT_BASE                 (TZPC_BASE + 0x80C)
114 #define TZPCDECPROT_1_SET_BASE                  (TZPC_BASE + 0x810)
115 #define TZPCDECPROT_1_CLR_BASE                  (TZPC_BASE + 0x814)
116 #define TZPCDECPROT_2_STAT_BASE                 (TZPC_BASE + 0x818)
117 #define TZPCDECPROT_2_SET_BASE                  (TZPC_BASE + 0x81C)
118 #define TZPCDECPROT_2_CLR_BASE                  (TZPC_BASE + 0x820)
119
120 /* Generic Interrupt Controller Definitions */
121 #define GICD_BASE                       0x06000000
122 #define GICR_BASE                       0x06100000
123
124 /* SMMU Defintions */
125 #define SMMU_BASE                       0x05000000 /* GR0 Base */
126
127 /* DDR */
128 #define CONFIG_SYS_DDR_BLOCK1_SIZE      ((phys_size_t)2 << 30)
129 #define CONFIG_MAX_MEM_MAPPED           CONFIG_SYS_DDR_BLOCK1_SIZE
130
131 /* DCFG - GUR */
132 #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC   1
133 #define CONFIG_SYS_FSL_OCRAM_BASE       0x18000000 /* initial RAM */
134 #define SYS_FSL_OCRAM_SPACE_SIZE        0x00200000 /* 2M space */
135 #define CONFIG_SYS_FSL_OCRAM_SIZE       0x00020000 /* Real size 128K */
136
137 /* LX2160A/LX2162A Soc Support */
138 #elif defined(CONFIG_ARCH_LX2160A) || defined(CONFIG_ARCH_LX2162A)
139 #define TZPC_BASE                               0x02200000
140 #define TZPCDECPROT_0_SET_BASE                  (TZPC_BASE + 0x804)
141 #define SRDS_MAX_LANES  8
142 #ifndef L1_CACHE_BYTES
143 #define L1_CACHE_SHIFT          6
144 #define L1_CACHE_BYTES          BIT(L1_CACHE_SHIFT)
145 #endif
146 #define CONFIG_SYS_FSL_CLUSTER_CLOCKS           { 1, 1, 1, 1, 4, 4, 4, 4 }
147 #define CONFIG_SYS_FSL_NUM_CC_PLLS              4
148
149 #define CONFIG_SYS_PAGE_SIZE                    0x10000
150
151 #define CONFIG_SYS_FSL_OCRAM_BASE               0x18000000 /* initial RAM */
152 #define SYS_FSL_OCRAM_SPACE_SIZE                0x00200000 /* 2M space */
153 #define CONFIG_SYS_FSL_OCRAM_SIZE               0x00040000 /* Real size 256K */
154
155 /* DDR */
156 #define CONFIG_SYS_DDR_BLOCK1_SIZE              ((phys_size_t)2 << 30)
157 #define CONFIG_MAX_MEM_MAPPED                   CONFIG_SYS_DDR_BLOCK1_SIZE
158
159 /* Generic Interrupt Controller Definitions */
160 #define GICD_BASE                               0x06000000
161 #define GICR_BASE                               0x06200000
162
163 /* SMMU Definitions */
164 #define SMMU_BASE                               0x05000000 /* GR0 Base */
165
166 /* DCFG - GUR */
167
168 #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC           1
169
170 #elif defined(CONFIG_ARCH_LS1028A)
171 #define CONFIG_SYS_FSL_NUM_CC_PLLS              3
172 #define CONFIG_SYS_FSL_CLUSTER_CLOCKS           { 1, 1 }
173 #define CONFIG_FSL_TZASC_400
174
175 /* TZ Protection Controller Definitions */
176 #define TZPC_BASE                               0x02200000
177 #define TZPCR0SIZE_BASE                         (TZPC_BASE)
178 #define TZPCDECPROT_0_STAT_BASE                 (TZPC_BASE + 0x800)
179 #define TZPCDECPROT_0_SET_BASE                  (TZPC_BASE + 0x804)
180 #define TZPCDECPROT_0_CLR_BASE                  (TZPC_BASE + 0x808)
181 #define TZPCDECPROT_1_STAT_BASE                 (TZPC_BASE + 0x80C)
182 #define TZPCDECPROT_1_SET_BASE                  (TZPC_BASE + 0x810)
183 #define TZPCDECPROT_1_CLR_BASE                  (TZPC_BASE + 0x814)
184 #define TZPCDECPROT_2_STAT_BASE                 (TZPC_BASE + 0x818)
185 #define TZPCDECPROT_2_SET_BASE                  (TZPC_BASE + 0x81C)
186 #define TZPCDECPROT_2_CLR_BASE                  (TZPC_BASE + 0x820)
187
188 #define SRDS_MAX_LANES  4
189 #define SRDS_BITS_PER_LANE      4
190
191 #define CONFIG_SYS_FSL_OCRAM_BASE               0x18000000 /* initial RAM */
192 #define SYS_FSL_OCRAM_SPACE_SIZE                0x00200000 /* 2M */
193 #define CONFIG_SYS_FSL_OCRAM_SIZE               0x00040000 /* Real size 256K */
194
195 /* Generic Interrupt Controller Definitions */
196 #define GICD_BASE                               0x06000000
197 #define GICR_BASE                               0x06040000
198
199 /* SMMU Definitions */
200 #define SMMU_BASE                               0x05000000 /* GR0 Base */
201
202 /* DDR */
203 #define CONFIG_SYS_DDR_BLOCK1_SIZE      ((phys_size_t)2 << 30)
204 #define CONFIG_MAX_MEM_MAPPED           CONFIG_SYS_DDR_BLOCK1_SIZE
205
206 /* SEC */
207 #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC           1
208
209 /* DCFG - GUR */
210
211 #elif defined(CONFIG_FSL_LSCH2)
212 #define CONFIG_SYS_FSL_OCRAM_BASE               0x10000000 /* initial RAM */
213 #define SYS_FSL_OCRAM_SPACE_SIZE                0x00200000 /* 2M space */
214 #define CONFIG_SYS_FSL_OCRAM_SIZE               0x00020000 /* Real size 128K */
215
216 #define DCSR_DCFG_SBEESR2                       0x20140534
217 #define DCSR_DCFG_MBEESR2                       0x20140544
218
219 /* SoC related */
220 #ifdef CONFIG_ARCH_LS1043A
221 #define CONFIG_SYS_FSL_QMAN_V3
222 #define CONFIG_SYS_NUM_FMAN                     1
223 #define CONFIG_SYS_NUM_FM1_DTSEC                7
224 #define CONFIG_SYS_NUM_FM1_10GEC                1
225 #define CONFIG_SYS_DDR_BLOCK1_SIZE              ((phys_size_t)2 << 30)
226 #define CONFIG_MAX_MEM_MAPPED                   CONFIG_SYS_DDR_BLOCK1_SIZE
227
228 #define QE_MURAM_SIZE           0x6000UL
229 #define MAX_QE_RISC             1
230 #define QE_NUM_OF_SNUM          28
231
232 /* SMMU Defintions */
233 #define SMMU_BASE               0x09000000
234
235 /* Generic Interrupt Controller Definitions */
236 #define GICD_BASE               0x01401000
237 #define GICC_BASE               0x01402000
238 #define GICH_BASE               0x01404000
239 #define GICV_BASE               0x01406000
240 #define GICD_SIZE               0x1000
241 #define GICC_SIZE               0x2000
242 #define GICH_SIZE               0x2000
243 #define GICV_SIZE               0x2000
244 #ifdef CONFIG_HAS_FEATURE_GIC64K_ALIGN
245 #define GICD_BASE_64K           0x01410000
246 #define GICC_BASE_64K           0x01420000
247 #define GICH_BASE_64K           0x01440000
248 #define GICV_BASE_64K           0x01460000
249 #define GICD_SIZE_64K           0x10000
250 #define GICC_SIZE_64K           0x20000
251 #define GICH_SIZE_64K           0x20000
252 #define GICV_SIZE_64K           0x20000
253 #endif
254
255 #define DCFG_CCSR_SVR           0x1ee00a4
256 #define REV1_0                  0x10
257 #define REV1_1                  0x11
258 #define GIC_ADDR_BIT            31
259 #define SCFG_GIC400_ALIGN       0x1570188
260
261 #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC           1
262
263 #elif defined(CONFIG_ARCH_LS1012A)
264 #define GICD_BASE               0x01401000
265 #define GICC_BASE               0x01402000
266 #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC           1
267 #define CONFIG_SYS_DDR_BLOCK1_SIZE      ((phys_size_t)2 << 30)
268 #define CONFIG_MAX_MEM_MAPPED           CONFIG_SYS_DDR_BLOCK1_SIZE
269
270 #elif defined(CONFIG_ARCH_LS1046A)
271 #define CONFIG_SYS_FSL_QMAN_V3
272 #define CONFIG_SYS_NUM_FMAN                     1
273 #define CONFIG_SYS_NUM_FM1_DTSEC                8
274 #define CONFIG_SYS_NUM_FM1_10GEC                2
275 #define CONFIG_SYS_DDR_BLOCK1_SIZE  ((phys_size_t)2 << 30)
276 #define CONFIG_MAX_MEM_MAPPED           CONFIG_SYS_DDR_BLOCK1_SIZE
277
278 /* SMMU Defintions */
279 #define SMMU_BASE               0x09000000
280
281 /* Generic Interrupt Controller Definitions */
282 #define GICD_BASE               0x01410000
283 #define GICC_BASE               0x01420000
284
285 #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC           1
286 #else
287 #error SoC not defined
288 #endif
289 #endif
290
291 #endif /* _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_ */