18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) ST-Ericsson SA 2010
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef __MACH_DB8500_REGS_H
78c2ecf20Sopenharmony_ci#define __MACH_DB8500_REGS_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci/* Base address and bank offsets for ESRAM */
108c2ecf20Sopenharmony_ci#define U8500_ESRAM_BASE	0x40000000
118c2ecf20Sopenharmony_ci#define U8500_ESRAM_BANK_SIZE	0x00020000
128c2ecf20Sopenharmony_ci#define U8500_ESRAM_BANK0	U8500_ESRAM_BASE
138c2ecf20Sopenharmony_ci#define U8500_ESRAM_BANK1	(U8500_ESRAM_BASE + U8500_ESRAM_BANK_SIZE)
148c2ecf20Sopenharmony_ci#define U8500_ESRAM_BANK2	(U8500_ESRAM_BANK1 + U8500_ESRAM_BANK_SIZE)
158c2ecf20Sopenharmony_ci#define U8500_ESRAM_BANK3	(U8500_ESRAM_BANK2 + U8500_ESRAM_BANK_SIZE)
168c2ecf20Sopenharmony_ci#define U8500_ESRAM_BANK4	(U8500_ESRAM_BANK3 + U8500_ESRAM_BANK_SIZE)
178c2ecf20Sopenharmony_ci/*
188c2ecf20Sopenharmony_ci * on V1 DMA uses 4KB for logical parameters position is right after the 64KB
198c2ecf20Sopenharmony_ci * reserved for security
208c2ecf20Sopenharmony_ci */
218c2ecf20Sopenharmony_ci#define U8500_ESRAM_DMA_LCPA_OFFSET     0x10000
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ci#define U8500_DMA_LCPA_BASE    (U8500_ESRAM_BANK0 + U8500_ESRAM_DMA_LCPA_OFFSET)
248c2ecf20Sopenharmony_ci
258c2ecf20Sopenharmony_ci/* This address fulfills the 256k alignment requirement of the lcla base */
268c2ecf20Sopenharmony_ci#define U8500_DMA_LCLA_BASE	U8500_ESRAM_BANK4
278c2ecf20Sopenharmony_ci
288c2ecf20Sopenharmony_ci#define U8500_PER3_BASE		0x80000000
298c2ecf20Sopenharmony_ci#define U8500_STM_BASE		0x80100000
308c2ecf20Sopenharmony_ci#define U8500_STM_REG_BASE	(U8500_STM_BASE + 0xF000)
318c2ecf20Sopenharmony_ci#define U8500_PER2_BASE		0x80110000
328c2ecf20Sopenharmony_ci#define U8500_PER1_BASE		0x80120000
338c2ecf20Sopenharmony_ci#define U8500_B2R2_BASE		0x80130000
348c2ecf20Sopenharmony_ci#define U8500_HSEM_BASE		0x80140000
358c2ecf20Sopenharmony_ci#define U8500_PER4_BASE		0x80150000
368c2ecf20Sopenharmony_ci#define U8500_TPIU_BASE		0x80190000
378c2ecf20Sopenharmony_ci#define U8500_ICN_BASE		0x81000000
388c2ecf20Sopenharmony_ci
398c2ecf20Sopenharmony_ci#define U8500_BOOT_ROM_BASE	0x90000000
408c2ecf20Sopenharmony_ci/* ASIC ID is at 0xbf4 offset within this region */
418c2ecf20Sopenharmony_ci#define U8500_ASIC_ID_BASE	0x9001D000
428c2ecf20Sopenharmony_ci
438c2ecf20Sopenharmony_ci#define U8500_PER6_BASE		0xa03c0000
448c2ecf20Sopenharmony_ci#define U8500_PER7_BASE		0xa03d0000
458c2ecf20Sopenharmony_ci#define U8500_PER5_BASE		0xa03e0000
468c2ecf20Sopenharmony_ci
478c2ecf20Sopenharmony_ci#define U8500_SVA_BASE		0xa0100000
488c2ecf20Sopenharmony_ci#define U8500_SIA_BASE		0xa0200000
498c2ecf20Sopenharmony_ci
508c2ecf20Sopenharmony_ci#define U8500_SGA_BASE		0xa0300000
518c2ecf20Sopenharmony_ci#define U8500_MCDE_BASE		0xa0350000
528c2ecf20Sopenharmony_ci#define U8500_DMA_BASE		0x801C0000	/* v1 */
538c2ecf20Sopenharmony_ci
548c2ecf20Sopenharmony_ci#define U8500_SBAG_BASE		0xa0390000
558c2ecf20Sopenharmony_ci
568c2ecf20Sopenharmony_ci#define U8500_SCU_BASE		0xa0410000
578c2ecf20Sopenharmony_ci#define U8500_GIC_CPU_BASE	0xa0410100
588c2ecf20Sopenharmony_ci#define U8500_TWD_BASE		0xa0410600
598c2ecf20Sopenharmony_ci#define U8500_GIC_DIST_BASE	0xa0411000
608c2ecf20Sopenharmony_ci#define U8500_L2CC_BASE		0xa0412000
618c2ecf20Sopenharmony_ci
628c2ecf20Sopenharmony_ci#define U8500_MODEM_I2C		0xb7e02000
638c2ecf20Sopenharmony_ci
648c2ecf20Sopenharmony_ci#define U8500_GPIO0_BASE	(U8500_PER1_BASE + 0xE000)
658c2ecf20Sopenharmony_ci#define U8500_GPIO1_BASE	(U8500_PER3_BASE + 0xE000)
668c2ecf20Sopenharmony_ci#define U8500_GPIO2_BASE	(U8500_PER2_BASE + 0xE000)
678c2ecf20Sopenharmony_ci#define U8500_GPIO3_BASE	(U8500_PER5_BASE + 0x1E000)
688c2ecf20Sopenharmony_ci
698c2ecf20Sopenharmony_ci#define U8500_UART0_BASE	(U8500_PER1_BASE + 0x0000)
708c2ecf20Sopenharmony_ci#define U8500_UART1_BASE	(U8500_PER1_BASE + 0x1000)
718c2ecf20Sopenharmony_ci
728c2ecf20Sopenharmony_ci/* per6 base addresses */
738c2ecf20Sopenharmony_ci#define U8500_RNG_BASE		(U8500_PER6_BASE + 0x0000)
748c2ecf20Sopenharmony_ci#define U8500_HASH0_BASE        (U8500_PER6_BASE + 0x1000)
758c2ecf20Sopenharmony_ci#define U8500_HASH1_BASE        (U8500_PER6_BASE + 0x2000)
768c2ecf20Sopenharmony_ci#define U8500_PKA_BASE		(U8500_PER6_BASE + 0x4000)
778c2ecf20Sopenharmony_ci#define U8500_PKAM_BASE		(U8500_PER6_BASE + 0x5100)
788c2ecf20Sopenharmony_ci#define U8500_MTU0_BASE		(U8500_PER6_BASE + 0x6000) /* v1 */
798c2ecf20Sopenharmony_ci#define U8500_MTU1_BASE		(U8500_PER6_BASE + 0x7000) /* v1 */
808c2ecf20Sopenharmony_ci#define U8500_CR_BASE		(U8500_PER6_BASE + 0x8000) /* v1 */
818c2ecf20Sopenharmony_ci#define U8500_CRYP0_BASE	(U8500_PER6_BASE + 0xa000)
828c2ecf20Sopenharmony_ci#define U8500_CRYP1_BASE	(U8500_PER6_BASE + 0xb000)
838c2ecf20Sopenharmony_ci#define U8500_CLKRST6_BASE	(U8500_PER6_BASE + 0xf000)
848c2ecf20Sopenharmony_ci
858c2ecf20Sopenharmony_ci/* per5 base addresses */
868c2ecf20Sopenharmony_ci#define U8500_USBOTG_BASE	(U8500_PER5_BASE + 0x00000)
878c2ecf20Sopenharmony_ci#define U8500_CLKRST5_BASE	(U8500_PER5_BASE + 0x1f000)
888c2ecf20Sopenharmony_ci
898c2ecf20Sopenharmony_ci/* per4 base addresses */
908c2ecf20Sopenharmony_ci#define U8500_BACKUPRAM0_BASE	(U8500_PER4_BASE + 0x00000)
918c2ecf20Sopenharmony_ci#define U8500_BACKUPRAM1_BASE	(U8500_PER4_BASE + 0x01000)
928c2ecf20Sopenharmony_ci#define U8500_RTT0_BASE		(U8500_PER4_BASE + 0x02000)
938c2ecf20Sopenharmony_ci#define U8500_RTT1_BASE		(U8500_PER4_BASE + 0x03000)
948c2ecf20Sopenharmony_ci#define U8500_RTC_BASE		(U8500_PER4_BASE + 0x04000)
958c2ecf20Sopenharmony_ci#define U8500_SCR_BASE		(U8500_PER4_BASE + 0x05000)
968c2ecf20Sopenharmony_ci#define U8500_DMC_BASE		(U8500_PER4_BASE + 0x06000)
978c2ecf20Sopenharmony_ci#define U8500_PRCMU_BASE	(U8500_PER4_BASE + 0x07000)
988c2ecf20Sopenharmony_ci#define U9540_DMC1_BASE		(U8500_PER4_BASE + 0x0A000)
998c2ecf20Sopenharmony_ci#define U8500_PRCMU_TCDM_BASE	(U8500_PER4_BASE + 0x68000)
1008c2ecf20Sopenharmony_ci#define U8500_PRCMU_TCPM_BASE   (U8500_PER4_BASE + 0x60000)
1018c2ecf20Sopenharmony_ci#define U8500_PRCMU_TIMER_3_BASE (U8500_PER4_BASE + 0x07338)
1028c2ecf20Sopenharmony_ci#define U8500_PRCMU_TIMER_4_BASE (U8500_PER4_BASE + 0x07450)
1038c2ecf20Sopenharmony_ci
1048c2ecf20Sopenharmony_ci/* per3 base addresses */
1058c2ecf20Sopenharmony_ci#define U8500_FSMC_BASE		(U8500_PER3_BASE + 0x0000)
1068c2ecf20Sopenharmony_ci#define U8500_SSP0_BASE		(U8500_PER3_BASE + 0x2000)
1078c2ecf20Sopenharmony_ci#define U8500_SSP1_BASE		(U8500_PER3_BASE + 0x3000)
1088c2ecf20Sopenharmony_ci#define U8500_I2C0_BASE		(U8500_PER3_BASE + 0x4000)
1098c2ecf20Sopenharmony_ci#define U8500_SDI2_BASE		(U8500_PER3_BASE + 0x5000)
1108c2ecf20Sopenharmony_ci#define U8500_SKE_BASE		(U8500_PER3_BASE + 0x6000)
1118c2ecf20Sopenharmony_ci#define U8500_UART2_BASE	(U8500_PER3_BASE + 0x7000)
1128c2ecf20Sopenharmony_ci#define U8500_SDI5_BASE		(U8500_PER3_BASE + 0x8000)
1138c2ecf20Sopenharmony_ci#define U8500_CLKRST3_BASE	(U8500_PER3_BASE + 0xf000)
1148c2ecf20Sopenharmony_ci
1158c2ecf20Sopenharmony_ci/* per2 base addresses */
1168c2ecf20Sopenharmony_ci#define U8500_I2C3_BASE		(U8500_PER2_BASE + 0x0000)
1178c2ecf20Sopenharmony_ci#define U8500_SPI2_BASE		(U8500_PER2_BASE + 0x1000)
1188c2ecf20Sopenharmony_ci#define U8500_SPI1_BASE		(U8500_PER2_BASE + 0x2000)
1198c2ecf20Sopenharmony_ci#define U8500_PWL_BASE		(U8500_PER2_BASE + 0x3000)
1208c2ecf20Sopenharmony_ci#define U8500_SDI4_BASE		(U8500_PER2_BASE + 0x4000)
1218c2ecf20Sopenharmony_ci#define U8500_MSP2_BASE		(U8500_PER2_BASE + 0x7000)
1228c2ecf20Sopenharmony_ci#define U8500_SDI1_BASE		(U8500_PER2_BASE + 0x8000)
1238c2ecf20Sopenharmony_ci#define U8500_SDI3_BASE		(U8500_PER2_BASE + 0x9000)
1248c2ecf20Sopenharmony_ci#define U8500_SPI0_BASE		(U8500_PER2_BASE + 0xa000)
1258c2ecf20Sopenharmony_ci#define U8500_HSIR_BASE		(U8500_PER2_BASE + 0xb000)
1268c2ecf20Sopenharmony_ci#define U8500_HSIT_BASE		(U8500_PER2_BASE + 0xc000)
1278c2ecf20Sopenharmony_ci#define U8500_CLKRST2_BASE	(U8500_PER2_BASE + 0xf000)
1288c2ecf20Sopenharmony_ci
1298c2ecf20Sopenharmony_ci/* per1 base addresses */
1308c2ecf20Sopenharmony_ci#define U8500_I2C1_BASE		(U8500_PER1_BASE + 0x2000)
1318c2ecf20Sopenharmony_ci#define U8500_MSP0_BASE		(U8500_PER1_BASE + 0x3000)
1328c2ecf20Sopenharmony_ci#define U8500_MSP1_BASE		(U8500_PER1_BASE + 0x4000)
1338c2ecf20Sopenharmony_ci#define U8500_MSP3_BASE		(U8500_PER1_BASE + 0x5000)
1348c2ecf20Sopenharmony_ci#define U8500_SDI0_BASE		(U8500_PER1_BASE + 0x6000)
1358c2ecf20Sopenharmony_ci#define U8500_I2C2_BASE		(U8500_PER1_BASE + 0x8000)
1368c2ecf20Sopenharmony_ci#define U8500_SPI3_BASE		(U8500_PER1_BASE + 0x9000)
1378c2ecf20Sopenharmony_ci#define U8500_I2C4_BASE		(U8500_PER1_BASE + 0xa000)
1388c2ecf20Sopenharmony_ci#define U8500_SLIM0_BASE	(U8500_PER1_BASE + 0xb000)
1398c2ecf20Sopenharmony_ci#define U8500_CLKRST1_BASE	(U8500_PER1_BASE + 0xf000)
1408c2ecf20Sopenharmony_ci
1418c2ecf20Sopenharmony_ci#define U8500_SHRM_GOP_INTERRUPT_BASE	0xB7C00040
1428c2ecf20Sopenharmony_ci
1438c2ecf20Sopenharmony_ci#define U8500_GPIOBANK0_BASE	U8500_GPIO0_BASE
1448c2ecf20Sopenharmony_ci#define U8500_GPIOBANK1_BASE	(U8500_GPIO0_BASE + 0x80)
1458c2ecf20Sopenharmony_ci#define U8500_GPIOBANK2_BASE	U8500_GPIO1_BASE
1468c2ecf20Sopenharmony_ci#define U8500_GPIOBANK3_BASE	(U8500_GPIO1_BASE + 0x80)
1478c2ecf20Sopenharmony_ci#define U8500_GPIOBANK4_BASE	(U8500_GPIO1_BASE + 0x100)
1488c2ecf20Sopenharmony_ci#define U8500_GPIOBANK5_BASE	(U8500_GPIO1_BASE + 0x180)
1498c2ecf20Sopenharmony_ci#define U8500_GPIOBANK6_BASE	U8500_GPIO2_BASE
1508c2ecf20Sopenharmony_ci#define U8500_GPIOBANK7_BASE	(U8500_GPIO2_BASE + 0x80)
1518c2ecf20Sopenharmony_ci#define U8500_GPIOBANK8_BASE	U8500_GPIO3_BASE
1528c2ecf20Sopenharmony_ci
1538c2ecf20Sopenharmony_ci#define U8500_MCDE_SIZE		0x1000
1548c2ecf20Sopenharmony_ci#define U8500_DSI_LINK_SIZE	0x1000
1558c2ecf20Sopenharmony_ci#define U8500_DSI_LINK1_BASE	(U8500_MCDE_BASE + U8500_MCDE_SIZE)
1568c2ecf20Sopenharmony_ci#define U8500_DSI_LINK2_BASE	(U8500_DSI_LINK1_BASE + U8500_DSI_LINK_SIZE)
1578c2ecf20Sopenharmony_ci#define U8500_DSI_LINK3_BASE	(U8500_DSI_LINK2_BASE + U8500_DSI_LINK_SIZE)
1588c2ecf20Sopenharmony_ci#define U8500_DSI_LINK_COUNT	0x3
1598c2ecf20Sopenharmony_ci
1608c2ecf20Sopenharmony_ci/* Modem and APE physical addresses */
1618c2ecf20Sopenharmony_ci#define U8500_MODEM_BASE	0xe000000
1628c2ecf20Sopenharmony_ci#define U8500_APE_BASE		0x6000000
1638c2ecf20Sopenharmony_ci
1648c2ecf20Sopenharmony_ci/* SoC identification number information */
1658c2ecf20Sopenharmony_ci#define U8500_BB_UID_BASE      (U8500_BACKUPRAM1_BASE + 0xFC0)
1668c2ecf20Sopenharmony_ci
1678c2ecf20Sopenharmony_ci/* Offsets to specific addresses in some IP blocks for DMA */
1688c2ecf20Sopenharmony_ci#define MSP_TX_RX_REG_OFFSET	0
1698c2ecf20Sopenharmony_ci#define CRYP1_RX_REG_OFFSET	0x10
1708c2ecf20Sopenharmony_ci#define CRYP1_TX_REG_OFFSET	0x8
1718c2ecf20Sopenharmony_ci#define HASH1_TX_REG_OFFSET	0x4
1728c2ecf20Sopenharmony_ci
1738c2ecf20Sopenharmony_ci/*
1748c2ecf20Sopenharmony_ci * Macros to get at IO space when running virtually
1758c2ecf20Sopenharmony_ci * We dont map all the peripherals, let ioremap do
1768c2ecf20Sopenharmony_ci * this for us. We map only very basic peripherals here.
1778c2ecf20Sopenharmony_ci */
1788c2ecf20Sopenharmony_ci#define U8500_IO_VIRTUAL	0xf0000000
1798c2ecf20Sopenharmony_ci#define U8500_IO_PHYSICAL	0xa0000000
1808c2ecf20Sopenharmony_ci/* This is where we map in the ROM to check ASIC IDs */
1818c2ecf20Sopenharmony_ci#define UX500_VIRT_ROM		IOMEM(0xf0000000)
1828c2ecf20Sopenharmony_ci
1838c2ecf20Sopenharmony_ci/* This macro is used in assembly, so no cast */
1848c2ecf20Sopenharmony_ci#define IO_ADDRESS(x)           \
1858c2ecf20Sopenharmony_ci	(((x) & 0x0fffffff) + (((x) >> 4) & 0x0f000000) + U8500_IO_VIRTUAL)
1868c2ecf20Sopenharmony_ci
1878c2ecf20Sopenharmony_ci/* typesafe io address */
1888c2ecf20Sopenharmony_ci#define __io_address(n)		IOMEM(IO_ADDRESS(n))
1898c2ecf20Sopenharmony_ci
1908c2ecf20Sopenharmony_ci/* Used by some plat-nomadik code */
1918c2ecf20Sopenharmony_ci#define io_p2v(n)		__io_address(n)
1928c2ecf20Sopenharmony_ci
1938c2ecf20Sopenharmony_ci#define ARRAY_AND_SIZE(x)	(x), ARRAY_SIZE(x)
1948c2ecf20Sopenharmony_ci
1958c2ecf20Sopenharmony_ci#endif
196