gpmc-omap.h 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. /*
  2. * OMAP GPMC Platform data
  3. *
  4. * Copyright (C) 2014 Texas Instruments, Inc. - http://www.ti.com
  5. * Roger Quadros <rogerq@ti.com>
  6. *
  7. * This program is free software; you can redistribute it and/or modify it
  8. * under the terms and conditions of the GNU General Public License,
  9. * version 2, as published by the Free Software Foundation.
  10. */
  11. #ifndef _GPMC_OMAP_H_
  12. #define _GPMC_OMAP_H_
  13. /* Maximum Number of Chip Selects */
  14. #define GPMC_CS_NUM 8
  15. /* bool type time settings */
  16. struct gpmc_bool_timings {
  17. bool cycle2cyclediffcsen;
  18. bool cycle2cyclesamecsen;
  19. bool we_extra_delay;
  20. bool oe_extra_delay;
  21. bool adv_extra_delay;
  22. bool cs_extra_delay;
  23. bool time_para_granularity;
  24. };
  25. /*
  26. * Note that all values in this struct are in nanoseconds except sync_clk
  27. * (which is in picoseconds), while the register values are in gpmc_fck cycles.
  28. */
  29. struct gpmc_timings {
  30. /* Minimum clock period for synchronous mode (in picoseconds) */
  31. u32 sync_clk;
  32. /* Chip-select signal timings corresponding to GPMC_CS_CONFIG2 */
  33. u32 cs_on; /* Assertion time */
  34. u32 cs_rd_off; /* Read deassertion time */
  35. u32 cs_wr_off; /* Write deassertion time */
  36. /* ADV signal timings corresponding to GPMC_CONFIG3 */
  37. u32 adv_on; /* Assertion time */
  38. u32 adv_rd_off; /* Read deassertion time */
  39. u32 adv_wr_off; /* Write deassertion time */
  40. u32 adv_aad_mux_on; /* ADV assertion time for AAD */
  41. u32 adv_aad_mux_rd_off; /* ADV read deassertion time for AAD */
  42. u32 adv_aad_mux_wr_off; /* ADV write deassertion time for AAD */
  43. /* WE signals timings corresponding to GPMC_CONFIG4 */
  44. u32 we_on; /* WE assertion time */
  45. u32 we_off; /* WE deassertion time */
  46. /* OE signals timings corresponding to GPMC_CONFIG4 */
  47. u32 oe_on; /* OE assertion time */
  48. u32 oe_off; /* OE deassertion time */
  49. u32 oe_aad_mux_on; /* OE assertion time for AAD */
  50. u32 oe_aad_mux_off; /* OE deassertion time for AAD */
  51. /* Access time and cycle time timings corresponding to GPMC_CONFIG5 */
  52. u32 page_burst_access; /* Multiple access word delay */
  53. u32 access; /* Start-cycle to first data valid delay */
  54. u32 rd_cycle; /* Total read cycle time */
  55. u32 wr_cycle; /* Total write cycle time */
  56. u32 bus_turnaround;
  57. u32 cycle2cycle_delay;
  58. u32 wait_monitoring;
  59. u32 clk_activation;
  60. /* The following are only on OMAP3430 */
  61. u32 wr_access; /* WRACCESSTIME */
  62. u32 wr_data_mux_bus; /* WRDATAONADMUXBUS */
  63. struct gpmc_bool_timings bool_timings;
  64. };
  65. /* Device timings in picoseconds */
  66. struct gpmc_device_timings {
  67. u32 t_ceasu; /* address setup to CS valid */
  68. u32 t_avdasu; /* address setup to ADV valid */
  69. /* XXX: try to combine t_avdp_r & t_avdp_w. Issue is
  70. * of tusb using these timings even for sync whilst
  71. * ideally for adv_rd/(wr)_off it should have considered
  72. * t_avdh instead. This indirectly necessitates r/w
  73. * variations of t_avdp as it is possible to have one
  74. * sync & other async
  75. */
  76. u32 t_avdp_r; /* ADV low time (what about t_cer ?) */
  77. u32 t_avdp_w;
  78. u32 t_aavdh; /* address hold time */
  79. u32 t_oeasu; /* address setup to OE valid */
  80. u32 t_aa; /* access time from ADV assertion */
  81. u32 t_iaa; /* initial access time */
  82. u32 t_oe; /* access time from OE assertion */
  83. u32 t_ce; /* access time from CS asertion */
  84. u32 t_rd_cycle; /* read cycle time */
  85. u32 t_cez_r; /* read CS deassertion to high Z */
  86. u32 t_cez_w; /* write CS deassertion to high Z */
  87. u32 t_oez; /* OE deassertion to high Z */
  88. u32 t_weasu; /* address setup to WE valid */
  89. u32 t_wpl; /* write assertion time */
  90. u32 t_wph; /* write deassertion time */
  91. u32 t_wr_cycle; /* write cycle time */
  92. u32 clk;
  93. u32 t_bacc; /* burst access valid clock to output delay */
  94. u32 t_ces; /* CS setup time to clk */
  95. u32 t_avds; /* ADV setup time to clk */
  96. u32 t_avdh; /* ADV hold time from clk */
  97. u32 t_ach; /* address hold time from clk */
  98. u32 t_rdyo; /* clk to ready valid */
  99. u32 t_ce_rdyz; /* XXX: description ?, or use t_cez instead */
  100. u32 t_ce_avd; /* CS on to ADV on delay */
  101. /* XXX: check the possibility of combining
  102. * cyc_aavhd_oe & cyc_aavdh_we
  103. */
  104. u8 cyc_aavdh_oe;/* read address hold time in cycles */
  105. u8 cyc_aavdh_we;/* write address hold time in cycles */
  106. u8 cyc_oe; /* access time from OE assertion in cycles */
  107. u8 cyc_wpl; /* write deassertion time in cycles */
  108. u32 cyc_iaa; /* initial access time in cycles */
  109. /* extra delays */
  110. bool ce_xdelay;
  111. bool avd_xdelay;
  112. bool oe_xdelay;
  113. bool we_xdelay;
  114. };
  115. #define GPMC_BURST_4 4 /* 4 word burst */
  116. #define GPMC_BURST_8 8 /* 8 word burst */
  117. #define GPMC_BURST_16 16 /* 16 word burst */
  118. #define GPMC_DEVWIDTH_8BIT 1 /* 8-bit device width */
  119. #define GPMC_DEVWIDTH_16BIT 2 /* 16-bit device width */
  120. #define GPMC_MUX_AAD 1 /* Addr-Addr-Data multiplex */
  121. #define GPMC_MUX_AD 2 /* Addr-Data multiplex */
  122. struct gpmc_settings {
  123. bool burst_wrap; /* enables wrap bursting */
  124. bool burst_read; /* enables read page/burst mode */
  125. bool burst_write; /* enables write page/burst mode */
  126. bool device_nand; /* device is NAND */
  127. bool sync_read; /* enables synchronous reads */
  128. bool sync_write; /* enables synchronous writes */
  129. bool wait_on_read; /* monitor wait on reads */
  130. bool wait_on_write; /* monitor wait on writes */
  131. u32 burst_len; /* page/burst length */
  132. u32 device_width; /* device bus width (8 or 16 bit) */
  133. u32 mux_add_data; /* multiplex address & data */
  134. u32 wait_pin; /* wait-pin to be used */
  135. };
  136. /* Data for each chip select */
  137. struct gpmc_omap_cs_data {
  138. bool valid; /* data is valid */
  139. bool is_nand; /* device within this CS is NAND */
  140. struct gpmc_settings *settings;
  141. struct gpmc_device_timings *device_timings;
  142. struct gpmc_timings *gpmc_timings;
  143. struct platform_device *pdev; /* device within this CS region */
  144. unsigned int pdata_size;
  145. };
  146. struct gpmc_omap_platform_data {
  147. struct gpmc_omap_cs_data cs[GPMC_CS_NUM];
  148. };
  149. #endif /* _GPMC_OMAP_H */