1/*
2 *  linux/arch/arm/mach-mmp/include/mach/teton_bga.h
3 *
4 *  Support for the Marvell PXA168 Teton BGA Development Platform.
5 *
6 *  This program is free software; you can redistribute it and/or modify
7 *  it under the terms of the GNU General Public License version 2 as
8 *  publishhed by the Free Software Foundation.
9 */
10#ifndef __ASM_MACH_TETON_BGA_H
11#define __ASM_MACH_TETON_BGA_H
12
13/* GPIOs */
14#define MMC_PWENA_GPIO		27
15#define USBHPENB_GPIO		55
16#define RTC_INT_GPIO		78
17#define LCD_VBLK_EN_GPIO	79
18#define LCD_DVDD_EN_GPIO	80
19#define RST_WIFI_GPIO		81
20#define CF_PWEN_GPIO		82
21#define USB_OC_GPIO		83
22#define PWM_GPIO		84
23#define USBHPENA_GPIO		85
24#define TS_INT_GPIO		86
25#define CIR_GPIO		108
26
27#endif /* __ASM_MACH_TETON_BGA_H */
28