blob: 516c9eab0478ba51bd2cb5d960e81459c762988c [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/*
Meenakshi Aggarwalccb5d5d2020-10-29 19:16:16 +05303 * Copyright 2016-2018, 2020 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
Simon Glass4dcacfc2020-05-10 11:40:13 -060013#ifndef __ASSEMBLY__
14#include <linux/bitops.h>
15#endif
16
York Sun0804d562015-12-04 11:57:08 -080017/*
18 * Reserve secure memory
19 * To be aligned with MMU block size
20 */
Tom Rini6a5dccc2022-11-16 13:10:41 -050021#define CFG_SYS_MEM_RESERVE_SECURE (66 * 1024 * 1024) /* 66MB */
York Sunf2aaf842017-05-15 08:52:00 -070022#define SPL_TLB_SETBACK 0x1000000 /* 16MB under effective memory top */
York Sun0804d562015-12-04 11:57:08 -080023
York Sun4ce6fbf2017-03-27 11:41:01 -070024#ifdef CONFIG_ARCH_LS2080A
Tom Rini376b88a2022-10-28 20:27:13 -040025#define CFG_SYS_FSL_CLUSTER_CLOCKS { 1, 1, 4, 4 }
Mingkai Hu0e58b512015-10-26 19:47:50 +080026#define SRDS_MAX_LANES 8
Tom Rini6a5dccc2022-11-16 13:10:41 -050027#define CFG_SYS_PAGE_SIZE 0x10000
Mingkai Hu0e58b512015-10-26 19:47:50 +080028#ifndef L1_CACHE_BYTES
29#define L1_CACHE_SHIFT 6
30#define L1_CACHE_BYTES BIT(L1_CACHE_SHIFT)
31#endif
32
Tom Rini376b88a2022-10-28 20:27:13 -040033#define CFG_SYS_FSL_OCRAM_BASE 0x18000000 /* initial RAM */
Hou Zhiqiang3a109ef2016-12-16 17:15:45 +080034#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M space */
Tom Rini376b88a2022-10-28 20:27:13 -040035#define CFG_SYS_FSL_OCRAM_SIZE 0x00020000 /* Real size 128K */
Mingkai Hu0e58b512015-10-26 19:47:50 +080036
37/* DDR */
Tom Rini6a5dccc2022-11-16 13:10:41 -050038#define CFG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
Tom Rinibc9d46b2022-12-04 10:04:50 -050039#define CFG_MAX_MEM_MAPPED CFG_SYS_DDR_BLOCK1_SIZE
Mingkai Hu0e58b512015-10-26 19:47:50 +080040
Mingkai Hu0e58b512015-10-26 19:47:50 +080041/* Generic Interrupt Controller Definitions */
42#define GICD_BASE 0x06000000
43#define GICR_BASE 0x06100000
44
45/* SMMU Defintions */
46#define SMMU_BASE 0x05000000 /* GR0 Base */
47
48/* Cache Coherent Interconnect */
49#define CCI_MN_BASE 0x04000000
50#define CCI_MN_RNF_NODEID_LIST 0x180
51#define CCI_MN_DVM_DOMAIN_CTL 0x200
52#define CCI_MN_DVM_DOMAIN_CTL_SET 0x210
53
York Sund957a672015-11-04 09:53:10 -080054#define CCI_HN_F_0_BASE (CCI_MN_BASE + 0x200000)
55#define CCI_HN_F_1_BASE (CCI_MN_BASE + 0x210000)
56#define CCN_HN_F_SAM_CTL 0x8 /* offset on base HN_F base */
57#define CCN_HN_F_SAM_NODEID_MASK 0x7f
58#define CCN_HN_F_SAM_NODEID_DDR0 0x4
59#define CCN_HN_F_SAM_NODEID_DDR1 0xe
60
Mingkai Hu0e58b512015-10-26 19:47:50 +080061#define CCI_RN_I_0_BASE (CCI_MN_BASE + 0x800000)
62#define CCI_RN_I_2_BASE (CCI_MN_BASE + 0x820000)
63#define CCI_RN_I_6_BASE (CCI_MN_BASE + 0x860000)
64#define CCI_RN_I_12_BASE (CCI_MN_BASE + 0x8C0000)
65#define CCI_RN_I_16_BASE (CCI_MN_BASE + 0x900000)
66#define CCI_RN_I_20_BASE (CCI_MN_BASE + 0x940000)
67
68#define CCI_S0_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x10)
69#define CCI_S1_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x110)
70#define CCI_S2_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x210)
71
Prabhakar Kushwahaedbbd252016-01-25 12:08:45 +053072#define CCI_AUX_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x0500)
73
Mingkai Hu0e58b512015-10-26 19:47:50 +080074/* TZ Protection Controller Definitions */
75#define TZPC_BASE 0x02200000
76#define TZPCR0SIZE_BASE (TZPC_BASE)
77#define TZPCDECPROT_0_STAT_BASE (TZPC_BASE + 0x800)
78#define TZPCDECPROT_0_SET_BASE (TZPC_BASE + 0x804)
79#define TZPCDECPROT_0_CLR_BASE (TZPC_BASE + 0x808)
80#define TZPCDECPROT_1_STAT_BASE (TZPC_BASE + 0x80C)
81#define TZPCDECPROT_1_SET_BASE (TZPC_BASE + 0x810)
82#define TZPCDECPROT_1_CLR_BASE (TZPC_BASE + 0x814)
83#define TZPCDECPROT_2_STAT_BASE (TZPC_BASE + 0x818)
84#define TZPCDECPROT_2_SET_BASE (TZPC_BASE + 0x81C)
85#define TZPCDECPROT_2_CLR_BASE (TZPC_BASE + 0x820)
86
Prabhakar Kushwaha22cfe962015-11-05 12:00:14 +053087#define DCSR_CGACRE5 0x700070914ULL
88#define EPU_EPCMPR5 0x700060914ULL
89#define EPU_EPCCR5 0x700060814ULL
90#define EPU_EPSMCR5 0x700060228ULL
91#define EPU_EPECR5 0x700060314ULL
92#define EPU_EPCTR5 0x700060a14ULL
93#define EPU_EPGCR 0x700060000ULL
94
Ashish Kumarb25faa22017-08-31 16:12:53 +053095#elif defined(CONFIG_ARCH_LS1088A)
Tom Rini376b88a2022-10-28 20:27:13 -040096#define CFG_SYS_FSL_CLUSTER_CLOCKS { 1, 1 }
Tom Rini6a5dccc2022-11-16 13:10:41 -050097#define CFG_SYS_PAGE_SIZE 0x10000
Ashish Kumarb25faa22017-08-31 16:12:53 +053098
99#define SRDS_MAX_LANES 4
Alex Marginean47568ce2020-01-11 01:05:40 +0200100#define SRDS_BITS_PER_LANE 4
Ashish Kumarb25faa22017-08-31 16:12:53 +0530101
102/* TZ Protection Controller Definitions */
103#define TZPC_BASE 0x02200000
104#define TZPCR0SIZE_BASE (TZPC_BASE)
105#define TZPCDECPROT_0_STAT_BASE (TZPC_BASE + 0x800)
106#define TZPCDECPROT_0_SET_BASE (TZPC_BASE + 0x804)
107#define TZPCDECPROT_0_CLR_BASE (TZPC_BASE + 0x808)
108#define TZPCDECPROT_1_STAT_BASE (TZPC_BASE + 0x80C)
109#define TZPCDECPROT_1_SET_BASE (TZPC_BASE + 0x810)
110#define TZPCDECPROT_1_CLR_BASE (TZPC_BASE + 0x814)
111#define TZPCDECPROT_2_STAT_BASE (TZPC_BASE + 0x818)
112#define TZPCDECPROT_2_SET_BASE (TZPC_BASE + 0x81C)
113#define TZPCDECPROT_2_CLR_BASE (TZPC_BASE + 0x820)
114
115/* Generic Interrupt Controller Definitions */
116#define GICD_BASE 0x06000000
117#define GICR_BASE 0x06100000
118
119/* SMMU Defintions */
120#define SMMU_BASE 0x05000000 /* GR0 Base */
121
122/* DDR */
Tom Rini6a5dccc2022-11-16 13:10:41 -0500123#define CFG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
Tom Rinibc9d46b2022-12-04 10:04:50 -0500124#define CFG_MAX_MEM_MAPPED CFG_SYS_DDR_BLOCK1_SIZE
Ashish Kumarb25faa22017-08-31 16:12:53 +0530125
Ashish Kumarb25faa22017-08-31 16:12:53 +0530126/* DCFG - GUR */
Tom Rini376b88a2022-10-28 20:27:13 -0400127#define CFG_SYS_FSL_OCRAM_BASE 0x18000000 /* initial RAM */
Ashish Kumarb25faa22017-08-31 16:12:53 +0530128#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M space */
Tom Rini376b88a2022-10-28 20:27:13 -0400129#define CFG_SYS_FSL_OCRAM_SIZE 0x00020000 /* Real size 128K */
Ashish Kumarb25faa22017-08-31 16:12:53 +0530130
Meenakshi Aggarwalccb5d5d2020-10-29 19:16:16 +0530131/* LX2160A/LX2162A Soc Support */
132#elif defined(CONFIG_ARCH_LX2160A) || defined(CONFIG_ARCH_LX2162A)
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000133#define TZPC_BASE 0x02200000
134#define TZPCDECPROT_0_SET_BASE (TZPC_BASE + 0x804)
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000135#define SRDS_MAX_LANES 8
136#ifndef L1_CACHE_BYTES
137#define L1_CACHE_SHIFT 6
138#define L1_CACHE_BYTES BIT(L1_CACHE_SHIFT)
139#endif
Tom Rini376b88a2022-10-28 20:27:13 -0400140#define CFG_SYS_FSL_CLUSTER_CLOCKS { 1, 1, 1, 1, 4, 4, 4, 4 }
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000141
Tom Rini6a5dccc2022-11-16 13:10:41 -0500142#define CFG_SYS_PAGE_SIZE 0x10000
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000143
Tom Rini376b88a2022-10-28 20:27:13 -0400144#define CFG_SYS_FSL_OCRAM_BASE 0x18000000 /* initial RAM */
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000145#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M space */
Tom Rini376b88a2022-10-28 20:27:13 -0400146#define CFG_SYS_FSL_OCRAM_SIZE 0x00040000 /* Real size 256K */
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000147
148/* DDR */
Tom Rini6a5dccc2022-11-16 13:10:41 -0500149#define CFG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
Tom Rinibc9d46b2022-12-04 10:04:50 -0500150#define CFG_MAX_MEM_MAPPED CFG_SYS_DDR_BLOCK1_SIZE
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000151
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000152/* Generic Interrupt Controller Definitions */
153#define GICD_BASE 0x06000000
154#define GICR_BASE 0x06200000
155
156/* SMMU Definitions */
157#define SMMU_BASE 0x05000000 /* GR0 Base */
158
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000159/* DCFG - GUR */
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000160
Yuantian Tang4aefa162019-04-10 16:43:33 +0800161#elif defined(CONFIG_ARCH_LS1028A)
Tom Rini376b88a2022-10-28 20:27:13 -0400162#define CFG_SYS_FSL_CLUSTER_CLOCKS { 1, 1 }
Yuantian Tang4aefa162019-04-10 16:43:33 +0800163
164/* TZ Protection Controller Definitions */
165#define TZPC_BASE 0x02200000
166#define TZPCR0SIZE_BASE (TZPC_BASE)
167#define TZPCDECPROT_0_STAT_BASE (TZPC_BASE + 0x800)
168#define TZPCDECPROT_0_SET_BASE (TZPC_BASE + 0x804)
169#define TZPCDECPROT_0_CLR_BASE (TZPC_BASE + 0x808)
170#define TZPCDECPROT_1_STAT_BASE (TZPC_BASE + 0x80C)
171#define TZPCDECPROT_1_SET_BASE (TZPC_BASE + 0x810)
172#define TZPCDECPROT_1_CLR_BASE (TZPC_BASE + 0x814)
173#define TZPCDECPROT_2_STAT_BASE (TZPC_BASE + 0x818)
174#define TZPCDECPROT_2_SET_BASE (TZPC_BASE + 0x81C)
175#define TZPCDECPROT_2_CLR_BASE (TZPC_BASE + 0x820)
176
177#define SRDS_MAX_LANES 4
Alex Marginean47568ce2020-01-11 01:05:40 +0200178#define SRDS_BITS_PER_LANE 4
Yuantian Tang4aefa162019-04-10 16:43:33 +0800179
Tom Rini376b88a2022-10-28 20:27:13 -0400180#define CFG_SYS_FSL_OCRAM_BASE 0x18000000 /* initial RAM */
Yuantian Tang4aefa162019-04-10 16:43:33 +0800181#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M */
Tom Rini376b88a2022-10-28 20:27:13 -0400182#define CFG_SYS_FSL_OCRAM_SIZE 0x00040000 /* Real size 256K */
Yuantian Tang4aefa162019-04-10 16:43:33 +0800183
184/* Generic Interrupt Controller Definitions */
185#define GICD_BASE 0x06000000
186#define GICR_BASE 0x06040000
187
188/* SMMU Definitions */
189#define SMMU_BASE 0x05000000 /* GR0 Base */
190
191/* DDR */
Tom Rini6a5dccc2022-11-16 13:10:41 -0500192#define CFG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
Tom Rinibc9d46b2022-12-04 10:04:50 -0500193#define CFG_MAX_MEM_MAPPED CFG_SYS_DDR_BLOCK1_SIZE
Yuantian Tang4aefa162019-04-10 16:43:33 +0800194
Yuantian Tang4aefa162019-04-10 16:43:33 +0800195/* SEC */
Yuantian Tang4aefa162019-04-10 16:43:33 +0800196
Yuantian Tang4aefa162019-04-10 16:43:33 +0800197/* DCFG - GUR */
Yuantian Tang4aefa162019-04-10 16:43:33 +0800198
Qianyu Gong8aec7192016-07-05 16:01:53 +0800199#elif defined(CONFIG_FSL_LSCH2)
Tom Rini376b88a2022-10-28 20:27:13 -0400200#define CFG_SYS_FSL_OCRAM_BASE 0x10000000 /* initial RAM */
Hou Zhiqiang3a109ef2016-12-16 17:15:45 +0800201#define SYS_FSL_OCRAM_SPACE_SIZE 0x00200000 /* 2M space */
Tom Rini376b88a2022-10-28 20:27:13 -0400202#define CFG_SYS_FSL_OCRAM_SIZE 0x00020000 /* Real size 128K */
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800203
Hou Zhiqiangc4797802016-12-16 17:15:46 +0800204#define DCSR_DCFG_SBEESR2 0x20140534
205#define DCSR_DCFG_MBEESR2 0x20140544
206
Qianyu Gong8aec7192016-07-05 16:01:53 +0800207/* SoC related */
York Sun342cf062017-03-27 11:41:02 -0700208#ifdef CONFIG_ARCH_LS1043A
Tom Rini0a2bac72022-11-16 13:10:29 -0500209#define CFG_SYS_NUM_FMAN 1
210#define CFG_SYS_NUM_FM1_DTSEC 7
211#define CFG_SYS_NUM_FM1_10GEC 1
Tom Rini6a5dccc2022-11-16 13:10:41 -0500212#define CFG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
Tom Rinibc9d46b2022-12-04 10:04:50 -0500213#define CFG_MAX_MEM_MAPPED CFG_SYS_DDR_BLOCK1_SIZE
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800214
215#define QE_MURAM_SIZE 0x6000UL
216#define MAX_QE_RISC 1
217#define QE_NUM_OF_SNUM 28
218
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800219/* SMMU Defintions */
220#define SMMU_BASE 0x09000000
221
222/* Generic Interrupt Controller Definitions */
223#define GICD_BASE 0x01401000
224#define GICC_BASE 0x01402000
Wenbin Songa8f57a92017-01-17 18:31:15 +0800225#define GICH_BASE 0x01404000
226#define GICV_BASE 0x01406000
227#define GICD_SIZE 0x1000
228#define GICC_SIZE 0x2000
229#define GICH_SIZE 0x2000
230#define GICV_SIZE 0x2000
231#ifdef CONFIG_HAS_FEATURE_GIC64K_ALIGN
232#define GICD_BASE_64K 0x01410000
233#define GICC_BASE_64K 0x01420000
234#define GICH_BASE_64K 0x01440000
235#define GICV_BASE_64K 0x01460000
236#define GICD_SIZE_64K 0x10000
237#define GICC_SIZE_64K 0x20000
238#define GICH_SIZE_64K 0x20000
239#define GICV_SIZE_64K 0x20000
240#endif
241
242#define DCFG_CCSR_SVR 0x1ee00a4
243#define REV1_0 0x10
244#define REV1_1 0x11
245#define GIC_ADDR_BIT 31
246#define SCFG_GIC400_ALIGN 0x1570188
Mingkai Hue4e93ea2015-10-26 19:47:51 +0800247
York Sund297d392016-12-28 08:43:40 -0800248#elif defined(CONFIG_ARCH_LS1012A)
Prabhakar Kushwahad169ebe2016-06-03 18:41:31 +0530249#define GICD_BASE 0x01401000
250#define GICC_BASE 0x01402000
Tom Rini6a5dccc2022-11-16 13:10:41 -0500251#define CFG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
Tom Rinibc9d46b2022-12-04 10:04:50 -0500252#define CFG_MAX_MEM_MAPPED CFG_SYS_DDR_BLOCK1_SIZE
Prabhakar Kushwaha1fb2f112017-01-30 17:05:22 +0530253
York Sunbad49842016-09-26 08:09:24 -0700254#elif defined(CONFIG_ARCH_LS1046A)
Tom Rini0a2bac72022-11-16 13:10:29 -0500255#define CFG_SYS_NUM_FMAN 1
256#define CFG_SYS_NUM_FM1_DTSEC 8
257#define CFG_SYS_NUM_FM1_10GEC 2
Tom Rini6a5dccc2022-11-16 13:10:41 -0500258#define CFG_SYS_DDR_BLOCK1_SIZE ((phys_size_t)2 << 30)
Tom Rinibc9d46b2022-12-04 10:04:50 -0500259#define CFG_MAX_MEM_MAPPED CFG_SYS_DDR_BLOCK1_SIZE
Mingkai Hucd54c0f2016-07-05 16:01:55 +0800260
Mingkai Hucd54c0f2016-07-05 16:01:55 +0800261/* SMMU Defintions */
262#define SMMU_BASE 0x09000000
263
264/* Generic Interrupt Controller Definitions */
265#define GICD_BASE 0x01410000
266#define GICC_BASE 0x01420000
Mingkai Hu0e58b512015-10-26 19:47:50 +0800267#else
268#error SoC not defined
269#endif
Qianyu Gong8aec7192016-07-05 16:01:53 +0800270#endif
Mingkai Hu0e58b512015-10-26 19:47:50 +0800271
272#endif /* _ASM_ARMV8_FSL_LAYERSCAPE_CONFIG_H_ */