teton_bga.h 738 B

123456789101112131415161718192021222324252627
  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. /* GPIOs */
  13. #define MMC_PWENA_GPIO 27
  14. #define USBHPENB_GPIO 55
  15. #define RTC_INT_GPIO 78
  16. #define LCD_VBLK_EN_GPIO 79
  17. #define LCD_DVDD_EN_GPIO 80
  18. #define RST_WIFI_GPIO 81
  19. #define CF_PWEN_GPIO 82
  20. #define USB_OC_GPIO 83
  21. #define PWM_GPIO 84
  22. #define USBHPENA_GPIO 85
  23. #define TS_INT_GPIO 86
  24. #define CIR_GPIO 108
  25. #endif /* __ASM_MACH_TETON_BGA_H */