at91_pio.h 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * [origin: Linux kernel include/asm-arm/arch-at91/at91_pio.h]
  4. *
  5. * Copyright (C) 2005 Ivan Kokshaysky
  6. * Copyright (C) SAN People
  7. * Copyright (C) 2009 Jens Scharsig (js_at_ng@scharsoft.de)
  8. *
  9. * Parallel I/O Controller (PIO) - System peripherals registers.
  10. * Based on AT91RM9200 datasheet revision E.
  11. */
  12. #ifndef AT91_PIO_H
  13. #define AT91_PIO_H
  14. #define AT91_ASM_PIO_RANGE 0x200
  15. #define AT91_ASM_PIOC_ASR \
  16. (ATMEL_BASE_PIO + AT91_PIO_PORTC * AT91_ASM_PIO_RANGE + 0x70)
  17. #define AT91_ASM_PIOC_BSR \
  18. (ATMEL_BASE_PIO + AT91_PIO_PORTC * AT91_ASM_PIO_RANGE + 0x74)
  19. #define AT91_ASM_PIOC_PDR \
  20. (ATMEL_BASE_PIO + AT91_PIO_PORTC * AT91_ASM_PIO_RANGE + 0x04)
  21. #define AT91_ASM_PIOC_PUDR \
  22. (ATMEL_BASE_PIO + AT91_PIO_PORTC * AT91_ASM_PIO_RANGE + 0x60)
  23. #define AT91_ASM_PIOD_PDR \
  24. (ATMEL_BASE_PIO + AT91_PIO_PORTD * AT91_ASM_PIO_RANGE + 0x04)
  25. #define AT91_ASM_PIOD_PUDR \
  26. (ATMEL_BASE_PIO + AT91_PIO_PORTD * AT91_ASM_PIO_RANGE + 0x60)
  27. #define AT91_ASM_PIOD_ASR \
  28. (ATMEL_BASE_PIO + AT91_PIO_PORTD * AT91_ASM_PIO_RANGE + 0x70)
  29. #define PIO_SCDR_DIV 0x3fff /* Slow Clock Divider Selection for Debouncing Mask */
  30. #ifndef __ASSEMBLY__
  31. typedef struct at91_port {
  32. u32 per; /* 0x00 PIO Enable Register */
  33. u32 pdr; /* 0x04 PIO Disable Register */
  34. u32 psr; /* 0x08 PIO Status Register */
  35. u32 reserved0;
  36. u32 oer; /* 0x10 Output Enable Register */
  37. u32 odr; /* 0x14 Output Disable Registerr */
  38. u32 osr; /* 0x18 Output Status Register */
  39. u32 reserved1;
  40. u32 ifer; /* 0x20 Input Filter Enable Register */
  41. u32 ifdr; /* 0x24 Input Filter Disable Register */
  42. u32 ifsr; /* 0x28 Input Filter Status Register */
  43. u32 reserved2;
  44. u32 sodr; /* 0x30 Set Output Data Register */
  45. u32 codr; /* 0x34 Clear Output Data Register */
  46. u32 odsr; /* 0x38 Output Data Status Register */
  47. u32 pdsr; /* 0x3C Pin Data Status Register */
  48. u32 ier; /* 0x40 Interrupt Enable Register */
  49. u32 idr; /* 0x44 Interrupt Disable Register */
  50. u32 imr; /* 0x48 Interrupt Mask Register */
  51. u32 isr; /* 0x4C Interrupt Status Register */
  52. u32 mder; /* 0x50 Multi-driver Enable Register */
  53. u32 mddr; /* 0x54 Multi-driver Disable Register */
  54. u32 mdsr; /* 0x58 Multi-driver Status Register */
  55. u32 reserved3;
  56. u32 pudr; /* 0x60 Pull-up Disable Register */
  57. u32 puer; /* 0x64 Pull-up Enable Register */
  58. u32 pusr; /* 0x68 Pad Pull-up Status Register */
  59. u32 reserved4;
  60. union {
  61. struct {
  62. u32 abcdsr1; /* 0x70 Peripheral ABCD Select Register 1 */
  63. u32 abcdsr2; /* 0x74 Peripheral ABCD Select Register 2 */
  64. u32 reserved5[2];
  65. u32 ifscdr; /* 0x80 Input Filter SCLK Disable Register */
  66. u32 ifscer; /* 0x84 Input Filter SCLK Enable Register */
  67. u32 ifscsr; /* 0x88 Input Filter SCLK Status Register */
  68. u32 scdr; /* 0x8C SCLK Divider Debouncing Register */
  69. u32 ppddr; /* 0x90 Pad Pull-down Disable Register */
  70. u32 ppder; /* 0x94 Pad Pull-down Enable Register */
  71. u32 ppdsr; /* 0x98 Pad Pull-down Status Register */
  72. u32 reserved6; /* */
  73. } pio3;
  74. struct {
  75. u32 asr; /* 0x70 Select A Register */
  76. u32 bsr; /* 0x74 Select B Register */
  77. u32 absr; /* 0x78 AB Select Status Register */
  78. u32 reserved5[9]; /* */
  79. } pio2;
  80. } mux;
  81. u32 ower; /* 0xA0 Output Write Enable Register */
  82. u32 owdr; /* 0xA4 Output Write Disable Register */
  83. u32 owsr; /* OxA8 Output Write Status Register */
  84. u32 reserved7; /* */
  85. u32 aimer; /* 0xB0 Additional INT Modes Enable Register */
  86. u32 aimdr; /* 0xB4 Additional INT Modes Disable Register */
  87. u32 aimmr; /* 0xB8 Additional INT Modes Mask Register */
  88. u32 reserved8; /* */
  89. u32 esr; /* 0xC0 Edge Select Register */
  90. u32 lsr; /* 0xC4 Level Select Register */
  91. u32 elsr; /* 0xC8 Edge/Level Status Register */
  92. u32 reserved9; /* 0xCC */
  93. u32 fellsr; /* 0xD0 Falling /Low Level Select Register */
  94. u32 rehlsr; /* 0xD4 Rising /High Level Select Register */
  95. u32 frlhsr; /* 0xD8 Fall/Rise - Low/High Status Register */
  96. u32 reserved10; /* */
  97. u32 locksr; /* 0xE0 Lock Status */
  98. u32 wpmr; /* 0xE4 Write Protect Mode Register */
  99. u32 wpsr; /* 0xE8 Write Protect Status Register */
  100. u32 reserved11[5]; /* */
  101. u32 schmitt; /* 0x100 Schmitt Trigger Register */
  102. u32 reserved12[4]; /* 0x104 ~ 0x110 */
  103. u32 driver1; /* 0x114 I/O Driver Register1(AT91SAM9x5's driver1) */
  104. u32 driver12; /* 0x118 I/O Driver Register12(AT91SAM9x5's driver2 or SAMA5D3x's driver1 ) */
  105. u32 driver2; /* 0x11C I/O Driver Register2(SAMA5D3x's driver2) */
  106. u32 reserved13[12]; /* 0x120 ~ 0x14C */
  107. } at91_port_t;
  108. typedef union at91_pio {
  109. struct {
  110. at91_port_t pioa;
  111. at91_port_t piob;
  112. at91_port_t pioc;
  113. at91_port_t piod; /* not present in all hardware */
  114. at91_port_t pioe;/* not present in all hardware */
  115. };
  116. at91_port_t port[5];
  117. } at91_pio_t;
  118. #ifdef CONFIG_AT91_GPIO
  119. int at91_set_a_periph(unsigned port, unsigned pin, int use_pullup);
  120. int at91_set_b_periph(unsigned port, unsigned pin, int use_pullup);
  121. int at91_set_pio_input(unsigned port, unsigned pin, int use_pullup);
  122. int at91_set_pio_multi_drive(unsigned port, unsigned pin, int is_on);
  123. int at91_set_pio_output(unsigned port, unsigned pin, int value);
  124. int at91_set_pio_periph(unsigned port, unsigned pin, int use_pullup);
  125. int at91_set_pio_pullup(unsigned port, unsigned pin, int use_pullup);
  126. int at91_set_pio_deglitch(unsigned port, unsigned pin, int is_on);
  127. int at91_set_pio_value(unsigned port, unsigned pin, int value);
  128. int at91_get_pio_value(unsigned port, unsigned pin);
  129. int at91_pio3_set_a_periph(unsigned port, unsigned pin, int use_pullup);
  130. int at91_pio3_set_b_periph(unsigned port, unsigned pin, int use_pullup);
  131. int at91_pio3_set_c_periph(unsigned port, unsigned pin, int use_pullup);
  132. int at91_pio3_set_d_periph(unsigned port, unsigned pin, int use_pullup);
  133. int at91_pio3_set_pio_debounce(unsigned port, unsigned pin, int is_on, int div);
  134. int at91_pio3_set_pio_pullup(unsigned port, unsigned pin, int use_pullup);
  135. int at91_pio3_set_pio_pulldown(unsigned port, unsigned pin, int is_on);
  136. int at91_pio3_set_pio_disable_schmitt_trig(unsigned port, unsigned pin);
  137. #endif
  138. #endif
  139. #define AT91_PIO_PORTA 0x0
  140. #define AT91_PIO_PORTB 0x1
  141. #define AT91_PIO_PORTC 0x2
  142. #define AT91_PIO_PORTD 0x3
  143. #define AT91_PIO_PORTE 0x4
  144. #endif