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