fpga.h 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. /*
  2. * arch/arm/plat-omap/include/mach/fpga.h
  3. *
  4. * Interrupt handler for OMAP-1510 FPGA
  5. *
  6. * Copyright (C) 2001 RidgeRun, Inc.
  7. * Author: Greg Lonnon <glonnon@ridgerun.com>
  8. *
  9. * Copyright (C) 2002 MontaVista Software, Inc.
  10. *
  11. * Separated FPGA interrupts from innovator1510.c and cleaned up for 2.6
  12. * Copyright (C) 2004 Nokia Corporation by Tony Lindrgen <tony@atomide.com>
  13. *
  14. * This program is free software; you can redistribute it and/or modify
  15. * it under the terms of the GNU General Public License version 2 as
  16. * published by the Free Software Foundation.
  17. */
  18. #ifndef __ASM_ARCH_OMAP_FPGA_H
  19. #define __ASM_ARCH_OMAP_FPGA_H
  20. extern void omap1510_fpga_init_irq(void);
  21. #define fpga_read(reg) __raw_readb(reg)
  22. #define fpga_write(val, reg) __raw_writeb(val, reg)
  23. /*
  24. * ---------------------------------------------------------------------------
  25. * H2/P2 Debug board FPGA
  26. * ---------------------------------------------------------------------------
  27. */
  28. /* maps in the FPGA registers and the ETHR registers */
  29. #define H2P2_DBG_FPGA_BASE 0xE8000000 /* VA */
  30. #define H2P2_DBG_FPGA_SIZE SZ_4K /* SIZE */
  31. #define H2P2_DBG_FPGA_START 0x04000000 /* PA */
  32. #define H2P2_DBG_FPGA_ETHR_START (H2P2_DBG_FPGA_START + 0x300)
  33. #define H2P2_DBG_FPGA_FPGA_REV IOMEM(H2P2_DBG_FPGA_BASE + 0x10) /* FPGA Revision */
  34. #define H2P2_DBG_FPGA_BOARD_REV IOMEM(H2P2_DBG_FPGA_BASE + 0x12) /* Board Revision */
  35. #define H2P2_DBG_FPGA_GPIO IOMEM(H2P2_DBG_FPGA_BASE + 0x14) /* GPIO outputs */
  36. #define H2P2_DBG_FPGA_LEDS IOMEM(H2P2_DBG_FPGA_BASE + 0x16) /* LEDs outputs */
  37. #define H2P2_DBG_FPGA_MISC_INPUTS IOMEM(H2P2_DBG_FPGA_BASE + 0x18) /* Misc inputs */
  38. #define H2P2_DBG_FPGA_LAN_STATUS IOMEM(H2P2_DBG_FPGA_BASE + 0x1A) /* LAN Status line */
  39. #define H2P2_DBG_FPGA_LAN_RESET IOMEM(H2P2_DBG_FPGA_BASE + 0x1C) /* LAN Reset line */
  40. /* NOTE: most boards don't have a static mapping for the FPGA ... */
  41. struct h2p2_dbg_fpga {
  42. /* offset 0x00 */
  43. u16 smc91x[8];
  44. /* offset 0x10 */
  45. u16 fpga_rev;
  46. u16 board_rev;
  47. u16 gpio_outputs;
  48. u16 leds;
  49. /* offset 0x18 */
  50. u16 misc_inputs;
  51. u16 lan_status;
  52. u16 lan_reset;
  53. u16 reserved0;
  54. /* offset 0x20 */
  55. u16 ps2_data;
  56. u16 ps2_ctrl;
  57. /* plus also 4 rs232 ports ... */
  58. };
  59. /* LEDs definition on debug board (16 LEDs, all physically green) */
  60. #define H2P2_DBG_FPGA_LED_GREEN (1 << 15)
  61. #define H2P2_DBG_FPGA_LED_AMBER (1 << 14)
  62. #define H2P2_DBG_FPGA_LED_RED (1 << 13)
  63. #define H2P2_DBG_FPGA_LED_BLUE (1 << 12)
  64. /* cpu0 load-meter LEDs */
  65. #define H2P2_DBG_FPGA_LOAD_METER (1 << 0) // A bit of fun on our board ...
  66. #define H2P2_DBG_FPGA_LOAD_METER_SIZE 11
  67. #define H2P2_DBG_FPGA_LOAD_METER_MASK ((1 << H2P2_DBG_FPGA_LOAD_METER_SIZE) - 1)
  68. #define H2P2_DBG_FPGA_P2_LED_TIMER (1 << 0)
  69. #define H2P2_DBG_FPGA_P2_LED_IDLE (1 << 1)
  70. /*
  71. * ---------------------------------------------------------------------------
  72. * OMAP-1510 FPGA
  73. * ---------------------------------------------------------------------------
  74. */
  75. #define OMAP1510_FPGA_BASE 0xE8000000 /* VA */
  76. #define OMAP1510_FPGA_SIZE SZ_4K
  77. #define OMAP1510_FPGA_START 0x08000000 /* PA */
  78. /* Revision */
  79. #define OMAP1510_FPGA_REV_LOW IOMEM(OMAP1510_FPGA_BASE + 0x0)
  80. #define OMAP1510_FPGA_REV_HIGH IOMEM(OMAP1510_FPGA_BASE + 0x1)
  81. #define OMAP1510_FPGA_LCD_PANEL_CONTROL IOMEM(OMAP1510_FPGA_BASE + 0x2)
  82. #define OMAP1510_FPGA_LED_DIGIT IOMEM(OMAP1510_FPGA_BASE + 0x3)
  83. #define INNOVATOR_FPGA_HID_SPI IOMEM(OMAP1510_FPGA_BASE + 0x4)
  84. #define OMAP1510_FPGA_POWER IOMEM(OMAP1510_FPGA_BASE + 0x5)
  85. /* Interrupt status */
  86. #define OMAP1510_FPGA_ISR_LO IOMEM(OMAP1510_FPGA_BASE + 0x6)
  87. #define OMAP1510_FPGA_ISR_HI IOMEM(OMAP1510_FPGA_BASE + 0x7)
  88. /* Interrupt mask */
  89. #define OMAP1510_FPGA_IMR_LO IOMEM(OMAP1510_FPGA_BASE + 0x8)
  90. #define OMAP1510_FPGA_IMR_HI IOMEM(OMAP1510_FPGA_BASE + 0x9)
  91. /* Reset registers */
  92. #define OMAP1510_FPGA_HOST_RESET IOMEM(OMAP1510_FPGA_BASE + 0xa)
  93. #define OMAP1510_FPGA_RST IOMEM(OMAP1510_FPGA_BASE + 0xb)
  94. #define OMAP1510_FPGA_AUDIO IOMEM(OMAP1510_FPGA_BASE + 0xc)
  95. #define OMAP1510_FPGA_DIP IOMEM(OMAP1510_FPGA_BASE + 0xe)
  96. #define OMAP1510_FPGA_FPGA_IO IOMEM(OMAP1510_FPGA_BASE + 0xf)
  97. #define OMAP1510_FPGA_UART1 IOMEM(OMAP1510_FPGA_BASE + 0x14)
  98. #define OMAP1510_FPGA_UART2 IOMEM(OMAP1510_FPGA_BASE + 0x15)
  99. #define OMAP1510_FPGA_OMAP1510_STATUS IOMEM(OMAP1510_FPGA_BASE + 0x16)
  100. #define OMAP1510_FPGA_BOARD_REV IOMEM(OMAP1510_FPGA_BASE + 0x18)
  101. #define OMAP1510P1_PPT_DATA IOMEM(OMAP1510_FPGA_BASE + 0x100)
  102. #define OMAP1510P1_PPT_STATUS IOMEM(OMAP1510_FPGA_BASE + 0x101)
  103. #define OMAP1510P1_PPT_CONTROL IOMEM(OMAP1510_FPGA_BASE + 0x102)
  104. #define OMAP1510_FPGA_TOUCHSCREEN IOMEM(OMAP1510_FPGA_BASE + 0x204)
  105. #define INNOVATOR_FPGA_INFO IOMEM(OMAP1510_FPGA_BASE + 0x205)
  106. #define INNOVATOR_FPGA_LCD_BRIGHT_LO IOMEM(OMAP1510_FPGA_BASE + 0x206)
  107. #define INNOVATOR_FPGA_LCD_BRIGHT_HI IOMEM(OMAP1510_FPGA_BASE + 0x207)
  108. #define INNOVATOR_FPGA_LED_GRN_LO IOMEM(OMAP1510_FPGA_BASE + 0x208)
  109. #define INNOVATOR_FPGA_LED_GRN_HI IOMEM(OMAP1510_FPGA_BASE + 0x209)
  110. #define INNOVATOR_FPGA_LED_RED_LO IOMEM(OMAP1510_FPGA_BASE + 0x20a)
  111. #define INNOVATOR_FPGA_LED_RED_HI IOMEM(OMAP1510_FPGA_BASE + 0x20b)
  112. #define INNOVATOR_FPGA_CAM_USB_CONTROL IOMEM(OMAP1510_FPGA_BASE + 0x20c)
  113. #define INNOVATOR_FPGA_EXP_CONTROL IOMEM(OMAP1510_FPGA_BASE + 0x20d)
  114. #define INNOVATOR_FPGA_ISR2 IOMEM(OMAP1510_FPGA_BASE + 0x20e)
  115. #define INNOVATOR_FPGA_IMR2 IOMEM(OMAP1510_FPGA_BASE + 0x210)
  116. #define OMAP1510_FPGA_ETHR_START (OMAP1510_FPGA_START + 0x300)
  117. /*
  118. * Power up Giga UART driver, turn on HID clock.
  119. * Turn off BT power, since we're not using it and it
  120. * draws power.
  121. */
  122. #define OMAP1510_FPGA_RESET_VALUE 0x42
  123. #define OMAP1510_FPGA_PCR_IF_PD0 (1 << 7)
  124. #define OMAP1510_FPGA_PCR_COM2_EN (1 << 6)
  125. #define OMAP1510_FPGA_PCR_COM1_EN (1 << 5)
  126. #define OMAP1510_FPGA_PCR_EXP_PD0 (1 << 4)
  127. #define OMAP1510_FPGA_PCR_EXP_PD1 (1 << 3)
  128. #define OMAP1510_FPGA_PCR_48MHZ_CLK (1 << 2)
  129. #define OMAP1510_FPGA_PCR_4MHZ_CLK (1 << 1)
  130. #define OMAP1510_FPGA_PCR_RSRVD_BIT0 (1 << 0)
  131. /*
  132. * Innovator/OMAP1510 FPGA HID register bit definitions
  133. */
  134. #define OMAP1510_FPGA_HID_SCLK (1<<0) /* output */
  135. #define OMAP1510_FPGA_HID_MOSI (1<<1) /* output */
  136. #define OMAP1510_FPGA_HID_nSS (1<<2) /* output 0/1 chip idle/select */
  137. #define OMAP1510_FPGA_HID_nHSUS (1<<3) /* output 0/1 host active/suspended */
  138. #define OMAP1510_FPGA_HID_MISO (1<<4) /* input */
  139. #define OMAP1510_FPGA_HID_ATN (1<<5) /* input 0/1 chip idle/ATN */
  140. #define OMAP1510_FPGA_HID_rsrvd (1<<6)
  141. #define OMAP1510_FPGA_HID_RESETn (1<<7) /* output - 0/1 USAR reset/run */
  142. /* The FPGA IRQ is cascaded through GPIO_13 */
  143. #define OMAP1510_INT_FPGA (IH_GPIO_BASE + 13)
  144. /* IRQ Numbers for interrupts muxed through the FPGA */
  145. #define OMAP1510_INT_FPGA_ATN (OMAP_FPGA_IRQ_BASE + 0)
  146. #define OMAP1510_INT_FPGA_ACK (OMAP_FPGA_IRQ_BASE + 1)
  147. #define OMAP1510_INT_FPGA2 (OMAP_FPGA_IRQ_BASE + 2)
  148. #define OMAP1510_INT_FPGA3 (OMAP_FPGA_IRQ_BASE + 3)
  149. #define OMAP1510_INT_FPGA4 (OMAP_FPGA_IRQ_BASE + 4)
  150. #define OMAP1510_INT_FPGA5 (OMAP_FPGA_IRQ_BASE + 5)
  151. #define OMAP1510_INT_FPGA6 (OMAP_FPGA_IRQ_BASE + 6)
  152. #define OMAP1510_INT_FPGA7 (OMAP_FPGA_IRQ_BASE + 7)
  153. #define OMAP1510_INT_FPGA8 (OMAP_FPGA_IRQ_BASE + 8)
  154. #define OMAP1510_INT_FPGA9 (OMAP_FPGA_IRQ_BASE + 9)
  155. #define OMAP1510_INT_FPGA10 (OMAP_FPGA_IRQ_BASE + 10)
  156. #define OMAP1510_INT_FPGA11 (OMAP_FPGA_IRQ_BASE + 11)
  157. #define OMAP1510_INT_FPGA12 (OMAP_FPGA_IRQ_BASE + 12)
  158. #define OMAP1510_INT_ETHER (OMAP_FPGA_IRQ_BASE + 13)
  159. #define OMAP1510_INT_FPGAUART1 (OMAP_FPGA_IRQ_BASE + 14)
  160. #define OMAP1510_INT_FPGAUART2 (OMAP_FPGA_IRQ_BASE + 15)
  161. #define OMAP1510_INT_FPGA_TS (OMAP_FPGA_IRQ_BASE + 16)
  162. #define OMAP1510_INT_FPGA17 (OMAP_FPGA_IRQ_BASE + 17)
  163. #define OMAP1510_INT_FPGA_CAM (OMAP_FPGA_IRQ_BASE + 18)
  164. #define OMAP1510_INT_FPGA_RTC_A (OMAP_FPGA_IRQ_BASE + 19)
  165. #define OMAP1510_INT_FPGA_RTC_B (OMAP_FPGA_IRQ_BASE + 20)
  166. #define OMAP1510_INT_FPGA_CD (OMAP_FPGA_IRQ_BASE + 21)
  167. #define OMAP1510_INT_FPGA22 (OMAP_FPGA_IRQ_BASE + 22)
  168. #define OMAP1510_INT_FPGA23 (OMAP_FPGA_IRQ_BASE + 23)
  169. #endif