tqm8xx.h 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. /*
  2. * TQM8xx(L) board specific definitions
  3. *
  4. * Copyright (c) 1999-2002 Wolfgang Denk (wd@denx.de)
  5. */
  6. #ifdef __KERNEL__
  7. #ifndef __MACH_TQM8xx_H
  8. #define __MACH_TQM8xx_H
  9. #include <asm/ppcboot.h>
  10. #ifndef __ASSEMBLY__
  11. #define TQM_IMMR_BASE 0xFFF00000 /* phys. addr of IMMR */
  12. #define TQM_IMAP_SIZE (64 * 1024) /* size of mapped area */
  13. #define IMAP_ADDR TQM_IMMR_BASE /* physical base address of IMMR area */
  14. #define IMAP_SIZE TQM_IMAP_SIZE /* mapped size of IMMR area */
  15. /*-----------------------------------------------------------------------
  16. * PCMCIA stuff
  17. *-----------------------------------------------------------------------
  18. *
  19. */
  20. #define PCMCIA_MEM_SIZE ( 64 << 20 )
  21. #ifndef CONFIG_KUP4K
  22. # define MAX_HWIFS 1 /* overwrite default in include/asm-ppc/ide.h */
  23. #else /* CONFIG_KUP4K */
  24. # define MAX_HWIFS 2 /* overwrite default in include/asm-ppc/ide.h */
  25. # ifndef __ASSEMBLY__
  26. # include <asm/8xx_immap.h>
  27. static __inline__ void ide_led(int on)
  28. {
  29. volatile immap_t *immap = (immap_t *)IMAP_ADDR;
  30. if (on) {
  31. immap->im_ioport.iop_padat &= ~0x80;
  32. } else {
  33. immap->im_ioport.iop_padat |= 0x80;
  34. }
  35. }
  36. # endif /* __ASSEMBLY__ */
  37. # define IDE_LED(x) ide_led((x))
  38. #endif /* CONFIG_KUP4K */
  39. /*
  40. * Definitions for IDE0 Interface
  41. */
  42. #define IDE0_BASE_OFFSET 0
  43. #define IDE0_DATA_REG_OFFSET (PCMCIA_MEM_SIZE + 0x320)
  44. #define IDE0_ERROR_REG_OFFSET (2 * PCMCIA_MEM_SIZE + 0x320 + 1)
  45. #define IDE0_NSECTOR_REG_OFFSET (2 * PCMCIA_MEM_SIZE + 0x320 + 2)
  46. #define IDE0_SECTOR_REG_OFFSET (2 * PCMCIA_MEM_SIZE + 0x320 + 3)
  47. #define IDE0_LCYL_REG_OFFSET (2 * PCMCIA_MEM_SIZE + 0x320 + 4)
  48. #define IDE0_HCYL_REG_OFFSET (2 * PCMCIA_MEM_SIZE + 0x320 + 5)
  49. #define IDE0_SELECT_REG_OFFSET (2 * PCMCIA_MEM_SIZE + 0x320 + 6)
  50. #define IDE0_STATUS_REG_OFFSET (2 * PCMCIA_MEM_SIZE + 0x320 + 7)
  51. #define IDE0_CONTROL_REG_OFFSET 0x0106
  52. #define IDE0_IRQ_REG_OFFSET 0x000A /* not used */
  53. /* define IO_BASE for PCMCIA */
  54. #define _IO_BASE 0x80000000
  55. #define _IO_BASE_SIZE (64<<10)
  56. #define FEC_INTERRUPT 9 /* = SIU_LEVEL4 */
  57. #define PHY_INTERRUPT 12 /* = IRQ6 */
  58. #define IDE0_INTERRUPT 13
  59. #ifdef CONFIG_IDE
  60. #endif
  61. /*-----------------------------------------------------------------------
  62. * CPM Ethernet through SCCx.
  63. *-----------------------------------------------------------------------
  64. *
  65. */
  66. /*** TQM823L, TQM850L ***********************************************/
  67. #if defined(CONFIG_TQM823L) || defined(CONFIG_TQM850L)
  68. /* Bits in parallel I/O port registers that have to be set/cleared
  69. * to configure the pins for SCC1 use.
  70. */
  71. #define PA_ENET_RXD ((ushort)0x0004) /* PA 13 */
  72. #define PA_ENET_TXD ((ushort)0x0008) /* PA 12 */
  73. #define PA_ENET_RCLK ((ushort)0x0100) /* PA 7 */
  74. #define PA_ENET_TCLK ((ushort)0x0400) /* PA 5 */
  75. #define PB_ENET_TENA ((uint)0x00002000) /* PB 18 */
  76. #define PC_ENET_CLSN ((ushort)0x0040) /* PC 9 */
  77. #define PC_ENET_RENA ((ushort)0x0080) /* PC 8 */
  78. /* Control bits in the SICR to route TCLK (CLK3) and RCLK (CLK1) to
  79. * SCC2. Also, make sure GR2 (bit 16) and SC2 (bit 17) are zero.
  80. */
  81. #define SICR_ENET_MASK ((uint)0x0000ff00)
  82. #define SICR_ENET_CLKRT ((uint)0x00002600)
  83. #endif /* CONFIG_TQM823L, CONFIG_TQM850L */
  84. /*** TQM860L ********************************************************/
  85. #ifdef CONFIG_TQM860L
  86. /* Bits in parallel I/O port registers that have to be set/cleared
  87. * to configure the pins for SCC1 use.
  88. */
  89. #define PA_ENET_RXD ((ushort)0x0001) /* PA 15 */
  90. #define PA_ENET_TXD ((ushort)0x0002) /* PA 14 */
  91. #define PA_ENET_RCLK ((ushort)0x0100) /* PA 7 */
  92. #define PA_ENET_TCLK ((ushort)0x0400) /* PA 5 */
  93. #define PC_ENET_TENA ((ushort)0x0001) /* PC 15 */
  94. #define PC_ENET_CLSN ((ushort)0x0010) /* PC 11 */
  95. #define PC_ENET_RENA ((ushort)0x0020) /* PC 10 */
  96. /* Control bits in the SICR to route TCLK (CLK3) and RCLK (CLK1) to
  97. * SCC1. Also, make sure GR1 (bit 24) and SC1 (bit 25) are zero.
  98. */
  99. #define SICR_ENET_MASK ((uint)0x000000ff)
  100. #define SICR_ENET_CLKRT ((uint)0x00000026)
  101. #endif /* CONFIG_TQM860L */
  102. /*** FPS850L *********************************************************/
  103. #ifdef CONFIG_FPS850L
  104. /* Bits in parallel I/O port registers that have to be set/cleared
  105. * to configure the pins for SCC1 use.
  106. */
  107. #define PA_ENET_RXD ((ushort)0x0004) /* PA 13 */
  108. #define PA_ENET_TXD ((ushort)0x0008) /* PA 12 */
  109. #define PA_ENET_RCLK ((ushort)0x0100) /* PA 7 */
  110. #define PA_ENET_TCLK ((ushort)0x0400) /* PA 5 */
  111. #define PC_ENET_TENA ((ushort)0x0002) /* PC 14 */
  112. #define PC_ENET_CLSN ((ushort)0x0040) /* PC 9 */
  113. #define PC_ENET_RENA ((ushort)0x0080) /* PC 8 */
  114. /* Control bits in the SICR to route TCLK (CLK2) and RCLK (CLK4) to
  115. * SCC2. Also, make sure GR2 (bit 16) and SC2 (bit 17) are zero.
  116. */
  117. #define SICR_ENET_MASK ((uint)0x0000ff00)
  118. #define SICR_ENET_CLKRT ((uint)0x00002600)
  119. #endif /* CONFIG_FPS850L */
  120. /* We don't use the 8259.
  121. */
  122. #define NR_8259_INTS 0
  123. #endif /* !__ASSEMBLY__ */
  124. #endif /* __MACH_TQM8xx_H */
  125. #endif /* __KERNEL__ */