ev64260.h 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. /*
  2. * arch/ppc/platforms/ev64260.h
  3. *
  4. * Definitions for Marvell/Galileo EV-64260-BP Evaluation Board.
  5. *
  6. * Author: Mark A. Greer <mgreer@mvista.com>
  7. *
  8. * 2001-2002 (c) MontaVista, Software, Inc. This file is licensed under
  9. * the terms of the GNU General Public License version 2. This program
  10. * is licensed "as is" without any warranty of any kind, whether express
  11. * or implied.
  12. */
  13. /*
  14. * The MV64x60 has 2 PCI buses each with 1 window from the CPU bus to
  15. * PCI I/O space and 4 windows from the CPU bus to PCI MEM space.
  16. * We'll only use one PCI MEM window on each PCI bus.
  17. *
  18. * This is the CPU physical memory map (windows must be at least 1MB and start
  19. * on a boundary that is a multiple of the window size):
  20. *
  21. * 0xfc000000-0xffffffff - External FLASH on device module
  22. * 0xfbf00000-0xfbffffff - Embedded (on board) FLASH
  23. * 0xfbe00000-0xfbefffff - GT64260 Registers (preferably)
  24. * but really a config option
  25. * 0xfbd00000-0xfbdfffff - External SRAM on device module
  26. * 0xfbc00000-0xfbcfffff - TODC chip on device module
  27. * 0xfbb00000-0xfbbfffff - External UART on device module
  28. * 0xa2000000-0xfbafffff - <hole>
  29. * 0xa1000000-0xa1ffffff - PCI 1 I/O (defined in gt64260.h)
  30. * 0xa0000000-0xa0ffffff - PCI 0 I/O (defined in gt64260.h)
  31. * 0x90000000-0x9fffffff - PCI 1 MEM (defined in gt64260.h)
  32. * 0x80000000-0x8fffffff - PCI 0 MEM (defined in gt64260.h)
  33. */
  34. #ifndef __PPC_PLATFORMS_EV64260_H
  35. #define __PPC_PLATFORMS_EV64260_H
  36. /* PCI mappings */
  37. #define EV64260_PCI0_IO_CPU_BASE 0xa0000000
  38. #define EV64260_PCI0_IO_PCI_BASE 0x00000000
  39. #define EV64260_PCI0_IO_SIZE 0x01000000
  40. #define EV64260_PCI0_MEM_CPU_BASE 0x80000000
  41. #define EV64260_PCI0_MEM_PCI_BASE 0x80000000
  42. #define EV64260_PCI0_MEM_SIZE 0x10000000
  43. #define EV64260_PCI1_IO_CPU_BASE (EV64260_PCI0_IO_CPU_BASE + \
  44. EV64260_PCI0_IO_SIZE)
  45. #define EV64260_PCI1_IO_PCI_BASE (EV64260_PCI0_IO_PCI_BASE + \
  46. EV64260_PCI0_IO_SIZE)
  47. #define EV64260_PCI1_IO_SIZE 0x01000000
  48. #define EV64260_PCI1_MEM_CPU_BASE (EV64260_PCI0_MEM_CPU_BASE + \
  49. EV64260_PCI0_MEM_SIZE)
  50. #define EV64260_PCI1_MEM_PCI_BASE (EV64260_PCI0_MEM_PCI_BASE + \
  51. EV64260_PCI0_MEM_SIZE)
  52. #define EV64260_PCI1_MEM_SIZE 0x10000000
  53. /* CPU Physical Memory Map setup (other than PCI) */
  54. #define EV64260_EXT_FLASH_BASE 0xfc000000
  55. #define EV64260_EMB_FLASH_BASE 0xfbf00000
  56. #define EV64260_EXT_SRAM_BASE 0xfbd00000
  57. #define EV64260_TODC_BASE 0xfbc00000
  58. #define EV64260_UART_BASE 0xfbb00000
  59. #define EV64260_EXT_FLASH_SIZE_ACTUAL 0x04000000 /* <= 64MB Extern FLASH */
  60. #define EV64260_EMB_FLASH_SIZE_ACTUAL 0x00080000 /* 512KB of Embed FLASH */
  61. #define EV64260_EXT_SRAM_SIZE_ACTUAL 0x00100000 /* 1MB SDRAM */
  62. #define EV64260_TODC_SIZE_ACTUAL 0x00000020 /* 32 bytes for TODC */
  63. #define EV64260_UART_SIZE_ACTUAL 0x00000040 /* 64 bytes for DUART */
  64. #define EV64260_EXT_FLASH_SIZE max(GT64260_WINDOW_SIZE_MIN, \
  65. EV64260_EXT_FLASH_SIZE_ACTUAL)
  66. #define EV64260_EMB_FLASH_SIZE max(GT64260_WINDOW_SIZE_MIN, \
  67. EV64260_EMB_FLASH_SIZE_ACTUAL)
  68. #define EV64260_EXT_SRAM_SIZE max(GT64260_WINDOW_SIZE_MIN, \
  69. EV64260_EXT_SRAM_SIZE_ACTUAL)
  70. #define EV64260_TODC_SIZE max(GT64260_WINDOW_SIZE_MIN, \
  71. EV64260_TODC_SIZE_ACTUAL)
  72. /* Assembler in bootwrapper blows up if 'max' is used */
  73. #define EV64260_UART_SIZE GT64260_WINDOW_SIZE_MIN
  74. #define EV64260_UART_END ((EV64260_UART_BASE + \
  75. EV64260_UART_SIZE - 1) & 0xfff00000)
  76. /* Board-specific IRQ info */
  77. #define EV64260_UART_0_IRQ 85
  78. #define EV64260_UART_1_IRQ 86
  79. #define EV64260_PCI_0_IRQ 91
  80. #define EV64260_PCI_1_IRQ 93
  81. /* Serial port setup */
  82. #define EV64260_DEFAULT_BAUD 115200
  83. #if defined(CONFIG_SERIAL_MPSC_CONSOLE)
  84. #define SERIAL_PORT_DFNS
  85. #define EV64260_MPSC_CLK_SRC 8 /* TCLK */
  86. #define EV64260_MPSC_CLK_FREQ 100000000 /* 100MHz clk */
  87. #else
  88. #define EV64260_SERIAL_0 (EV64260_UART_BASE + 0x20)
  89. #define EV64260_SERIAL_1 EV64260_UART_BASE
  90. #define BASE_BAUD (EV64260_DEFAULT_BAUD * 2)
  91. #ifdef CONFIG_SERIAL_MANY_PORTS
  92. #define RS_TABLE_SIZE 64
  93. #else
  94. #define RS_TABLE_SIZE 2
  95. #endif
  96. #ifdef CONFIG_SERIAL_DETECT_IRQ
  97. #define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF|ASYNC_SKIP_TEST|ASYNC_AUTO_IRQ)
  98. #else
  99. #define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF|ASYNC_SKIP_TEST)
  100. #endif
  101. /* Required for bootloader's ns16550.c code */
  102. #define STD_SERIAL_PORT_DFNS \
  103. { 0, BASE_BAUD, EV64260_SERIAL_0, EV64260_UART_0_IRQ, STD_COM_FLAGS, \
  104. iomem_base: (u8 *)EV64260_SERIAL_0, /* ttyS0 */ \
  105. iomem_reg_shift: 2, \
  106. io_type: SERIAL_IO_MEM },
  107. #define SERIAL_PORT_DFNS \
  108. STD_SERIAL_PORT_DFNS
  109. #endif
  110. #endif /* __PPC_PLATFORMS_EV64260_H */