omap3_zoom2.h 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. /*
  2. * (C) Copyright 2006-2009
  3. * Texas Instruments.
  4. * Richard Woodruff <r-woodruff2@ti.com>
  5. * Syed Mohammed Khasim <x0khasim@ti.com>
  6. * Nishanth Menon <nm@ti.com>
  7. * Tom Rix <Tom.Rix@windriver.com>
  8. *
  9. * Configuration settings for the TI OMAP3430 Zoom II board.
  10. *
  11. * See file CREDITS for list of people who contributed to this
  12. * project.
  13. *
  14. * This program is free software; you can redistribute it and/or
  15. * modify it under the terms of the GNU General Public License as
  16. * published by the Free Software Foundation; either version 2 of
  17. * the License, or (at your option) any later version.
  18. *
  19. * This program is distributed in the hope that it will be useful,
  20. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  22. * GNU General Public License for more details.
  23. *
  24. * You should have received a copy of the GNU General Public License
  25. * along with this program; if not, write to the Free Software
  26. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  27. * MA 02111-1307 USA
  28. */
  29. #ifndef __CONFIG_H
  30. #define __CONFIG_H
  31. /*
  32. * High Level Configuration Options
  33. */
  34. #define CONFIG_OMAP 1 /* in a TI OMAP core */
  35. #define CONFIG_OMAP34XX 1 /* which is a 34XX */
  36. #define CONFIG_OMAP3_ZOOM2 1 /* working with Zoom II */
  37. #define CONFIG_SDRC /* The chip has SDRC controller */
  38. #include <asm/arch/cpu.h> /* get chip and board defs */
  39. #include <asm/arch/omap3.h>
  40. /*
  41. * Display CPU and Board information
  42. */
  43. #define CONFIG_DISPLAY_CPUINFO 1
  44. #define CONFIG_DISPLAY_BOARDINFO 1
  45. /* Clock Defines */
  46. #define V_OSCK 26000000 /* Clock output from T2 */
  47. #define V_SCLK (V_OSCK >> 1)
  48. #undef CONFIG_USE_IRQ /* no support for IRQs */
  49. #define CONFIG_MISC_INIT_R
  50. #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
  51. #define CONFIG_SETUP_MEMORY_TAGS 1
  52. #define CONFIG_INITRD_TAG 1
  53. #define CONFIG_REVISION_TAG 1
  54. #define CONFIG_OF_LIBFDT 1
  55. /*
  56. * Size of malloc() pool
  57. */
  58. #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */
  59. /* Sector */
  60. #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (128 << 10))
  61. /*
  62. * Hardware drivers
  63. */
  64. /*
  65. * NS16550 Configuration
  66. * Zoom2 uses the TL16CP754C on the debug board
  67. */
  68. #define CONFIG_SERIAL_MULTI 1
  69. /*
  70. * 0 - 1 : first USB with respect to the left edge of the debug board
  71. * 2 - 3 : second USB with respect to the left edge of the debug board
  72. */
  73. #define ZOOM2_DEFAULT_SERIAL_DEVICE (&zoom2_serial_device0)
  74. #define V_NS16550_CLK (1843200) /* 1.8432 Mhz */
  75. #define CONFIG_SYS_NS16550
  76. #define CONFIG_SYS_NS16550_REG_SIZE (-2)
  77. #define CONFIG_SYS_NS16550_CLK V_NS16550_CLK
  78. #define CONFIG_BAUDRATE 115200
  79. #define CONFIG_SYS_BAUDRATE_TABLE {115200}
  80. /* allow to overwrite serial and ethaddr */
  81. #define CONFIG_ENV_OVERWRITE
  82. #define CONFIG_GENERIC_MMC 1
  83. #define CONFIG_MMC 1
  84. #define CONFIG_OMAP_HSMMC 1
  85. #define CONFIG_DOS_PARTITION 1
  86. /* DDR - I use Micron DDR */
  87. #define CONFIG_OMAP3_MICRON_DDR 1
  88. /* Status LED */
  89. #define CONFIG_STATUS_LED 1 /* Status LED enabled */
  90. #define CONFIG_BOARD_SPECIFIC_LED 1
  91. #define STATUS_LED_BLUE 0
  92. #define STATUS_LED_RED 1
  93. /* Blue */
  94. #define STATUS_LED_BIT STATUS_LED_BLUE
  95. #define STATUS_LED_STATE STATUS_LED_ON
  96. #define STATUS_LED_PERIOD (CONFIG_SYS_HZ / 2)
  97. /* Red */
  98. #define STATUS_LED_BIT1 STATUS_LED_RED
  99. #define STATUS_LED_STATE1 STATUS_LED_OFF
  100. #define STATUS_LED_PERIOD1 (CONFIG_SYS_HZ / 2)
  101. /* Optional value */
  102. #define STATUS_LED_BOOT STATUS_LED_BIT
  103. /* GPIO banks */
  104. #ifdef CONFIG_STATUS_LED
  105. #define CONFIG_OMAP3_GPIO_2 /* ZOOM2_LED_BLUE2 */
  106. #define CONFIG_OMAP3_GPIO_6 /* ZOOM2_LED_RED */
  107. #endif
  108. #define CONFIG_OMAP3_GPIO_3 /* board revision */
  109. #define CONFIG_OMAP3_GPIO_5 /* debug board detection, ZOOM2_LED_BLUE */
  110. /* USB */
  111. #define CONFIG_MUSB_UDC 1
  112. #define CONFIG_USB_OMAP3 1
  113. #define CONFIG_TWL4030_USB 1
  114. /* USB device configuration */
  115. #define CONFIG_USB_DEVICE 1
  116. #define CONFIG_USB_TTY 1
  117. /* Change these to suit your needs */
  118. #define CONFIG_USBD_VENDORID 0x0451
  119. #define CONFIG_USBD_PRODUCTID 0x5678
  120. #define CONFIG_USBD_MANUFACTURER "Texas Instruments"
  121. #define CONFIG_USBD_PRODUCT_NAME "Zoom2"
  122. /* commands to include */
  123. #include <config_cmd_default.h>
  124. #define CONFIG_CMD_FAT /* FAT support */
  125. #define CONFIG_CMD_I2C /* I2C serial bus support */
  126. #define CONFIG_CMD_MMC /* MMC support */
  127. #define CONFIG_CMD_NAND /* NAND support */
  128. #define CONFIG_CMD_NAND_LOCK_UNLOCK /* Enable lock/unlock support */
  129. #undef CONFIG_CMD_FLASH /* flinfo, erase, protect */
  130. #undef CONFIG_CMD_FPGA /* FPGA configuration Support */
  131. #undef CONFIG_CMD_IMI /* iminfo */
  132. #undef CONFIG_CMD_IMLS /* List all found images */
  133. #undef CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */
  134. #undef CONFIG_CMD_NFS /* NFS support */
  135. #define CONFIG_SYS_NO_FLASH
  136. #define CONFIG_HARD_I2C 1
  137. #define CONFIG_SYS_I2C_SPEED 100000
  138. #define CONFIG_SYS_I2C_SLAVE 1
  139. #define CONFIG_SYS_I2C_BUS 0
  140. #define CONFIG_SYS_I2C_BUS_SELECT 1
  141. #define CONFIG_DRIVER_OMAP34XX_I2C 1
  142. /*
  143. * TWL4030
  144. */
  145. #define CONFIG_TWL4030_POWER 1
  146. #define CONFIG_TWL4030_LED 1
  147. /*
  148. * Board NAND Info.
  149. */
  150. #define CONFIG_NAND_OMAP_GPMC
  151. #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */
  152. /* to access nand */
  153. #define CONFIG_SYS_NAND_BASE NAND_BASE /* physical address */
  154. /* to access nand at */
  155. /* CS0 */
  156. #define GPMC_NAND_ECC_LP_x16_LAYOUT 1
  157. #define CONFIG_SYS_MAX_NAND_DEVICE 1
  158. /* Environment information */
  159. #define CONFIG_BOOTDELAY 10
  160. #define CONFIG_EXTRA_ENV_SETTINGS \
  161. "usbtty=cdc_acm\0" \
  162. #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
  163. #define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800
  164. #define CONFIG_SYS_INIT_RAM_SIZE 0x800
  165. #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \
  166. CONFIG_SYS_INIT_RAM_SIZE - \
  167. GENERATED_GBL_DATA_SIZE)
  168. /*
  169. * Miscellaneous configurable options
  170. */
  171. #define CONFIG_SYS_PROMPT "OMAP3 Zoom2 # "
  172. #define CONFIG_SYS_LONGHELP
  173. #define CONFIG_SYS_CBSIZE 512
  174. #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
  175. sizeof(CONFIG_SYS_PROMPT) + 16)
  176. #define CONFIG_SYS_MAXARGS 16
  177. #define CONFIG_SYS_BARGSIZE (CONFIG_SYS_CBSIZE)
  178. /* Memtest from start of memory to 31MB */
  179. #define CONFIG_SYS_MEMTEST_START (OMAP34XX_SDRC_CS0)
  180. #define CONFIG_SYS_MEMTEST_END (OMAP34XX_SDRC_CS0 + 0x01F00000)
  181. /* The default load address is the start of memory */
  182. #define CONFIG_SYS_LOAD_ADDR (OMAP34XX_SDRC_CS0)
  183. /* everything, incl board info, in Hz */
  184. #undef CONFIG_SYS_CLKS_IN_HZ
  185. /*
  186. * 2430 has 12 GP timers, they can be driven by the SysClk (12/13/19.2) or by
  187. * 32KHz clk, or from external sig. This rate is divided by a local divisor.
  188. */
  189. #define CONFIG_SYS_TIMERBASE (OMAP34XX_GPT2)
  190. #define CONFIG_SYS_PTV 7 /* 2^(PTV+1) */
  191. #define CONFIG_SYS_HZ ((V_SCLK) / (2 << CONFIG_SYS_PTV))
  192. /*-----------------------------------------------------------------------
  193. * Stack sizes
  194. *
  195. * The stack sizes are set up in start.S using these settings
  196. */
  197. #define CONFIG_STACKSIZE (128 << 10) /* regular stack 128 KiB */
  198. #ifdef CONFIG_USE_IRQ
  199. #define CONFIG_STACKSIZE_IRQ (4 << 10) /* IRQ stack 4 KiB */
  200. #define CONFIG_STACKSIZE_FIQ (4 << 10) /* FIQ stack 4 KiB */
  201. #endif
  202. /*-----------------------------------------------------------------------
  203. * Physical Memory Map
  204. */
  205. #define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
  206. #define PHYS_SDRAM_1 OMAP34XX_SDRC_CS0
  207. #define PHYS_SDRAM_1_SIZE (32 << 20) /* at least 32 MiB */
  208. #define PHYS_SDRAM_2 OMAP34XX_SDRC_CS1
  209. /*-----------------------------------------------------------------------
  210. * FLASH and environment organization
  211. */
  212. /* **** PISMO SUPPORT *** */
  213. /* Configure the PISMO */
  214. #define PISMO1_NAND_SIZE GPMC_SIZE_128M
  215. #define PISMO1_ONEN_SIZE GPMC_SIZE_128M
  216. #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 2 sectors */
  217. #if defined(CONFIG_CMD_NAND)
  218. #define CONFIG_SYS_FLASH_BASE PISMO1_NAND_BASE
  219. #endif
  220. /* Monitor at start of flash */
  221. #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
  222. #define CONFIG_ENV_IS_IN_NAND 1
  223. #define SMNAND_ENV_OFFSET 0x0c0000 /* environment starts here */
  224. #define CONFIG_SYS_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
  225. #define CONFIG_ENV_OFFSET SMNAND_ENV_OFFSET
  226. #define CONFIG_ENV_ADDR SMNAND_ENV_OFFSET
  227. #define CONFIG_SYS_CACHELINE_SIZE 64
  228. #endif /* __CONFIG_H */