1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 3 * Support for the Marvell PXA168 Teton BGA Development Platform. 4 */ 5 #ifndef __ASM_MACH_TETON_BGA_H 6 #define __ASM_MACH_TETON_BGA_H 7 8 /* GPIOs */ 9 #define MMC_PWENA_GPIO 27 10 #define USBHPENB_GPIO 55 11 #define RTC_INT_GPIO 78 12 #define LCD_VBLK_EN_GPIO 79 13 #define LCD_DVDD_EN_GPIO 80 14 #define RST_WIFI_GPIO 81 15 #define CF_PWEN_GPIO 82 16 #define USB_OC_GPIO 83 17 #define PWM_GPIO 84 18 #define USBHPENA_GPIO 85 19 #define TS_INT_GPIO 86 20 #define CIR_GPIO 108 21 22 #endif /* __ASM_MACH_TETON_BGA_H */ 23