xref: /kernel/linux/linux-6.6/arch/arm/mach-imx/mx3x.h (revision 62306a36)
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef __MACH_MX3x_H__
862306a36Sopenharmony_ci#define __MACH_MX3x_H__
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci/*
1162306a36Sopenharmony_ci * MX31 memory map:
1262306a36Sopenharmony_ci *
1362306a36Sopenharmony_ci * Virt		Phys		Size	What
1462306a36Sopenharmony_ci * ---------------------------------------------------------------------------
1562306a36Sopenharmony_ci * FC000000	43F00000	1M	AIPS 1
1662306a36Sopenharmony_ci * FC100000	50000000	1M	SPBA
1762306a36Sopenharmony_ci * FC200000	53F00000	1M	AIPS 2
1862306a36Sopenharmony_ci * FC500000	60000000	128M	ROMPATCH
1962306a36Sopenharmony_ci * FC400000	68000000	128M	AVIC
2062306a36Sopenharmony_ci *         	70000000	256M	IPU (MAX M2)
2162306a36Sopenharmony_ci *         	80000000	256M	CSD0 SDRAM/DDR
2262306a36Sopenharmony_ci *         	90000000	256M	CSD1 SDRAM/DDR
2362306a36Sopenharmony_ci *         	A0000000	128M	CS0 Flash
2462306a36Sopenharmony_ci *         	A8000000	128M	CS1 Flash
2562306a36Sopenharmony_ci *         	B0000000	32M	CS2
2662306a36Sopenharmony_ci *         	B2000000	32M	CS3
2762306a36Sopenharmony_ci * F4000000	B4000000	32M	CS4
2862306a36Sopenharmony_ci *         	B6000000	32M	CS5
2962306a36Sopenharmony_ci * FC320000	B8000000	64K	NAND, SDRAM, WEIM, M3IF, EMI controllers
3062306a36Sopenharmony_ci *         	C0000000	64M	PCMCIA/CF
3162306a36Sopenharmony_ci */
3262306a36Sopenharmony_ci
3362306a36Sopenharmony_ci/*
3462306a36Sopenharmony_ci * L2CC
3562306a36Sopenharmony_ci */
3662306a36Sopenharmony_ci#define MX3x_L2CC_BASE_ADDR		0x30000000
3762306a36Sopenharmony_ci#define MX3x_L2CC_SIZE			SZ_1M
3862306a36Sopenharmony_ci
3962306a36Sopenharmony_ci/*
4062306a36Sopenharmony_ci * AIPS 1
4162306a36Sopenharmony_ci */
4262306a36Sopenharmony_ci#define MX3x_AIPS1_BASE_ADDR		0x43f00000
4362306a36Sopenharmony_ci#define MX3x_AIPS1_SIZE			SZ_1M
4462306a36Sopenharmony_ci#define MX3x_MAX_BASE_ADDR			(MX3x_AIPS1_BASE_ADDR + 0x04000)
4562306a36Sopenharmony_ci#define MX3x_EVTMON_BASE_ADDR			(MX3x_AIPS1_BASE_ADDR + 0x08000)
4662306a36Sopenharmony_ci#define MX3x_CLKCTL_BASE_ADDR			(MX3x_AIPS1_BASE_ADDR + 0x0c000)
4762306a36Sopenharmony_ci#define MX3x_ETB_SLOT4_BASE_ADDR		(MX3x_AIPS1_BASE_ADDR + 0x10000)
4862306a36Sopenharmony_ci#define MX3x_ETB_SLOT5_BASE_ADDR		(MX3x_AIPS1_BASE_ADDR + 0x14000)
4962306a36Sopenharmony_ci#define MX3x_ECT_CTIO_BASE_ADDR			(MX3x_AIPS1_BASE_ADDR + 0x18000)
5062306a36Sopenharmony_ci#define MX3x_I2C_BASE_ADDR			(MX3x_AIPS1_BASE_ADDR + 0x80000)
5162306a36Sopenharmony_ci#define MX3x_I2C3_BASE_ADDR			(MX3x_AIPS1_BASE_ADDR + 0x84000)
5262306a36Sopenharmony_ci#define MX3x_UART1_BASE_ADDR			(MX3x_AIPS1_BASE_ADDR + 0x90000)
5362306a36Sopenharmony_ci#define MX3x_UART2_BASE_ADDR			(MX3x_AIPS1_BASE_ADDR + 0x94000)
5462306a36Sopenharmony_ci#define MX3x_I2C2_BASE_ADDR			(MX3x_AIPS1_BASE_ADDR + 0x98000)
5562306a36Sopenharmony_ci#define MX3x_OWIRE_BASE_ADDR			(MX3x_AIPS1_BASE_ADDR + 0x9c000)
5662306a36Sopenharmony_ci#define MX3x_SSI1_BASE_ADDR			(MX3x_AIPS1_BASE_ADDR + 0xa0000)
5762306a36Sopenharmony_ci#define MX3x_CSPI1_BASE_ADDR			(MX3x_AIPS1_BASE_ADDR + 0xa4000)
5862306a36Sopenharmony_ci#define MX3x_KPP_BASE_ADDR			(MX3x_AIPS1_BASE_ADDR + 0xa8000)
5962306a36Sopenharmony_ci#define MX3x_IOMUXC_BASE_ADDR			(MX3x_AIPS1_BASE_ADDR + 0xac000)
6062306a36Sopenharmony_ci#define MX3x_ECT_IP1_BASE_ADDR			(MX3x_AIPS1_BASE_ADDR + 0xb8000)
6162306a36Sopenharmony_ci#define MX3x_ECT_IP2_BASE_ADDR			(MX3x_AIPS1_BASE_ADDR + 0xbc000)
6262306a36Sopenharmony_ci
6362306a36Sopenharmony_ci/*
6462306a36Sopenharmony_ci * SPBA global module enabled #0
6562306a36Sopenharmony_ci */
6662306a36Sopenharmony_ci#define MX3x_SPBA0_BASE_ADDR		0x50000000
6762306a36Sopenharmony_ci#define MX3x_SPBA0_SIZE			SZ_1M
6862306a36Sopenharmony_ci#define MX3x_UART3_BASE_ADDR			(MX3x_SPBA0_BASE_ADDR + 0x0c000)
6962306a36Sopenharmony_ci#define MX3x_CSPI2_BASE_ADDR			(MX3x_SPBA0_BASE_ADDR + 0x10000)
7062306a36Sopenharmony_ci#define MX3x_SSI2_BASE_ADDR			(MX3x_SPBA0_BASE_ADDR + 0x14000)
7162306a36Sopenharmony_ci#define MX3x_ATA_DMA_BASE_ADDR			(MX3x_SPBA0_BASE_ADDR + 0x20000)
7262306a36Sopenharmony_ci#define MX3x_MSHC1_BASE_ADDR			(MX3x_SPBA0_BASE_ADDR + 0x24000)
7362306a36Sopenharmony_ci#define MX3x_SPBA_CTRL_BASE_ADDR		(MX3x_SPBA0_BASE_ADDR + 0x3c000)
7462306a36Sopenharmony_ci
7562306a36Sopenharmony_ci/*
7662306a36Sopenharmony_ci * AIPS 2
7762306a36Sopenharmony_ci */
7862306a36Sopenharmony_ci#define MX3x_AIPS2_BASE_ADDR		0x53f00000
7962306a36Sopenharmony_ci#define MX3x_AIPS2_SIZE			SZ_1M
8062306a36Sopenharmony_ci#define MX3x_CCM_BASE_ADDR			(MX3x_AIPS2_BASE_ADDR + 0x80000)
8162306a36Sopenharmony_ci#define MX3x_GPT1_BASE_ADDR			(MX3x_AIPS2_BASE_ADDR + 0x90000)
8262306a36Sopenharmony_ci#define MX3x_EPIT1_BASE_ADDR			(MX3x_AIPS2_BASE_ADDR + 0x94000)
8362306a36Sopenharmony_ci#define MX3x_EPIT2_BASE_ADDR			(MX3x_AIPS2_BASE_ADDR + 0x98000)
8462306a36Sopenharmony_ci#define MX3x_GPIO3_BASE_ADDR			(MX3x_AIPS2_BASE_ADDR + 0xa4000)
8562306a36Sopenharmony_ci#define MX3x_SCC_BASE_ADDR			(MX3x_AIPS2_BASE_ADDR + 0xac000)
8662306a36Sopenharmony_ci#define MX3x_RNGA_BASE_ADDR			(MX3x_AIPS2_BASE_ADDR + 0xb0000)
8762306a36Sopenharmony_ci#define MX3x_IPU_CTRL_BASE_ADDR			(MX3x_AIPS2_BASE_ADDR + 0xc0000)
8862306a36Sopenharmony_ci#define MX3x_AUDMUX_BASE_ADDR			(MX3x_AIPS2_BASE_ADDR + 0xc4000)
8962306a36Sopenharmony_ci#define MX3x_GPIO1_BASE_ADDR			(MX3x_AIPS2_BASE_ADDR + 0xcc000)
9062306a36Sopenharmony_ci#define MX3x_GPIO2_BASE_ADDR			(MX3x_AIPS2_BASE_ADDR + 0xd0000)
9162306a36Sopenharmony_ci#define MX3x_SDMA_BASE_ADDR			(MX3x_AIPS2_BASE_ADDR + 0xd4000)
9262306a36Sopenharmony_ci#define MX3x_RTC_BASE_ADDR			(MX3x_AIPS2_BASE_ADDR + 0xd8000)
9362306a36Sopenharmony_ci#define MX3x_WDOG_BASE_ADDR			(MX3x_AIPS2_BASE_ADDR + 0xdc000)
9462306a36Sopenharmony_ci#define MX3x_PWM_BASE_ADDR			(MX3x_AIPS2_BASE_ADDR + 0xe0000)
9562306a36Sopenharmony_ci#define MX3x_RTIC_BASE_ADDR			(MX3x_AIPS2_BASE_ADDR + 0xec000)
9662306a36Sopenharmony_ci
9762306a36Sopenharmony_ci/*
9862306a36Sopenharmony_ci * ROMP and AVIC
9962306a36Sopenharmony_ci */
10062306a36Sopenharmony_ci#define MX3x_ROMP_BASE_ADDR		0x60000000
10162306a36Sopenharmony_ci#define MX3x_ROMP_SIZE			SZ_1M
10262306a36Sopenharmony_ci
10362306a36Sopenharmony_ci#define MX3x_AVIC_BASE_ADDR		0x68000000
10462306a36Sopenharmony_ci#define MX3x_AVIC_SIZE			SZ_1M
10562306a36Sopenharmony_ci
10662306a36Sopenharmony_ci/*
10762306a36Sopenharmony_ci * Memory regions and CS
10862306a36Sopenharmony_ci */
10962306a36Sopenharmony_ci#define MX3x_IPU_MEM_BASE_ADDR		0x70000000
11062306a36Sopenharmony_ci#define MX3x_CSD0_BASE_ADDR		0x80000000
11162306a36Sopenharmony_ci#define MX3x_CSD1_BASE_ADDR		0x90000000
11262306a36Sopenharmony_ci
11362306a36Sopenharmony_ci#define MX3x_CS0_BASE_ADDR		0xa0000000
11462306a36Sopenharmony_ci#define MX3x_CS1_BASE_ADDR		0xa8000000
11562306a36Sopenharmony_ci#define MX3x_CS2_BASE_ADDR		0xb0000000
11662306a36Sopenharmony_ci#define MX3x_CS3_BASE_ADDR		0xb2000000
11762306a36Sopenharmony_ci
11862306a36Sopenharmony_ci#define MX3x_CS4_BASE_ADDR		0xb4000000
11962306a36Sopenharmony_ci#define MX3x_CS4_BASE_ADDR_VIRT		0xf6000000
12062306a36Sopenharmony_ci#define MX3x_CS4_SIZE			SZ_32M
12162306a36Sopenharmony_ci
12262306a36Sopenharmony_ci#define MX3x_CS5_BASE_ADDR		0xb6000000
12362306a36Sopenharmony_ci#define MX3x_CS5_BASE_ADDR_VIRT		0xf8000000
12462306a36Sopenharmony_ci#define MX3x_CS5_SIZE			SZ_32M
12562306a36Sopenharmony_ci
12662306a36Sopenharmony_ci/*
12762306a36Sopenharmony_ci * NAND, SDRAM, WEIM, M3IF, EMI controllers
12862306a36Sopenharmony_ci */
12962306a36Sopenharmony_ci#define MX3x_X_MEMC_BASE_ADDR		0xb8000000
13062306a36Sopenharmony_ci#define MX3x_X_MEMC_SIZE		SZ_64K
13162306a36Sopenharmony_ci#define MX3x_ESDCTL_BASE_ADDR			(MX3x_X_MEMC_BASE_ADDR + 0x1000)
13262306a36Sopenharmony_ci#define MX3x_WEIM_BASE_ADDR			(MX3x_X_MEMC_BASE_ADDR + 0x2000)
13362306a36Sopenharmony_ci#define MX3x_M3IF_BASE_ADDR			(MX3x_X_MEMC_BASE_ADDR + 0x3000)
13462306a36Sopenharmony_ci#define MX3x_EMI_CTL_BASE_ADDR			(MX3x_X_MEMC_BASE_ADDR + 0x4000)
13562306a36Sopenharmony_ci#define MX3x_PCMCIA_CTL_BASE_ADDR		MX3x_EMI_CTL_BASE_ADDR
13662306a36Sopenharmony_ci
13762306a36Sopenharmony_ci#define MX3x_PCMCIA_MEM_BASE_ADDR	0xbc000000
13862306a36Sopenharmony_ci
13962306a36Sopenharmony_ci/*
14062306a36Sopenharmony_ci * Interrupt numbers
14162306a36Sopenharmony_ci */
14262306a36Sopenharmony_ci#include <asm/irq.h>
14362306a36Sopenharmony_ci#define MX3x_INT_I2C3		(NR_IRQS_LEGACY + 3)
14462306a36Sopenharmony_ci#define MX3x_INT_I2C2		(NR_IRQS_LEGACY + 4)
14562306a36Sopenharmony_ci#define MX3x_INT_RTIC		(NR_IRQS_LEGACY + 6)
14662306a36Sopenharmony_ci#define MX3x_INT_I2C		(NR_IRQS_LEGACY + 10)
14762306a36Sopenharmony_ci#define MX3x_INT_CSPI2		(NR_IRQS_LEGACY + 13)
14862306a36Sopenharmony_ci#define MX3x_INT_CSPI1		(NR_IRQS_LEGACY + 14)
14962306a36Sopenharmony_ci#define MX3x_INT_ATA		(NR_IRQS_LEGACY + 15)
15062306a36Sopenharmony_ci#define MX3x_INT_UART3		(NR_IRQS_LEGACY + 18)
15162306a36Sopenharmony_ci#define MX3x_INT_IIM		(NR_IRQS_LEGACY + 19)
15262306a36Sopenharmony_ci#define MX3x_INT_RNGA		(NR_IRQS_LEGACY + 22)
15362306a36Sopenharmony_ci#define MX3x_INT_EVTMON		(NR_IRQS_LEGACY + 23)
15462306a36Sopenharmony_ci#define MX3x_INT_KPP		(NR_IRQS_LEGACY + 24)
15562306a36Sopenharmony_ci#define MX3x_INT_RTC		(NR_IRQS_LEGACY + 25)
15662306a36Sopenharmony_ci#define MX3x_INT_PWM		(NR_IRQS_LEGACY + 26)
15762306a36Sopenharmony_ci#define MX3x_INT_EPIT2		(NR_IRQS_LEGACY + 27)
15862306a36Sopenharmony_ci#define MX3x_INT_EPIT1		(NR_IRQS_LEGACY + 28)
15962306a36Sopenharmony_ci#define MX3x_INT_GPT		(NR_IRQS_LEGACY + 29)
16062306a36Sopenharmony_ci#define MX3x_INT_POWER_FAIL	(NR_IRQS_LEGACY + 30)
16162306a36Sopenharmony_ci#define MX3x_INT_UART2		(NR_IRQS_LEGACY + 32)
16262306a36Sopenharmony_ci#define MX3x_INT_NANDFC		(NR_IRQS_LEGACY + 33)
16362306a36Sopenharmony_ci#define MX3x_INT_SDMA		(NR_IRQS_LEGACY + 34)
16462306a36Sopenharmony_ci#define MX3x_INT_MSHC1		(NR_IRQS_LEGACY + 39)
16562306a36Sopenharmony_ci#define MX3x_INT_IPU_ERR	(NR_IRQS_LEGACY + 41)
16662306a36Sopenharmony_ci#define MX3x_INT_IPU_SYN	(NR_IRQS_LEGACY + 42)
16762306a36Sopenharmony_ci#define MX3x_INT_UART1		(NR_IRQS_LEGACY + 45)
16862306a36Sopenharmony_ci#define MX3x_INT_ECT		(NR_IRQS_LEGACY + 48)
16962306a36Sopenharmony_ci#define MX3x_INT_SCC_SCM	(NR_IRQS_LEGACY + 49)
17062306a36Sopenharmony_ci#define MX3x_INT_SCC_SMN	(NR_IRQS_LEGACY + 50)
17162306a36Sopenharmony_ci#define MX3x_INT_GPIO2		(NR_IRQS_LEGACY + 51)
17262306a36Sopenharmony_ci#define MX3x_INT_GPIO1		(NR_IRQS_LEGACY + 52)
17362306a36Sopenharmony_ci#define MX3x_INT_WDOG		(NR_IRQS_LEGACY + 55)
17462306a36Sopenharmony_ci#define MX3x_INT_GPIO3		(NR_IRQS_LEGACY + 56)
17562306a36Sopenharmony_ci#define MX3x_INT_EXT_POWER	(NR_IRQS_LEGACY + 58)
17662306a36Sopenharmony_ci#define MX3x_INT_EXT_TEMPER	(NR_IRQS_LEGACY + 59)
17762306a36Sopenharmony_ci#define MX3x_INT_EXT_SENSOR60	(NR_IRQS_LEGACY + 60)
17862306a36Sopenharmony_ci#define MX3x_INT_EXT_SENSOR61	(NR_IRQS_LEGACY + 61)
17962306a36Sopenharmony_ci#define MX3x_INT_EXT_WDOG	(NR_IRQS_LEGACY + 62)
18062306a36Sopenharmony_ci#define MX3x_INT_EXT_TV		(NR_IRQS_LEGACY + 63)
18162306a36Sopenharmony_ci
18262306a36Sopenharmony_ci#define MX3x_PROD_SIGNATURE		0x1	/* For MX31 */
18362306a36Sopenharmony_ci
18462306a36Sopenharmony_ci#endif /* ifndef __MACH_MX3x_H__ */
185