teton_bga.h 532 B

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