Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *  Support for the Marvell PXA168 Teton BGA Development Platform.
0004  */
0005 #ifndef __ASM_MACH_TETON_BGA_H
0006 #define __ASM_MACH_TETON_BGA_H
0007 
0008 /* GPIOs */
0009 #define MMC_PWENA_GPIO      27
0010 #define USBHPENB_GPIO       55
0011 #define RTC_INT_GPIO        78
0012 #define LCD_VBLK_EN_GPIO    79
0013 #define LCD_DVDD_EN_GPIO    80
0014 #define RST_WIFI_GPIO       81
0015 #define CF_PWEN_GPIO        82
0016 #define USB_OC_GPIO     83
0017 #define PWM_GPIO        84
0018 #define USBHPENA_GPIO       85
0019 #define TS_INT_GPIO     86
0020 #define CIR_GPIO        108
0021 
0022 #endif /* __ASM_MACH_TETON_BGA_H */