bf533.h 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. /*
  2. * File: include/asm-blackfin/mach-bf533/bf533.h
  3. * Based on:
  4. * Author:
  5. *
  6. * Created:
  7. * Description: SYSTEM MMR REGISTER AND MEMORY MAP FOR ADSP-BF561
  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_BF533_H__
  30. #define __MACH_BF533_H__
  31. #define SUPPORTED_REVID 2
  32. #define OFFSET_(x) ((x) & 0x0000FFFF)
  33. /*some misc defines*/
  34. #define IMASK_IVG15 0x8000
  35. #define IMASK_IVG14 0x4000
  36. #define IMASK_IVG13 0x2000
  37. #define IMASK_IVG12 0x1000
  38. #define IMASK_IVG11 0x0800
  39. #define IMASK_IVG10 0x0400
  40. #define IMASK_IVG9 0x0200
  41. #define IMASK_IVG8 0x0100
  42. #define IMASK_IVG7 0x0080
  43. #define IMASK_IVGTMR 0x0040
  44. #define IMASK_IVGHW 0x0020
  45. /***************************/
  46. #define BFIN_DSUBBANKS 4
  47. #define BFIN_DWAYS 2
  48. #define BFIN_DLINES 64
  49. #define BFIN_ISUBBANKS 4
  50. #define BFIN_IWAYS 4
  51. #define BFIN_ILINES 32
  52. #define WAY0_L 0x1
  53. #define WAY1_L 0x2
  54. #define WAY01_L 0x3
  55. #define WAY2_L 0x4
  56. #define WAY02_L 0x5
  57. #define WAY12_L 0x6
  58. #define WAY012_L 0x7
  59. #define WAY3_L 0x8
  60. #define WAY03_L 0x9
  61. #define WAY13_L 0xA
  62. #define WAY013_L 0xB
  63. #define WAY32_L 0xC
  64. #define WAY320_L 0xD
  65. #define WAY321_L 0xE
  66. #define WAYALL_L 0xF
  67. #define DMC_ENABLE (2<<2) /*yes, 2, not 1 */
  68. /* IAR0 BIT FIELDS*/
  69. #define RTC_ERROR_BIT 0x0FFFFFFF
  70. #define UART_ERROR_BIT 0xF0FFFFFF
  71. #define SPORT1_ERROR_BIT 0xFF0FFFFF
  72. #define SPI_ERROR_BIT 0xFFF0FFFF
  73. #define SPORT0_ERROR_BIT 0xFFFF0FFF
  74. #define PPI_ERROR_BIT 0xFFFFF0FF
  75. #define DMA_ERROR_BIT 0xFFFFFF0F
  76. #define PLLWAKE_ERROR_BIT 0xFFFFFFFF
  77. /* IAR1 BIT FIELDS*/
  78. #define DMA7_UARTTX_BIT 0x0FFFFFFF
  79. #define DMA6_UARTRX_BIT 0xF0FFFFFF
  80. #define DMA5_SPI_BIT 0xFF0FFFFF
  81. #define DMA4_SPORT1TX_BIT 0xFFF0FFFF
  82. #define DMA3_SPORT1RX_BIT 0xFFFF0FFF
  83. #define DMA2_SPORT0TX_BIT 0xFFFFF0FF
  84. #define DMA1_SPORT0RX_BIT 0xFFFFFF0F
  85. #define DMA0_PPI_BIT 0xFFFFFFFF
  86. /* IAR2 BIT FIELDS*/
  87. #define WDTIMER_BIT 0x0FFFFFFF
  88. #define MEMDMA1_BIT 0xF0FFFFFF
  89. #define MEMDMA0_BIT 0xFF0FFFFF
  90. #define PFB_BIT 0xFFF0FFFF
  91. #define PFA_BIT 0xFFFF0FFF
  92. #define TIMER2_BIT 0xFFFFF0FF
  93. #define TIMER1_BIT 0xFFFFFF0F
  94. #define TIMER0_BIT 0xFFFFFFFF
  95. /********************************* EBIU Settings ************************************/
  96. #define AMBCTL0VAL ((CONFIG_BANK_1 << 16) | CONFIG_BANK_0)
  97. #define AMBCTL1VAL ((CONFIG_BANK_3 << 16) | CONFIG_BANK_2)
  98. #ifdef CONFIG_C_AMBEN_ALL
  99. #define V_AMBEN AMBEN_ALL
  100. #endif
  101. #ifdef CONFIG_C_AMBEN
  102. #define V_AMBEN 0x0
  103. #endif
  104. #ifdef CONFIG_C_AMBEN_B0
  105. #define V_AMBEN AMBEN_B0
  106. #endif
  107. #ifdef CONFIG_C_AMBEN_B0_B1
  108. #define V_AMBEN AMBEN_B0_B1
  109. #endif
  110. #ifdef CONFIG_C_AMBEN_B0_B1_B2
  111. #define V_AMBEN AMBEN_B0_B1_B2
  112. #endif
  113. #ifdef CONFIG_C_AMCKEN
  114. #define V_AMCKEN AMCKEN
  115. #else
  116. #define V_AMCKEN 0x0
  117. #endif
  118. #ifdef CONFIG_C_CDPRIO
  119. #define V_CDPRIO 0x100
  120. #else
  121. #define V_CDPRIO 0x0
  122. #endif
  123. #define AMGCTLVAL (V_AMBEN | V_AMCKEN | V_CDPRIO)
  124. #ifdef CONFIG_BF533
  125. #define CPU "BF533"
  126. #define CPUID 0x027a5000
  127. #endif
  128. #ifdef CONFIG_BF532
  129. #define CPU "BF532"
  130. #define CPUID 0x0275A000
  131. #endif
  132. #ifdef CONFIG_BF531
  133. #define CPU "BF531"
  134. #define CPUID 0x027a5000
  135. #endif
  136. #ifndef CPU
  137. #define CPU "UNKNOWN"
  138. #define CPUID 0x0
  139. #endif
  140. #endif /* __MACH_BF533_H__ */