ppc460ex_gt.h 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. /*
  2. * (C) Copyright 2010
  3. * Stefan Roese, DENX Software Engineering, sr@denx.de.
  4. *
  5. * SPDX-License-Identifier: GPL-2.0+
  6. */
  7. #ifndef _PPC460EX_GT_H_
  8. #define _PPC460EX_GT_H_
  9. #define CONFIG_SDRAM_PPC4xx_IBM_DDR2 /* IBM DDR(2) controller */
  10. #define CONFIG_NAND_NDFC
  11. /*
  12. * Some SoC specific registers
  13. */
  14. /* Memory mapped registers */
  15. #define CONFIG_SYS_PERIPHERAL_BASE 0xef600000 /* Internal Peripherals */
  16. #ifndef CONFIG_DM_SERIAL
  17. #define CONFIG_SYS_NS16550_COM1 (CONFIG_SYS_PERIPHERAL_BASE + 0x0300)
  18. #define CONFIG_SYS_NS16550_COM2 (CONFIG_SYS_PERIPHERAL_BASE + 0x0400)
  19. #define CONFIG_SYS_NS16550_COM3 (CONFIG_SYS_PERIPHERAL_BASE + 0x0500)
  20. #define CONFIG_SYS_NS16550_COM4 (CONFIG_SYS_PERIPHERAL_BASE + 0x0600)
  21. #endif
  22. #define GPIO0_BASE (CONFIG_SYS_PERIPHERAL_BASE + 0x0b00)
  23. #define GPIO1_BASE (CONFIG_SYS_PERIPHERAL_BASE + 0x0c00)
  24. /* DCR */
  25. #define AHB_TOP 0x00a4
  26. #define AHB_BOT 0x00a5
  27. /* SDR */
  28. #define SDR0_PCI0 0x01c0
  29. #define SDR0_AHB_CFG 0x0370
  30. #define SDR0_USB2HOST_CFG 0x0371
  31. #define SDR0_ETH_PLL 0x4102
  32. #define SDR0_ETH_CFG 0x4103
  33. #define SDR0_ETH_STS 0x4104
  34. /*
  35. * Register bits and masks
  36. */
  37. #define SDR0_SDSTP1_PAE_MASK (0x80000000 >> 13)
  38. #define SDR0_SDSTP1_PISE_MASK (0x80000000 >> 15)
  39. /* CUST0 Customer Configuration Register0 */
  40. #define SDR0_CUST0_MUX_E_N_G_MASK 0xC0000000 /* Mux_Emac_NDFC_GPIO */
  41. #define SDR0_CUST0_MUX_EMAC_SEL 0x40000000 /* Emac Selection */
  42. #define SDR0_CUST0_MUX_NDFC_SEL 0x80000000 /* NDFC Selection */
  43. #define SDR0_CUST0_MUX_GPIO_SEL 0xC0000000 /* GPIO Selection */
  44. #define SDR0_CUST0_NDFC_EN_MASK 0x20000000 /* NDFC Enable Mask */
  45. #define SDR0_CUST0_NDFC_ENABLE 0x20000000 /* NDFC Enable */
  46. #define SDR0_CUST0_NDFC_DISABLE 0x00000000 /* NDFC Disable */
  47. #define SDR0_CUST0_NDFC_BW_MASK 0x10000000 /* NDFC Boot Width */
  48. #define SDR0_CUST0_NDFC_BW_16_BIT 0x10000000 /* NDFC Boot Width = 16 Bit */
  49. #define SDR0_CUST0_NDFC_BW_8_BIT 0x00000000 /* NDFC Boot Width = 8 Bit */
  50. #define SDR0_CUST0_NDFC_BP_MASK 0x0F000000 /* NDFC Boot Page */
  51. #define SDR0_CUST0_NDFC_BP_ENCODE(n) ((((u32)(n)) & 0xF) << 24)
  52. #define SDR0_CUST0_NDFC_BP_DECODE(n) ((((u32)(n)) >> 24) & 0xF)
  53. #define SDR0_CUST0_NDFC_BAC_MASK 0x00C00000 /* NDFC Boot Address Cycle */
  54. #define SDR0_CUST0_NDFC_BAC_ENCODE(n) ((((u32)(n)) & 0x3) << 22)
  55. #define SDR0_CUST0_NDFC_BAC_DECODE(n) ((((u32)(n)) >> 22) & 0x3)
  56. #define SDR0_CUST0_NDFC_ARE_MASK 0x00200000 /* NDFC Auto Read Enable */
  57. #define SDR0_CUST0_NDFC_ARE_ENABLE 0x00200000 /* NDFC Auto Read Enable */
  58. #define SDR0_CUST0_NDFC_ARE_DISABLE 0x00000000 /* NDFC Auto Read Disable */
  59. #define SDR0_CUST0_NRB_MASK 0x00100000 /* NDFC Ready / Busy */
  60. #define SDR0_CUST0_NRB_BUSY 0x00100000 /* Busy */
  61. #define SDR0_CUST0_NRB_READY 0x00000000 /* Ready */
  62. #define SDR0_CUST0_NDRSC_MASK 0x0000FFF0 /* NDFC Device Reset Count Mask */
  63. #define SDR0_CUST0_NDRSC_ENCODE(n) ((((u32)(n)) & 0xFFF) << 4)
  64. #define SDR0_CUST0_NDRSC_DECODE(n) ((((u32)(n)) >> 4) & 0xFFF)
  65. #define SDR0_CUST0_CHIPSELGAT_MASK 0x0000000F /* Chip Select Gating Mask */
  66. #define SDR0_CUST0_CHIPSELGAT_DIS 0x00000000 /* Chip Select Gating Disable */
  67. #define SDR0_CUST0_CHIPSELGAT_ENALL 0x0000000F /*All Chip Select Gating Enable*/
  68. #define SDR0_CUST0_CHIPSELGAT_EN0 0x00000008 /* Chip Select0 Gating Enable */
  69. #define SDR0_CUST0_CHIPSELGAT_EN1 0x00000004 /* Chip Select1 Gating Enable */
  70. #define SDR0_CUST0_CHIPSELGAT_EN2 0x00000002 /* Chip Select2 Gating Enable */
  71. #define SDR0_CUST0_CHIPSELGAT_EN3 0x00000001 /* Chip Select3 Gating Enable */
  72. /* Ethernet PLL Configuration Register (SDR0_ETH_PLL) */
  73. #define SDR0_ETH_PLL_PLLLOCK 0x80000000 /* Ethernet PLL lock indication */
  74. /* Ethernet Configuration Register (SDR0_ETH_CFG) */
  75. #define SDR0_ETH_CFG_SGMII3_LPBK 0x00800000 /*SGMII3 port loopback
  76. enable */
  77. #define SDR0_ETH_CFG_SGMII2_LPBK 0x00400000 /*SGMII2 port loopback
  78. enable */
  79. #define SDR0_ETH_CFG_SGMII1_LPBK 0x00200000 /*SGMII1 port loopback
  80. enable */
  81. #define SDR0_ETH_CFG_SGMII0_LPBK 0x00100000 /*SGMII0 port loopback
  82. enable */
  83. #define SDR0_ETH_CFG_SGMII_MASK 0x00070000 /*SGMII Mask */
  84. #define SDR0_ETH_CFG_SGMII2_ENABLE 0x00040000 /*SGMII2 port enable */
  85. #define SDR0_ETH_CFG_SGMII1_ENABLE 0x00020000 /*SGMII1 port enable */
  86. #define SDR0_ETH_CFG_SGMII0_ENABLE 0x00010000 /*SGMII0 port enable */
  87. #define SDR0_ETH_CFG_TAHOE1_BYPASS 0x00002000 /*TAHOE1 Bypass selector */
  88. #define SDR0_ETH_CFG_TAHOE0_BYPASS 0x00001000 /*TAHOE0 Bypass selector */
  89. #define SDR0_ETH_CFG_EMAC3_PHY_CLK_SEL 0x00000800 /*EMAC 3 PHY clock selector*/
  90. #define SDR0_ETH_CFG_EMAC2_PHY_CLK_SEL 0x00000400 /*EMAC 2 PHY clock selector*/
  91. #define SDR0_ETH_CFG_EMAC1_PHY_CLK_SEL 0x00000200 /*EMAC 1 PHY clock selector*/
  92. #define SDR0_ETH_CFG_EMAC0_PHY_CLK_SEL 0x00000100 /*EMAC 0 PHY clock selector*/
  93. #define SDR0_ETH_CFG_EMAC_2_1_SWAP 0x00000080 /*Swap EMAC2 with EMAC1 */
  94. #define SDR0_ETH_CFG_EMAC_0_3_SWAP 0x00000040 /*Swap EMAC0 with EMAC3 */
  95. #define SDR0_ETH_CFG_MDIO_SEL_MASK 0x00000030 /*MDIO source selector mask*/
  96. #define SDR0_ETH_CFG_MDIO_SEL_EMAC0 0x00000000 /*MDIO source - EMAC0 */
  97. #define SDR0_ETH_CFG_MDIO_SEL_EMAC1 0x00000010 /*MDIO source - EMAC1 */
  98. #define SDR0_ETH_CFG_MDIO_SEL_EMAC2 0x00000020 /*MDIO source - EMAC2 */
  99. #define SDR0_ETH_CFG_MDIO_SEL_EMAC3 0x00000030 /*MDIO source - EMAC3 */
  100. #define SDR0_ETH_CFG_GMC1_BRIDGE_SEL 0x00000002 /*GMC Port 1 bridge
  101. selector */
  102. #define SDR0_ETH_CFG_GMC0_BRIDGE_SEL 0x00000001 /*GMC Port 0 bridge
  103. selector */
  104. #define SDR0_SRST0_BGO 0x80000000 /* PLB to OPB bridge */
  105. #define SDR0_SRST0_PLB4 0x40000000 /* PLB4 arbiter */
  106. #define SDR0_SRST0_EBC 0x20000000 /* External bus controller */
  107. #define SDR0_SRST0_OPB 0x10000000 /* OPB arbiter */
  108. #define SDR0_SRST0_UART0 0x08000000 /* Universal asynchronous receiver/
  109. transmitter 0 */
  110. #define SDR0_SRST0_UART1 0x04000000 /* Universal asynchronous receiver/
  111. transmitter 1 */
  112. #define SDR0_SRST0_IIC0 0x02000000 /* Inter integrated circuit 0 */
  113. #define SDR0_SRST0_IIC1 0x01000000 /* Inter integrated circuit 1 */
  114. #define SDR0_SRST0_GPIO0 0x00800000 /* General purpose I/O 0 */
  115. #define SDR0_SRST0_GPT 0x00400000 /* General purpose timer */
  116. #define SDR0_SRST0_DMC 0x00200000 /* DDR SDRAM memory controller */
  117. #define SDR0_SRST0_PCI 0x00100000 /* PCI */
  118. #define SDR0_SRST0_CPM0 0x00020000 /* Clock and power management */
  119. #define SDR0_SRST0_IMU 0x00010000 /* I2O DMA */
  120. #define SDR0_SRST0_UIC0 0x00008000 /* Universal interrupt controller 0*/
  121. #define SDR0_SRST0_UIC1 0x00004000 /* Universal interrupt controller 1*/
  122. #define SDR0_SRST0_SRAM 0x00002000 /* Universal interrupt controller 0*/
  123. #define SDR0_SRST0_UIC2 0x00001000 /* Universal interrupt controller 2*/
  124. #define SDR0_SRST0_UIC3 0x00000800 /* Universal interrupt controller 3*/
  125. #define SDR0_SRST0_OCM 0x00000400 /* Universal interrupt controller 0*/
  126. #define SDR0_SRST0_UART2 0x00000200 /* Universal asynchronous receiver/
  127. transmitter 2 */
  128. #define SDR0_SRST0_MAL 0x00000100 /* Media access layer */
  129. #define SDR0_SRST0_GPTR 0x00000040 /* General purpose timer */
  130. #define SDR0_SRST0_L2CACHE 0x00000004 /* L2 Cache */
  131. #define SDR0_SRST0_UART3 0x00000002 /* Universal asynchronous receiver/
  132. transmitter 3 */
  133. #define SDR0_SRST0_GPIO1 0x00000001 /* General purpose I/O 1 */
  134. #define SDR0_SRST1_RLL 0x80000000 /* SRIO RLL */
  135. #define SDR0_SRST1_SCP 0x40000000 /* Serial communications port */
  136. #define SDR0_SRST1_PLBARB 0x20000000 /* PLB Arbiter */
  137. #define SDR0_SRST1_EIPPKP 0x10000000 /* EIPPPKP */
  138. #define SDR0_SRST1_EIP94 0x08000000 /* EIP 94 */
  139. #define SDR0_SRST1_EMAC0 0x04000000 /* Ethernet media access
  140. controller 0 */
  141. #define SDR0_SRST1_EMAC1 0x02000000 /* Ethernet media access
  142. controller 1 */
  143. #define SDR0_SRST1_EMAC2 0x01000000 /* Ethernet media access
  144. controller 2 */
  145. #define SDR0_SRST1_EMAC3 0x00800000 /* Ethernet media access
  146. controller 3 */
  147. #define SDR0_SRST1_ZMII 0x00400000 /* Ethernet ZMII/RMII/SMII */
  148. #define SDR0_SRST1_RGMII0 0x00200000 /* Ethernet RGMII/RTBI 0 */
  149. #define SDR0_SRST1_RGMII1 0x00100000 /* Ethernet RGMII/RTBI 1 */
  150. #define SDR0_SRST1_DMA4 0x00080000 /* DMA to PLB4 */
  151. #define SDR0_SRST1_DMA4CH 0x00040000 /* DMA Channel to PLB4 */
  152. #define SDR0_SRST1_SATAPHY 0x00020000 /* Serial ATA PHY */
  153. #define SDR0_SRST1_SRIODEV 0x00010000 /* Serial Rapid IO core, PCS, and
  154. serdes */
  155. #define SDR0_SRST1_SRIOPCS 0x00008000 /* Serial Rapid IO core and PCS */
  156. #define SDR0_SRST1_NDFC 0x00004000 /* Nand flash controller */
  157. #define SDR0_SRST1_SRIOPLB 0x00002000 /* Serial Rapid IO PLB */
  158. #define SDR0_SRST1_ETHPLL 0x00001000 /* Ethernet PLL */
  159. #define SDR0_SRST1_TAHOE1 0x00000800 /* Ethernet Tahoe 1 */
  160. #define SDR0_SRST1_TAHOE0 0x00000400 /* Ethernet Tahoe 0 */
  161. #define SDR0_SRST1_SGMII0 0x00000200 /* Ethernet SGMII 0 */
  162. #define SDR0_SRST1_SGMII1 0x00000100 /* Ethernet SGMII 1 */
  163. #define SDR0_SRST1_SGMII2 0x00000080 /* Ethernet SGMII 2 */
  164. #define SDR0_SRST1_AHB 0x00000040 /* PLB4XAHB bridge */
  165. #define SDR0_SRST1_USBOTGPHY 0x00000020 /* USB 2.0 OTG PHY */
  166. #define SDR0_SRST1_USBOTG 0x00000010 /* USB 2.0 OTG controller */
  167. #define SDR0_SRST1_USBHOST 0x00000008 /* USB 2.0 Host controller */
  168. #define SDR0_SRST1_AHBDMAC 0x00000004 /* AHB DMA controller */
  169. #define SDR0_SRST1_AHBICM 0x00000002 /* AHB inter-connect matrix */
  170. #define SDR0_SRST1_SATA 0x00000001 /* Serial ATA controller */
  171. #define PLLSYS0_FWD_DIV_A_MASK 0x000000f0 /* Fwd Div A */
  172. #define PLLSYS0_FWD_DIV_B_MASK 0x0000000f /* Fwd Div B */
  173. #define PLLSYS0_FB_DIV_MASK 0x0000ff00 /* Feedback divisor */
  174. #define PLLSYS0_OPB_DIV_MASK 0x0c000000 /* OPB Divisor */
  175. #define PLLSYS0_PLBEDV0_DIV_MASK 0xe0000000 /* PLB Early Clock Divisor */
  176. #define PLLSYS0_PERCLK_DIV_MASK 0x03000000 /* Peripheral Clk Divisor */
  177. #define PLLSYS0_SEL_MASK 0x18000000 /* 0 = PLL, 1 = PerClk */
  178. #define CPR0_ICFG_RLI_MASK 0x80000000
  179. #define CPR0_PLLC_RST 0x80000000
  180. #define CPR0_PLLC_ENG 0x40000000
  181. #define PCIL0_BRDGOPT1 (PCIL0_CFGBASE + 0x0040)
  182. #define PCIL0_BRDGOPT2 (PCIL0_CFGBASE + 0x0044)
  183. #endif /* _PPC460EX_GT_H_ */