18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-or-later 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright STMicroelectronics, 2007. 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#include <linux/types.h> 78c2ecf20Sopenharmony_ci#include <linux/init.h> 88c2ecf20Sopenharmony_ci#include <linux/device.h> 98c2ecf20Sopenharmony_ci#include <linux/amba/bus.h> 108c2ecf20Sopenharmony_ci#include <linux/platform_device.h> 118c2ecf20Sopenharmony_ci#include <linux/io.h> 128c2ecf20Sopenharmony_ci#include <linux/slab.h> 138c2ecf20Sopenharmony_ci#include <linux/irq.h> 148c2ecf20Sopenharmony_ci#include <linux/dma-mapping.h> 158c2ecf20Sopenharmony_ci#include <linux/of_irq.h> 168c2ecf20Sopenharmony_ci#include <linux/of_address.h> 178c2ecf20Sopenharmony_ci#include <linux/of_platform.h> 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#include <asm/mach/arch.h> 208c2ecf20Sopenharmony_ci#include <asm/mach/map.h> 218c2ecf20Sopenharmony_ci#include <asm/mach/time.h> 228c2ecf20Sopenharmony_ci#include <asm/mach-types.h> 238c2ecf20Sopenharmony_ci 248c2ecf20Sopenharmony_ci#include <asm/cacheflush.h> 258c2ecf20Sopenharmony_ci#include <asm/hardware/cache-l2x0.h> 268c2ecf20Sopenharmony_ci 278c2ecf20Sopenharmony_ci/* 288c2ecf20Sopenharmony_ci * These are the only hard-coded address offsets we still have to use. 298c2ecf20Sopenharmony_ci */ 308c2ecf20Sopenharmony_ci#define NOMADIK_FSMC_BASE 0x10100000 /* FSMC registers */ 318c2ecf20Sopenharmony_ci#define NOMADIK_SDRAMC_BASE 0x10110000 /* SDRAM Controller */ 328c2ecf20Sopenharmony_ci#define NOMADIK_CLCDC_BASE 0x10120000 /* CLCD Controller */ 338c2ecf20Sopenharmony_ci#define NOMADIK_MDIF_BASE 0x10120000 /* MDIF */ 348c2ecf20Sopenharmony_ci#define NOMADIK_DMA0_BASE 0x10130000 /* DMA0 Controller */ 358c2ecf20Sopenharmony_ci#define NOMADIK_IC_BASE 0x10140000 /* Vectored Irq Controller */ 368c2ecf20Sopenharmony_ci#define NOMADIK_DMA1_BASE 0x10150000 /* DMA1 Controller */ 378c2ecf20Sopenharmony_ci#define NOMADIK_USB_BASE 0x10170000 /* USB-OTG conf reg base */ 388c2ecf20Sopenharmony_ci#define NOMADIK_CRYP_BASE 0x10180000 /* Crypto processor */ 398c2ecf20Sopenharmony_ci#define NOMADIK_SHA1_BASE 0x10190000 /* SHA-1 Processor */ 408c2ecf20Sopenharmony_ci#define NOMADIK_XTI_BASE 0x101A0000 /* XTI */ 418c2ecf20Sopenharmony_ci#define NOMADIK_RNG_BASE 0x101B0000 /* Random number generator */ 428c2ecf20Sopenharmony_ci#define NOMADIK_SRC_BASE 0x101E0000 /* SRC base */ 438c2ecf20Sopenharmony_ci#define NOMADIK_WDOG_BASE 0x101E1000 /* Watchdog */ 448c2ecf20Sopenharmony_ci#define NOMADIK_MTU0_BASE 0x101E2000 /* Multiple Timer 0 */ 458c2ecf20Sopenharmony_ci#define NOMADIK_MTU1_BASE 0x101E3000 /* Multiple Timer 1 */ 468c2ecf20Sopenharmony_ci#define NOMADIK_GPIO0_BASE 0x101E4000 /* GPIO0 */ 478c2ecf20Sopenharmony_ci#define NOMADIK_GPIO1_BASE 0x101E5000 /* GPIO1 */ 488c2ecf20Sopenharmony_ci#define NOMADIK_GPIO2_BASE 0x101E6000 /* GPIO2 */ 498c2ecf20Sopenharmony_ci#define NOMADIK_GPIO3_BASE 0x101E7000 /* GPIO3 */ 508c2ecf20Sopenharmony_ci#define NOMADIK_RTC_BASE 0x101E8000 /* Real Time Clock base */ 518c2ecf20Sopenharmony_ci#define NOMADIK_PMU_BASE 0x101E9000 /* Power Management Unit */ 528c2ecf20Sopenharmony_ci#define NOMADIK_OWM_BASE 0x101EA000 /* One wire master */ 538c2ecf20Sopenharmony_ci#define NOMADIK_SCR_BASE 0x101EF000 /* Secure Control registers */ 548c2ecf20Sopenharmony_ci#define NOMADIK_MSP2_BASE 0x101F0000 /* MSP 2 interface */ 558c2ecf20Sopenharmony_ci#define NOMADIK_MSP1_BASE 0x101F1000 /* MSP 1 interface */ 568c2ecf20Sopenharmony_ci#define NOMADIK_UART2_BASE 0x101F2000 /* UART 2 interface */ 578c2ecf20Sopenharmony_ci#define NOMADIK_SSIRx_BASE 0x101F3000 /* SSI 8-ch rx interface */ 588c2ecf20Sopenharmony_ci#define NOMADIK_SSITx_BASE 0x101F4000 /* SSI 8-ch tx interface */ 598c2ecf20Sopenharmony_ci#define NOMADIK_MSHC_BASE 0x101F5000 /* Memory Stick(Pro) Host */ 608c2ecf20Sopenharmony_ci#define NOMADIK_SDI_BASE 0x101F6000 /* SD-card/MM-Card */ 618c2ecf20Sopenharmony_ci#define NOMADIK_I2C1_BASE 0x101F7000 /* I2C1 interface */ 628c2ecf20Sopenharmony_ci#define NOMADIK_I2C0_BASE 0x101F8000 /* I2C0 interface */ 638c2ecf20Sopenharmony_ci#define NOMADIK_MSP0_BASE 0x101F9000 /* MSP 0 interface */ 648c2ecf20Sopenharmony_ci#define NOMADIK_FIRDA_BASE 0x101FA000 /* FIrDA interface */ 658c2ecf20Sopenharmony_ci#define NOMADIK_UART1_BASE 0x101FB000 /* UART 1 interface */ 668c2ecf20Sopenharmony_ci#define NOMADIK_SSP_BASE 0x101FC000 /* SSP interface */ 678c2ecf20Sopenharmony_ci#define NOMADIK_UART0_BASE 0x101FD000 /* UART 0 interface */ 688c2ecf20Sopenharmony_ci#define NOMADIK_SGA_BASE 0x101FE000 /* SGA interface */ 698c2ecf20Sopenharmony_ci#define NOMADIK_L2CC_BASE 0x10210000 /* L2 Cache controller */ 708c2ecf20Sopenharmony_ci#define NOMADIK_UART1_VBASE 0xF01FB000 718c2ecf20Sopenharmony_ci 728c2ecf20Sopenharmony_ci/* This is needed for LL-debug/earlyprintk/debug-macro.S */ 738c2ecf20Sopenharmony_cistatic struct map_desc cpu8815_io_desc[] __initdata = { 748c2ecf20Sopenharmony_ci { 758c2ecf20Sopenharmony_ci .virtual = NOMADIK_UART1_VBASE, 768c2ecf20Sopenharmony_ci .pfn = __phys_to_pfn(NOMADIK_UART1_BASE), 778c2ecf20Sopenharmony_ci .length = SZ_4K, 788c2ecf20Sopenharmony_ci .type = MT_DEVICE, 798c2ecf20Sopenharmony_ci }, 808c2ecf20Sopenharmony_ci}; 818c2ecf20Sopenharmony_ci 828c2ecf20Sopenharmony_cistatic void __init cpu8815_map_io(void) 838c2ecf20Sopenharmony_ci{ 848c2ecf20Sopenharmony_ci iotable_init(cpu8815_io_desc, ARRAY_SIZE(cpu8815_io_desc)); 858c2ecf20Sopenharmony_ci} 868c2ecf20Sopenharmony_ci 878c2ecf20Sopenharmony_cistatic void cpu8815_restart(enum reboot_mode mode, const char *cmd) 888c2ecf20Sopenharmony_ci{ 898c2ecf20Sopenharmony_ci void __iomem *srcbase = ioremap(NOMADIK_SRC_BASE, SZ_4K); 908c2ecf20Sopenharmony_ci 918c2ecf20Sopenharmony_ci /* FIXME: use egpio when implemented */ 928c2ecf20Sopenharmony_ci 938c2ecf20Sopenharmony_ci /* Write anything to Reset status register */ 948c2ecf20Sopenharmony_ci writel(1, srcbase + 0x18); 958c2ecf20Sopenharmony_ci} 968c2ecf20Sopenharmony_ci 978c2ecf20Sopenharmony_cistatic const char * cpu8815_board_compat[] = { 988c2ecf20Sopenharmony_ci "st,nomadik-nhk-15", 998c2ecf20Sopenharmony_ci "calaosystems,usb-s8815", 1008c2ecf20Sopenharmony_ci NULL, 1018c2ecf20Sopenharmony_ci}; 1028c2ecf20Sopenharmony_ci 1038c2ecf20Sopenharmony_ciDT_MACHINE_START(NOMADIK_DT, "Nomadik STn8815") 1048c2ecf20Sopenharmony_ci .l2c_aux_val = 0, 1058c2ecf20Sopenharmony_ci .l2c_aux_mask = ~0, 1068c2ecf20Sopenharmony_ci .map_io = cpu8815_map_io, 1078c2ecf20Sopenharmony_ci .restart = cpu8815_restart, 1088c2ecf20Sopenharmony_ci .dt_compat = cpu8815_board_compat, 1098c2ecf20Sopenharmony_ciMACHINE_END 110