2010-04-01 19:30:58 +08:00
|
|
|
/*
|
|
|
|
* arch/arm/mach-spear3xx/spear3xx.c
|
|
|
|
*
|
|
|
|
* SPEAr3XX machines common source file
|
|
|
|
*
|
2012-03-23 02:47:43 +08:00
|
|
|
* Copyright (C) 2009-2012 ST Microelectronics
|
|
|
|
* Viresh Kumar <viresh.kumar@st.com>
|
2010-04-01 19:30:58 +08:00
|
|
|
*
|
|
|
|
* This file is licensed under the terms of the GNU General Public
|
|
|
|
* License version 2. This program is licensed "as is" without any
|
|
|
|
* warranty of any kind, whether express or implied.
|
|
|
|
*/
|
|
|
|
|
2012-03-26 13:09:43 +08:00
|
|
|
#define pr_fmt(fmt) "SPEAr3xx: " fmt
|
|
|
|
|
2012-03-23 02:47:43 +08:00
|
|
|
#include <linux/amba/pl022.h>
|
|
|
|
#include <linux/amba/pl08x.h>
|
|
|
|
#include <linux/of_irq.h>
|
2010-04-01 19:30:58 +08:00
|
|
|
#include <linux/io.h>
|
2012-03-26 12:59:23 +08:00
|
|
|
#include <asm/hardware/pl080.h>
|
2010-04-01 19:30:58 +08:00
|
|
|
#include <asm/hardware/vic.h>
|
2012-03-26 12:59:23 +08:00
|
|
|
#include <plat/pl080.h>
|
2010-04-01 19:30:58 +08:00
|
|
|
#include <mach/generic.h>
|
2012-04-12 01:30:11 +08:00
|
|
|
#include <mach/spear.h>
|
2010-04-01 19:30:58 +08:00
|
|
|
|
2010-04-01 19:31:29 +08:00
|
|
|
/* pad multiplexing support */
|
|
|
|
/* devices */
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_firda_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0xffffffff,
|
|
|
|
.mask = PMX_FIRDA_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_firda = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "firda",
|
|
|
|
.modes = pmx_firda_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_firda_modes),
|
|
|
|
.enb_on_reset = 0,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_i2c_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0xffffffff,
|
|
|
|
.mask = PMX_I2C_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_i2c = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "i2c",
|
|
|
|
.modes = pmx_i2c_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_i2c_modes),
|
|
|
|
.enb_on_reset = 0,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_ssp_cs_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0xffffffff,
|
|
|
|
.mask = PMX_SSP_CS_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_ssp_cs = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "ssp_chip_selects",
|
|
|
|
.modes = pmx_ssp_cs_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_ssp_cs_modes),
|
|
|
|
.enb_on_reset = 0,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_ssp_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0xffffffff,
|
|
|
|
.mask = PMX_SSP_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_ssp = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "ssp",
|
|
|
|
.modes = pmx_ssp_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_ssp_modes),
|
|
|
|
.enb_on_reset = 0,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_mii_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0xffffffff,
|
|
|
|
.mask = PMX_MII_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_mii = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "mii",
|
|
|
|
.modes = pmx_mii_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_mii_modes),
|
|
|
|
.enb_on_reset = 0,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_gpio_pin0_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0xffffffff,
|
|
|
|
.mask = PMX_GPIO_PIN0_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_gpio_pin0 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "gpio_pin0",
|
|
|
|
.modes = pmx_gpio_pin0_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_gpio_pin0_modes),
|
|
|
|
.enb_on_reset = 0,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_gpio_pin1_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0xffffffff,
|
|
|
|
.mask = PMX_GPIO_PIN1_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_gpio_pin1 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "gpio_pin1",
|
|
|
|
.modes = pmx_gpio_pin1_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_gpio_pin1_modes),
|
|
|
|
.enb_on_reset = 0,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_gpio_pin2_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0xffffffff,
|
|
|
|
.mask = PMX_GPIO_PIN2_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_gpio_pin2 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "gpio_pin2",
|
|
|
|
.modes = pmx_gpio_pin2_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_gpio_pin2_modes),
|
|
|
|
.enb_on_reset = 0,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_gpio_pin3_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0xffffffff,
|
|
|
|
.mask = PMX_GPIO_PIN3_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_gpio_pin3 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "gpio_pin3",
|
|
|
|
.modes = pmx_gpio_pin3_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_gpio_pin3_modes),
|
|
|
|
.enb_on_reset = 0,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_gpio_pin4_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0xffffffff,
|
|
|
|
.mask = PMX_GPIO_PIN4_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_gpio_pin4 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "gpio_pin4",
|
|
|
|
.modes = pmx_gpio_pin4_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_gpio_pin4_modes),
|
|
|
|
.enb_on_reset = 0,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_gpio_pin5_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0xffffffff,
|
|
|
|
.mask = PMX_GPIO_PIN5_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_gpio_pin5 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "gpio_pin5",
|
|
|
|
.modes = pmx_gpio_pin5_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_gpio_pin5_modes),
|
|
|
|
.enb_on_reset = 0,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_uart0_modem_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0xffffffff,
|
|
|
|
.mask = PMX_UART0_MODEM_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_uart0_modem = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "uart0_modem",
|
|
|
|
.modes = pmx_uart0_modem_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_uart0_modem_modes),
|
|
|
|
.enb_on_reset = 0,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_uart0_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0xffffffff,
|
|
|
|
.mask = PMX_UART0_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_uart0 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "uart0",
|
|
|
|
.modes = pmx_uart0_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_uart0_modes),
|
|
|
|
.enb_on_reset = 0,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_timer_3_4_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0xffffffff,
|
|
|
|
.mask = PMX_TIMER_3_4_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_timer_3_4 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "timer_3_4",
|
|
|
|
.modes = pmx_timer_3_4_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_timer_3_4_modes),
|
|
|
|
.enb_on_reset = 0,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_timer_1_2_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0xffffffff,
|
|
|
|
.mask = PMX_TIMER_1_2_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_timer_1_2 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "timer_1_2",
|
|
|
|
.modes = pmx_timer_1_2_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_timer_1_2_modes),
|
|
|
|
.enb_on_reset = 0,
|
|
|
|
};
|
|
|
|
|
|
|
|
#if defined(CONFIG_MACH_SPEAR310) || defined(CONFIG_MACH_SPEAR320)
|
|
|
|
/* plgpios devices */
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_plgpio_0_1_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0x00,
|
|
|
|
.mask = PMX_FIRDA_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_plgpio_0_1 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "plgpio 0 and 1",
|
|
|
|
.modes = pmx_plgpio_0_1_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_plgpio_0_1_modes),
|
|
|
|
.enb_on_reset = 1,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_plgpio_2_3_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0x00,
|
|
|
|
.mask = PMX_UART0_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_plgpio_2_3 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "plgpio 2 and 3",
|
|
|
|
.modes = pmx_plgpio_2_3_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_plgpio_2_3_modes),
|
|
|
|
.enb_on_reset = 1,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_plgpio_4_5_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0x00,
|
|
|
|
.mask = PMX_I2C_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_plgpio_4_5 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "plgpio 4 and 5",
|
|
|
|
.modes = pmx_plgpio_4_5_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_plgpio_4_5_modes),
|
|
|
|
.enb_on_reset = 1,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_plgpio_6_9_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0x00,
|
|
|
|
.mask = PMX_SSP_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_plgpio_6_9 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "plgpio 6 to 9",
|
|
|
|
.modes = pmx_plgpio_6_9_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_plgpio_6_9_modes),
|
|
|
|
.enb_on_reset = 1,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_plgpio_10_27_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0x00,
|
|
|
|
.mask = PMX_MII_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_plgpio_10_27 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "plgpio 10 to 27",
|
|
|
|
.modes = pmx_plgpio_10_27_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_plgpio_10_27_modes),
|
|
|
|
.enb_on_reset = 1,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_plgpio_28_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0x00,
|
|
|
|
.mask = PMX_GPIO_PIN0_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_plgpio_28 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "plgpio 28",
|
|
|
|
.modes = pmx_plgpio_28_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_plgpio_28_modes),
|
|
|
|
.enb_on_reset = 1,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_plgpio_29_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0x00,
|
|
|
|
.mask = PMX_GPIO_PIN1_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_plgpio_29 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "plgpio 29",
|
|
|
|
.modes = pmx_plgpio_29_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_plgpio_29_modes),
|
|
|
|
.enb_on_reset = 1,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_plgpio_30_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0x00,
|
|
|
|
.mask = PMX_GPIO_PIN2_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_plgpio_30 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "plgpio 30",
|
|
|
|
.modes = pmx_plgpio_30_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_plgpio_30_modes),
|
|
|
|
.enb_on_reset = 1,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_plgpio_31_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0x00,
|
|
|
|
.mask = PMX_GPIO_PIN3_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_plgpio_31 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "plgpio 31",
|
|
|
|
.modes = pmx_plgpio_31_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_plgpio_31_modes),
|
|
|
|
.enb_on_reset = 1,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_plgpio_32_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0x00,
|
|
|
|
.mask = PMX_GPIO_PIN4_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_plgpio_32 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "plgpio 32",
|
|
|
|
.modes = pmx_plgpio_32_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_plgpio_32_modes),
|
|
|
|
.enb_on_reset = 1,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_plgpio_33_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0x00,
|
|
|
|
.mask = PMX_GPIO_PIN5_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_plgpio_33 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "plgpio 33",
|
|
|
|
.modes = pmx_plgpio_33_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_plgpio_33_modes),
|
|
|
|
.enb_on_reset = 1,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_plgpio_34_36_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0x00,
|
|
|
|
.mask = PMX_SSP_CS_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_plgpio_34_36 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "plgpio 34 to 36",
|
|
|
|
.modes = pmx_plgpio_34_36_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_plgpio_34_36_modes),
|
|
|
|
.enb_on_reset = 1,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_plgpio_37_42_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0x00,
|
|
|
|
.mask = PMX_UART0_MODEM_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_plgpio_37_42 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "plgpio 37 to 42",
|
|
|
|
.modes = pmx_plgpio_37_42_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_plgpio_37_42_modes),
|
|
|
|
.enb_on_reset = 1,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_plgpio_43_44_47_48_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0x00,
|
|
|
|
.mask = PMX_TIMER_1_2_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_plgpio_43_44_47_48 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "plgpio 43, 44, 47 and 48",
|
|
|
|
.modes = pmx_plgpio_43_44_47_48_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_plgpio_43_44_47_48_modes),
|
|
|
|
.enb_on_reset = 1,
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
static struct pmx_dev_mode pmx_plgpio_45_46_49_50_modes[] = {
|
2010-04-01 19:31:29 +08:00
|
|
|
{
|
|
|
|
.ids = 0x00,
|
|
|
|
.mask = PMX_TIMER_3_4_MASK,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
2011-05-20 15:34:22 +08:00
|
|
|
struct pmx_dev spear3xx_pmx_plgpio_45_46_49_50 = {
|
2010-04-01 19:31:29 +08:00
|
|
|
.name = "plgpio 45, 46, 49 and 50",
|
|
|
|
.modes = pmx_plgpio_45_46_49_50_modes,
|
|
|
|
.mode_count = ARRAY_SIZE(pmx_plgpio_45_46_49_50_modes),
|
|
|
|
.enb_on_reset = 1,
|
|
|
|
};
|
2011-02-16 14:40:32 +08:00
|
|
|
#endif /* CONFIG_MACH_SPEAR310 || CONFIG_MACH_SPEAR320 */
|
2010-04-01 19:31:29 +08:00
|
|
|
|
2012-03-23 02:47:43 +08:00
|
|
|
/* ssp device registration */
|
|
|
|
struct pl022_ssp_controller pl022_plat_data = {
|
|
|
|
.bus_id = 0,
|
|
|
|
.enable_dma = 1,
|
|
|
|
.dma_filter = pl08x_filter_id,
|
|
|
|
.dma_tx_param = "ssp0_tx",
|
|
|
|
.dma_rx_param = "ssp0_rx",
|
|
|
|
/*
|
|
|
|
* This is number of spi devices that can be connected to spi. There are
|
|
|
|
* two type of chipselects on which slave devices can work. One is chip
|
|
|
|
* select provided by spi masters other is controlled through external
|
|
|
|
* gpio's. We can't use chipselect provided from spi master (because as
|
|
|
|
* soon as FIFO becomes empty, CS is disabled and transfer ends). So
|
|
|
|
* this number now depends on number of gpios available for spi. each
|
|
|
|
* slave on each master requires a separate gpio pin.
|
|
|
|
*/
|
|
|
|
.num_chipselect = 2,
|
|
|
|
};
|
|
|
|
|
2012-03-26 12:59:23 +08:00
|
|
|
/* dmac device registration */
|
|
|
|
struct pl08x_platform_data pl080_plat_data = {
|
|
|
|
.memcpy_channel = {
|
|
|
|
.bus_id = "memcpy",
|
|
|
|
.cctl = (PL080_BSIZE_16 << PL080_CONTROL_SB_SIZE_SHIFT | \
|
|
|
|
PL080_BSIZE_16 << PL080_CONTROL_DB_SIZE_SHIFT | \
|
|
|
|
PL080_WIDTH_32BIT << PL080_CONTROL_SWIDTH_SHIFT | \
|
|
|
|
PL080_WIDTH_32BIT << PL080_CONTROL_DWIDTH_SHIFT | \
|
|
|
|
PL080_CONTROL_PROT_BUFF | PL080_CONTROL_PROT_CACHE | \
|
|
|
|
PL080_CONTROL_PROT_SYS),
|
|
|
|
},
|
|
|
|
.lli_buses = PL08X_AHB1,
|
|
|
|
.mem_buses = PL08X_AHB1,
|
|
|
|
.get_signal = pl080_get_signal,
|
|
|
|
.put_signal = pl080_put_signal,
|
|
|
|
};
|
|
|
|
|
2012-03-23 02:47:43 +08:00
|
|
|
/*
|
|
|
|
* Following will create 16MB static virtual/physical mappings
|
|
|
|
* PHYSICAL VIRTUAL
|
|
|
|
* 0xD0000000 0xFD000000
|
|
|
|
* 0xFC000000 0xFC000000
|
|
|
|
*/
|
|
|
|
struct map_desc spear3xx_io_desc[] __initdata = {
|
|
|
|
{
|
|
|
|
.virtual = VA_SPEAR3XX_ICM1_2_BASE,
|
|
|
|
.pfn = __phys_to_pfn(SPEAR3XX_ICM1_2_BASE),
|
|
|
|
.length = SZ_16M,
|
|
|
|
.type = MT_DEVICE
|
|
|
|
}, {
|
|
|
|
.virtual = VA_SPEAR3XX_ICM3_SMI_CTRL_BASE,
|
|
|
|
.pfn = __phys_to_pfn(SPEAR3XX_ICM3_SMI_CTRL_BASE),
|
|
|
|
.length = SZ_16M,
|
|
|
|
.type = MT_DEVICE
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
/* This will create static memory mapping for selected devices */
|
|
|
|
void __init spear3xx_map_io(void)
|
|
|
|
{
|
|
|
|
iotable_init(spear3xx_io_desc, ARRAY_SIZE(spear3xx_io_desc));
|
|
|
|
}
|
|
|
|
|
2011-02-16 14:40:32 +08:00
|
|
|
static void __init spear3xx_timer_init(void)
|
|
|
|
{
|
|
|
|
char pclk_name[] = "pll3_48m_clk";
|
|
|
|
struct clk *gpt_clk, *pclk;
|
|
|
|
|
|
|
|
/* get the system timer clock */
|
|
|
|
gpt_clk = clk_get_sys("gpt0", NULL);
|
|
|
|
if (IS_ERR(gpt_clk)) {
|
|
|
|
pr_err("%s:couldn't get clk for gpt\n", __func__);
|
|
|
|
BUG();
|
|
|
|
}
|
|
|
|
|
|
|
|
/* get the suitable parent clock for timer*/
|
|
|
|
pclk = clk_get(NULL, pclk_name);
|
|
|
|
if (IS_ERR(pclk)) {
|
|
|
|
pr_err("%s:couldn't get %s as parent for gpt\n",
|
|
|
|
__func__, pclk_name);
|
|
|
|
BUG();
|
|
|
|
}
|
|
|
|
|
|
|
|
clk_set_parent(gpt_clk, pclk);
|
|
|
|
clk_put(gpt_clk);
|
|
|
|
clk_put(pclk);
|
|
|
|
|
2012-04-12 01:30:11 +08:00
|
|
|
spear_setup_timer(SPEAR3XX_CPU_TMR_BASE, SPEAR3XX_IRQ_CPU_GPT1_1);
|
2011-02-16 14:40:32 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
struct sys_timer spear3xx_timer = {
|
|
|
|
.init = spear3xx_timer_init,
|
|
|
|
};
|
2012-03-23 02:47:43 +08:00
|
|
|
|
|
|
|
static const struct of_device_id vic_of_match[] __initconst = {
|
|
|
|
{ .compatible = "arm,pl190-vic", .data = vic_of_init, },
|
|
|
|
{ /* Sentinel */ }
|
|
|
|
};
|
|
|
|
|
|
|
|
void __init spear3xx_dt_init_irq(void)
|
|
|
|
{
|
|
|
|
of_irq_init(vic_of_match);
|
|
|
|
}
|