etraxgpio.h 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. /*
  2. * The following devices are accessable using this driver using
  3. * GPIO_MAJOR (120) and a couple of minor numbers.
  4. *
  5. * For ETRAX 100LX (CONFIG_ETRAX_ARCH_V10):
  6. * /dev/gpioa minor 0, 8 bit GPIO, each bit can change direction
  7. * /dev/gpiob minor 1, 8 bit GPIO, each bit can change direction
  8. * /dev/leds minor 2, Access to leds depending on kernelconfig
  9. * /dev/gpiog minor 3
  10. * g0dir, g8_15dir, g16_23dir, g24 dir configurable in R_GEN_CONFIG
  11. * g1-g7 and g25-g31 is both input and outputs but on different pins
  12. * Also note that some bits change pins depending on what interfaces
  13. * are enabled.
  14. *
  15. * For ETRAX FS (CONFIG_ETRAXFS):
  16. * /dev/gpioa minor 0, 8 bit GPIO, each bit can change direction
  17. * /dev/gpiob minor 1, 18 bit GPIO, each bit can change direction
  18. * /dev/gpioc minor 3, 18 bit GPIO, each bit can change direction
  19. * /dev/gpiod minor 4, 18 bit GPIO, each bit can change direction
  20. * /dev/gpioe minor 5, 18 bit GPIO, each bit can change direction
  21. * /dev/leds minor 2, Access to leds depending on kernelconfig
  22. *
  23. * For ARTPEC-3 (CONFIG_CRIS_MACH_ARTPEC3):
  24. * /dev/gpioa minor 0, 8 bit GPIO, each bit can change direction
  25. * /dev/gpiob minor 1, 18 bit GPIO, each bit can change direction
  26. * /dev/gpioc minor 3, 18 bit GPIO, each bit can change direction
  27. * /dev/gpiod minor 4, 18 bit GPIO, each bit can change direction
  28. * /dev/leds minor 2, Access to leds depending on kernelconfig
  29. * /dev/pwm0 minor 16, PWM channel 0 on PA30
  30. * /dev/pwm1 minor 17, PWM channel 1 on PA31
  31. * /dev/pwm2 minor 18, PWM channel 2 on PB26
  32. *
  33. */
  34. #ifndef _ASM_ETRAXGPIO_H
  35. #define _ASM_ETRAXGPIO_H
  36. /* etraxgpio _IOC_TYPE, bits 8 to 15 in ioctl cmd */
  37. #ifdef CONFIG_ETRAX_ARCH_V10
  38. #define ETRAXGPIO_IOCTYPE 43
  39. #define GPIO_MINOR_A 0
  40. #define GPIO_MINOR_B 1
  41. #define GPIO_MINOR_LEDS 2
  42. #define GPIO_MINOR_G 3
  43. #define GPIO_MINOR_LAST 3
  44. #endif
  45. #ifdef CONFIG_ETRAXFS
  46. #define ETRAXGPIO_IOCTYPE 43
  47. #define GPIO_MINOR_A 0
  48. #define GPIO_MINOR_B 1
  49. #define GPIO_MINOR_LEDS 2
  50. #define GPIO_MINOR_C 3
  51. #define GPIO_MINOR_D 4
  52. #define GPIO_MINOR_E 5
  53. #ifdef CONFIG_ETRAX_VIRTUAL_GPIO
  54. #define GPIO_MINOR_V 6
  55. #define GPIO_MINOR_LAST 6
  56. #else
  57. #define GPIO_MINOR_LAST 5
  58. #endif
  59. #endif
  60. #ifdef CONFIG_CRIS_MACH_ARTPEC3
  61. #define ETRAXGPIO_IOCTYPE 43
  62. #define GPIO_MINOR_A 0
  63. #define GPIO_MINOR_B 1
  64. #define GPIO_MINOR_LEDS 2
  65. #define GPIO_MINOR_C 3
  66. #define GPIO_MINOR_D 4
  67. #ifdef CONFIG_ETRAX_VIRTUAL_GPIO
  68. #define GPIO_MINOR_V 6
  69. #define GPIO_MINOR_LAST 6
  70. #else
  71. #define GPIO_MINOR_LAST 4
  72. #endif
  73. #define GPIO_MINOR_PWM0 16
  74. #define GPIO_MINOR_PWM1 17
  75. #define GPIO_MINOR_PWM2 18
  76. #define GPIO_MINOR_LAST_PWM GPIO_MINOR_PWM2
  77. #endif
  78. /* supported ioctl _IOC_NR's */
  79. #define IO_READBITS 0x1 /* read and return current port bits (obsolete) */
  80. #define IO_SETBITS 0x2 /* set the bits marked by 1 in the argument */
  81. #define IO_CLRBITS 0x3 /* clear the bits marked by 1 in the argument */
  82. /* the alarm is waited for by select() */
  83. #define IO_HIGHALARM 0x4 /* set alarm on high for bits marked by 1 */
  84. #define IO_LOWALARM 0x5 /* set alarm on low for bits marked by 1 */
  85. #define IO_CLRALARM 0x6 /* clear alarm for bits marked by 1 */
  86. /* LED ioctl */
  87. #define IO_LEDACTIVE_SET 0x7 /* set active led
  88. * 0=off, 1=green, 2=red, 3=yellow */
  89. /* GPIO direction ioctl's */
  90. #define IO_READDIR 0x8 /* Read direction 0=input 1=output (obsolete) */
  91. #define IO_SETINPUT 0x9 /* Set direction for bits set, 0=unchanged 1=input,
  92. returns mask with current inputs (obsolete) */
  93. #define IO_SETOUTPUT 0xA /* Set direction for bits set, 0=unchanged 1=output,
  94. returns mask with current outputs (obsolete)*/
  95. /* LED ioctl extended */
  96. #define IO_LED_SETBIT 0xB
  97. #define IO_LED_CLRBIT 0xC
  98. /* SHUTDOWN ioctl */
  99. #define IO_SHUTDOWN 0xD
  100. #define IO_GET_PWR_BT 0xE
  101. /* Bit toggling in driver settings */
  102. /* bit set in low byte0 is CLK mask (0x00FF),
  103. bit set in byte1 is DATA mask (0xFF00)
  104. msb, data_mask[7:0] , clk_mask[7:0]
  105. */
  106. #define IO_CFG_WRITE_MODE 0xF
  107. #define IO_CFG_WRITE_MODE_VALUE(msb, data_mask, clk_mask) \
  108. ( (((msb)&1) << 16) | (((data_mask) &0xFF) << 8) | ((clk_mask) & 0xFF) )
  109. /* The following 4 ioctl's take a pointer as argument and handles
  110. * 32 bit ports (port G) properly.
  111. * These replaces IO_READBITS,IO_SETINPUT AND IO_SETOUTPUT
  112. */
  113. #define IO_READ_INBITS 0x10 /* *arg is result of reading the input pins */
  114. #define IO_READ_OUTBITS 0x11 /* *arg is result of reading the output shadow */
  115. #define IO_SETGET_INPUT 0x12 /* bits set in *arg is set to input,
  116. * *arg updated with current input pins.
  117. */
  118. #define IO_SETGET_OUTPUT 0x13 /* bits set in *arg is set to output,
  119. * *arg updated with current output pins.
  120. */
  121. /* The following ioctl's are applicable to the PWM channels only */
  122. #define IO_PWM_SET_MODE 0x20
  123. enum io_pwm_mode {
  124. PWM_OFF = 0, /* disabled, deallocated */
  125. PWM_STANDARD = 1, /* 390 kHz, duty cycle 0..255/256 */
  126. PWM_FAST = 2, /* variable freq, w/ 10ns active pulse len */
  127. PWM_VARFREQ = 3 /* individually configurable high/low periods */
  128. };
  129. struct io_pwm_set_mode {
  130. enum io_pwm_mode mode;
  131. };
  132. /* Only for mode PWM_VARFREQ. Period lo/high set in increments of 10ns
  133. * from 10ns (value = 0) to 81920ns (value = 8191)
  134. * (Resulting frequencies range from 50 MHz (10ns + 10ns) down to
  135. * 6.1 kHz (81920ns + 81920ns) at 50% duty cycle, to 12.2 kHz at min/max duty
  136. * cycle (81920 + 10ns or 10ns + 81920ns, respectively).)
  137. */
  138. #define IO_PWM_SET_PERIOD 0x21
  139. struct io_pwm_set_period {
  140. unsigned int lo; /* 0..8191 */
  141. unsigned int hi; /* 0..8191 */
  142. };
  143. /* Only for modes PWM_STANDARD and PWM_FAST.
  144. * For PWM_STANDARD, set duty cycle of 390 kHz PWM output signal, from
  145. * 0 (value = 0) to 255/256 (value = 255).
  146. * For PWM_FAST, set duty cycle of PWM output signal from
  147. * 0% (value = 0) to 100% (value = 255). Output signal in this mode
  148. * is a 10ns pulse surrounded by a high or low level depending on duty
  149. * cycle (except for 0% and 100% which result in a constant output).
  150. * Resulting output frequency varies from 50 MHz at 50% duty cycle,
  151. * down to 390 kHz at min/max duty cycle.
  152. */
  153. #define IO_PWM_SET_DUTY 0x22
  154. struct io_pwm_set_duty {
  155. int duty; /* 0..255 */
  156. };
  157. #endif