omap.h 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. /*
  2. * (C) Copyright 2010
  3. * Texas Instruments, <www.ti.com>
  4. *
  5. * Authors:
  6. * Aneesh V <aneesh@ti.com>
  7. * Sricharan R <r.sricharan@ti.com>
  8. *
  9. * SPDX-License-Identifier: GPL-2.0+
  10. */
  11. #ifndef _OMAP5_H_
  12. #define _OMAP5_H_
  13. #if !(defined(__KERNEL_STRICT_NAMES) || defined(__ASSEMBLY__))
  14. #include <asm/types.h>
  15. #endif /* !(__KERNEL_STRICT_NAMES || __ASSEMBLY__) */
  16. /*
  17. * L4 Peripherals - L4 Wakeup and L4 Core now
  18. */
  19. #define OMAP54XX_L4_CORE_BASE 0x4A000000
  20. #define OMAP54XX_L4_WKUP_BASE 0x4Ae00000
  21. #define OMAP54XX_L4_PER_BASE 0x48000000
  22. /* CONTROL ID CODE */
  23. #define CONTROL_CORE_ID_CODE 0x4A002204
  24. #define CONTROL_WKUP_ID_CODE 0x4AE0C204
  25. #if defined(CONFIG_DRA7XX) || defined(CONFIG_AM57XX)
  26. #define CONTROL_ID_CODE CONTROL_WKUP_ID_CODE
  27. #else
  28. #define CONTROL_ID_CODE CONTROL_CORE_ID_CODE
  29. #endif
  30. #ifdef CONFIG_DRA7XX
  31. #define DRA7_USB_OTG_SS1_BASE 0x48890000
  32. #define DRA7_USB_OTG_SS1_GLUE_BASE 0x48880000
  33. #define DRA7_USB3_PHY1_PLL_CTRL 0x4A084C00
  34. #define DRA7_USB3_PHY1_POWER 0x4A002370
  35. #define DRA7_USB2_PHY1_POWER 0x4A002300
  36. #define DRA7_USB_OTG_SS2_BASE 0x488D0000
  37. #define DRA7_USB_OTG_SS2_GLUE_BASE 0x488C0000
  38. #define DRA7_USB2_PHY2_POWER 0x4A002E74
  39. #endif
  40. /* To be verified */
  41. #define OMAP5430_CONTROL_ID_CODE_ES1_0 0x0B94202F
  42. #define OMAP5430_CONTROL_ID_CODE_ES2_0 0x1B94202F
  43. #define OMAP5432_CONTROL_ID_CODE_ES1_0 0x0B99802F
  44. #define OMAP5432_CONTROL_ID_CODE_ES2_0 0x1B99802F
  45. #define DRA752_CONTROL_ID_CODE_ES1_0 0x0B99002F
  46. #define DRA752_CONTROL_ID_CODE_ES1_1 0x1B99002F
  47. #define DRA722_CONTROL_ID_CODE_ES1_0 0x0B9BC02F
  48. /* UART */
  49. #define UART1_BASE (OMAP54XX_L4_PER_BASE + 0x6a000)
  50. #define UART2_BASE (OMAP54XX_L4_PER_BASE + 0x6c000)
  51. #define UART3_BASE (OMAP54XX_L4_PER_BASE + 0x20000)
  52. #define UART4_BASE (OMAP54XX_L4_PER_BASE + 0x6e000)
  53. /* General Purpose Timers */
  54. #define GPT1_BASE (OMAP54XX_L4_WKUP_BASE + 0x18000)
  55. #define GPT2_BASE (OMAP54XX_L4_PER_BASE + 0x32000)
  56. #define GPT3_BASE (OMAP54XX_L4_PER_BASE + 0x34000)
  57. /* Watchdog Timer2 - MPU watchdog */
  58. #define WDT2_BASE (OMAP54XX_L4_WKUP_BASE + 0x14000)
  59. /* QSPI */
  60. #define QSPI_BASE 0x4B300000
  61. /* SATA */
  62. #define DWC_AHSATA_BASE 0x4A140000
  63. /*
  64. * Hardware Register Details
  65. */
  66. /* Watchdog Timer */
  67. #define WD_UNLOCK1 0xAAAA
  68. #define WD_UNLOCK2 0x5555
  69. /* GP Timer */
  70. #define TCLR_ST (0x1 << 0)
  71. #define TCLR_AR (0x1 << 1)
  72. #define TCLR_PRE (0x1 << 5)
  73. /* Control Module */
  74. #define LDOSRAM_ACTMODE_VSET_IN_MASK (0x1F << 5)
  75. #define LDOSRAM_VOLT_CTRL_OVERRIDE 0x0401040f
  76. #define CONTROL_EFUSE_1_OVERRIDE 0x1C4D0110
  77. #define CONTROL_EFUSE_2_OVERRIDE 0x00084000
  78. /* LPDDR2 IO regs */
  79. #define CONTROL_LPDDR2IO_SLEW_125PS_DRV8_PULL_DOWN 0x1C1C1C1C
  80. #define CONTROL_LPDDR2IO_SLEW_325PS_DRV8_GATE_KEEPER 0x9E9E9E9E
  81. #define CONTROL_LPDDR2IO_SLEW_315PS_DRV12_PULL_DOWN 0x7C7C7C7C
  82. #define LPDDR2IO_GR10_WD_MASK (3 << 17)
  83. #define CONTROL_LPDDR2IO_3_VAL 0xA0888C00
  84. /* CONTROL_EFUSE_2 */
  85. #define CONTROL_EFUSE_2_NMOS_PMOS_PTV_CODE_1 0x00ffc000
  86. #define SDCARD_BIAS_PWRDNZ (1 << 27)
  87. #define SDCARD_PWRDNZ (1 << 26)
  88. #define SDCARD_BIAS_HIZ_MODE (1 << 25)
  89. #define SDCARD_PBIASLITE_VMODE (1 << 21)
  90. #ifndef __ASSEMBLY__
  91. struct s32ktimer {
  92. unsigned char res[0x10];
  93. unsigned int s32k_cr; /* 0x10 */
  94. };
  95. #define DEVICE_TYPE_SHIFT 0x6
  96. #define DEVICE_TYPE_MASK (0x7 << DEVICE_TYPE_SHIFT)
  97. #define DEVICE_GP 0x3
  98. /* Output impedance control */
  99. #define ds_120_ohm 0x0
  100. #define ds_60_ohm 0x1
  101. #define ds_45_ohm 0x2
  102. #define ds_30_ohm 0x3
  103. #define ds_mask 0x3
  104. /* Slew rate control */
  105. #define sc_slow 0x0
  106. #define sc_medium 0x1
  107. #define sc_fast 0x2
  108. #define sc_na 0x3
  109. #define sc_mask 0x3
  110. /* Target capacitance control */
  111. #define lb_5_12_pf 0x0
  112. #define lb_12_25_pf 0x1
  113. #define lb_25_50_pf 0x2
  114. #define lb_50_80_pf 0x3
  115. #define lb_mask 0x3
  116. #define usb_i_mask 0x7
  117. #define DDR_IO_I_34OHM_SR_FASTEST_WD_DQ_NO_PULL_DQS_PULL_DOWN 0x80828082
  118. #define DDR_IO_I_34OHM_SR_FASTEST_WD_CK_CKE_NCS_CA_PULL_DOWN 0x82828200
  119. #define DDR_IO_0_DDR2_DQ_INT_EN_ALL_DDR3_CA_DIS_ALL 0x8421
  120. #define DDR_IO_1_DQ_OUT_EN_ALL_DQ_INT_EN_ALL 0x8421084
  121. #define DDR_IO_2_CA_OUT_EN_ALL_CA_INT_EN_ALL 0x8421000
  122. #define DDR_IO_I_40OHM_SR_SLOWEST_WD_DQ_NO_PULL_DQS_NO_PULL 0x7C7C7C6C
  123. #define DDR_IO_I_40OHM_SR_FAST_WD_DQ_NO_PULL_DQS_NO_PULL 0x64646464
  124. #define DDR_IO_0_VREF_CELLS_DDR3_VALUE 0xBAE8C631
  125. #define DDR_IO_1_VREF_CELLS_DDR3_VALUE 0xBC6318DC
  126. #define DDR_IO_2_VREF_CELLS_DDR3_VALUE 0x0
  127. #define DDR_IO_I_40OHM_SR_SLOWEST_WD_DQ_NO_PULL_DQS_NO_PULL_ES2 0x7C7C7C7C
  128. #define DDR_IO_I_40OHM_SR_FAST_WD_DQ_NO_PULL_DQS_NO_PULL_ES2 0x64646464
  129. #define DDR_IO_0_VREF_CELLS_DDR3_VALUE_ES2 0xBAE8C631
  130. #define DDR_IO_1_VREF_CELLS_DDR3_VALUE_ES2 0xBC6318DC
  131. #define DDR_IO_2_VREF_CELLS_DDR3_VALUE_ES2 0x84210000
  132. #define EFUSE_1 0x45145100
  133. #define EFUSE_2 0x45145100
  134. #define EFUSE_3 0x45145100
  135. #define EFUSE_4 0x45145100
  136. #endif /* __ASSEMBLY__ */
  137. /*
  138. * In all cases, the TRM defines the RAM Memory Map for the processor
  139. * and indicates the area for the downloaded image. We use all of that
  140. * space for download and once up and running may use other parts of the
  141. * map for our needs. We set a scratch space that is at the end of the
  142. * OMAP5 download area, but within the DRA7xx download area (as it is
  143. * much larger) and do not, at this time, make use of the additional
  144. * space.
  145. */
  146. #if defined(CONFIG_DRA7XX) || defined(CONFIG_AM57XX)
  147. #define NON_SECURE_SRAM_START 0x40300000
  148. #define NON_SECURE_SRAM_END 0x40380000 /* Not inclusive */
  149. #else
  150. #define NON_SECURE_SRAM_START 0x40300000
  151. #define NON_SECURE_SRAM_END 0x40320000 /* Not inclusive */
  152. #endif
  153. #define SRAM_SCRATCH_SPACE_ADDR 0x4031E000
  154. /* base address for indirect vectors (internal boot mode) */
  155. #define SRAM_ROM_VECT_BASE 0x4031F000
  156. /* CONTROL_SRCOMP_XXX_SIDE */
  157. #define OVERRIDE_XS_SHIFT 30
  158. #define OVERRIDE_XS_MASK (1 << 30)
  159. #define SRCODE_READ_XS_SHIFT 12
  160. #define SRCODE_READ_XS_MASK (0xff << 12)
  161. #define PWRDWN_XS_SHIFT 11
  162. #define PWRDWN_XS_MASK (1 << 11)
  163. #define DIVIDE_FACTOR_XS_SHIFT 4
  164. #define DIVIDE_FACTOR_XS_MASK (0x7f << 4)
  165. #define MULTIPLY_FACTOR_XS_SHIFT 1
  166. #define MULTIPLY_FACTOR_XS_MASK (0x7 << 1)
  167. #define SRCODE_OVERRIDE_SEL_XS_SHIFT 0
  168. #define SRCODE_OVERRIDE_SEL_XS_MASK (1 << 0)
  169. /* ABB settings */
  170. #define OMAP_ABB_SETTLING_TIME 50
  171. #define OMAP_ABB_CLOCK_CYCLES 16
  172. /* ABB tranxdone mask */
  173. #define OMAP_ABB_MPU_TXDONE_MASK (0x1 << 7)
  174. /* ABB efuse masks */
  175. #define OMAP5_ABB_FUSE_VSET_MASK (0x1F << 24)
  176. #define OMAP5_ABB_FUSE_ENABLE_MASK (0x1 << 29)
  177. #define DRA7_ABB_FUSE_VSET_MASK (0x1F << 20)
  178. #define DRA7_ABB_FUSE_ENABLE_MASK (0x1 << 25)
  179. #define OMAP5_ABB_LDOVBBMPU_MUX_CTRL_MASK (0x1 << 10)
  180. #define OMAP5_ABB_LDOVBBMPU_VSET_OUT_MASK (0x1f << 0)
  181. /* IO Delay module defines */
  182. #define CFG_IO_DELAY_BASE 0x4844A000
  183. #define CFG_IO_DELAY_LOCK (CFG_IO_DELAY_BASE + 0x02C)
  184. /* CPSW IO Delay registers*/
  185. #define CFG_RGMII0_TXCTL (CFG_IO_DELAY_BASE + 0x74C)
  186. #define CFG_RGMII0_TXD0 (CFG_IO_DELAY_BASE + 0x758)
  187. #define CFG_RGMII0_TXD1 (CFG_IO_DELAY_BASE + 0x764)
  188. #define CFG_RGMII0_TXD2 (CFG_IO_DELAY_BASE + 0x770)
  189. #define CFG_RGMII0_TXD3 (CFG_IO_DELAY_BASE + 0x77C)
  190. #define CFG_VIN2A_D13 (CFG_IO_DELAY_BASE + 0xA7C)
  191. #define CFG_VIN2A_D17 (CFG_IO_DELAY_BASE + 0xAAC)
  192. #define CFG_VIN2A_D16 (CFG_IO_DELAY_BASE + 0xAA0)
  193. #define CFG_VIN2A_D15 (CFG_IO_DELAY_BASE + 0xA94)
  194. #define CFG_VIN2A_D14 (CFG_IO_DELAY_BASE + 0xA88)
  195. #define CFG_IO_DELAY_UNLOCK_KEY 0x0000AAAA
  196. #define CFG_IO_DELAY_LOCK_KEY 0x0000AAAB
  197. #define CFG_IO_DELAY_ACCESS_PATTERN 0x00029000
  198. #define CFG_IO_DELAY_LOCK_MASK 0x400
  199. #ifndef __ASSEMBLY__
  200. struct srcomp_params {
  201. s8 divide_factor;
  202. s8 multiply_factor;
  203. };
  204. struct ctrl_ioregs {
  205. u32 ctrl_ddrch;
  206. u32 ctrl_lpddr2ch;
  207. u32 ctrl_ddr3ch;
  208. u32 ctrl_ddrio_0;
  209. u32 ctrl_ddrio_1;
  210. u32 ctrl_ddrio_2;
  211. u32 ctrl_emif_sdram_config_ext;
  212. u32 ctrl_emif_sdram_config_ext_final;
  213. u32 ctrl_ddr_ctrl_ext_0;
  214. };
  215. struct io_delay {
  216. u32 addr;
  217. u32 dly;
  218. };
  219. #endif /* __ASSEMBLY__ */
  220. #endif