]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h
armv8: fsl-layerscape: add base addresses for several devices
[thirdparty/u-boot.git] / arch / arm / include / asm / arch-fsl-layerscape / immap_lsch3.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
2f78eae5
YS
2/*
3 * LayerScape Internal Memory Map
4 *
1eba723c 5 * Copyright 2017-2019 NXP
2f78eae5 6 * Copyright 2014 Freescale Semiconductor, Inc.
2f78eae5
YS
7 */
8
9f3183d2 9#ifndef __ARCH_FSL_LSCH3_IMMAP_H_
2f78eae5
YS
10#define __ARCH_FSL_LSCH3_IMMAP_H_
11
9f3183d2
MH
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)
4909b89e
PJ
18#ifdef CONFIG_ARCH_LX2160A
19#define CONFIG_SYS_FSL_RST_ADDR (CONFIG_SYS_IMMR + 0x00e88180)
20#else
9f3183d2 21#define CONFIG_SYS_FSL_RST_ADDR (CONFIG_SYS_IMMR + 0x00E60000)
4909b89e 22#endif
9f3183d2
MH
23#define CONFIG_SYS_FSL_CH3_CLK_GRPA_ADDR (CONFIG_SYS_IMMR + 0x00300000)
24#define CONFIG_SYS_FSL_CH3_CLK_GRPB_ADDR (CONFIG_SYS_IMMR + 0x00310000)
25#define CONFIG_SYS_FSL_CH3_CLK_CTRL_ADDR (CONFIG_SYS_IMMR + 0x00370000)
dd2ad2f1 26#define SYS_FSL_QSPI_ADDR (CONFIG_SYS_IMMR + 0x010c0000)
9f3183d2 27#define CONFIG_SYS_FSL_ESDHC_ADDR (CONFIG_SYS_IMMR + 0x01140000)
08f9bc9f
LT
28#define FSL_ESDHC1_BASE_ADDR CONFIG_SYS_FSL_ESDHC_ADDR
29#define FSL_ESDHC2_BASE_ADDR (CONFIG_SYS_IMMR + 0x01150000)
d6fdec21 30#ifndef CONFIG_NXP_LSCH3_2
9f3183d2 31#define CONFIG_SYS_IFC_ADDR (CONFIG_SYS_IMMR + 0x01240000)
d6fdec21 32#endif
9f3183d2
MH
33#define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_IMMR + 0x011C0500)
34#define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR + 0x011C0600)
f6b96ff6
PJ
35#define SYS_FSL_LS2080A_LS2085A_TIMER_ADDR 0x023d0000
36#define CONFIG_SYS_FSL_TIMER_ADDR 0x023e0000
9f3183d2
MH
37#define CONFIG_SYS_FSL_PMU_CLTBENR (CONFIG_SYS_FSL_PMU_ADDR + \
38 0x18A0)
a758177f 39#define FSL_PMU_PCTBENR_OFFSET (CONFIG_SYS_FSL_PMU_ADDR + 0x8A0)
f6a70b3a 40#define FSL_LSCH3_SVR (CONFIG_SYS_FSL_GUTS_ADDR + 0xA4)
9f3183d2
MH
41
42#define CONFIG_SYS_FSL_WRIOP1_ADDR (CONFIG_SYS_IMMR + 0x7B80000)
43#define CONFIG_SYS_FSL_WRIOP1_MDIO1 (CONFIG_SYS_FSL_WRIOP1_ADDR + 0x16000)
44#define CONFIG_SYS_FSL_WRIOP1_MDIO2 (CONFIG_SYS_FSL_WRIOP1_ADDR + 0x17000)
45#define CONFIG_SYS_FSL_LSCH3_SERDES_ADDR (CONFIG_SYS_IMMR + 0xEA0000)
46
9f3183d2
MH
47#define CONFIG_SYS_FSL_DCSR_DDR_ADDR 0x70012c000ULL
48#define CONFIG_SYS_FSL_DCSR_DDR2_ADDR 0x70012d000ULL
49#define CONFIG_SYS_FSL_DCSR_DDR3_ADDR 0x700132000ULL
50#define CONFIG_SYS_FSL_DCSR_DDR4_ADDR 0x700133000ULL
51
52#define I2C1_BASE_ADDR (CONFIG_SYS_IMMR + 0x01000000)
53#define I2C2_BASE_ADDR (CONFIG_SYS_IMMR + 0x01010000)
54#define I2C3_BASE_ADDR (CONFIG_SYS_IMMR + 0x01020000)
55#define I2C4_BASE_ADDR (CONFIG_SYS_IMMR + 0x01030000)
d6fdec21
PJ
56#ifdef CONFIG_NXP_LSCH3_2
57#define I2C5_BASE_ADDR (CONFIG_SYS_IMMR + 0x01040000)
58#define I2C6_BASE_ADDR (CONFIG_SYS_IMMR + 0x01050000)
59#define I2C7_BASE_ADDR (CONFIG_SYS_IMMR + 0x01060000)
60#define I2C8_BASE_ADDR (CONFIG_SYS_IMMR + 0x01070000)
61#endif
5193405a
PJ
62#define GPIO4_BASE_ADDR (CONFIG_SYS_IMMR + 0x01330000)
63#define GPIO4_GPDIR_ADDR (GPIO4_BASE_ADDR + 0x0)
64#define GPIO4_GPDAT_ADDR (GPIO4_BASE_ADDR + 0x8)
9f3183d2 65
9729dc95
RB
66#define CONFIG_SYS_XHCI_USB1_ADDR (CONFIG_SYS_IMMR + 0x02100000)
67#define CONFIG_SYS_XHCI_USB2_ADDR (CONFIG_SYS_IMMR + 0x02110000)
9f3183d2
MH
68
69/* TZ Address Space Controller Definitions */
70#define TZASC1_BASE 0x01100000 /* as per CCSR map. */
71#define TZASC2_BASE 0x01110000 /* as per CCSR map. */
72#define TZASC3_BASE 0x01120000 /* as per CCSR map. */
73#define TZASC4_BASE 0x01130000 /* as per CCSR map. */
74#define TZASC_BUILD_CONFIG_REG(x) ((TZASC1_BASE + (x * 0x10000)))
75#define TZASC_ACTION_REG(x) ((TZASC1_BASE + (x * 0x10000)) + 0x004)
76#define TZASC_GATE_KEEPER(x) ((TZASC1_BASE + (x * 0x10000)) + 0x008)
77#define TZASC_REGION_BASE_LOW_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x100)
78#define TZASC_REGION_BASE_HIGH_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x104)
79#define TZASC_REGION_TOP_LOW_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x108)
80#define TZASC_REGION_TOP_HIGH_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x10C)
81#define TZASC_REGION_ATTRIBUTES_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x110)
82#define TZASC_REGION_ID_ACCESS_0(x) ((TZASC1_BASE + (x * 0x10000)) + 0x114)
83
08f9bc9f
LT
84/* EDMA */
85#define EDMA_BASE_ADDR (CONFIG_SYS_IMMR + 0x012c0000)
86
989c5f0a
TY
87/* SATA */
88#define AHCI_BASE_ADDR1 (CONFIG_SYS_IMMR + 0x02200000)
89#define AHCI_BASE_ADDR2 (CONFIG_SYS_IMMR + 0x02210000)
90
08f9bc9f
LT
91/* QDMA */
92#define QDMA_BASE_ADDR (CONFIG_SYS_IMMR + 0x07380000)
93#define QMAN_CQSIDR_REG 0x20a80
94
95/* DISPLAY */
96#define DISPLAY_BASE_ADDR (CONFIG_SYS_IMMR + 0x0e080000)
97
98/* GPU */
99#define GPU_BASE_ADDR (CONFIG_SYS_IMMR + 0x0e0c0000)
100
3808190a
SJ
101/* SFP */
102#define CONFIG_SYS_SFP_ADDR (CONFIG_SYS_IMMR + 0x00e80200)
103
2827d647 104/* SEC */
e99d7193
AP
105#define CONFIG_SYS_FSL_SEC_OFFSET 0x07000000ull
106#define CONFIG_SYS_FSL_JR0_OFFSET 0x07010000ull
ef3f364a
LT
107#define FSL_SEC_JR0_OFFSET CONFIG_SYS_FSL_JR0_OFFSET
108#define FSL_SEC_JR1_OFFSET 0x07020000ull
109#define FSL_SEC_JR2_OFFSET 0x07030000ull
110#define FSL_SEC_JR3_OFFSET 0x07040000ull
e99d7193
AP
111#define CONFIG_SYS_FSL_SEC_ADDR \
112 (CONFIG_SYS_IMMR + CONFIG_SYS_FSL_SEC_OFFSET)
113#define CONFIG_SYS_FSL_JR0_ADDR \
114 (CONFIG_SYS_IMMR + CONFIG_SYS_FSL_JR0_OFFSET)
ef3f364a
LT
115#define FSL_SEC_JR0_BASE_ADDR (CONFIG_SYS_IMMR + FSL_SEC_JR0_OFFSET)
116#define FSL_SEC_JR1_BASE_ADDR (CONFIG_SYS_IMMR + FSL_SEC_JR1_OFFSET)
117#define FSL_SEC_JR2_BASE_ADDR (CONFIG_SYS_IMMR + FSL_SEC_JR2_OFFSET)
118#define FSL_SEC_JR3_BASE_ADDR (CONFIG_SYS_IMMR + FSL_SEC_JR3_OFFSET)
2827d647 119
4c417384 120#ifdef CONFIG_TFABOOT
d6fdec21 121#ifdef CONFIG_NXP_LSCH3_2
4c417384
RB
122/* RCW_SRC field in Power-On Reset Control Register 1 */
123#define RCW_SRC_MASK 0x07800000
124#define RCW_SRC_BIT 23
125
126/* CFG_RCW_SRC[3:0] */
127#define RCW_SRC_TYPE_MASK 0x8
128#define RCW_SRC_ADDR_OFFSET_8MB 0x800000
129
130/* RCW SRC HARDCODED */
131#define RCW_SRC_HARDCODED_VAL 0x0 /* 0x00 - 0x07 */
132
133#define RCW_SRC_SDHC1_VAL 0x8 /* 0x8 */
134#define RCW_SRC_SDHC2_VAL 0x9 /* 0x9 */
135#define RCW_SRC_I2C1_VAL 0xa /* 0xa */
136#define RCW_SRC_RESERVED_UART_VAL 0xb /* 0xb */
137#define RCW_SRC_FLEXSPI_NAND2K_VAL 0xc /* 0xc */
138#define RCW_SRC_FLEXSPI_NAND4K_VAL 0xd /* 0xd */
139#define RCW_SRC_RESERVED_1_VAL 0xe /* 0xe */
140#define RCW_SRC_FLEXSPI_NOR_24B 0xf /* 0xf */
141#else
142#define RCW_SRC_MASK (0xFF800000)
143#define RCW_SRC_BIT 23
144/* CFG_RCW_SRC[6:0] */
145#define RCW_SRC_TYPE_MASK (0x70)
146
147/* RCW SRC HARDCODED */
148#define RCW_SRC_HARDCODED_VAL (0x10) /* 0x10 - 0x1f */
149/* Hardcoded will also have CFG_RCW_SRC[7] as 1. 0x90 - 0x9f */
150
151/* RCW SRC NOR */
152#define RCW_SRC_NOR_VAL (0x20)
153#define NOR_TYPE_MASK (0x10)
154#define NOR_16B_VAL (0x0) /* 0x20 - 0x2f */
155#define NOR_32B_VAL (0x10) /* 0x30 - 0x3f */
156
157/* RCW SRC Serial Flash
158 * 1. SERIAL NOR (QSPI)
159 * 2. OTHERS (SD/MMC, SPI, I2C1
160 */
161#define RCW_SRC_SERIAL_MASK (0x7F)
162#define RCW_SRC_QSPI_VAL (0x62) /* 0x62 */
163#define RCW_SRC_SD_CARD_VAL (0x40) /* 0x40 */
164#define RCW_SRC_EMMC_VAL (0x41) /* 0x41 */
165#define RCW_SRC_I2C1_VAL (0x49) /* 0x49 */
166#endif
167#endif
168
2827d647
SJ
169/* Security Monitor */
170#define CONFIG_SYS_SEC_MON_ADDR (CONFIG_SYS_IMMR + 0x00e90000)
171
4a97a0c9
SJ
172/* MMU 500 */
173#define SMMU_SCR0 (SMMU_BASE + 0x0)
174#define SMMU_SCR1 (SMMU_BASE + 0x4)
175#define SMMU_SCR2 (SMMU_BASE + 0x8)
176#define SMMU_SACR (SMMU_BASE + 0x10)
177#define SMMU_IDR0 (SMMU_BASE + 0x20)
178#define SMMU_IDR1 (SMMU_BASE + 0x24)
179
180#define SMMU_NSCR0 (SMMU_BASE + 0x400)
181#define SMMU_NSCR2 (SMMU_BASE + 0x408)
182#define SMMU_NSACR (SMMU_BASE + 0x410)
183
184#define SCR0_CLIENTPD_MASK 0x00000001
185#define SCR0_USFCFG_MASK 0x00000400
186
2827d647 187
9f3183d2
MH
188/* PCIe */
189#define CONFIG_SYS_PCIE1_ADDR (CONFIG_SYS_IMMR + 0x2400000)
190#define CONFIG_SYS_PCIE2_ADDR (CONFIG_SYS_IMMR + 0x2500000)
191#define CONFIG_SYS_PCIE3_ADDR (CONFIG_SYS_IMMR + 0x2600000)
192#define CONFIG_SYS_PCIE4_ADDR (CONFIG_SYS_IMMR + 0x2700000)
059d9422
HZ
193#ifdef CONFIG_ARCH_LX2160A
194#define SYS_PCIE5_ADDR (CONFIG_SYS_IMMR + 0x2800000)
195#define SYS_PCIE6_ADDR (CONFIG_SYS_IMMR + 0x2900000)
196#endif
197
198#ifdef CONFIG_ARCH_LX2160A
199#define CONFIG_SYS_PCIE1_PHYS_ADDR 0x8000000000ULL
200#define CONFIG_SYS_PCIE2_PHYS_ADDR 0x8800000000ULL
201#define CONFIG_SYS_PCIE3_PHYS_ADDR 0x9000000000ULL
202#define CONFIG_SYS_PCIE4_PHYS_ADDR 0x9800000000ULL
203#define SYS_PCIE5_PHYS_ADDR 0xa000000000ULL
204#define SYS_PCIE6_PHYS_ADDR 0xa800000000ULL
205#elif CONFIG_ARCH_LS1088A
c4787f4b
HZ
206#define CONFIG_SYS_PCIE1_PHYS_ADDR 0x2000000000ULL
207#define CONFIG_SYS_PCIE2_PHYS_ADDR 0x2800000000ULL
208#define CONFIG_SYS_PCIE3_PHYS_ADDR 0x3000000000ULL
d4ad111d
YT
209#elif CONFIG_ARCH_LS1028A
210#define CONFIG_SYS_PCIE1_PHYS_ADDR 0x8000000000ULL
211#define CONFIG_SYS_PCIE2_PHYS_ADDR 0x8800000000ULL
062d8148
AM
212#define CONFIG_SYS_PCIE3_PHYS_ADDR 0x01f0000000ULL
213/* this is used by integrated PCI on LS1028, includes ECAM and register space */
214#define CONFIG_SYS_PCIE3_PHYS_SIZE 0x0010000000ULL
c4787f4b 215#else
9f3183d2
MH
216#define CONFIG_SYS_PCIE1_PHYS_ADDR 0x1000000000ULL
217#define CONFIG_SYS_PCIE2_PHYS_ADDR 0x1200000000ULL
218#define CONFIG_SYS_PCIE3_PHYS_ADDR 0x1400000000ULL
219#define CONFIG_SYS_PCIE4_PHYS_ADDR 0x1600000000ULL
c4787f4b 220#endif
9f3183d2
MH
221
222/* Device Configuration */
223#define DCFG_BASE 0x01e00000
224#define DCFG_PORSR1 0x000
225#define DCFG_PORSR1_RCW_SRC 0xff800000
226#define DCFG_PORSR1_RCW_SRC_NOR 0x12f00000
227#define DCFG_RCWSR13 0x130
228#define DCFG_RCWSR13_DSPI (0 << 8)
453418f2
YY
229#define DCFG_RCWSR15 0x138
230#define DCFG_RCWSR15_IFCGRPABASE_QSPI 0x3
9f3183d2
MH
231
232#define DCFG_DCSR_BASE 0X700100000ULL
233#define DCFG_DCSR_PORCR1 0x000
234
abc7d0f7
SX
235/* Interrupt Sampling Control */
236#define ISC_BASE 0x01F70000
237#define IRQCR_OFFSET 0x14
238
9f3183d2
MH
239/* Supplemental Configuration */
240#define SCFG_BASE 0x01fc0000
241#define SCFG_USB3PRM1CR 0x000
ef53b8c4 242#define SCFG_USB3PRM1CR_INIT 0x27672b2a
2ab1553f 243#define SCFG_USB_TXVREFTUNE 0x9
2a8a3539 244#define SCFG_USB_SQRXTUNE_MASK 0x7
916d9f09 245#define SCFG_QSPICLKCTLR 0x10
9f3183d2 246
15d59b53
RW
247#define DCSR_BASE 0x700000000ULL
248#define DCSR_USB_PHY1 0x4600000
249#define DCSR_USB_PHY2 0x4610000
250#define DCSR_USB_PHY_RX_OVRD_IN_HI 0x200C
251#define USB_PHY_RX_EQ_VAL_1 0x0000
252#define USB_PHY_RX_EQ_VAL_2 0x0080
253#define USB_PHY_RX_EQ_VAL_3 0x0380
254#define USB_PHY_RX_EQ_VAL_4 0x0b80
3458a419
RW
255#define DCSR_USB_IOCR1 0x108004
256#define DCSR_USB_PCSTXSWINGFULL 0x71
15d59b53 257
9f3183d2
MH
258#define TP_ITYP_AV 0x00000001 /* Initiator available */
259#define TP_ITYP_TYPE(x) (((x) & 0x6) >> 1) /* Initiator Type */
260#define TP_ITYP_TYPE_ARM 0x0
261#define TP_ITYP_TYPE_PPC 0x1 /* PowerPC */
262#define TP_ITYP_TYPE_OTHER 0x2 /* StarCore DSP */
263#define TP_ITYP_TYPE_HA 0x3 /* HW Accelerator */
264#define TP_ITYP_THDS(x) (((x) & 0x18) >> 3) /* # threads */
265#define TP_ITYP_VER(x) (((x) & 0xe0) >> 5) /* Initiator Version */
266#define TY_ITYP_VER_A7 0x1
267#define TY_ITYP_VER_A53 0x2
268#define TY_ITYP_VER_A57 0x3
79119a4d 269#define TY_ITYP_VER_A72 0x4
9f3183d2
MH
270
271#define TP_CLUSTER_EOC 0x80000000 /* end of clusters */
272#define TP_CLUSTER_INIT_MASK 0x0000003f /* initiator mask */
273#define TP_INIT_PER_CLUSTER 4
2f78eae5 274/* This is chassis generation 3 */
f6a70b3a 275#ifndef __ASSEMBLY__
2f78eae5
YS
276struct sys_info {
277 unsigned long freq_processor[CONFIG_MAX_CPUS];
3564208e 278 /* frequency of platform PLL */
2f78eae5
YS
279 unsigned long freq_systembus;
280 unsigned long freq_ddrbus;
44937214 281#ifdef CONFIG_SYS_FSL_HAS_DP_DDR
b87e6f88 282 unsigned long freq_ddrbus2;
44937214 283#endif
2f78eae5
YS
284 unsigned long freq_localbus;
285 unsigned long freq_qe;
286#ifdef CONFIG_SYS_DPAA_FMAN
287 unsigned long freq_fman[CONFIG_SYS_NUM_FMAN];
288#endif
289#ifdef CONFIG_SYS_DPAA_QBMAN
290 unsigned long freq_qman;
291#endif
292#ifdef CONFIG_SYS_DPAA_PME
293 unsigned long freq_pme;
294#endif
295};
296
297/* Global Utilities Block */
298struct ccsr_gur {
299 u32 porsr1; /* POR status 1 */
300 u32 porsr2; /* POR status 2 */
301 u8 res_008[0x20-0x8];
302 u32 gpporcr1; /* General-purpose POR configuration */
303 u32 gpporcr2; /* General-purpose POR configuration 2 */
27f133bb
PJ
304 u32 gpporcr3;
305 u32 gpporcr4;
306 u8 res_030[0x60-0x30];
ed2530d0 307#define FSL_CHASSIS3_DCFG_FUSESR_VID_MASK 0x1F
ed2530d0 308#define FSL_CHASSIS3_DCFG_FUSESR_ALTVID_MASK 0x1F
23a12cb3
RB
309#if defined(CONFIG_ARCH_LS1088A)
310#define FSL_CHASSIS3_DCFG_FUSESR_VID_SHIFT 25
311#define FSL_CHASSIS3_DCFG_FUSESR_ALTVID_SHIFT 20
312#else
313#define FSL_CHASSIS3_DCFG_FUSESR_VID_SHIFT 2
314#define FSL_CHASSIS3_DCFG_FUSESR_ALTVID_SHIFT 7
315#endif
2f78eae5 316 u32 dcfg_fusesr; /* Fuse status register */
27f133bb
PJ
317 u8 res_064[0x70-0x64];
318 u32 devdisr; /* Device disable control 1 */
2f78eae5
YS
319 u32 devdisr2; /* Device disable control 2 */
320 u32 devdisr3; /* Device disable control 3 */
321 u32 devdisr4; /* Device disable control 4 */
322 u32 devdisr5; /* Device disable control 5 */
323 u32 devdisr6; /* Device disable control 6 */
27f133bb
PJ
324 u8 res_088[0x94-0x88];
325 u32 coredisr; /* Device disable control 7 */
9cc2c471
PK
326#define FSL_CHASSIS3_DEVDISR2_DPMAC1 0x00000001
327#define FSL_CHASSIS3_DEVDISR2_DPMAC2 0x00000002
328#define FSL_CHASSIS3_DEVDISR2_DPMAC3 0x00000004
329#define FSL_CHASSIS3_DEVDISR2_DPMAC4 0x00000008
330#define FSL_CHASSIS3_DEVDISR2_DPMAC5 0x00000010
331#define FSL_CHASSIS3_DEVDISR2_DPMAC6 0x00000020
332#define FSL_CHASSIS3_DEVDISR2_DPMAC7 0x00000040
333#define FSL_CHASSIS3_DEVDISR2_DPMAC8 0x00000080
334#define FSL_CHASSIS3_DEVDISR2_DPMAC9 0x00000100
335#define FSL_CHASSIS3_DEVDISR2_DPMAC10 0x00000200
336#define FSL_CHASSIS3_DEVDISR2_DPMAC11 0x00000400
337#define FSL_CHASSIS3_DEVDISR2_DPMAC12 0x00000800
338#define FSL_CHASSIS3_DEVDISR2_DPMAC13 0x00001000
339#define FSL_CHASSIS3_DEVDISR2_DPMAC14 0x00002000
340#define FSL_CHASSIS3_DEVDISR2_DPMAC15 0x00004000
341#define FSL_CHASSIS3_DEVDISR2_DPMAC16 0x00008000
342#define FSL_CHASSIS3_DEVDISR2_DPMAC17 0x00010000
343#define FSL_CHASSIS3_DEVDISR2_DPMAC18 0x00020000
344#define FSL_CHASSIS3_DEVDISR2_DPMAC19 0x00040000
345#define FSL_CHASSIS3_DEVDISR2_DPMAC20 0x00080000
346#define FSL_CHASSIS3_DEVDISR2_DPMAC21 0x00100000
347#define FSL_CHASSIS3_DEVDISR2_DPMAC22 0x00200000
348#define FSL_CHASSIS3_DEVDISR2_DPMAC23 0x00400000
349#define FSL_CHASSIS3_DEVDISR2_DPMAC24 0x00800000
2f78eae5
YS
350 u8 res_098[0xa0-0x98];
351 u32 pvr; /* Processor version */
352 u32 svr; /* System version */
27f133bb
PJ
353 u8 res_0a8[0x100-0xa8];
354 u32 rcwsr[30]; /* Reset control word status */
2f78eae5
YS
355
356#define FSL_CHASSIS3_RCWSR0_SYS_PLL_RAT_SHIFT 2
357#define FSL_CHASSIS3_RCWSR0_SYS_PLL_RAT_MASK 0x1f
358#define FSL_CHASSIS3_RCWSR0_MEM_PLL_RAT_SHIFT 10
359#define FSL_CHASSIS3_RCWSR0_MEM_PLL_RAT_MASK 0x3f
b87e6f88
YS
360#define FSL_CHASSIS3_RCWSR0_MEM2_PLL_RAT_SHIFT 18
361#define FSL_CHASSIS3_RCWSR0_MEM2_PLL_RAT_MASK 0x3f
7b45b383
PK
362
363#if defined(CONFIG_ARCH_LS2080A)
31d34c6c
ML
364#define FSL_CHASSIS3_RCWSR28_SRDS1_PRTCL_MASK 0x00FF0000
365#define FSL_CHASSIS3_RCWSR28_SRDS1_PRTCL_SHIFT 16
366#define FSL_CHASSIS3_RCWSR28_SRDS2_PRTCL_MASK 0xFF000000
367#define FSL_CHASSIS3_RCWSR28_SRDS2_PRTCL_SHIFT 24
7b45b383
PK
368#define FSL_CHASSIS3_SRDS1_PRTCL_MASK FSL_CHASSIS3_RCWSR28_SRDS1_PRTCL_MASK
369#define FSL_CHASSIS3_SRDS1_PRTCL_SHIFT FSL_CHASSIS3_RCWSR28_SRDS1_PRTCL_SHIFT
370#define FSL_CHASSIS3_SRDS2_PRTCL_MASK FSL_CHASSIS3_RCWSR28_SRDS2_PRTCL_MASK
371#define FSL_CHASSIS3_SRDS2_PRTCL_SHIFT FSL_CHASSIS3_RCWSR28_SRDS2_PRTCL_SHIFT
372#define FSL_CHASSIS3_SRDS1_REGSR 29
373#define FSL_CHASSIS3_SRDS2_REGSR 29
4909b89e
PJ
374#elif defined(CONFIG_ARCH_LX2160A)
375#define FSL_CHASSIS3_EC1_REGSR 27
376#define FSL_CHASSIS3_EC2_REGSR 27
377#define FSL_CHASSIS3_EC1_REGSR_PRTCL_MASK 0x00000003
378#define FSL_CHASSIS3_EC1_REGSR_PRTCL_SHIFT 0
379#define FSL_CHASSIS3_EC2_REGSR_PRTCL_MASK 0x00000007
380#define FSL_CHASSIS3_EC2_REGSR_PRTCL_SHIFT 2
381#define FSL_CHASSIS3_RCWSR28_SRDS1_PRTCL_MASK 0x001F0000
382#define FSL_CHASSIS3_RCWSR28_SRDS1_PRTCL_SHIFT 16
383#define FSL_CHASSIS3_RCWSR28_SRDS2_PRTCL_MASK 0x03E00000
384#define FSL_CHASSIS3_RCWSR28_SRDS2_PRTCL_SHIFT 21
385#define FSL_CHASSIS3_RCWSR28_SRDS3_PRTCL_MASK 0x7C000000
386#define FSL_CHASSIS3_RCWSR28_SRDS3_PRTCL_SHIFT 26
387#define FSL_CHASSIS3_SRDS1_PRTCL_MASK FSL_CHASSIS3_RCWSR28_SRDS1_PRTCL_MASK
388#define FSL_CHASSIS3_SRDS1_PRTCL_SHIFT FSL_CHASSIS3_RCWSR28_SRDS1_PRTCL_SHIFT
389#define FSL_CHASSIS3_SRDS2_PRTCL_MASK FSL_CHASSIS3_RCWSR28_SRDS2_PRTCL_MASK
390#define FSL_CHASSIS3_SRDS2_PRTCL_SHIFT FSL_CHASSIS3_RCWSR28_SRDS2_PRTCL_SHIFT
391#define FSL_CHASSIS3_SRDS3_PRTCL_MASK FSL_CHASSIS3_RCWSR28_SRDS3_PRTCL_MASK
392#define FSL_CHASSIS3_SRDS3_PRTCL_SHIFT FSL_CHASSIS3_RCWSR28_SRDS3_PRTCL_SHIFT
393#define FSL_CHASSIS3_SRDS1_REGSR 29
394#define FSL_CHASSIS3_SRDS2_REGSR 29
395#define FSL_CHASSIS3_SRDS3_REGSR 29
1eba723c
PB
396#define FSL_CHASSIS3_RCWSR12_REGSR 12
397#define FSL_CHASSIS3_RCWSR13_REGSR 13
398#define FSL_CHASSIS3_SDHC1_BASE_PMUX_MASK 0x07000000
399#define FSL_CHASSIS3_SDHC1_BASE_PMUX_SHIFT 24
400#define FSL_CHASSIS3_SDHC2_BASE_PMUX_MASK 0x00000038
401#define FSL_CHASSIS3_SDHC2_BASE_PMUX_SHIFT 3
402#define FSL_CHASSIS3_IIC5_PMUX_MASK 0x00000E00
403#define FSL_CHASSIS3_IIC5_PMUX_SHIFT 9
6d9b82d0 404#elif defined(CONFIG_ARCH_LS1088A)
17d066fc
AK
405#define FSL_CHASSIS3_EC1_REGSR 26
406#define FSL_CHASSIS3_EC2_REGSR 26
407#define FSL_CHASSIS3_RCWSR25_EC1_PRTCL_MASK 0x00000007
408#define FSL_CHASSIS3_RCWSR25_EC1_PRTCL_SHIFT 0
409#define FSL_CHASSIS3_RCWSR25_EC2_PRTCL_MASK 0x00000038
410#define FSL_CHASSIS3_RCWSR25_EC2_PRTCL_SHIFT 3
6d9b82d0
AK
411#define FSL_CHASSIS3_RCWSR29_SRDS1_PRTCL_MASK 0xFFFF0000
412#define FSL_CHASSIS3_RCWSR29_SRDS1_PRTCL_SHIFT 16
413#define FSL_CHASSIS3_RCWSR30_SRDS2_PRTCL_MASK 0x0000FFFF
414#define FSL_CHASSIS3_RCWSR30_SRDS2_PRTCL_SHIFT 0
415#define FSL_CHASSIS3_SRDS1_PRTCL_MASK FSL_CHASSIS3_RCWSR29_SRDS1_PRTCL_MASK
416#define FSL_CHASSIS3_SRDS1_PRTCL_SHIFT FSL_CHASSIS3_RCWSR29_SRDS1_PRTCL_SHIFT
417#define FSL_CHASSIS3_SRDS2_PRTCL_MASK FSL_CHASSIS3_RCWSR30_SRDS2_PRTCL_MASK
418#define FSL_CHASSIS3_SRDS2_PRTCL_SHIFT FSL_CHASSIS3_RCWSR30_SRDS2_PRTCL_SHIFT
419#define FSL_CHASSIS3_SRDS1_REGSR 29
420#define FSL_CHASSIS3_SRDS2_REGSR 30
d4ad111d
YT
421#elif defined(CONFIG_ARCH_LS1028A)
422#define FSL_CHASSIS3_RCWSR29_SRDS1_PRTCL_MASK 0xFFFF0000
423#define FSL_CHASSIS3_RCWSR29_SRDS1_PRTCL_SHIFT 16
424#define FSL_CHASSIS3_SRDS1_PRTCL_MASK FSL_CHASSIS3_RCWSR29_SRDS1_PRTCL_MASK
425#define FSL_CHASSIS3_SRDS1_PRTCL_SHIFT FSL_CHASSIS3_RCWSR29_SRDS1_PRTCL_SHIFT
426#define FSL_CHASSIS3_SRDS1_REGSR 29
7b45b383 427#endif
2827d647
SJ
428#define RCW_SB_EN_REG_INDEX 9
429#define RCW_SB_EN_MASK 0x00000400
31d34c6c 430
27f133bb
PJ
431 u8 res_178[0x200-0x178];
432 u32 scratchrw[16]; /* Scratch Read/Write */
433 u8 res_240[0x300-0x240];
2f78eae5
YS
434 u32 scratchw1r[4]; /* Scratch Read (Write once) */
435 u8 res_310[0x400-0x310];
436 u32 bootlocptrl; /* Boot location pointer low-order addr */
437 u32 bootlocptrh; /* Boot location pointer high-order addr */
27f133bb
PJ
438 u8 res_408[0x520-0x408];
439 u32 usb1_amqr;
440 u32 usb2_amqr;
441 u8 res_528[0x530-0x528]; /* add more registers when needed */
442 u32 sdmm1_amqr;
443 u8 res_534[0x550-0x534]; /* add more registers when needed */
444 u32 sata1_amqr;
445 u32 sata2_amqr;
446 u8 res_558[0x570-0x558]; /* add more registers when needed */
447 u32 misc1_amqr;
448 u8 res_574[0x590-0x574]; /* add more registers when needed */
449 u32 spare1_amqr;
450 u32 spare2_amqr;
451 u8 res_598[0x620-0x598]; /* add more registers when needed */
452 u32 gencr[7]; /* General Control Registers */
453 u8 res_63c[0x640-0x63c]; /* add more registers when needed */
454 u32 cgensr1; /* Core General Status Register */
455 u8 res_644[0x660-0x644]; /* add more registers when needed */
456 u32 cgencr1; /* Core General Control Register */
457 u8 res_664[0x740-0x664]; /* add more registers when needed */
2f78eae5
YS
458 u32 tp_ityp[64]; /* Topology Initiator Type Register */
459 struct {
460 u32 upper;
461 u32 lower;
27f133bb
PJ
462 } tp_cluster[4]; /* Core cluster n Topology Register */
463 u8 res_864[0x920-0x864]; /* add more registers when needed */
464 u32 ioqoscr[8]; /*I/O Quality of Services Register */
465 u32 uccr;
466 u8 res_944[0x960-0x944]; /* add more registers when needed */
467 u32 ftmcr;
468 u8 res_964[0x990-0x964]; /* add more registers when needed */
469 u32 coredisablesr;
470 u8 res_994[0xa00-0x994]; /* add more registers when needed */
471 u32 sdbgcr; /*Secure Debug Confifuration Register */
472 u8 res_a04[0xbf8-0xa04]; /* add more registers when needed */
473 u32 ipbrr1;
474 u32 ipbrr2;
475 u8 res_858[0x1000-0xc00];
2f78eae5
YS
476};
477
2f78eae5
YS
478struct ccsr_clk_cluster_group {
479 struct {
480 u8 res_00[0x10];
481 u32 csr;
482 u8 res_14[0x20-0x14];
483 } hwncsr[3];
484 u8 res_60[0x80-0x60];
485 struct {
486 u32 gsr;
487 u8 res_84[0xa0-0x84];
488 } pllngsr[3];
489 u8 res_e0[0x100-0xe0];
490};
491
492struct ccsr_clk_ctrl {
493 struct {
494 u32 csr; /* core cluster n clock control status */
495 u8 res_04[0x20-0x04];
496 } clkcncsr[8];
497};
40f8dec5
YS
498
499struct ccsr_reset {
500 u32 rstcr; /* 0x000 */
501 u32 rstcrsp; /* 0x004 */
502 u8 res_008[0x10-0x08]; /* 0x008 */
503 u32 rstrqmr1; /* 0x010 */
504 u32 rstrqmr2; /* 0x014 */
505 u32 rstrqsr1; /* 0x018 */
506 u32 rstrqsr2; /* 0x01c */
507 u32 rstrqwdtmrl; /* 0x020 */
508 u32 rstrqwdtmru; /* 0x024 */
509 u8 res_028[0x30-0x28]; /* 0x028 */
510 u32 rstrqwdtsrl; /* 0x030 */
511 u32 rstrqwdtsru; /* 0x034 */
512 u8 res_038[0x60-0x38]; /* 0x038 */
513 u32 brrl; /* 0x060 */
514 u32 brru; /* 0x064 */
515 u8 res_068[0x80-0x68]; /* 0x068 */
516 u32 pirset; /* 0x080 */
517 u32 pirclr; /* 0x084 */
518 u8 res_088[0x90-0x88]; /* 0x088 */
519 u32 brcorenbr; /* 0x090 */
520 u8 res_094[0x100-0x94]; /* 0x094 */
521 u32 rcw_reqr; /* 0x100 */
522 u32 rcw_completion; /* 0x104 */
523 u8 res_108[0x110-0x108]; /* 0x108 */
524 u32 pbi_reqr; /* 0x110 */
525 u32 pbi_completion; /* 0x114 */
526 u8 res_118[0xa00-0x118]; /* 0x118 */
527 u32 qmbm_warmrst; /* 0xa00 */
528 u32 soc_warmrst; /* 0xa04 */
529 u8 res_a08[0xbf8-0xa08]; /* 0xa08 */
530 u32 ip_rev1; /* 0xbf8 */
531 u32 ip_rev2; /* 0xbfc */
532};
6fb522dc 533
a1f95ff7
RB
534struct ccsr_serdes {
535 struct {
536 u32 rstctl; /* Reset Control Register */
537 u32 pllcr0; /* PLL Control Register 0 */
538 u32 pllcr1; /* PLL Control Register 1 */
539 u32 pllcr2; /* PLL Control Register 2 */
540 u32 pllcr3; /* PLL Control Register 3 */
541 u32 pllcr4; /* PLL Control Register 4 */
542 u32 pllcr5; /* PLL Control Register 5 */
543 u8 res[0x20 - 0x1c];
544 } bank[2];
545 u8 res1[0x90 - 0x40];
546 u32 srdstcalcr; /* TX Calibration Control */
547 u32 srdstcalcr1; /* TX Calibration Control1 */
548 u8 res2[0xa0 - 0x98];
549 u32 srdsrcalcr; /* RX Calibration Control */
550 u32 srdsrcalcr1; /* RX Calibration Control1 */
551 u8 res3[0xb0 - 0xa8];
552 u32 srdsgr0; /* General Register 0 */
553 u8 res4[0x800 - 0xb4];
554 struct serdes_lane {
555 u32 gcr0; /* General Control Register 0 */
556 u32 gcr1; /* General Control Register 1 */
557 u32 gcr2; /* General Control Register 2 */
558 u32 ssc0; /* Speed Switch Control 0 */
559 u32 rec0; /* Receive Equalization Control 0 */
560 u32 rec1; /* Receive Equalization Control 1 */
561 u32 tec0; /* Transmit Equalization Control 0 */
562 u32 ssc1; /* Speed Switch Control 1 */
563 u8 res1[0x840 - 0x820];
564 } lane[8];
565 u8 res5[0x19fc - 0xa00];
566};
567
f6a70b3a 568#endif /*__ASSEMBLY__*/
9f3183d2 569#endif /* __ARCH_FSL_LSCH3_IMMAP_H_ */