162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-or-later
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright STMicroelectronics, 2007.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#include <linux/types.h>
762306a36Sopenharmony_ci#include <linux/init.h>
862306a36Sopenharmony_ci#include <linux/io.h>
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#include <asm/mach/arch.h>
1162306a36Sopenharmony_ci#include <asm/mach/map.h>
1262306a36Sopenharmony_ci#include <asm/mach-types.h>
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci/*
1562306a36Sopenharmony_ci * These are the only hard-coded address offsets we still have to use.
1662306a36Sopenharmony_ci */
1762306a36Sopenharmony_ci#define NOMADIK_FSMC_BASE	0x10100000	/* FSMC registers */
1862306a36Sopenharmony_ci#define NOMADIK_SDRAMC_BASE	0x10110000	/* SDRAM Controller */
1962306a36Sopenharmony_ci#define NOMADIK_CLCDC_BASE	0x10120000	/* CLCD Controller */
2062306a36Sopenharmony_ci#define NOMADIK_MDIF_BASE	0x10120000	/* MDIF */
2162306a36Sopenharmony_ci#define NOMADIK_DMA0_BASE	0x10130000	/* DMA0 Controller */
2262306a36Sopenharmony_ci#define NOMADIK_IC_BASE		0x10140000	/* Vectored Irq Controller */
2362306a36Sopenharmony_ci#define NOMADIK_DMA1_BASE	0x10150000	/* DMA1 Controller */
2462306a36Sopenharmony_ci#define NOMADIK_USB_BASE	0x10170000	/* USB-OTG conf reg base */
2562306a36Sopenharmony_ci#define NOMADIK_CRYP_BASE	0x10180000	/* Crypto processor */
2662306a36Sopenharmony_ci#define NOMADIK_SHA1_BASE	0x10190000	/* SHA-1 Processor */
2762306a36Sopenharmony_ci#define NOMADIK_XTI_BASE	0x101A0000	/* XTI */
2862306a36Sopenharmony_ci#define NOMADIK_RNG_BASE	0x101B0000	/* Random number generator */
2962306a36Sopenharmony_ci#define NOMADIK_SRC_BASE	0x101E0000	/* SRC base */
3062306a36Sopenharmony_ci#define NOMADIK_WDOG_BASE	0x101E1000	/* Watchdog */
3162306a36Sopenharmony_ci#define NOMADIK_MTU0_BASE	0x101E2000	/* Multiple Timer 0 */
3262306a36Sopenharmony_ci#define NOMADIK_MTU1_BASE	0x101E3000	/* Multiple Timer 1 */
3362306a36Sopenharmony_ci#define NOMADIK_GPIO0_BASE	0x101E4000	/* GPIO0 */
3462306a36Sopenharmony_ci#define NOMADIK_GPIO1_BASE	0x101E5000	/* GPIO1 */
3562306a36Sopenharmony_ci#define NOMADIK_GPIO2_BASE	0x101E6000	/* GPIO2 */
3662306a36Sopenharmony_ci#define NOMADIK_GPIO3_BASE	0x101E7000	/* GPIO3 */
3762306a36Sopenharmony_ci#define NOMADIK_RTC_BASE	0x101E8000	/* Real Time Clock base */
3862306a36Sopenharmony_ci#define NOMADIK_PMU_BASE	0x101E9000	/* Power Management Unit */
3962306a36Sopenharmony_ci#define NOMADIK_OWM_BASE	0x101EA000	/* One wire master */
4062306a36Sopenharmony_ci#define NOMADIK_SCR_BASE	0x101EF000	/* Secure Control registers */
4162306a36Sopenharmony_ci#define NOMADIK_MSP2_BASE	0x101F0000	/* MSP 2 interface */
4262306a36Sopenharmony_ci#define NOMADIK_MSP1_BASE	0x101F1000	/* MSP 1 interface */
4362306a36Sopenharmony_ci#define NOMADIK_UART2_BASE	0x101F2000	/* UART 2 interface */
4462306a36Sopenharmony_ci#define NOMADIK_SSIRx_BASE	0x101F3000	/* SSI 8-ch rx interface */
4562306a36Sopenharmony_ci#define NOMADIK_SSITx_BASE	0x101F4000	/* SSI 8-ch tx interface */
4662306a36Sopenharmony_ci#define NOMADIK_MSHC_BASE	0x101F5000	/* Memory Stick(Pro) Host */
4762306a36Sopenharmony_ci#define NOMADIK_SDI_BASE	0x101F6000	/* SD-card/MM-Card */
4862306a36Sopenharmony_ci#define NOMADIK_I2C1_BASE	0x101F7000	/* I2C1 interface */
4962306a36Sopenharmony_ci#define NOMADIK_I2C0_BASE	0x101F8000	/* I2C0 interface */
5062306a36Sopenharmony_ci#define NOMADIK_MSP0_BASE	0x101F9000	/* MSP 0 interface */
5162306a36Sopenharmony_ci#define NOMADIK_FIRDA_BASE	0x101FA000	/* FIrDA interface */
5262306a36Sopenharmony_ci#define NOMADIK_UART1_BASE	0x101FB000	/* UART 1 interface */
5362306a36Sopenharmony_ci#define NOMADIK_SSP_BASE	0x101FC000	/* SSP interface */
5462306a36Sopenharmony_ci#define NOMADIK_UART0_BASE	0x101FD000	/* UART 0 interface */
5562306a36Sopenharmony_ci#define NOMADIK_SGA_BASE	0x101FE000	/* SGA interface */
5662306a36Sopenharmony_ci#define NOMADIK_L2CC_BASE	0x10210000	/* L2 Cache controller */
5762306a36Sopenharmony_ci#define NOMADIK_UART1_VBASE	0xF01FB000
5862306a36Sopenharmony_ci
5962306a36Sopenharmony_ci/* This is needed for LL-debug/earlyprintk/debug-macro.S */
6062306a36Sopenharmony_cistatic struct map_desc cpu8815_io_desc[] __initdata = {
6162306a36Sopenharmony_ci	{
6262306a36Sopenharmony_ci		.virtual =	NOMADIK_UART1_VBASE,
6362306a36Sopenharmony_ci		.pfn =		__phys_to_pfn(NOMADIK_UART1_BASE),
6462306a36Sopenharmony_ci		.length =	SZ_4K,
6562306a36Sopenharmony_ci		.type =		MT_DEVICE,
6662306a36Sopenharmony_ci	},
6762306a36Sopenharmony_ci};
6862306a36Sopenharmony_ci
6962306a36Sopenharmony_cistatic void __init cpu8815_map_io(void)
7062306a36Sopenharmony_ci{
7162306a36Sopenharmony_ci	iotable_init(cpu8815_io_desc, ARRAY_SIZE(cpu8815_io_desc));
7262306a36Sopenharmony_ci}
7362306a36Sopenharmony_ci
7462306a36Sopenharmony_cistatic void cpu8815_restart(enum reboot_mode mode, const char *cmd)
7562306a36Sopenharmony_ci{
7662306a36Sopenharmony_ci	void __iomem *srcbase = ioremap(NOMADIK_SRC_BASE, SZ_4K);
7762306a36Sopenharmony_ci
7862306a36Sopenharmony_ci	/* FIXME: use egpio when implemented */
7962306a36Sopenharmony_ci
8062306a36Sopenharmony_ci	/* Write anything to Reset status register */
8162306a36Sopenharmony_ci	writel(1, srcbase + 0x18);
8262306a36Sopenharmony_ci}
8362306a36Sopenharmony_ci
8462306a36Sopenharmony_cistatic const char * cpu8815_board_compat[] = {
8562306a36Sopenharmony_ci	"st,nomadik-nhk-15",
8662306a36Sopenharmony_ci	"calaosystems,usb-s8815",
8762306a36Sopenharmony_ci	NULL,
8862306a36Sopenharmony_ci};
8962306a36Sopenharmony_ci
9062306a36Sopenharmony_ciDT_MACHINE_START(NOMADIK_DT, "Nomadik STn8815")
9162306a36Sopenharmony_ci	.l2c_aux_val	= 0,
9262306a36Sopenharmony_ci	.l2c_aux_mask	= ~0,
9362306a36Sopenharmony_ci	.map_io		= cpu8815_map_io,
9462306a36Sopenharmony_ci	.restart	= cpu8815_restart,
9562306a36Sopenharmony_ci	.dt_compat      = cpu8815_board_compat,
9662306a36Sopenharmony_ciMACHINE_END
97