eseries-gpio.h 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /*
  2. * eseries-gpio.h
  3. *
  4. * Copyright (C) Ian Molton <spyro@f2s.com>
  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. * published by the Free Software Foundation.
  9. *
  10. */
  11. /* e-series power button */
  12. #define GPIO_ESERIES_POWERBTN 0
  13. /* UDC GPIO definitions */
  14. #define GPIO_E7XX_USB_DISC 13
  15. #define GPIO_E7XX_USB_PULLUP 3
  16. #define GPIO_E800_USB_DISC 4
  17. #define GPIO_E800_USB_PULLUP 84
  18. /* e740 PCMCIA GPIO definitions */
  19. /* Note: PWR1 seems to be inverted */
  20. #define GPIO_E740_PCMCIA_CD0 8
  21. #define GPIO_E740_PCMCIA_CD1 44
  22. #define GPIO_E740_PCMCIA_RDY0 11
  23. #define GPIO_E740_PCMCIA_RDY1 6
  24. #define GPIO_E740_PCMCIA_RST0 27
  25. #define GPIO_E740_PCMCIA_RST1 24
  26. #define GPIO_E740_PCMCIA_PWR0 20
  27. #define GPIO_E740_PCMCIA_PWR1 23
  28. /* e750 PCMCIA GPIO definitions */
  29. #define GPIO_E750_PCMCIA_CD0 8
  30. #define GPIO_E750_PCMCIA_RDY0 12
  31. #define GPIO_E750_PCMCIA_RST0 27
  32. #define GPIO_E750_PCMCIA_PWR0 20
  33. /* e800 PCMCIA GPIO definitions */
  34. #define GPIO_E800_PCMCIA_RST0 69
  35. #define GPIO_E800_PCMCIA_RST1 72
  36. #define GPIO_E800_PCMCIA_PWR0 20
  37. #define GPIO_E800_PCMCIA_PWR1 73
  38. /* e7xx IrDA power control */
  39. #define GPIO_E7XX_IR_OFF 38
  40. /* e740 audio control GPIOs */
  41. #define GPIO_E740_WM9705_nAVDD2 16
  42. #define GPIO_E740_MIC_ON 40
  43. #define GPIO_E740_AMP_ON 41
  44. /* e750 audio control GPIOs */
  45. #define GPIO_E750_HP_AMP_OFF 4
  46. #define GPIO_E750_SPK_AMP_OFF 7
  47. #define GPIO_E750_HP_DETECT 37
  48. /* e800 audio control GPIOs */
  49. #define GPIO_E800_HP_DETECT 81
  50. #define GPIO_E800_HP_AMP_OFF 82
  51. #define GPIO_E800_SPK_AMP_ON 83
  52. /* ASIC related GPIOs */
  53. #define GPIO_ESERIES_TMIO_IRQ 5
  54. #define GPIO_ESERIES_TMIO_PCLR 19
  55. #define GPIO_ESERIES_TMIO_SUSPEND 45
  56. #define GPIO_E800_ANGELX_IRQ 8