ppc405.h 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682
  1. /*----------------------------------------------------------------------------+
  2. |
  3. | This source code has been made available to you by IBM on an AS-IS
  4. | basis. Anyone receiving this source is licensed under IBM
  5. | copyrights to use it in any way he or she deems fit, including
  6. | copying it, modifying it, compiling it, and redistributing it either
  7. | with or without modifications. No license under IBM patents or
  8. | patent applications is to be implied by the copyright license.
  9. |
  10. | Any user of this software should understand that IBM cannot provide
  11. | technical support for this software and will not be responsible for
  12. | any consequences resulting from the use of this software.
  13. |
  14. | Any person who transfers this source code or any derivative work
  15. | must include the IBM copyright notice, this paragraph, and the
  16. | preceding two paragraphs in the transferred software.
  17. |
  18. | COPYRIGHT I B M CORPORATION 1999
  19. | LICENSED MATERIAL - PROGRAM PROPERTY OF I B M
  20. +----------------------------------------------------------------------------*/
  21. #ifndef __PPC405_H__
  22. #define __PPC405_H__
  23. /*--------------------------------------------------------------------- */
  24. /* Special Purpose Registers */
  25. /*--------------------------------------------------------------------- */
  26. #define srr2 0x3de /* save/restore register 2 */
  27. #define srr3 0x3df /* save/restore register 3 */
  28. #define dbsr 0x3f0 /* debug status register */
  29. #define dbcr0 0x3f2 /* debug control register 0 */
  30. #define dbcr1 0x3bd /* debug control register 1 */
  31. #define iac1 0x3f4 /* instruction address comparator 1 */
  32. #define iac2 0x3f5 /* instruction address comparator 2 */
  33. #define iac3 0x3b4 /* instruction address comparator 3 */
  34. #define iac4 0x3b5 /* instruction address comparator 4 */
  35. #define dac1 0x3f6 /* data address comparator 1 */
  36. #define dac2 0x3f7 /* data address comparator 2 */
  37. #define dccr 0x3fa /* data cache control register */
  38. #define iccr 0x3fb /* instruction cache control register */
  39. #define esr 0x3d4 /* execption syndrome register */
  40. #define dear 0x3d5 /* data exeption address register */
  41. #define evpr 0x3d6 /* exeption vector prefix register */
  42. #define tsr 0x3d8 /* timer status register */
  43. #define tcr 0x3da /* timer control register */
  44. #define pit 0x3db /* programmable interval timer */
  45. #define sgr 0x3b9 /* storage guarded reg */
  46. #define dcwr 0x3ba /* data cache write-thru reg*/
  47. #define sler 0x3bb /* storage little-endian reg */
  48. #define cdbcr 0x3d7 /* cache debug cntrl reg */
  49. #define icdbdr 0x3d3 /* instr cache dbug data reg*/
  50. #define ccr0 0x3b3 /* core configuration register */
  51. #define dvc1 0x3b6 /* data value compare register 1 */
  52. #define dvc2 0x3b7 /* data value compare register 2 */
  53. #define pid 0x3b1 /* process ID */
  54. #define su0r 0x3bc /* storage user-defined register 0 */
  55. #define zpr 0x3b0 /* zone protection regsiter */
  56. #define tbl 0x11c /* time base lower - privileged write */
  57. #define tbu 0x11d /* time base upper - privileged write */
  58. #define sprg4r 0x104 /* Special purpose general 4 - read only */
  59. #define sprg5r 0x105 /* Special purpose general 5 - read only */
  60. #define sprg6r 0x106 /* Special purpose general 6 - read only */
  61. #define sprg7r 0x107 /* Special purpose general 7 - read only */
  62. #define sprg4w 0x114 /* Special purpose general 4 - write only */
  63. #define sprg5w 0x115 /* Special purpose general 5 - write only */
  64. #define sprg6w 0x116 /* Special purpose general 6 - write only */
  65. #define sprg7w 0x117 /* Special purpose general 7 - write only */
  66. /******************************************************************************
  67. * Special for PPC405GP
  68. ******************************************************************************/
  69. /******************************************************************************
  70. * DMA
  71. ******************************************************************************/
  72. #define DMA_DCR_BASE 0x100
  73. #define dmacr0 (DMA_DCR_BASE+0x00) /* DMA channel control register 0 */
  74. #define dmact0 (DMA_DCR_BASE+0x01) /* DMA count register 0 */
  75. #define dmada0 (DMA_DCR_BASE+0x02) /* DMA destination address register 0 */
  76. #define dmasa0 (DMA_DCR_BASE+0x03) /* DMA source address register 0 */
  77. #define dmasb0 (DMA_DCR_BASE+0x04) /* DMA scatter/gather descriptor addr 0 */
  78. #define dmacr1 (DMA_DCR_BASE+0x08) /* DMA channel control register 1 */
  79. #define dmact1 (DMA_DCR_BASE+0x09) /* DMA count register 1 */
  80. #define dmada1 (DMA_DCR_BASE+0x0a) /* DMA destination address register 1 */
  81. #define dmasa1 (DMA_DCR_BASE+0x0b) /* DMA source address register 1 */
  82. #define dmasb1 (DMA_DCR_BASE+0x0c) /* DMA scatter/gather descriptor addr 1 */
  83. #define dmacr2 (DMA_DCR_BASE+0x10) /* DMA channel control register 2 */
  84. #define dmact2 (DMA_DCR_BASE+0x11) /* DMA count register 2 */
  85. #define dmada2 (DMA_DCR_BASE+0x12) /* DMA destination address register 2 */
  86. #define dmasa2 (DMA_DCR_BASE+0x13) /* DMA source address register 2 */
  87. #define dmasb2 (DMA_DCR_BASE+0x14) /* DMA scatter/gather descriptor addr 2 */
  88. #define dmacr3 (DMA_DCR_BASE+0x18) /* DMA channel control register 3 */
  89. #define dmact3 (DMA_DCR_BASE+0x19) /* DMA count register 3 */
  90. #define dmada3 (DMA_DCR_BASE+0x1a) /* DMA destination address register 3 */
  91. #define dmasa3 (DMA_DCR_BASE+0x1b) /* DMA source address register 3 */
  92. #define dmasb3 (DMA_DCR_BASE+0x1c) /* DMA scatter/gather descriptor addr 3 */
  93. #define dmasr (DMA_DCR_BASE+0x20) /* DMA status register */
  94. #define dmasgc (DMA_DCR_BASE+0x23) /* DMA scatter/gather command register */
  95. #define dmaadr (DMA_DCR_BASE+0x24) /* DMA address decode register */
  96. /******************************************************************************
  97. * Universal interrupt controller
  98. ******************************************************************************/
  99. #define UIC_DCR_BASE 0xc0
  100. #define uicsr (UIC_DCR_BASE+0x0) /* UIC status */
  101. #define uicsrs (UIC_DCR_BASE+0x1) /* UIC status set */
  102. #define uicer (UIC_DCR_BASE+0x2) /* UIC enable */
  103. #define uiccr (UIC_DCR_BASE+0x3) /* UIC critical */
  104. #define uicpr (UIC_DCR_BASE+0x4) /* UIC polarity */
  105. #define uictr (UIC_DCR_BASE+0x5) /* UIC triggering */
  106. #define uicmsr (UIC_DCR_BASE+0x6) /* UIC masked status */
  107. #define uicvr (UIC_DCR_BASE+0x7) /* UIC vector */
  108. #define uicvcr (UIC_DCR_BASE+0x8) /* UIC vector configuration */
  109. /*-----------------------------------------------------------------------------+
  110. | Universal interrupt controller interrupts
  111. +-----------------------------------------------------------------------------*/
  112. #define UIC_UART0 0x80000000 /* UART 0 */
  113. #define UIC_UART1 0x40000000 /* UART 1 */
  114. #define UIC_IIC 0x20000000 /* IIC */
  115. #define UIC_EXT_MAST 0x10000000 /* External Master */
  116. #define UIC_PCI 0x08000000 /* PCI write to command reg */
  117. #define UIC_DMA0 0x04000000 /* DMA chan. 0 */
  118. #define UIC_DMA1 0x02000000 /* DMA chan. 1 */
  119. #define UIC_DMA2 0x01000000 /* DMA chan. 2 */
  120. #define UIC_DMA3 0x00800000 /* DMA chan. 3 */
  121. #define UIC_EMAC_WAKE 0x00400000 /* EMAC wake up */
  122. #define UIC_MAL_SERR 0x00200000 /* MAL SERR */
  123. #define UIC_MAL_TXEOB 0x00100000 /* MAL TXEOB */
  124. #define UIC_MAL_RXEOB 0x00080000 /* MAL RXEOB */
  125. #define UIC_MAL_TXDE 0x00040000 /* MAL TXDE */
  126. #define UIC_MAL_RXDE 0x00020000 /* MAL RXDE */
  127. #define UIC_ENET 0x00010000 /* Ethernet */
  128. #define UIC_EXT_PCI_SERR 0x00008000 /* External PCI SERR# */
  129. #define UIC_ECC_CE 0x00004000 /* ECC Correctable Error */
  130. #define UIC_PCI_PM 0x00002000 /* PCI Power Management */
  131. #define UIC_EXT0 0x00000040 /* External interrupt 0 */
  132. #define UIC_EXT1 0x00000020 /* External interrupt 1 */
  133. #define UIC_EXT2 0x00000010 /* External interrupt 2 */
  134. #define UIC_EXT3 0x00000008 /* External interrupt 3 */
  135. #define UIC_EXT4 0x00000004 /* External interrupt 4 */
  136. #define UIC_EXT5 0x00000002 /* External interrupt 5 */
  137. #define UIC_EXT6 0x00000001 /* External interrupt 6 */
  138. /******************************************************************************
  139. * SDRAM Controller
  140. ******************************************************************************/
  141. #define SDRAM_DCR_BASE 0x10
  142. #define memcfga (SDRAM_DCR_BASE+0x0) /* Memory configuration address reg */
  143. #define memcfgd (SDRAM_DCR_BASE+0x1) /* Memory configuration data reg */
  144. /* values for memcfga register - indirect addressing of these regs */
  145. #ifndef CONFIG_405EP
  146. #define mem_besra 0x00 /* bus error syndrome reg a */
  147. #define mem_besrsa 0x04 /* bus error syndrome reg set a */
  148. #define mem_besrb 0x08 /* bus error syndrome reg b */
  149. #define mem_besrsb 0x0c /* bus error syndrome reg set b */
  150. #define mem_bear 0x10 /* bus error address reg */
  151. #endif
  152. #define mem_mcopt1 0x20 /* memory controller options 1 */
  153. #define mem_rtr 0x30 /* refresh timer reg */
  154. #define mem_pmit 0x34 /* power management idle timer */
  155. #define mem_mb0cf 0x40 /* memory bank 0 configuration */
  156. #define mem_mb1cf 0x44 /* memory bank 1 configuration */
  157. #ifndef CONFIG_405EP
  158. #define mem_mb2cf 0x48 /* memory bank 2 configuration */
  159. #define mem_mb3cf 0x4c /* memory bank 3 configuration */
  160. #endif
  161. #define mem_sdtr1 0x80 /* timing reg 1 */
  162. #ifndef CONFIG_405EP
  163. #define mem_ecccf 0x94 /* ECC configuration */
  164. #define mem_eccerr 0x98 /* ECC error status */
  165. #endif
  166. #ifndef CONFIG_405EP
  167. /******************************************************************************
  168. * Decompression Controller
  169. ******************************************************************************/
  170. #define DECOMP_DCR_BASE 0x14
  171. #define kiar (DECOMP_DCR_BASE+0x0) /* Decompression controller addr reg */
  172. #define kidr (DECOMP_DCR_BASE+0x1) /* Decompression controller data reg */
  173. /* values for kiar register - indirect addressing of these regs */
  174. #define kitor0 0x00 /* index table origin register 0 */
  175. #define kitor1 0x01 /* index table origin register 1 */
  176. #define kitor2 0x02 /* index table origin register 2 */
  177. #define kitor3 0x03 /* index table origin register 3 */
  178. #define kaddr0 0x04 /* address decode definition regsiter 0 */
  179. #define kaddr1 0x05 /* address decode definition regsiter 1 */
  180. #define kconf 0x40 /* decompression core config register */
  181. #define kid 0x41 /* decompression core ID register */
  182. #define kver 0x42 /* decompression core version # reg */
  183. #define kpear 0x50 /* bus error addr reg (PLB addr) */
  184. #define kbear 0x51 /* bus error addr reg (DCP to EBIU addr)*/
  185. #define kesr0 0x52 /* bus error status reg 0 (R/clear) */
  186. #define kesr0s 0x53 /* bus error status reg 0 (set) */
  187. /* There are 0x400 of the following registers, from krom0 to krom3ff*/
  188. /* Only the first one is given here. */
  189. #define krom0 0x400 /* SRAM/ROM read/write */
  190. #endif
  191. /******************************************************************************
  192. * Power Management
  193. ******************************************************************************/
  194. #define POWERMAN_DCR_BASE 0xb8
  195. #define cpmsr (POWERMAN_DCR_BASE+0x0) /* Power management status */
  196. #define cpmer (POWERMAN_DCR_BASE+0x1) /* Power management enable */
  197. #define cpmfr (POWERMAN_DCR_BASE+0x2) /* Power management force */
  198. /******************************************************************************
  199. * Extrnal Bus Controller
  200. ******************************************************************************/
  201. #define EBC_DCR_BASE 0x12
  202. #define ebccfga (EBC_DCR_BASE+0x0) /* External bus controller addr reg */
  203. #define ebccfgd (EBC_DCR_BASE+0x1) /* External bus controller data reg */
  204. /* values for ebccfga register - indirect addressing of these regs */
  205. #define pb0cr 0x00 /* periph bank 0 config reg */
  206. #define pb1cr 0x01 /* periph bank 1 config reg */
  207. #define pb2cr 0x02 /* periph bank 2 config reg */
  208. #define pb3cr 0x03 /* periph bank 3 config reg */
  209. #define pb4cr 0x04 /* periph bank 4 config reg */
  210. #ifndef CONFIG_405EP
  211. #define pb5cr 0x05 /* periph bank 5 config reg */
  212. #define pb6cr 0x06 /* periph bank 6 config reg */
  213. #define pb7cr 0x07 /* periph bank 7 config reg */
  214. #endif
  215. #define pb0ap 0x10 /* periph bank 0 access parameters */
  216. #define pb1ap 0x11 /* periph bank 1 access parameters */
  217. #define pb2ap 0x12 /* periph bank 2 access parameters */
  218. #define pb3ap 0x13 /* periph bank 3 access parameters */
  219. #define pb4ap 0x14 /* periph bank 4 access parameters */
  220. #ifndef CONFIG_405EP
  221. #define pb5ap 0x15 /* periph bank 5 access parameters */
  222. #define pb6ap 0x16 /* periph bank 6 access parameters */
  223. #define pb7ap 0x17 /* periph bank 7 access parameters */
  224. #endif
  225. #define pbear 0x20 /* periph bus error addr reg */
  226. #define pbesr0 0x21 /* periph bus error status reg 0 */
  227. #define pbesr1 0x22 /* periph bus error status reg 1 */
  228. #define epcr 0x23 /* external periph control reg */
  229. #ifdef CONFIG_405EP
  230. /******************************************************************************
  231. * Control
  232. ******************************************************************************/
  233. #define CNTRL_DCR_BASE 0x0f0
  234. #define cpc0_pllmr0 (CNTRL_DCR_BASE+0x0) /* PLL mode register 0 */
  235. #define cpc0_boot (CNTRL_DCR_BASE+0x1) /* Clock status register */
  236. #define cpc0_epctl (CNTRL_DCR_BASE+0x3) /* EMAC to PHY control register */
  237. #define cpc0_pllmr1 (CNTRL_DCR_BASE+0x4) /* PLL mode register 1 */
  238. #define cpc0_ucr (CNTRL_DCR_BASE+0x5) /* UART control register */
  239. #define cpc0_pci (CNTRL_DCR_BASE+0x9) /* PCI control register */
  240. #define CPC0_PLLMR0 (CNTRL_DCR_BASE+0x0) /* PLL mode 0 register */
  241. #define CPC0_BOOT (CNTRL_DCR_BASE+0x1) /* Chip Clock Status register */
  242. #define CPC0_CR1 (CNTRL_DCR_BASE+0x2) /* Chip Control 1 register */
  243. #define CPC0_EPRCSR (CNTRL_DCR_BASE+0x3) /* EMAC PHY Rcv Clk Src register*/
  244. #define CPC0_PLLMR1 (CNTRL_DCR_BASE+0x4) /* PLL mode 1 register */
  245. #define CPC0_UCR (CNTRL_DCR_BASE+0x5) /* UART Control register */
  246. #define CPC0_SRR (CNTRL_DCR_BASE+0x6) /* Soft Reset register */
  247. #define CPC0_JTAGID (CNTRL_DCR_BASE+0x7) /* JTAG ID register */
  248. #define CPC0_SPARE (CNTRL_DCR_BASE+0x8) /* Spare DCR */
  249. #define CPC0_PCI (CNTRL_DCR_BASE+0x9) /* PCI Control register */
  250. /* Bit definitions */
  251. #define PLLMR0_CPU_DIV_MASK 0x00300000 /* CPU clock divider */
  252. #define PLLMR0_CPU_DIV_BYPASS 0x00000000
  253. #define PLLMR0_CPU_DIV_2 0x00100000
  254. #define PLLMR0_CPU_DIV_3 0x00200000
  255. #define PLLMR0_CPU_DIV_4 0x00300000
  256. #define PLLMR0_CPU_TO_PLB_MASK 0x00030000 /* CPU:PLB Frequency Divisor */
  257. #define PLLMR0_CPU_PLB_DIV_1 0x00000000
  258. #define PLLMR0_CPU_PLB_DIV_2 0x00010000
  259. #define PLLMR0_CPU_PLB_DIV_3 0x00020000
  260. #define PLLMR0_CPU_PLB_DIV_4 0x00030000
  261. #define PLLMR0_OPB_TO_PLB_MASK 0x00003000 /* OPB:PLB Frequency Divisor */
  262. #define PLLMR0_OPB_PLB_DIV_1 0x00000000
  263. #define PLLMR0_OPB_PLB_DIV_2 0x00001000
  264. #define PLLMR0_OPB_PLB_DIV_3 0x00002000
  265. #define PLLMR0_OPB_PLB_DIV_4 0x00003000
  266. #define PLLMR0_EXB_TO_PLB_MASK 0x00000300 /* External Bus:PLB Divisor */
  267. #define PLLMR0_EXB_PLB_DIV_2 0x00000000
  268. #define PLLMR0_EXB_PLB_DIV_3 0x00000100
  269. #define PLLMR0_EXB_PLB_DIV_4 0x00000200
  270. #define PLLMR0_EXB_PLB_DIV_5 0x00000300
  271. #define PLLMR0_MAL_TO_PLB_MASK 0x00000030 /* MAL:PLB Divisor */
  272. #define PLLMR0_MAL_PLB_DIV_1 0x00000000
  273. #define PLLMR0_MAL_PLB_DIV_2 0x00000010
  274. #define PLLMR0_MAL_PLB_DIV_3 0x00000020
  275. #define PLLMR0_MAL_PLB_DIV_4 0x00000030
  276. #define PLLMR0_PCI_TO_PLB_MASK 0x00000003 /* PCI:PLB Frequency Divisor */
  277. #define PLLMR0_PCI_PLB_DIV_1 0x00000000
  278. #define PLLMR0_PCI_PLB_DIV_2 0x00000001
  279. #define PLLMR0_PCI_PLB_DIV_3 0x00000002
  280. #define PLLMR0_PCI_PLB_DIV_4 0x00000003
  281. #define PLLMR1_SSCS_MASK 0x80000000 /* Select system clock source */
  282. #define PLLMR1_PLLR_MASK 0x40000000 /* PLL reset */
  283. #define PLLMR1_FBMUL_MASK 0x00F00000 /* PLL feedback multiplier value */
  284. #define PLLMR1_FBMUL_DIV_16 0x00000000
  285. #define PLLMR1_FBMUL_DIV_1 0x00100000
  286. #define PLLMR1_FBMUL_DIV_2 0x00200000
  287. #define PLLMR1_FBMUL_DIV_3 0x00300000
  288. #define PLLMR1_FBMUL_DIV_4 0x00400000
  289. #define PLLMR1_FBMUL_DIV_5 0x00500000
  290. #define PLLMR1_FBMUL_DIV_6 0x00600000
  291. #define PLLMR1_FBMUL_DIV_7 0x00700000
  292. #define PLLMR1_FBMUL_DIV_8 0x00800000
  293. #define PLLMR1_FBMUL_DIV_9 0x00900000
  294. #define PLLMR1_FBMUL_DIV_10 0x00A00000
  295. #define PLLMR1_FBMUL_DIV_11 0x00B00000
  296. #define PLLMR1_FBMUL_DIV_12 0x00C00000
  297. #define PLLMR1_FBMUL_DIV_13 0x00D00000
  298. #define PLLMR1_FBMUL_DIV_14 0x00E00000
  299. #define PLLMR1_FBMUL_DIV_15 0x00F00000
  300. #define PLLMR1_FWDVA_MASK 0x00070000 /* PLL forward divider A value */
  301. #define PLLMR1_FWDVA_DIV_8 0x00000000
  302. #define PLLMR1_FWDVA_DIV_7 0x00010000
  303. #define PLLMR1_FWDVA_DIV_6 0x00020000
  304. #define PLLMR1_FWDVA_DIV_5 0x00030000
  305. #define PLLMR1_FWDVA_DIV_4 0x00040000
  306. #define PLLMR1_FWDVA_DIV_3 0x00050000
  307. #define PLLMR1_FWDVA_DIV_2 0x00060000
  308. #define PLLMR1_FWDVA_DIV_1 0x00070000
  309. #define PLLMR1_FWDVB_MASK 0x00007000 /* PLL forward divider B value */
  310. #define PLLMR1_TUNING_MASK 0x000003FF /* PLL tune bits */
  311. /* Defines for CPC0_EPRCSR register */
  312. #define CPC0_EPRCSR_E0NFE 0x80000000
  313. #define CPC0_EPRCSR_E1NFE 0x40000000
  314. #define CPC0_EPRCSR_E1RPP 0x00000080
  315. #define CPC0_EPRCSR_E0RPP 0x00000040
  316. #define CPC0_EPRCSR_E1ERP 0x00000020
  317. #define CPC0_EPRCSR_E0ERP 0x00000010
  318. #define CPC0_EPRCSR_E1PCI 0x00000002
  319. #define CPC0_EPRCSR_E0PCI 0x00000001
  320. /* Defines for CPC0_PCI Register */
  321. #define CPC0_PCI_SPE 0x00000010 /* PCIINT/WE select */
  322. #define CPC0_PCI_HOST_CFG_EN 0x00000008 /* PCI host config Enable */
  323. #define CPC0_PCI_ARBIT_EN 0x00000001 /* PCI Internal Arb Enabled*/
  324. /* Defines for CPC0_BOOR Register */
  325. #define CPC0_BOOT_SEP 0x00000002 /* serial EEPROM present */
  326. /* Defines for CPC0_PLLMR1 Register fields */
  327. #define PLL_ACTIVE 0x80000000
  328. #define CPC0_PLLMR1_SSCS 0x80000000
  329. #define PLL_RESET 0x40000000
  330. #define CPC0_PLLMR1_PLLR 0x40000000
  331. /* Feedback multiplier */
  332. #define PLL_FBKDIV 0x00F00000
  333. #define CPC0_PLLMR1_FBDV 0x00F00000
  334. #define PLL_FBKDIV_16 0x00000000
  335. #define PLL_FBKDIV_1 0x00100000
  336. #define PLL_FBKDIV_2 0x00200000
  337. #define PLL_FBKDIV_3 0x00300000
  338. #define PLL_FBKDIV_4 0x00400000
  339. #define PLL_FBKDIV_5 0x00500000
  340. #define PLL_FBKDIV_6 0x00600000
  341. #define PLL_FBKDIV_7 0x00700000
  342. #define PLL_FBKDIV_8 0x00800000
  343. #define PLL_FBKDIV_9 0x00900000
  344. #define PLL_FBKDIV_10 0x00A00000
  345. #define PLL_FBKDIV_11 0x00B00000
  346. #define PLL_FBKDIV_12 0x00C00000
  347. #define PLL_FBKDIV_13 0x00D00000
  348. #define PLL_FBKDIV_14 0x00E00000
  349. #define PLL_FBKDIV_15 0x00F00000
  350. /* Forward A divisor */
  351. #define PLL_FWDDIVA 0x00070000
  352. #define CPC0_PLLMR1_FWDVA 0x00070000
  353. #define PLL_FWDDIVA_8 0x00000000
  354. #define PLL_FWDDIVA_7 0x00010000
  355. #define PLL_FWDDIVA_6 0x00020000
  356. #define PLL_FWDDIVA_5 0x00030000
  357. #define PLL_FWDDIVA_4 0x00040000
  358. #define PLL_FWDDIVA_3 0x00050000
  359. #define PLL_FWDDIVA_2 0x00060000
  360. #define PLL_FWDDIVA_1 0x00070000
  361. /* Forward B divisor */
  362. #define PLL_FWDDIVB 0x00007000
  363. #define CPC0_PLLMR1_FWDVB 0x00007000
  364. #define PLL_FWDDIVB_8 0x00000000
  365. #define PLL_FWDDIVB_7 0x00001000
  366. #define PLL_FWDDIVB_6 0x00002000
  367. #define PLL_FWDDIVB_5 0x00003000
  368. #define PLL_FWDDIVB_4 0x00004000
  369. #define PLL_FWDDIVB_3 0x00005000
  370. #define PLL_FWDDIVB_2 0x00006000
  371. #define PLL_FWDDIVB_1 0x00007000
  372. /* PLL tune bits */
  373. #define PLL_TUNE_MASK 0x000003FF
  374. #define PLL_TUNE_2_M_3 0x00000133 /* 2 <= M <= 3 */
  375. #define PLL_TUNE_4_M_6 0x00000134 /* 3 < M <= 6 */
  376. #define PLL_TUNE_7_M_10 0x00000138 /* 6 < M <= 10 */
  377. #define PLL_TUNE_11_M_14 0x0000013C /* 10 < M <= 14 */
  378. #define PLL_TUNE_15_M_40 0x0000023E /* 14 < M <= 40 */
  379. #define PLL_TUNE_VCO_LOW 0x00000000 /* 500MHz <= VCO <= 800MHz */
  380. #define PLL_TUNE_VCO_HI 0x00000080 /* 800MHz < VCO <= 1000MHz */
  381. /* Defines for CPC0_PLLMR0 Register fields */
  382. /* CPU divisor */
  383. #define PLL_CPUDIV 0x00300000
  384. #define CPC0_PLLMR0_CCDV 0x00300000
  385. #define PLL_CPUDIV_1 0x00000000
  386. #define PLL_CPUDIV_2 0x00100000
  387. #define PLL_CPUDIV_3 0x00200000
  388. #define PLL_CPUDIV_4 0x00300000
  389. /* PLB divisor */
  390. #define PLL_PLBDIV 0x00030000
  391. #define CPC0_PLLMR0_CBDV 0x00030000
  392. #define PLL_PLBDIV_1 0x00000000
  393. #define PLL_PLBDIV_2 0x00010000
  394. #define PLL_PLBDIV_3 0x00020000
  395. #define PLL_PLBDIV_4 0x00030000
  396. /* OPB divisor */
  397. #define PLL_OPBDIV 0x00003000
  398. #define CPC0_PLLMR0_OPDV 0x00003000
  399. #define PLL_OPBDIV_1 0x00000000
  400. #define PLL_OPBDIV_2 0x00001000
  401. #define PLL_OPBDIV_3 0x00002000
  402. #define PLL_OPBDIV_4 0x00003000
  403. /* EBC divisor */
  404. #define PLL_EXTBUSDIV 0x00000300
  405. #define CPC0_PLLMR0_EPDV 0x00000300
  406. #define PLL_EXTBUSDIV_2 0x00000000
  407. #define PLL_EXTBUSDIV_3 0x00000100
  408. #define PLL_EXTBUSDIV_4 0x00000200
  409. #define PLL_EXTBUSDIV_5 0x00000300
  410. /* MAL divisor */
  411. #define PLL_MALDIV 0x00000030
  412. #define CPC0_PLLMR0_MPDV 0x00000030
  413. #define PLL_MALDIV_1 0x00000000
  414. #define PLL_MALDIV_2 0x00000010
  415. #define PLL_MALDIV_3 0x00000020
  416. #define PLL_MALDIV_4 0x00000030
  417. /* PCI divisor */
  418. #define PLL_PCIDIV 0x00000003
  419. #define CPC0_PLLMR0_PPFD 0x00000003
  420. #define PLL_PCIDIV_1 0x00000000
  421. #define PLL_PCIDIV_2 0x00000001
  422. #define PLL_PCIDIV_3 0x00000002
  423. #define PLL_PCIDIV_4 0x00000003
  424. /*
  425. *-------------------------------------------------------------------------------
  426. * PLL settings for 266MHz CPU, 133MHz PLB/SDRAM, 66MHz EBC, 33MHz PCI,
  427. * assuming a 33.3MHz input clock to the 405EP.
  428. *-------------------------------------------------------------------------------
  429. */
  430. #define PLLMR0_266_133_66 (PLL_CPUDIV_1 | PLL_PLBDIV_2 | \
  431. PLL_OPBDIV_2 | PLL_EXTBUSDIV_2 | \
  432. PLL_MALDIV_1 | PLL_PCIDIV_4)
  433. #define PLLMR1_266_133_66 (PLL_FBKDIV_8 | \
  434. PLL_FWDDIVA_3 | PLL_FWDDIVB_3 | \
  435. PLL_TUNE_15_M_40 | PLL_TUNE_VCO_LOW)
  436. #define PLLMR0_133_66_66_33 (PLL_CPUDIV_1 | PLL_PLBDIV_1 | \
  437. PLL_OPBDIV_2 | PLL_EXTBUSDIV_4 | \
  438. PLL_MALDIV_1 | PLL_PCIDIV_4)
  439. #define PLLMR1_133_66_66_33 (PLL_FBKDIV_4 | \
  440. PLL_FWDDIVA_6 | PLL_FWDDIVB_6 | \
  441. PLL_TUNE_15_M_40 | PLL_TUNE_VCO_LOW)
  442. #define PLLMR0_200_100_50_33 (PLL_CPUDIV_1 | PLL_PLBDIV_2 | \
  443. PLL_OPBDIV_2 | PLL_EXTBUSDIV_3 | \
  444. PLL_MALDIV_1 | PLL_PCIDIV_4)
  445. #define PLLMR1_200_100_50_33 (PLL_FBKDIV_6 | \
  446. PLL_FWDDIVA_4 | PLL_FWDDIVB_4 | \
  447. PLL_TUNE_15_M_40 | PLL_TUNE_VCO_LOW)
  448. #define PLLMR0_266_133_66_33 (PLL_CPUDIV_1 | PLL_PLBDIV_2 | \
  449. PLL_OPBDIV_2 | PLL_EXTBUSDIV_4 | \
  450. PLL_MALDIV_1 | PLL_PCIDIV_4)
  451. #define PLLMR1_266_133_66_33 (PLL_FBKDIV_8 | \
  452. PLL_FWDDIVA_3 | PLL_FWDDIVB_3 | \
  453. PLL_TUNE_15_M_40 | PLL_TUNE_VCO_LOW)
  454. /*
  455. * PLL Voltage Controlled Oscillator (VCO) definitions
  456. * Maximum and minimum values (in MHz) for correct PLL operation.
  457. */
  458. #define VCO_MIN 500
  459. #define VCO_MAX 1000
  460. #else /* #ifdef CONFIG_405EP */
  461. /******************************************************************************
  462. * Control
  463. ******************************************************************************/
  464. #define CNTRL_DCR_BASE 0x0b0
  465. #define pllmd (CNTRL_DCR_BASE+0x0) /* PLL mode register */
  466. #define cntrl0 (CNTRL_DCR_BASE+0x1) /* Control 0 register */
  467. #define cntrl1 (CNTRL_DCR_BASE+0x2) /* Control 1 register */
  468. #define reset (CNTRL_DCR_BASE+0x3) /* reset register */
  469. #define strap (CNTRL_DCR_BASE+0x4) /* strap register */
  470. #define ecr (0xaa) /* edge conditioner register (405gpr) */
  471. /* Bit definitions */
  472. #define PLLMR_FWD_DIV_MASK 0xE0000000 /* Forward Divisor */
  473. #define PLLMR_FWD_DIV_BYPASS 0xE0000000
  474. #define PLLMR_FWD_DIV_3 0xA0000000
  475. #define PLLMR_FWD_DIV_4 0x80000000
  476. #define PLLMR_FWD_DIV_6 0x40000000
  477. #define PLLMR_FB_DIV_MASK 0x1E000000 /* Feedback Divisor */
  478. #define PLLMR_FB_DIV_1 0x02000000
  479. #define PLLMR_FB_DIV_2 0x04000000
  480. #define PLLMR_FB_DIV_3 0x06000000
  481. #define PLLMR_FB_DIV_4 0x08000000
  482. #define PLLMR_TUNING_MASK 0x01F80000
  483. #define PLLMR_CPU_TO_PLB_MASK 0x00060000 /* CPU:PLB Frequency Divisor */
  484. #define PLLMR_CPU_PLB_DIV_1 0x00000000
  485. #define PLLMR_CPU_PLB_DIV_2 0x00020000
  486. #define PLLMR_CPU_PLB_DIV_3 0x00040000
  487. #define PLLMR_CPU_PLB_DIV_4 0x00060000
  488. #define PLLMR_OPB_TO_PLB_MASK 0x00018000 /* OPB:PLB Frequency Divisor */
  489. #define PLLMR_OPB_PLB_DIV_1 0x00000000
  490. #define PLLMR_OPB_PLB_DIV_2 0x00008000
  491. #define PLLMR_OPB_PLB_DIV_3 0x00010000
  492. #define PLLMR_OPB_PLB_DIV_4 0x00018000
  493. #define PLLMR_PCI_TO_PLB_MASK 0x00006000 /* PCI:PLB Frequency Divisor */
  494. #define PLLMR_PCI_PLB_DIV_1 0x00000000
  495. #define PLLMR_PCI_PLB_DIV_2 0x00002000
  496. #define PLLMR_PCI_PLB_DIV_3 0x00004000
  497. #define PLLMR_PCI_PLB_DIV_4 0x00006000
  498. #define PLLMR_EXB_TO_PLB_MASK 0x00001800 /* External Bus:PLB Divisor */
  499. #define PLLMR_EXB_PLB_DIV_2 0x00000000
  500. #define PLLMR_EXB_PLB_DIV_3 0x00000800
  501. #define PLLMR_EXB_PLB_DIV_4 0x00001000
  502. #define PLLMR_EXB_PLB_DIV_5 0x00001800
  503. /* definitions for PPC405GPr (new mode strapping) */
  504. #define PLLMR_FWDB_DIV_MASK 0x00000007 /* Forward Divisor B */
  505. #define PSR_PLL_FWD_MASK 0xC0000000
  506. #define PSR_PLL_FDBACK_MASK 0x30000000
  507. #define PSR_PLL_TUNING_MASK 0x0E000000
  508. #define PSR_PLB_CPU_MASK 0x01800000
  509. #define PSR_OPB_PLB_MASK 0x00600000
  510. #define PSR_PCI_PLB_MASK 0x00180000
  511. #define PSR_EB_PLB_MASK 0x00060000
  512. #define PSR_ROM_WIDTH_MASK 0x00018000
  513. #define PSR_ROM_LOC 0x00004000
  514. #define PSR_PCI_ASYNC_EN 0x00001000
  515. #define PSR_PERCLK_SYNC_MODE_EN 0x00000800 /* PPC405GPr only */
  516. #define PSR_PCI_ARBIT_EN 0x00000400
  517. #define PSR_NEW_MODE_EN 0x00000020 /* PPC405GPr only */
  518. /*
  519. * PLL Voltage Controlled Oscillator (VCO) definitions
  520. * Maximum and minimum values (in MHz) for correct PLL operation.
  521. */
  522. #define VCO_MIN 400
  523. #define VCO_MAX 800
  524. #endif /* #ifdef CONFIG_405EP */
  525. /******************************************************************************
  526. * Memory Access Layer
  527. ******************************************************************************/
  528. #define MAL_DCR_BASE 0x180
  529. #define malmcr (MAL_DCR_BASE+0x00) /* MAL Config reg */
  530. #define malesr (MAL_DCR_BASE+0x01) /* Error Status reg (Read/Clear) */
  531. #define malier (MAL_DCR_BASE+0x02) /* Interrupt enable reg */
  532. #define maldbr (MAL_DCR_BASE+0x03) /* Mal Debug reg (Read only) */
  533. #define maltxcasr (MAL_DCR_BASE+0x04) /* TX Channel active reg (set) */
  534. #define maltxcarr (MAL_DCR_BASE+0x05) /* TX Channel active reg (Reset) */
  535. #define maltxeobisr (MAL_DCR_BASE+0x06) /* TX End of buffer int status reg */
  536. #define maltxdeir (MAL_DCR_BASE+0x07) /* TX Descr. Error Int reg */
  537. #define malrxcasr (MAL_DCR_BASE+0x10) /* RX Channel active reg (set) */
  538. #define malrxcarr (MAL_DCR_BASE+0x11) /* RX Channel active reg (Reset) */
  539. #define malrxeobisr (MAL_DCR_BASE+0x12) /* RX End of buffer int status reg */
  540. #define malrxdeir (MAL_DCR_BASE+0x13) /* RX Descr. Error Int reg */
  541. #define maltxctp0r (MAL_DCR_BASE+0x20) /* TX 0 Channel table pointer reg */
  542. #define maltxctp1r (MAL_DCR_BASE+0x21) /* TX 1 Channel table pointer reg */
  543. #define malrxctp0r (MAL_DCR_BASE+0x40) /* RX 0 Channel table pointer reg */
  544. #define malrcbs0 (MAL_DCR_BASE+0x60) /* RX 0 Channel buffer size reg */
  545. /*-----------------------------------------------------------------------------
  546. | IIC Register Offsets
  547. '----------------------------------------------------------------------------*/
  548. #define IICMDBUF 0x00
  549. #define IICSDBUF 0x02
  550. #define IICLMADR 0x04
  551. #define IICHMADR 0x05
  552. #define IICCNTL 0x06
  553. #define IICMDCNTL 0x07
  554. #define IICSTS 0x08
  555. #define IICEXTSTS 0x09
  556. #define IICLSADR 0x0A
  557. #define IICHSADR 0x0B
  558. #define IICCLKDIV 0x0C
  559. #define IICINTRMSK 0x0D
  560. #define IICXFRCNT 0x0E
  561. #define IICXTCNTLSS 0x0F
  562. #define IICDIRECTCNTL 0x10
  563. /*-----------------------------------------------------------------------------
  564. | UART Register Offsets
  565. '----------------------------------------------------------------------------*/
  566. #define DATA_REG 0x00
  567. #define DL_LSB 0x00
  568. #define DL_MSB 0x01
  569. #define INT_ENABLE 0x01
  570. #define FIFO_CONTROL 0x02
  571. #define LINE_CONTROL 0x03
  572. #define MODEM_CONTROL 0x04
  573. #define LINE_STATUS 0x05
  574. #define MODEM_STATUS 0x06
  575. #define SCRATCH 0x07
  576. /******************************************************************************
  577. * On Chip Memory
  578. ******************************************************************************/
  579. #define OCM_DCR_BASE 0x018
  580. #define ocmisarc (OCM_DCR_BASE+0x00) /* OCM I-side address compare reg */
  581. #define ocmiscntl (OCM_DCR_BASE+0x01) /* OCM I-side control reg */
  582. #define ocmdsarc (OCM_DCR_BASE+0x02) /* OCM D-side address compare reg */
  583. #define ocmdscntl (OCM_DCR_BASE+0x03) /* OCM D-side control reg */
  584. /******************************************************************************
  585. * GPIO macro register defines
  586. ******************************************************************************/
  587. #define GPIO_BASE 0xEF600700
  588. #define GPIO0_OR (GPIO_BASE+0x0)
  589. #define GPIO0_TCR (GPIO_BASE+0x4)
  590. #define GPIO0_OSRH (GPIO_BASE+0x8)
  591. #define GPIO0_OSRL (GPIO_BASE+0xC)
  592. #define GPIO0_TSRH (GPIO_BASE+0x10)
  593. #define GPIO0_TSRL (GPIO_BASE+0x14)
  594. #define GPIO0_ODR (GPIO_BASE+0x18)
  595. #define GPIO0_IR (GPIO_BASE+0x1C)
  596. #define GPIO0_RR1 (GPIO_BASE+0x20)
  597. #define GPIO0_RR2 (GPIO_BASE+0x24)
  598. #define GPIO0_ISR1H (GPIO_BASE+0x30)
  599. #define GPIO0_ISR1L (GPIO_BASE+0x34)
  600. #define GPIO0_ISR2H (GPIO_BASE+0x38)
  601. #define GPIO0_ISR2L (GPIO_BASE+0x3C)
  602. /*
  603. * Macro for accessing the indirect EBC register
  604. */
  605. #define mtebc(reg, data) mtdcr(ebccfga,reg);mtdcr(ebccfgd,data)
  606. #define mfebc(reg, data) mtdcr(ebccfga,reg);data = mfdcr(ebccfgd)
  607. #ifndef __ASSEMBLY__
  608. typedef struct
  609. {
  610. unsigned long pllFwdDiv;
  611. unsigned long pllFwdDivB;
  612. unsigned long pllFbkDiv;
  613. unsigned long pllPlbDiv;
  614. unsigned long pllPciDiv;
  615. unsigned long pllExtBusDiv;
  616. unsigned long pllOpbDiv;
  617. unsigned long freqVCOMhz; /* in MHz */
  618. unsigned long freqProcessor;
  619. unsigned long freqPLB;
  620. unsigned long freqPCI;
  621. unsigned long pciIntArbEn; /* Internal PCI arbiter is enabled */
  622. unsigned long pciClkSync; /* PCI clock is synchronous */
  623. } PPC405_SYS_INFO;
  624. #endif /* _ASMLANGUAGE */
  625. #define RESET_VECTOR 0xfffffffc
  626. #define CACHELINE_MASK (CFG_CACHELINE_SIZE - 1) /* Address mask for cache
  627. line aligned data. */
  628. #endif /* __PPC405_H__ */