teton_bga.h 682 B

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