blob: fdcfa8721bb4358e84c2b5d361f30b3ef5503f0e [file] [log] [blame]
Hanumath Prasad008f8a22010-08-19 12:06:32 +01001/*
2 * Copyright (C) ST-Ericsson SA 2010
3 *
4 * License terms: GNU General Public License (GPL) version 2
5 */
6
7#ifndef __BOARD_MOP500_H
8#define __BOARD_MOP500_H
9
Linus Walleij017beaa2011-11-11 18:48:52 +010010/* Snowball specific GPIO assignments, this board has no GPIO expander */
11#define SNOWBALL_ACCEL_INT1_GPIO 163
12#define SNOWBALL_ACCEL_INT2_GPIO 164
13#define SNOWBALL_MAGNET_DRDY_GPIO 165
14#define SNOWBALL_SDMMC_EN_GPIO 217
15#define SNOWBALL_SDMMC_1V8_3V_GPIO 228
16#define SNOWBALL_SDMMC_CD_GPIO 218
Mathieu J. Poirier885d0fe2011-03-25 09:28:58 -060017
Linus Walleij4b4f7572011-02-15 15:01:35 +010018/* HREFv60-specific GPIO assignments, this board has no GPIO expander */
Linus Walleij4b4f7572011-02-15 15:01:35 +010019#define HREFV60_SDMMC_1V8_3V_GPIO 5
Linus Walleij017beaa2011-11-11 18:48:52 +010020#define HREFV60_CAMERA_FLASH_ENABLE 21
Linus Walleij4b4f7572011-02-15 15:01:35 +010021#define HREFV60_MAGNET_DRDY_GPIO 32
22#define HREFV60_DISP1_RST_GPIO 65
23#define HREFV60_DISP2_RST_GPIO 66
Linus Walleij017beaa2011-11-11 18:48:52 +010024#define HREFV60_ACCEL_INT1_GPIO 82
25#define HREFV60_ACCEL_INT2_GPIO 83
26#define HREFV60_SDMMC_CD_GPIO 95
27#define HREFV60_XSHUTDOWN_SECONDARY_SENSOR 140
28#define HREFV60_TOUCH_RST_GPIO 143
29#define HREFV60_HAL_SW_GPIO 145
30#define HREFV60_SDMMC_EN_GPIO 169
31#define HREFV60_MMIO_XENON_CHARGE 170
32#define HREFV60_PROX_SENSE_GPIO 217
33
34/* MOP500 generic GPIOs */
35#define CAMERA_FLASH_INT_PIN 7
36#define CYPRESS_TOUCH_INT_PIN 84
37#define XSHUTDOWN_PRIMARY_SENSOR 141
38#define XSHUTDOWN_SECONDARY_SENSOR 142
39#define CYPRESS_TOUCH_RST_GPIO 143
40#define MOP500_HDMI_RST_GPIO 196
41#define CYPRESS_SLAVE_SELECT_GPIO 216
Rabin Vincentb8410a12010-08-09 19:18:17 +053042
43/* GPIOs on the TC35892 expander */
Linus Walleij4b4f7572011-02-15 15:01:35 +010044#define MOP500_EGPIO(x) (NOMADIK_NR_GPIO + (x))
Linus Walleij017beaa2011-11-11 18:48:52 +010045#define GPIO_MAGNET_DRDY MOP500_EGPIO(1)
Rabin Vincentb8410a12010-08-09 19:18:17 +053046#define GPIO_SDMMC_CD MOP500_EGPIO(3)
Linus Walleij017beaa2011-11-11 18:48:52 +010047#define GPIO_CAMERA_FLASH_ENABLE MOP500_EGPIO(4)
48#define GPIO_MMIO_XENON_CHARGE MOP500_EGPIO(5)
Philippe Langlaisa71b8192011-01-14 10:53:59 +010049#define GPIO_PROX_SENSOR MOP500_EGPIO(7)
Linus Walleij017beaa2011-11-11 18:48:52 +010050#define GPIO_HAL_SENSOR MOP500_EGPIO(8)
51#define GPIO_ACCEL_INT1 MOP500_EGPIO(10)
52#define GPIO_ACCEL_INT2 MOP500_EGPIO(11)
Sundar Iyer0c243522011-01-21 10:56:17 +053053#define GPIO_BU21013_CS MOP500_EGPIO(13)
Linus Walleij017beaa2011-11-11 18:48:52 +010054#define MOP500_DISP2_RST_GPIO MOP500_EGPIO(14)
55#define MOP500_DISP1_RST_GPIO MOP500_EGPIO(15)
Rabin Vincentb8410a12010-08-09 19:18:17 +053056#define GPIO_SDMMC_EN MOP500_EGPIO(17)
57#define GPIO_SDMMC_1V8_3V_SEL MOP500_EGPIO(18)
Bibek Basu3ef374a2011-02-15 12:56:16 +053058#define MOP500_EGPIO_END MOP500_EGPIO(24)
59
Linus Walleij017beaa2011-11-11 18:48:52 +010060/*
61 * GPIOs on the AB8500 mixed-signals circuit
62 * Notice that we subtract 1 from the number passed into the macro, this is
63 * because the AB8500 GPIO pins are enumbered starting from 1, so the value in
64 * parens matches the GPIO pin number in the data sheet.
65 */
Philippe Langlaisa1524ee2012-02-13 10:52:25 +010066#define MOP500_AB8500_PIN_GPIO(x) (MOP500_EGPIO_END + (x) - 1)
Linus Walleij017beaa2011-11-11 18:48:52 +010067/*Snowball AB8500 GPIO */
68#define SNOWBALL_VSMPS2_1V8_GPIO MOP500_AB8500_PIN_GPIO(1) /* SYSCLKREQ2/GPIO1 */
69#define SNOWBALL_PM_GPIO1_GPIO MOP500_AB8500_PIN_GPIO(2) /* SYSCLKREQ3/GPIO2 */
70#define SNOWBALL_WLAN_CLK_REQ_GPIO MOP500_AB8500_PIN_GPIO(3) /* SYSCLKREQ4/GPIO3 */
71#define SNOWBALL_PM_GPIO4_GPIO MOP500_AB8500_PIN_GPIO(4) /* SYSCLKREQ6/GPIO4 */
72#define SNOWBALL_EN_3V6_GPIO MOP500_AB8500_PIN_GPIO(16) /* PWMOUT3/GPIO16 */
73#define SNOWBALL_PME_ETH_GPIO MOP500_AB8500_PIN_GPIO(24) /* SYSCLKREQ7/GPIO24 */
74#define SNOWBALL_EN_3V3_ETH_GPIO MOP500_AB8500_PIN_GPIO(26) /* GPIO26 */
Rabin Vincentb8410a12010-08-09 19:18:17 +053075
Rabin Vincent705e0982011-01-21 10:56:16 +053076struct i2c_board_info;
77
Lee Jones18403422012-02-06 11:22:21 -080078extern void mop500_sdi_init(struct device *parent);
79extern void snowball_sdi_init(struct device *parent);
80extern void hrefv60_sdi_init(struct device *parent);
81extern void mop500_sdi_tc35892_init(struct device *parent);
Rabin Vincent705e0982011-01-21 10:56:16 +053082void __init mop500_u8500uib_init(void);
83void __init mop500_stuib_init(void);
Rabin Vincentfe052032011-02-11 17:07:21 -070084void __init mop500_pins_init(void);
Lee Jones110c2c22011-08-26 16:54:07 +010085void __init hrefv60_pins_init(void);
86void __init snowball_pins_init(void);
Rabin Vincent705e0982011-01-21 10:56:16 +053087
88void mop500_uib_i2c_add(int busnum, struct i2c_board_info *info,
89 unsigned n);
Hanumath Prasad008f8a22010-08-19 12:06:32 +010090
91#endif