2010-01-15 13:45:43 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2009
|
|
|
|
* Vipin Kumar, STMicroelectronics, <vipin.kumar@st.com>
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2010-01-15 13:45:43 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _ASM_ARCH_HARDWARE_H
|
|
|
|
#define _ASM_ARCH_HARDWARE_H
|
|
|
|
|
2012-01-03 15:49:01 +00:00
|
|
|
#define CONFIG_SYS_USBD_BASE 0xE1100000
|
|
|
|
#define CONFIG_SYS_PLUG_BASE 0xE1200000
|
|
|
|
#define CONFIG_SYS_FIFO_BASE 0xE1000800
|
2015-08-18 07:27:18 +00:00
|
|
|
#define CONFIG_SYS_UHC0_EHCI_BASE 0xE1800000
|
|
|
|
#define CONFIG_SYS_UHC1_EHCI_BASE 0xE2000000
|
2012-01-03 15:49:01 +00:00
|
|
|
#define CONFIG_SYS_SMI_BASE 0xFC000000
|
|
|
|
#define CONFIG_SPEAR_SYSCNTLBASE 0xFCA00000
|
|
|
|
#define CONFIG_SPEAR_TIMERBASE 0xFC800000
|
|
|
|
#define CONFIG_SPEAR_MISCBASE 0xFCA80000
|
2012-05-07 07:36:42 +00:00
|
|
|
#define CONFIG_SPEAR_ETHBASE 0xE0800000
|
2012-01-03 15:49:01 +00:00
|
|
|
#define CONFIG_SPEAR_MPMCBASE 0xFC600000
|
|
|
|
#define CONFIG_SSP1_BASE 0xD0100000
|
|
|
|
#define CONFIG_SSP2_BASE 0xD0180000
|
|
|
|
#define CONFIG_SSP3_BASE 0xD8180000
|
|
|
|
#define CONFIG_GPIO_BASE 0xD8100000
|
2010-01-15 13:45:43 +00:00
|
|
|
|
|
|
|
#define CONFIG_SYS_NAND_CLE (1 << 16)
|
|
|
|
#define CONFIG_SYS_NAND_ALE (1 << 17)
|
|
|
|
|
|
|
|
#if defined(CONFIG_SPEAR600)
|
2012-01-03 15:49:01 +00:00
|
|
|
#define CONFIG_SYS_FSMC_BASE 0xD1800000
|
|
|
|
#define CONFIG_FSMC_NAND_BASE 0xD2000000
|
|
|
|
|
|
|
|
#define CONFIG_SPEAR_BOOTSTRAPCFG 0xFCA80000
|
|
|
|
#define CONFIG_SPEAR_BOOTSTRAPSHFT 16
|
|
|
|
#define CONFIG_SPEAR_BOOTSTRAPMASK 0xB
|
|
|
|
#define CONFIG_SPEAR_ONLYSNORBOOT 0xA
|
|
|
|
#define CONFIG_SPEAR_NORNANDBOOT 0xB
|
|
|
|
#define CONFIG_SPEAR_NORNAND8BOOT 0x8
|
|
|
|
#define CONFIG_SPEAR_NORNAND16BOOT 0x9
|
|
|
|
#define CONFIG_SPEAR_USBBOOT 0x8
|
|
|
|
|
|
|
|
#define CONFIG_SPEAR_MPMCREGS 100
|
2010-01-15 13:45:43 +00:00
|
|
|
|
|
|
|
#elif defined(CONFIG_SPEAR300)
|
2012-01-03 15:49:01 +00:00
|
|
|
#define CONFIG_SYS_FSMC_BASE 0x94000000
|
2010-01-15 13:45:43 +00:00
|
|
|
|
|
|
|
#elif defined(CONFIG_SPEAR310)
|
2012-01-03 15:49:01 +00:00
|
|
|
#define CONFIG_SYS_FSMC_BASE 0x44000000
|
2010-01-15 13:45:43 +00:00
|
|
|
|
|
|
|
#undef CONFIG_SYS_NAND_CLE
|
|
|
|
#undef CONFIG_SYS_NAND_ALE
|
|
|
|
#define CONFIG_SYS_NAND_CLE (1 << 17)
|
|
|
|
#define CONFIG_SYS_NAND_ALE (1 << 16)
|
|
|
|
|
2012-01-03 15:49:01 +00:00
|
|
|
#define CONFIG_SPEAR_EMIBASE 0x4F000000
|
|
|
|
#define CONFIG_SPEAR_RASBASE 0xB4000000
|
2010-01-15 13:45:43 +00:00
|
|
|
|
2012-05-07 07:36:43 +00:00
|
|
|
#define CONFIG_SYS_MACB0_BASE 0xB0000000
|
|
|
|
#define CONFIG_SYS_MACB1_BASE 0xB0800000
|
|
|
|
#define CONFIG_SYS_MACB2_BASE 0xB1000000
|
|
|
|
#define CONFIG_SYS_MACB3_BASE 0xB1800000
|
|
|
|
|
2010-01-15 13:45:43 +00:00
|
|
|
#elif defined(CONFIG_SPEAR320)
|
2012-01-03 15:49:01 +00:00
|
|
|
#define CONFIG_SYS_FSMC_BASE 0x4C000000
|
2010-01-15 13:45:43 +00:00
|
|
|
|
2012-01-03 15:49:01 +00:00
|
|
|
#define CONFIG_SPEAR_EMIBASE 0x40000000
|
|
|
|
#define CONFIG_SPEAR_RASBASE 0xB3000000
|
2010-01-15 13:45:43 +00:00
|
|
|
|
2012-05-07 07:36:43 +00:00
|
|
|
#define CONFIG_SYS_MACB0_BASE 0xAA000000
|
|
|
|
|
2010-01-15 13:45:43 +00:00
|
|
|
#endif
|
|
|
|
#endif /* _ASM_ARCH_HARDWARE_H */
|