Path: blob/master/arch/arm/mach-mmp/include/mach/teton_bga.h
15163 views
/*1* linux/arch/arm/mach-mmp/include/mach/teton_bga.h2*3* Support for the Marvell PXA168 Teton BGA Development Platform.4*5* This program is free software; you can redistribute it and/or modify6* it under the terms of the GNU General Public License version 2 as7* publishhed by the Free Software Foundation.8*/9#ifndef __ASM_MACH_TETON_BGA_H10#define __ASM_MACH_TETON_BGA_H1112/* GPIOs */13#define MMC_PWENA_GPIO 2714#define USBHPENB_GPIO 5515#define RTC_INT_GPIO 7816#define LCD_VBLK_EN_GPIO 7917#define LCD_DVDD_EN_GPIO 8018#define RST_WIFI_GPIO 8119#define CF_PWEN_GPIO 8220#define USB_OC_GPIO 8321#define PWM_GPIO 8422#define USBHPENA_GPIO 8523#define TS_INT_GPIO 8624#define CIR_GPIO 1082526#endif /* __ASM_MACH_TETON_BGA_H */272829