Go to the documentation of this file.
7 #ifndef __BOARD_MOP500_H
8 #define __BOARD_MOP500_H
11 #include <mach/irqs.h>
16 #define SNOWBALL_ACCEL_INT1_GPIO 163
17 #define SNOWBALL_ACCEL_INT2_GPIO 164
18 #define SNOWBALL_MAGNET_DRDY_GPIO 165
19 #define SNOWBALL_SDMMC_EN_GPIO 217
20 #define SNOWBALL_SDMMC_1V8_3V_GPIO 228
21 #define SNOWBALL_SDMMC_CD_GPIO 218
24 #define HREFV60_SDMMC_1V8_3V_GPIO 5
25 #define HREFV60_CAMERA_FLASH_ENABLE 21
26 #define HREFV60_MAGNET_DRDY_GPIO 32
27 #define HREFV60_DISP1_RST_GPIO 65
28 #define HREFV60_DISP2_RST_GPIO 66
29 #define HREFV60_ACCEL_INT1_GPIO 82
30 #define HREFV60_ACCEL_INT2_GPIO 83
31 #define HREFV60_SDMMC_CD_GPIO 95
32 #define HREFV60_XSHUTDOWN_SECONDARY_SENSOR 140
33 #define HREFV60_TOUCH_RST_GPIO 143
34 #define HREFV60_HAL_SW_GPIO 145
35 #define HREFV60_SDMMC_EN_GPIO 169
36 #define HREFV60_MMIO_XENON_CHARGE 170
37 #define HREFV60_PROX_SENSE_GPIO 217
40 #define CAMERA_FLASH_INT_PIN 7
41 #define CYPRESS_TOUCH_INT_PIN 84
42 #define XSHUTDOWN_PRIMARY_SENSOR 141
43 #define XSHUTDOWN_SECONDARY_SENSOR 142
44 #define CYPRESS_TOUCH_RST_GPIO 143
45 #define MOP500_HDMI_RST_GPIO 196
46 #define CYPRESS_SLAVE_SELECT_GPIO 216
49 #define MOP500_EGPIO(x) (NOMADIK_NR_GPIO + (x))
50 #define GPIO_MAGNET_DRDY MOP500_EGPIO(1)
51 #define GPIO_SDMMC_CD MOP500_EGPIO(3)
52 #define GPIO_CAMERA_FLASH_ENABLE MOP500_EGPIO(4)
53 #define GPIO_MMIO_XENON_CHARGE MOP500_EGPIO(5)
54 #define GPIO_PROX_SENSOR MOP500_EGPIO(7)
55 #define GPIO_HAL_SENSOR MOP500_EGPIO(8)
56 #define GPIO_ACCEL_INT1 MOP500_EGPIO(10)
57 #define GPIO_ACCEL_INT2 MOP500_EGPIO(11)
58 #define GPIO_BU21013_CS MOP500_EGPIO(13)
59 #define MOP500_DISP2_RST_GPIO MOP500_EGPIO(14)
60 #define MOP500_DISP1_RST_GPIO MOP500_EGPIO(15)
61 #define GPIO_SDMMC_EN MOP500_EGPIO(17)
62 #define GPIO_SDMMC_1V8_3V_SEL MOP500_EGPIO(18)
63 #define MOP500_EGPIO_END MOP500_EGPIO(24)
71 #define MOP500_AB8500_PIN_GPIO(x) (MOP500_EGPIO_END + (x) - 1)
73 #define SNOWBALL_VSMPS2_1V8_GPIO MOP500_AB8500_PIN_GPIO(1)
74 #define SNOWBALL_PM_GPIO1_GPIO MOP500_AB8500_PIN_GPIO(2)
75 #define SNOWBALL_WLAN_CLK_REQ_GPIO MOP500_AB8500_PIN_GPIO(3)
76 #define SNOWBALL_PM_GPIO4_GPIO MOP500_AB8500_PIN_GPIO(4)
77 #define SNOWBALL_EN_3V6_GPIO MOP500_AB8500_PIN_GPIO(16)
78 #define SNOWBALL_PME_ETH_GPIO MOP500_AB8500_PIN_GPIO(24)
79 #define SNOWBALL_EN_3V3_ETH_GPIO MOP500_AB8500_PIN_GPIO(26)