r2d.h 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. #ifndef __ASM_SH_RENESAS_RTS7751R2D_H
  2. #define __ASM_SH_RENESAS_RTS7751R2D_H
  3. /*
  4. * linux/include/asm-sh/renesas_rts7751r2d.h
  5. *
  6. * Copyright (C) 2000 Atom Create Engineering Co., Ltd.
  7. *
  8. * Renesas Technology Sales RTS7751R2D support
  9. */
  10. /* Board specific addresses. */
  11. #define PA_BCR 0xa4000000 /* FPGA */
  12. #define PA_IRLMON 0xa4000002 /* Interrupt Status control */
  13. #define PA_CFCTL 0xa4000004 /* CF Timing control */
  14. #define PA_CFPOW 0xa4000006 /* CF Power control */
  15. #define PA_DISPCTL 0xa4000008 /* Display Timing control */
  16. #define PA_SDMPOW 0xa400000a /* SD Power control */
  17. #define PA_RTCCE 0xa400000c /* RTC(9701) Enable control */
  18. #define PA_PCICD 0xa400000e /* PCI Extension detect control */
  19. #define PA_VOYAGERRTS 0xa4000020 /* VOYAGER Reset control */
  20. #define PA_R2D1_AXRST 0xa4000022 /* AX_LAN Reset control */
  21. #define PA_R2D1_CFRST 0xa4000024 /* CF Reset control */
  22. #define PA_R2D1_ADMRTS 0xa4000026 /* SD Reset control */
  23. #define PA_R2D1_EXTRST 0xa4000028 /* Extension Reset control */
  24. #define PA_R2D1_CFCDINTCLR 0xa400002a /* CF Insert Interrupt clear */
  25. #define PA_R2DPLUS_CFRST 0xa4000022 /* CF Reset control */
  26. #define PA_R2DPLUS_ADMRTS 0xa4000024 /* SD Reset control */
  27. #define PA_R2DPLUS_EXTRST 0xa4000026 /* Extension Reset control */
  28. #define PA_R2DPLUS_CFCDINTCLR 0xa4000028 /* CF Insert Interrupt clear */
  29. #define PA_R2DPLUS_KEYCTLCLR 0xa400002a /* Key Interrupt clear */
  30. #define PA_POWOFF 0xa4000030 /* Board Power OFF control */
  31. #define PA_VERREG 0xa4000032 /* FPGA Version Register */
  32. #define PA_INPORT 0xa4000034 /* KEY Input Port control */
  33. #define PA_OUTPORT 0xa4000036 /* LED control */
  34. #define PA_BVERREG 0xa4000038 /* Board Revision Register */
  35. #define PA_AX88796L 0xaa000400 /* AX88796L Area */
  36. #define PA_VOYAGER 0xab000000 /* VOYAGER GX Area */
  37. #define PA_IDE_OFFSET 0x1f0 /* CF IDE Offset */
  38. #define AX88796L_IO_BASE 0x1000 /* AX88796L IO Base Address */
  39. #define IRLCNTR1 (PA_BCR + 0) /* Interrupt Control Register1 */
  40. #define R2D_FPGA_IRQ_BASE 100
  41. #define IRQ_VOYAGER (R2D_FPGA_IRQ_BASE + 0)
  42. #define IRQ_EXT (R2D_FPGA_IRQ_BASE + 1)
  43. #define IRQ_TP (R2D_FPGA_IRQ_BASE + 2)
  44. #define IRQ_RTC_T (R2D_FPGA_IRQ_BASE + 3)
  45. #define IRQ_RTC_A (R2D_FPGA_IRQ_BASE + 4)
  46. #define IRQ_SDCARD (R2D_FPGA_IRQ_BASE + 5)
  47. #define IRQ_CF_CD (R2D_FPGA_IRQ_BASE + 6)
  48. #define IRQ_CF_IDE (R2D_FPGA_IRQ_BASE + 7)
  49. #define IRQ_AX88796 (R2D_FPGA_IRQ_BASE + 8)
  50. #define IRQ_KEY (R2D_FPGA_IRQ_BASE + 9)
  51. #define IRQ_PCI_INTA (R2D_FPGA_IRQ_BASE + 10)
  52. #define IRQ_PCI_INTB (R2D_FPGA_IRQ_BASE + 11)
  53. #define IRQ_PCI_INTC (R2D_FPGA_IRQ_BASE + 12)
  54. #define IRQ_PCI_INTD (R2D_FPGA_IRQ_BASE + 13)
  55. /* arch/sh/boards/renesas/rts7751r2d/irq.c */
  56. void init_rts7751r2d_IRQ(void);
  57. int rts7751r2d_irq_demux(int);
  58. #endif /* __ASM_SH_RENESAS_RTS7751R2D */