bf537.h 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. /*
  2. * File: include/asm-blackfin/mach-bf537/bf537.h
  3. * Based on:
  4. * Author:
  5. *
  6. * Created:
  7. * Description: SYSTEM MMR REGISTER AND MEMORY MAP FOR ADSP-BF537
  8. *
  9. * Modified:
  10. * Copyright 2004-2006 Analog Devices Inc.
  11. *
  12. * Bugs: Enter bugs at http://blackfin.uclinux.org/
  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 as published by
  16. * the Free Software Foundation; either version 2 of the License, or
  17. * (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, see the file COPYING, or write
  26. * to the Free Software Foundation, Inc.,
  27. * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  28. */
  29. #ifndef __MACH_BF537_H__
  30. #define __MACH_BF537_H__
  31. #define SUPPORTED_REVID 2
  32. /* Masks for generic ERROR IRQ demultiplexing used in int-priority-sc.c */
  33. #define SPI_ERR_MASK (TXCOL | RBSY | MODF | TXE) /* SPI_STAT */
  34. #define SPORT_ERR_MASK (ROVF | RUVF | TOVF | TUVF) /* SPORTx_STAT */
  35. #define PPI_ERR_MASK (0xFFFF & ~FLD) /* PPI_STATUS */
  36. #define EMAC_ERR_MASK (PHYINT | MMCINT | RXFSINT | TXFSINT | WAKEDET | RXDMAERR | TXDMAERR | STMDONE) /* EMAC_SYSTAT */
  37. #define UART_ERR_MASK_STAT1 (0x4) /* UARTx_IIR */
  38. #define UART_ERR_MASK_STAT0 (0x2) /* UARTx_IIR */
  39. #define CAN_ERR_MASK (EWTIF | EWRIF | EPIF | BOIF | WUIF | UIAIF | AAIF | RMLIF | UCEIF | EXTIF | ADIF) /* CAN_GIF */
  40. #define OFFSET_(x) ((x) & 0x0000FFFF)
  41. /*some misc defines*/
  42. #define IMASK_IVG15 0x8000
  43. #define IMASK_IVG14 0x4000
  44. #define IMASK_IVG13 0x2000
  45. #define IMASK_IVG12 0x1000
  46. #define IMASK_IVG11 0x0800
  47. #define IMASK_IVG10 0x0400
  48. #define IMASK_IVG9 0x0200
  49. #define IMASK_IVG8 0x0100
  50. #define IMASK_IVG7 0x0080
  51. #define IMASK_IVGTMR 0x0040
  52. #define IMASK_IVGHW 0x0020
  53. /***************************/
  54. #define BLKFIN_DSUBBANKS 4
  55. #define BLKFIN_DWAYS 2
  56. #define BLKFIN_DLINES 64
  57. #define BLKFIN_ISUBBANKS 4
  58. #define BLKFIN_IWAYS 4
  59. #define BLKFIN_ILINES 32
  60. #define WAY0_L 0x1
  61. #define WAY1_L 0x2
  62. #define WAY01_L 0x3
  63. #define WAY2_L 0x4
  64. #define WAY02_L 0x5
  65. #define WAY12_L 0x6
  66. #define WAY012_L 0x7
  67. #define WAY3_L 0x8
  68. #define WAY03_L 0x9
  69. #define WAY13_L 0xA
  70. #define WAY013_L 0xB
  71. #define WAY32_L 0xC
  72. #define WAY320_L 0xD
  73. #define WAY321_L 0xE
  74. #define WAYALL_L 0xF
  75. #define DMC_ENABLE (2<<2) /*yes, 2, not 1 */
  76. /********************************* EBIU Settings ************************************/
  77. #define AMBCTL0VAL ((CONFIG_BANK_1 << 16) | CONFIG_BANK_0)
  78. #define AMBCTL1VAL ((CONFIG_BANK_3 << 16) | CONFIG_BANK_2)
  79. #ifdef CONFIG_C_AMBEN_ALL
  80. #define V_AMBEN AMBEN_ALL
  81. #endif
  82. #ifdef CONFIG_C_AMBEN
  83. #define V_AMBEN 0x0
  84. #endif
  85. #ifdef CONFIG_C_AMBEN_B0
  86. #define V_AMBEN AMBEN_B0
  87. #endif
  88. #ifdef CONFIG_C_AMBEN_B0_B1
  89. #define V_AMBEN AMBEN_B0_B1
  90. #endif
  91. #ifdef CONFIG_C_AMBEN_B0_B1_B2
  92. #define V_AMBEN AMBEN_B0_B1_B2
  93. #endif
  94. #ifdef CONFIG_C_AMCKEN
  95. #define V_AMCKEN AMCKEN
  96. #else
  97. #define V_AMCKEN 0x0
  98. #endif
  99. #ifdef CONFIG_C_CDPRIO
  100. #define V_CDPRIO 0x100
  101. #else
  102. #define V_CDPRIO 0x0
  103. #endif
  104. #define AMGCTLVAL (V_AMBEN | V_AMCKEN | V_CDPRIO)
  105. #define MAX_VC 650000000
  106. #define MIN_VC 50000000
  107. /********************************PLL Settings **************************************/
  108. #ifdef CONFIG_BFIN_KERNEL_CLOCK
  109. #if (CONFIG_VCO_MULT < 0)
  110. #error "VCO Multiplier is less than 0. Please select a different value"
  111. #endif
  112. #if (CONFIG_VCO_MULT == 0)
  113. #error "VCO Multiplier should be greater than 0. Please select a different value"
  114. #endif
  115. #if (CONFIG_VCO_MULT > 64)
  116. #error "VCO Multiplier is more than 64. Please select a different value"
  117. #endif
  118. #ifndef CONFIG_CLKIN_HALF
  119. #define CONFIG_VCO_HZ (CONFIG_CLKIN_HZ * CONFIG_VCO_MULT)
  120. #else
  121. #define CONFIG_VCO_HZ ((CONFIG_CLKIN_HZ * CONFIG_VCO_MULT)/2)
  122. #endif
  123. #ifndef CONFIG_PLL_BYPASS
  124. #define CONFIG_CCLK_HZ (CONFIG_VCO_HZ/CONFIG_CCLK_DIV)
  125. #define CONFIG_SCLK_HZ (CONFIG_VCO_HZ/CONFIG_SCLK_DIV)
  126. #else
  127. #define CONFIG_CCLK_HZ CONFIG_CLKIN_HZ
  128. #define CONFIG_SCLK_HZ CONFIG_CLKIN_HZ
  129. #endif
  130. #if (CONFIG_SCLK_DIV < 1)
  131. #error "SCLK DIV cannot be less than 1 or more than 15. Please select a proper value"
  132. #endif
  133. #if (CONFIG_SCLK_DIV > 15)
  134. #error "SCLK DIV cannot be less than 1 or more than 15. Please select a proper value"
  135. #endif
  136. #if (CONFIG_CCLK_DIV != 1)
  137. #if (CONFIG_CCLK_DIV != 2)
  138. #if (CONFIG_CCLK_DIV != 4)
  139. #if (CONFIG_CCLK_DIV != 8)
  140. #error "CCLK DIV can be 1,2,4 or 8 only. Please select a proper value"
  141. #endif
  142. #endif
  143. #endif
  144. #endif
  145. #if (CONFIG_VCO_HZ > MAX_VC)
  146. #error "VCO selected is more than maximum value. Please change the VCO multipler"
  147. #endif
  148. #if (CONFIG_SCLK_HZ > 133000000)
  149. #error "Sclk value selected is more than maximum. Please select a proper value for SCLK multiplier"
  150. #endif
  151. #if (CONFIG_SCLK_HZ < 27000000)
  152. #error "Sclk value selected is less than minimum. Please select a proper value for SCLK multiplier"
  153. #endif
  154. #if (CONFIG_SCLK_HZ >= CONFIG_CCLK_HZ)
  155. #if (CONFIG_SCLK_HZ != CONFIG_CLKIN_HZ)
  156. #if (CONFIG_CCLK_HZ != CONFIG_CLKIN_HZ)
  157. #error "Please select sclk less than cclk"
  158. #endif
  159. #endif
  160. #endif
  161. #if (CONFIG_CCLK_DIV == 1)
  162. #define CONFIG_CCLK_ACT_DIV CCLK_DIV1
  163. #endif
  164. #if (CONFIG_CCLK_DIV == 2)
  165. #define CONFIG_CCLK_ACT_DIV CCLK_DIV2
  166. #endif
  167. #if (CONFIG_CCLK_DIV == 4)
  168. #define CONFIG_CCLK_ACT_DIV CCLK_DIV4
  169. #endif
  170. #if (CONFIG_CCLK_DIV == 8)
  171. #define CONFIG_CCLK_ACT_DIV CCLK_DIV8
  172. #endif
  173. #ifndef CONFIG_CCLK_ACT_DIV
  174. #define CONFIG_CCLK_ACT_DIV CONFIG_CCLK_DIV_not_defined_properly
  175. #endif
  176. #if defined(ANOMALY_05000273) && (CONFIG_CCLK_DIV == 1)
  177. #error ANOMALY 05000273, please make sure CCLK is at least 2x SCLK
  178. #endif
  179. #endif /* CONFIG_BFIN_KERNEL_CLOCK */
  180. #ifdef CONFIG_BF537
  181. #define CPU "BF537"
  182. #define CPUID 0x027c8000
  183. #endif
  184. #ifdef CONFIG_BF536
  185. #define CPU "BF536"
  186. #define CPUID 0x027c8000
  187. #endif
  188. #ifdef CONFIG_BF534
  189. #define CPU "BF534"
  190. #define CPUID 0x027c6000
  191. #endif
  192. #ifndef CPU
  193. #define CPU "UNKNOWN"
  194. #define CPUID 0x0
  195. #endif
  196. #if (CONFIG_MEM_SIZE % 4)
  197. #error "SDRAM mem size must be multible of 4MB"
  198. #endif
  199. #define SDRAM_IGENERIC (CPLB_L1_CHBL | CPLB_USER_RD | CPLB_VALID | CPLB_PORTPRIO)
  200. #define SDRAM_IKERNEL (SDRAM_IGENERIC | CPLB_LOCK)
  201. #define L1_IMEMORY ( CPLB_USER_RD | CPLB_VALID | CPLB_LOCK)
  202. #define SDRAM_INON_CHBL ( CPLB_USER_RD | CPLB_VALID)
  203. /*Use the menuconfig cache policy here - CONFIG_BLKFIN_WT/CONFIG_BLKFIN_WB*/
  204. #define ANOMALY_05000158_WORKAROUND 0x200
  205. #ifdef CONFIG_BLKFIN_WB /*Write Back Policy */
  206. #define SDRAM_DGENERIC (CPLB_L1_CHBL | CPLB_DIRTY \
  207. | CPLB_SUPV_WR | CPLB_USER_WR | CPLB_USER_RD | CPLB_VALID | ANOMALY_05000158_WORKAROUND)
  208. #else /*Write Through */
  209. #define SDRAM_DGENERIC (CPLB_L1_CHBL | CPLB_WT | CPLB_L1_AOW \
  210. | CPLB_SUPV_WR | CPLB_USER_WR | CPLB_USER_RD | CPLB_VALID | ANOMALY_05000158_WORKAROUND | CPLB_DIRTY )
  211. #endif
  212. #define L1_DMEMORY (CPLB_SUPV_WR | CPLB_USER_WR | CPLB_USER_RD | CPLB_VALID | ANOMALY_05000158_WORKAROUND | CPLB_LOCK | CPLB_DIRTY )
  213. #define SDRAM_DNON_CHBL (CPLB_SUPV_WR | CPLB_USER_WR | CPLB_USER_RD | CPLB_VALID | ANOMALY_05000158_WORKAROUND | CPLB_DIRTY )
  214. #define SDRAM_EBIU (CPLB_SUPV_WR | CPLB_USER_WR | CPLB_USER_RD | CPLB_VALID | ANOMALY_05000158_WORKAROUND | CPLB_DIRTY )
  215. #define SDRAM_OOPS (CPLB_VALID | ANOMALY_05000158_WORKAROUND | CPLB_LOCK | CPLB_DIRTY )
  216. #define SIZE_1K 0x00000400 /* 1K */
  217. #define SIZE_4K 0x00001000 /* 4K */
  218. #define SIZE_1M 0x00100000 /* 1M */
  219. #define SIZE_4M 0x00400000 /* 4M */
  220. #define MAX_CPLBS (16 * 2)
  221. /*
  222. * Number of required data CPLB switchtable entries
  223. * MEMSIZE / 4 (we mostly install 4M page size CPLBs
  224. * approx 16 for smaller 1MB page size CPLBs for allignment purposes
  225. * 1 for L1 Data Memory
  226. * 1 for CONFIG_DEBUG_HUNT_FOR_ZERO
  227. * 1 for ASYNC Memory
  228. */
  229. #define MAX_SWITCH_D_CPLBS (((CONFIG_MEM_SIZE / 4) + 16 + 1 + 1 + 1) * 2)
  230. /*
  231. * Number of required instruction CPLB switchtable entries
  232. * MEMSIZE / 4 (we mostly install 4M page size CPLBs
  233. * approx 12 for smaller 1MB page size CPLBs for allignment purposes
  234. * 1 for L1 Instruction Memory
  235. * 1 for CONFIG_DEBUG_HUNT_FOR_ZERO
  236. */
  237. #define MAX_SWITCH_I_CPLBS (((CONFIG_MEM_SIZE / 4) + 12 + 1 + 1) * 2)
  238. #endif /* __MACH_BF537_H__ */