1 /* 2 * LayerScape Internal Memory Map 3 * 4 * Copyright 2014 Freescale Semiconductor, Inc. 5 * 6 * SPDX-License-Identifier: GPL-2.0+ 7 */ 8 9 #ifndef __ARCH_FSL_LSCH3_IMMAP_H_ 10 #define __ARCH_FSL_LSCH3_IMMAP_H_ 11 12 #define CONFIG_SYS_IMMR 0x01000000 13 #define CONFIG_SYS_FSL_DDR_ADDR (CONFIG_SYS_IMMR + 0x00080000) 14 #define CONFIG_SYS_FSL_DDR2_ADDR (CONFIG_SYS_IMMR + 0x00090000) 15 #define CONFIG_SYS_FSL_DDR3_ADDR 0x08210000 16 #define CONFIG_SYS_FSL_GUTS_ADDR (CONFIG_SYS_IMMR + 0x00E00000) 17 #define CONFIG_SYS_FSL_PMU_ADDR (CONFIG_SYS_IMMR + 0x00E30000) 18 #define CONFIG_SYS_FSL_RST_ADDR (CONFIG_SYS_IMMR + 0x00E60000) 19 #define CONFIG_SYS_FSL_CH3_CLK_GRPA_ADDR (CONFIG_SYS_IMMR + 0x00300000) 20 #define CONFIG_SYS_FSL_CH3_CLK_GRPB_ADDR (CONFIG_SYS_IMMR + 0x00310000) 21 #define CONFIG_SYS_FSL_CH3_CLK_CTRL_ADDR (CONFIG_SYS_IMMR + 0x00370000) 22 #define CONFIG_SYS_FSL_ESDHC_ADDR (CONFIG_SYS_IMMR + 0x01140000) 23 #define CONFIG_SYS_IFC_ADDR (CONFIG_SYS_IMMR + 0x01240000) 24 #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR + 0x011C0500) 25 #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR + 0x011C0600) 26 #define CONFIG_SYS_FSL_TIMER_ADDR 0x023d0000 27 #define CONFIG_SYS_FSL_PMU_CLTBENR (CONFIG_SYS_FSL_PMU_ADDR + \ 28 0x18A0) 29 #define FSL_PMU_PCTBENR_OFFSET (CONFIG_SYS_FSL_PMU_ADDR + 0x8A0) 30 31 #define CONFIG_SYS_FSL_WRIOP1_ADDR (CONFIG_SYS_IMMR + 0x7B80000) 32 #define CONFIG_SYS_FSL_WRIOP1_MDIO1 (CONFIG_SYS_FSL_WRIOP1_ADDR + 0x16000) 33 #define CONFIG_SYS_FSL_WRIOP1_MDIO2 (CONFIG_SYS_FSL_WRIOP1_ADDR + 0x17000) 34 #define CONFIG_SYS_FSL_LSCH3_SERDES_ADDR (CONFIG_SYS_IMMR + 0xEA0000) 35 36 #define CONFIG_SYS_FSL_DCSR_DDR_ADDR 0x70012c000ULL 37 #define CONFIG_SYS_FSL_DCSR_DDR2_ADDR 0x70012d000ULL 38 #define CONFIG_SYS_FSL_DCSR_DDR3_ADDR 0x700132000ULL 39 #define CONFIG_SYS_FSL_DCSR_DDR4_ADDR 0x700133000ULL 40 41 #define I2C1_BASE_ADDR (CONFIG_SYS_IMMR + 0x01000000) 42 #define I2C2_BASE_ADDR (CONFIG_SYS_IMMR + 0x01010000) 43 #define I2C3_BASE_ADDR (CONFIG_SYS_IMMR + 0x01020000) 44 #define I2C4_BASE_ADDR (CONFIG_SYS_IMMR + 0x01030000) 45 46 #define CONFIG_SYS_XHCI_USB1_ADDR (CONFIG_SYS_IMMR + 0x02100000) 47 #define CONFIG_SYS_XHCI_USB2_ADDR (CONFIG_SYS_IMMR + 0x02110000) 48 49 /* TZ Address Space Controller Definitions */ 50 #define TZASC1_BASE 0x01100000 /* as per CCSR map. */ 51 #define TZASC2_BASE 0x01110000 /* as per CCSR map. */ 52 #define TZASC3_BASE 0x01120000 /* as per CCSR map. */ 53 #define TZASC4_BASE 0x01130000 /* as per CCSR map. */ 54 #define TZASC_BUILD_CONFIG_REG(x) ((TZASC1_BASE + (x * 0x10000))) 55 #define TZASC_ACTION_REG(x) ((TZASC1_BASE + (x * 0x10000)) + 0x004) 56 #define TZASC_GATE_KEEPER(x) ((TZASC1_BASE + (x * 0x10000)) + 0x008) 57 #define TZASC_REGION_BASE_LOW_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x100) 58 #define TZASC_REGION_BASE_HIGH_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x104) 59 #define TZASC_REGION_TOP_LOW_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x108) 60 #define TZASC_REGION_TOP_HIGH_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x10C) 61 #define TZASC_REGION_ATTRIBUTES_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x110) 62 #define TZASC_REGION_ID_ACCESS_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x114) 63 64 /* SATA */ 65 #define AHCI_BASE_ADDR1 (CONFIG_SYS_IMMR + 0x02200000) 66 #define AHCI_BASE_ADDR2 (CONFIG_SYS_IMMR + 0x02210000) 67 68 /* SFP */ 69 #define CONFIG_SYS_SFP_ADDR (CONFIG_SYS_IMMR + 0x00e80200) 70 71 /* SEC */ 72 #define CONFIG_SYS_FSL_SEC_OFFSET 0x07000000ull 73 #define CONFIG_SYS_FSL_JR0_OFFSET 0x07010000ull 74 #define CONFIG_SYS_FSL_SEC_ADDR \ 75 (CONFIG_SYS_IMMR + CONFIG_SYS_FSL_SEC_OFFSET) 76 #define CONFIG_SYS_FSL_JR0_ADDR \ 77 (CONFIG_SYS_IMMR + CONFIG_SYS_FSL_JR0_OFFSET) 78 79 /* Security Monitor */ 80 #define CONFIG_SYS_SEC_MON_ADDR (CONFIG_SYS_IMMR + 0x00e90000) 81 82 /* MMU 500 */ 83 #define SMMU_SCR0 (SMMU_BASE + 0x0) 84 #define SMMU_SCR1 (SMMU_BASE + 0x4) 85 #define SMMU_SCR2 (SMMU_BASE + 0x8) 86 #define SMMU_SACR (SMMU_BASE + 0x10) 87 #define SMMU_IDR0 (SMMU_BASE + 0x20) 88 #define SMMU_IDR1 (SMMU_BASE + 0x24) 89 90 #define SMMU_NSCR0 (SMMU_BASE + 0x400) 91 #define SMMU_NSCR2 (SMMU_BASE + 0x408) 92 #define SMMU_NSACR (SMMU_BASE + 0x410) 93 94 #define SCR0_CLIENTPD_MASK 0x00000001 95 #define SCR0_USFCFG_MASK 0x00000400 96 97 98 /* PCIe */ 99 #define CONFIG_SYS_PCIE1_ADDR (CONFIG_SYS_IMMR + 0x2400000) 100 #define CONFIG_SYS_PCIE2_ADDR (CONFIG_SYS_IMMR + 0x2500000) 101 #define CONFIG_SYS_PCIE3_ADDR (CONFIG_SYS_IMMR + 0x2600000) 102 #define CONFIG_SYS_PCIE4_ADDR (CONFIG_SYS_IMMR + 0x2700000) 103 #define CONFIG_SYS_PCIE1_PHYS_ADDR 0x1000000000ULL 104 #define CONFIG_SYS_PCIE2_PHYS_ADDR 0x1200000000ULL 105 #define CONFIG_SYS_PCIE3_PHYS_ADDR 0x1400000000ULL 106 #define CONFIG_SYS_PCIE4_PHYS_ADDR 0x1600000000ULL 107 /* LUT registers */ 108 #define PCIE_LUT_BASE 0x80000 109 #define PCIE_LUT_LCTRL0 0x7F8 110 #define PCIE_LUT_DBG 0x7FC 111 #define PCIE_LUT_UDR(n) (0x800 + (n) * 8) 112 #define PCIE_LUT_LDR(n) (0x804 + (n) * 8) 113 #define PCIE_LUT_ENABLE (1 << 31) 114 #define PCIE_LUT_ENTRY_COUNT 32 115 116 /* Device Configuration */ 117 #define DCFG_BASE 0x01e00000 118 #define DCFG_PORSR1 0x000 119 #define DCFG_PORSR1_RCW_SRC 0xff800000 120 #define DCFG_PORSR1_RCW_SRC_NOR 0x12f00000 121 #define DCFG_RCWSR13 0x130 122 #define DCFG_RCWSR13_DSPI (0 << 8) 123 #define DCFG_RCWSR15 0x138 124 #define DCFG_RCWSR15_IFCGRPABASE_QSPI 0x3 125 126 #define DCFG_DCSR_BASE 0X700100000ULL 127 #define DCFG_DCSR_PORCR1 0x000 128 129 /* Interrupt Sampling Control */ 130 #define ISC_BASE 0x01F70000 131 #define IRQCR_OFFSET 0x14 132 133 /* Supplemental Configuration */ 134 #define SCFG_BASE 0x01fc0000 135 #define SCFG_USB3PRM1CR 0x000 136 #define SCFG_USB3PRM1CR_INIT 0x27672b2a 137 #define SCFG_QSPICLKCTLR 0x10 138 139 #define TP_ITYP_AV 0x00000001 /* Initiator available */ 140 #define TP_ITYP_TYPE(x) (((x) & 0x6) >> 1) /* Initiator Type */ 141 #define TP_ITYP_TYPE_ARM 0x0 142 #define TP_ITYP_TYPE_PPC 0x1 /* PowerPC */ 143 #define TP_ITYP_TYPE_OTHER 0x2 /* StarCore DSP */ 144 #define TP_ITYP_TYPE_HA 0x3 /* HW Accelerator */ 145 #define TP_ITYP_THDS(x) (((x) & 0x18) >> 3) /* # threads */ 146 #define TP_ITYP_VER(x) (((x) & 0xe0) >> 5) /* Initiator Version */ 147 #define TY_ITYP_VER_A7 0x1 148 #define TY_ITYP_VER_A53 0x2 149 #define TY_ITYP_VER_A57 0x3 150 #define TY_ITYP_VER_A72 0x4 151 152 #define TP_CLUSTER_EOC 0x80000000 /* end of clusters */ 153 #define TP_CLUSTER_INIT_MASK 0x0000003f /* initiator mask */ 154 #define TP_INIT_PER_CLUSTER 4 155 /* This is chassis generation 3 */ 156 157 struct sys_info { 158 unsigned long freq_processor[CONFIG_MAX_CPUS]; 159 unsigned long freq_systembus; 160 unsigned long freq_ddrbus; 161 #ifdef CONFIG_SYS_FSL_HAS_DP_DDR 162 unsigned long freq_ddrbus2; 163 #endif 164 unsigned long freq_localbus; 165 unsigned long freq_qe; 166 #ifdef CONFIG_SYS_DPAA_FMAN 167 unsigned long freq_fman[CONFIG_SYS_NUM_FMAN]; 168 #endif 169 #ifdef CONFIG_SYS_DPAA_QBMAN 170 unsigned long freq_qman; 171 #endif 172 #ifdef CONFIG_SYS_DPAA_PME 173 unsigned long freq_pme; 174 #endif 175 }; 176 177 /* Global Utilities Block */ 178 struct ccsr_gur { 179 u32 porsr1; /* POR status 1 */ 180 u32 porsr2; /* POR status 2 */ 181 u8 res_008[0x20-0x8]; 182 u32 gpporcr1; /* General-purpose POR configuration */ 183 u32 gpporcr2; /* General-purpose POR configuration 2 */ 184 #define FSL_CHASSIS3_DCFG_FUSESR_VID_SHIFT 25 185 #define FSL_CHASSIS3_DCFG_FUSESR_VID_MASK 0x1F 186 #define FSL_CHASSIS3_DCFG_FUSESR_ALTVID_SHIFT 20 187 #define FSL_CHASSIS3_DCFG_FUSESR_ALTVID_MASK 0x1F 188 u32 dcfg_fusesr; /* Fuse status register */ 189 u32 gpporcr3; 190 u32 gpporcr4; 191 u8 res_034[0x70-0x34]; 192 u32 devdisr; /* Device disable control */ 193 u32 devdisr2; /* Device disable control 2 */ 194 u32 devdisr3; /* Device disable control 3 */ 195 u32 devdisr4; /* Device disable control 4 */ 196 u32 devdisr5; /* Device disable control 5 */ 197 u32 devdisr6; /* Device disable control 6 */ 198 u32 devdisr7; /* Device disable control 7 */ 199 #define FSL_CHASSIS3_DEVDISR2_DPMAC1 0x00000001 200 #define FSL_CHASSIS3_DEVDISR2_DPMAC2 0x00000002 201 #define FSL_CHASSIS3_DEVDISR2_DPMAC3 0x00000004 202 #define FSL_CHASSIS3_DEVDISR2_DPMAC4 0x00000008 203 #define FSL_CHASSIS3_DEVDISR2_DPMAC5 0x00000010 204 #define FSL_CHASSIS3_DEVDISR2_DPMAC6 0x00000020 205 #define FSL_CHASSIS3_DEVDISR2_DPMAC7 0x00000040 206 #define FSL_CHASSIS3_DEVDISR2_DPMAC8 0x00000080 207 #define FSL_CHASSIS3_DEVDISR2_DPMAC9 0x00000100 208 #define FSL_CHASSIS3_DEVDISR2_DPMAC10 0x00000200 209 #define FSL_CHASSIS3_DEVDISR2_DPMAC11 0x00000400 210 #define FSL_CHASSIS3_DEVDISR2_DPMAC12 0x00000800 211 #define FSL_CHASSIS3_DEVDISR2_DPMAC13 0x00001000 212 #define FSL_CHASSIS3_DEVDISR2_DPMAC14 0x00002000 213 #define FSL_CHASSIS3_DEVDISR2_DPMAC15 0x00004000 214 #define FSL_CHASSIS3_DEVDISR2_DPMAC16 0x00008000 215 #define FSL_CHASSIS3_DEVDISR2_DPMAC17 0x00010000 216 #define FSL_CHASSIS3_DEVDISR2_DPMAC18 0x00020000 217 #define FSL_CHASSIS3_DEVDISR2_DPMAC19 0x00040000 218 #define FSL_CHASSIS3_DEVDISR2_DPMAC20 0x00080000 219 #define FSL_CHASSIS3_DEVDISR2_DPMAC21 0x00100000 220 #define FSL_CHASSIS3_DEVDISR2_DPMAC22 0x00200000 221 #define FSL_CHASSIS3_DEVDISR2_DPMAC23 0x00400000 222 #define FSL_CHASSIS3_DEVDISR2_DPMAC24 0x00800000 223 u8 res_08c[0x90-0x8c]; 224 u32 coredisru; /* uppper portion for support of 64 cores */ 225 u32 coredisrl; /* lower portion for support of 64 cores */ 226 u8 res_098[0xa0-0x98]; 227 u32 pvr; /* Processor version */ 228 u32 svr; /* System version */ 229 u32 mvr; /* Manufacturing version */ 230 u8 res_0ac[0x100-0xac]; 231 u32 rcwsr[32]; /* Reset control word status */ 232 233 #define FSL_CHASSIS3_RCWSR0_SYS_PLL_RAT_SHIFT 2 234 #define FSL_CHASSIS3_RCWSR0_SYS_PLL_RAT_MASK 0x1f 235 #define FSL_CHASSIS3_RCWSR0_MEM_PLL_RAT_SHIFT 10 236 #define FSL_CHASSIS3_RCWSR0_MEM_PLL_RAT_MASK 0x3f 237 #define FSL_CHASSIS3_RCWSR0_MEM2_PLL_RAT_SHIFT 18 238 #define FSL_CHASSIS3_RCWSR0_MEM2_PLL_RAT_MASK 0x3f 239 #define FSL_CHASSIS3_RCWSR28_SRDS1_PRTCL_MASK 0x00FF0000 240 #define FSL_CHASSIS3_RCWSR28_SRDS1_PRTCL_SHIFT 16 241 #define FSL_CHASSIS3_RCWSR28_SRDS2_PRTCL_MASK 0xFF000000 242 #define FSL_CHASSIS3_RCWSR28_SRDS2_PRTCL_SHIFT 24 243 #define RCW_SB_EN_REG_INDEX 9 244 #define RCW_SB_EN_MASK 0x00000400 245 246 u8 res_180[0x200-0x180]; 247 u32 scratchrw[32]; /* Scratch Read/Write */ 248 u8 res_280[0x300-0x280]; 249 u32 scratchw1r[4]; /* Scratch Read (Write once) */ 250 u8 res_310[0x400-0x310]; 251 u32 bootlocptrl; /* Boot location pointer low-order addr */ 252 u32 bootlocptrh; /* Boot location pointer high-order addr */ 253 u8 res_408[0x500-0x408]; 254 u8 res_500[0x740-0x500]; /* add more registers when needed */ 255 u32 tp_ityp[64]; /* Topology Initiator Type Register */ 256 struct { 257 u32 upper; 258 u32 lower; 259 } tp_cluster[3]; /* Core Cluster n Topology Register */ 260 u8 res_858[0x1000-0x858]; 261 }; 262 263 264 struct ccsr_clk_cluster_group { 265 struct { 266 u8 res_00[0x10]; 267 u32 csr; 268 u8 res_14[0x20-0x14]; 269 } hwncsr[3]; 270 u8 res_60[0x80-0x60]; 271 struct { 272 u32 gsr; 273 u8 res_84[0xa0-0x84]; 274 } pllngsr[3]; 275 u8 res_e0[0x100-0xe0]; 276 }; 277 278 struct ccsr_clk_ctrl { 279 struct { 280 u32 csr; /* core cluster n clock control status */ 281 u8 res_04[0x20-0x04]; 282 } clkcncsr[8]; 283 }; 284 285 struct ccsr_reset { 286 u32 rstcr; /* 0x000 */ 287 u32 rstcrsp; /* 0x004 */ 288 u8 res_008[0x10-0x08]; /* 0x008 */ 289 u32 rstrqmr1; /* 0x010 */ 290 u32 rstrqmr2; /* 0x014 */ 291 u32 rstrqsr1; /* 0x018 */ 292 u32 rstrqsr2; /* 0x01c */ 293 u32 rstrqwdtmrl; /* 0x020 */ 294 u32 rstrqwdtmru; /* 0x024 */ 295 u8 res_028[0x30-0x28]; /* 0x028 */ 296 u32 rstrqwdtsrl; /* 0x030 */ 297 u32 rstrqwdtsru; /* 0x034 */ 298 u8 res_038[0x60-0x38]; /* 0x038 */ 299 u32 brrl; /* 0x060 */ 300 u32 brru; /* 0x064 */ 301 u8 res_068[0x80-0x68]; /* 0x068 */ 302 u32 pirset; /* 0x080 */ 303 u32 pirclr; /* 0x084 */ 304 u8 res_088[0x90-0x88]; /* 0x088 */ 305 u32 brcorenbr; /* 0x090 */ 306 u8 res_094[0x100-0x94]; /* 0x094 */ 307 u32 rcw_reqr; /* 0x100 */ 308 u32 rcw_completion; /* 0x104 */ 309 u8 res_108[0x110-0x108]; /* 0x108 */ 310 u32 pbi_reqr; /* 0x110 */ 311 u32 pbi_completion; /* 0x114 */ 312 u8 res_118[0xa00-0x118]; /* 0x118 */ 313 u32 qmbm_warmrst; /* 0xa00 */ 314 u32 soc_warmrst; /* 0xa04 */ 315 u8 res_a08[0xbf8-0xa08]; /* 0xa08 */ 316 u32 ip_rev1; /* 0xbf8 */ 317 u32 ip_rev2; /* 0xbfc */ 318 }; 319 320 uint get_svr(void); 321 322 #endif /* __ARCH_FSL_LSCH3_IMMAP_H_ */ 323