functionDefinition.c 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133
  1. /*
  2. * omap_hwmod_3xxx_data.c - hardware modules present on the OMAP3xxx chips
  3. *
  4. * Copyright (C) 2009-2011 Nokia Corporation
  5. * Copyright (C) 2012 Texas Instruments, Inc.
  6. * Paul Walmsley
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License version 2 as
  10. * published by the Free Software Foundation.
  11. *
  12. * The data in this file should be completely autogeneratable from
  13. * the TI hardware database or other technical documentation.
  14. *
  15. * XXX these should be marked initdata for multi-OMAP kernels
  16. */
  17. #include <linux/i2c-omap.h>
  18. #include <linux/power/smartreflex.h>
  19. #include <linux/platform_data/gpio-omap.h>
  20. #include <linux/omap-dma.h>
  21. #include "l3_3xxx.h"
  22. #include "l4_3xxx.h"
  23. #include <linux/platform_data/asoc-ti-mcbsp.h>
  24. #include <linux/platform_data/spi-omap2-mcspi.h>
  25. #include <linux/platform_data/iommu-omap.h>
  26. #include <plat/dmtimer.h>
  27. #include "am35xx.h"
  28. #include "soc.h"
  29. #include "omap_hwmod.h"
  30. #include "omap_hwmod_common_data.h"
  31. #include "prm-regbits-34xx.h"
  32. #include "cm-regbits-34xx.h"
  33. #include "dma.h"
  34. #include "i2c.h"
  35. #include "mmc.h"
  36. #include "wd_timer.h"
  37. #include "serial.h"
  38. /*
  39. * OMAP3xxx hardware module integration data
  40. *
  41. * All of the data in this section should be autogeneratable from the
  42. * TI hardware database or other technical documentation. Data that
  43. * is driver-specific or driver-kernel integration-specific belongs
  44. * elsewhere.
  45. */
  46. /*
  47. * IP blocks
  48. */
  49. /* L3 */
  50. static struct omap_hwmod_irq_info omap3xxx_l3_main_irqs[] = {
  51. { .irq = 9 + OMAP_INTC_START, },
  52. { .irq = 10 + OMAP_INTC_START, },
  53. { .irq = -1 },
  54. };
  55. static struct omap_hwmod omap3xxx_l3_main_hwmod = {
  56. .name = "l3_main",
  57. .class = &l3_hwmod_class,
  58. .mpu_irqs = omap3xxx_l3_main_irqs,
  59. .flags = HWMOD_NO_IDLEST,
  60. };
  61. /* L4 CORE */
  62. static struct omap_hwmod omap3xxx_l4_core_hwmod = {
  63. .name = "l4_core",
  64. .class = &l4_hwmod_class,
  65. .flags = HWMOD_NO_IDLEST,
  66. };
  67. /* L4 PER */
  68. static struct omap_hwmod omap3xxx_l4_per_hwmod = {
  69. .name = "l4_per",
  70. .class = &l4_hwmod_class,
  71. .flags = HWMOD_NO_IDLEST,
  72. };
  73. /* L4 WKUP */
  74. static struct omap_hwmod omap3xxx_l4_wkup_hwmod = {
  75. .name = "l4_wkup",
  76. .class = &l4_hwmod_class,
  77. .flags = HWMOD_NO_IDLEST,
  78. };
  79. /* L4 SEC */
  80. static struct omap_hwmod omap3xxx_l4_sec_hwmod = {
  81. .name = "l4_sec",
  82. .class = &l4_hwmod_class,
  83. .flags = HWMOD_NO_IDLEST,
  84. };
  85. /* MPU */
  86. static struct omap_hwmod_irq_info omap3xxx_mpu_irqs[] = {
  87. { .name = "pmu", .irq = 3 + OMAP_INTC_START },
  88. { .irq = -1 }
  89. };
  90. static struct omap_hwmod omap3xxx_mpu_hwmod = {
  91. .name = "mpu",
  92. .mpu_irqs = omap3xxx_mpu_irqs,
  93. .class = &mpu_hwmod_class,
  94. .main_clk = "arm_fck",
  95. };
  96. /* IVA2 (IVA2) */
  97. static struct omap_hwmod_rst_info omap3xxx_iva_resets[] = {
  98. { .name = "logic", .rst_shift = 0, .st_shift = 8 },
  99. { .name = "seq0", .rst_shift = 1, .st_shift = 9 },
  100. { .name = "seq1", .rst_shift = 2, .st_shift = 10 },
  101. };
  102. static struct omap_hwmod omap3xxx_iva_hwmod = {
  103. .name = "iva",
  104. .class = &iva_hwmod_class,
  105. .clkdm_name = "iva2_clkdm",
  106. .rst_lines = omap3xxx_iva_resets,
  107. .rst_lines_cnt = ARRAY_SIZE(omap3xxx_iva_resets),
  108. .main_clk = "iva2_ck",
  109. .prcm = {
  110. .omap2 = {
  111. .module_offs = OMAP3430_IVA2_MOD,
  112. .prcm_reg_id = 1,
  113. .module_bit = OMAP3430_CM_FCLKEN_IVA2_EN_IVA2_SHIFT,
  114. .idlest_reg_id = 1,
  115. .idlest_idle_bit = OMAP3430_ST_IVA2_SHIFT,
  116. }
  117. },
  118. };
  119. /*
  120. * 'debugss' class
  121. * debug and emulation sub system
  122. */
  123. static struct omap_hwmod_class omap3xxx_debugss_hwmod_class = {
  124. .name = "debugss",
  125. };
  126. /* debugss */
  127. static struct omap_hwmod omap3xxx_debugss_hwmod = {
  128. .name = "debugss",
  129. .class = &omap3xxx_debugss_hwmod_class,
  130. .clkdm_name = "emu_clkdm",
  131. .main_clk = "emu_src_ck",
  132. .flags = HWMOD_NO_IDLEST,
  133. };
  134. /* timer class */
  135. static struct omap_hwmod_class_sysconfig omap3xxx_timer_sysc = {
  136. .rev_offs = 0x0000,
  137. .sysc_offs = 0x0010,
  138. .syss_offs = 0x0014,
  139. .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_CLOCKACTIVITY |
  140. SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
  141. SYSC_HAS_EMUFREE | SYSC_HAS_AUTOIDLE |
  142. SYSS_HAS_RESET_STATUS),
  143. .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
  144. .clockact = CLOCKACT_TEST_ICLK,
  145. .sysc_fields = &omap_hwmod_sysc_type1,
  146. };
  147. static struct omap_hwmod_class omap3xxx_timer_hwmod_class = {
  148. .name = "timer",
  149. .sysc = &omap3xxx_timer_sysc,
  150. };
  151. /* secure timers dev attribute */
  152. static struct omap_timer_capability_dev_attr capability_secure_dev_attr = {
  153. .timer_capability = OMAP_TIMER_ALWON | OMAP_TIMER_SECURE,
  154. };
  155. /* always-on timers dev attribute */
  156. static struct omap_timer_capability_dev_attr capability_alwon_dev_attr = {
  157. .timer_capability = OMAP_TIMER_ALWON,
  158. };
  159. /* pwm timers dev attribute */
  160. static struct omap_timer_capability_dev_attr capability_pwm_dev_attr = {
  161. .timer_capability = OMAP_TIMER_HAS_PWM,
  162. };
  163. /* timers with DSP interrupt dev attribute */
  164. static struct omap_timer_capability_dev_attr capability_dsp_dev_attr = {
  165. .timer_capability = OMAP_TIMER_HAS_DSP_IRQ,
  166. };
  167. /* pwm timers with DSP interrupt dev attribute */
  168. static struct omap_timer_capability_dev_attr capability_dsp_pwm_dev_attr = {
  169. .timer_capability = OMAP_TIMER_HAS_DSP_IRQ | OMAP_TIMER_HAS_PWM,
  170. };
  171. /* timer1 */
  172. static struct omap_hwmod omap3xxx_timer1_hwmod = {
  173. .name = "timer1",
  174. .mpu_irqs = omap2_timer1_mpu_irqs,
  175. .main_clk = "gpt1_fck",
  176. .prcm = {
  177. .omap2 = {
  178. .prcm_reg_id = 1,
  179. .module_bit = OMAP3430_EN_GPT1_SHIFT,
  180. .module_offs = WKUP_MOD,
  181. .idlest_reg_id = 1,
  182. .idlest_idle_bit = OMAP3430_ST_GPT1_SHIFT,
  183. },
  184. },
  185. .dev_attr = &capability_alwon_dev_attr,
  186. .class = &omap3xxx_timer_hwmod_class,
  187. .flags = HWMOD_SET_DEFAULT_CLOCKACT,
  188. };
  189. /* timer2 */
  190. static struct omap_hwmod omap3xxx_timer2_hwmod = {
  191. .name = "timer2",
  192. .mpu_irqs = omap2_timer2_mpu_irqs,
  193. .main_clk = "gpt2_fck",
  194. .prcm = {
  195. .omap2 = {
  196. .prcm_reg_id = 1,
  197. .module_bit = OMAP3430_EN_GPT2_SHIFT,
  198. .module_offs = OMAP3430_PER_MOD,
  199. .idlest_reg_id = 1,
  200. .idlest_idle_bit = OMAP3430_ST_GPT2_SHIFT,
  201. },
  202. },
  203. .class = &omap3xxx_timer_hwmod_class,
  204. .flags = HWMOD_SET_DEFAULT_CLOCKACT,
  205. };
  206. /* timer3 */
  207. static struct omap_hwmod omap3xxx_timer3_hwmod = {
  208. .name = "timer3",
  209. .mpu_irqs = omap2_timer3_mpu_irqs,
  210. .main_clk = "gpt3_fck",
  211. .prcm = {
  212. .omap2 = {
  213. .prcm_reg_id = 1,
  214. .module_bit = OMAP3430_EN_GPT3_SHIFT,
  215. .module_offs = OMAP3430_PER_MOD,
  216. .idlest_reg_id = 1,
  217. .idlest_idle_bit = OMAP3430_ST_GPT3_SHIFT,
  218. },
  219. },
  220. .class = &omap3xxx_timer_hwmod_class,
  221. .flags = HWMOD_SET_DEFAULT_CLOCKACT,
  222. };
  223. /* timer4 */
  224. static struct omap_hwmod omap3xxx_timer4_hwmod = {
  225. .name = "timer4",
  226. .mpu_irqs = omap2_timer4_mpu_irqs,
  227. .main_clk = "gpt4_fck",
  228. .prcm = {
  229. .omap2 = {
  230. .prcm_reg_id = 1,
  231. .module_bit = OMAP3430_EN_GPT4_SHIFT,
  232. .module_offs = OMAP3430_PER_MOD,
  233. .idlest_reg_id = 1,
  234. .idlest_idle_bit = OMAP3430_ST_GPT4_SHIFT,
  235. },
  236. },
  237. .class = &omap3xxx_timer_hwmod_class,
  238. .flags = HWMOD_SET_DEFAULT_CLOCKACT,
  239. };
  240. /* timer5 */
  241. static struct omap_hwmod omap3xxx_timer5_hwmod = {
  242. .name = "timer5",
  243. .mpu_irqs = omap2_timer5_mpu_irqs,
  244. .main_clk = "gpt5_fck",
  245. .prcm = {
  246. .omap2 = {
  247. .prcm_reg_id = 1,
  248. .module_bit = OMAP3430_EN_GPT5_SHIFT,
  249. .module_offs = OMAP3430_PER_MOD,
  250. .idlest_reg_id = 1,
  251. .idlest_idle_bit = OMAP3430_ST_GPT5_SHIFT,
  252. },
  253. },
  254. .dev_attr = &capability_dsp_dev_attr,
  255. .class = &omap3xxx_timer_hwmod_class,
  256. .flags = HWMOD_SET_DEFAULT_CLOCKACT,
  257. };
  258. /* timer6 */
  259. static struct omap_hwmod omap3xxx_timer6_hwmod = {
  260. .name = "timer6",
  261. .mpu_irqs = omap2_timer6_mpu_irqs,
  262. .main_clk = "gpt6_fck",
  263. .prcm = {
  264. .omap2 = {
  265. .prcm_reg_id = 1,
  266. .module_bit = OMAP3430_EN_GPT6_SHIFT,
  267. .module_offs = OMAP3430_PER_MOD,
  268. .idlest_reg_id = 1,
  269. .idlest_idle_bit = OMAP3430_ST_GPT6_SHIFT,
  270. },
  271. },
  272. .dev_attr = &capability_dsp_dev_attr,
  273. .class = &omap3xxx_timer_hwmod_class,
  274. .flags = HWMOD_SET_DEFAULT_CLOCKACT,
  275. };
  276. /* timer7 */
  277. static struct omap_hwmod omap3xxx_timer7_hwmod = {
  278. .name = "timer7",
  279. .mpu_irqs = omap2_timer7_mpu_irqs,
  280. .main_clk = "gpt7_fck",
  281. .prcm = {
  282. .omap2 = {
  283. .prcm_reg_id = 1,
  284. .module_bit = OMAP3430_EN_GPT7_SHIFT,
  285. .module_offs = OMAP3430_PER_MOD,
  286. .idlest_reg_id = 1,
  287. .idlest_idle_bit = OMAP3430_ST_GPT7_SHIFT,
  288. },
  289. },
  290. .dev_attr = &capability_dsp_dev_attr,
  291. .class = &omap3xxx_timer_hwmod_class,
  292. .flags = HWMOD_SET_DEFAULT_CLOCKACT,
  293. };
  294. /* timer8 */
  295. static struct omap_hwmod omap3xxx_timer8_hwmod = {
  296. .name = "timer8",
  297. .mpu_irqs = omap2_timer8_mpu_irqs,
  298. .main_clk = "gpt8_fck",
  299. .prcm = {
  300. .omap2 = {
  301. .prcm_reg_id = 1,
  302. .module_bit = OMAP3430_EN_GPT8_SHIFT,
  303. .module_offs = OMAP3430_PER_MOD,
  304. .idlest_reg_id = 1,
  305. .idlest_idle_bit = OMAP3430_ST_GPT8_SHIFT,
  306. },
  307. },
  308. .dev_attr = &capability_dsp_pwm_dev_attr,
  309. .class = &omap3xxx_timer_hwmod_class,
  310. .flags = HWMOD_SET_DEFAULT_CLOCKACT,
  311. };
  312. /* timer9 */
  313. static struct omap_hwmod omap3xxx_timer9_hwmod = {
  314. .name = "timer9",
  315. .mpu_irqs = omap2_timer9_mpu_irqs,
  316. .main_clk = "gpt9_fck",
  317. .prcm = {
  318. .omap2 = {
  319. .prcm_reg_id = 1,
  320. .module_bit = OMAP3430_EN_GPT9_SHIFT,
  321. .module_offs = OMAP3430_PER_MOD,
  322. .idlest_reg_id = 1,
  323. .idlest_idle_bit = OMAP3430_ST_GPT9_SHIFT,
  324. },
  325. },
  326. .dev_attr = &capability_pwm_dev_attr,
  327. .class = &omap3xxx_timer_hwmod_class,
  328. .flags = HWMOD_SET_DEFAULT_CLOCKACT,
  329. };
  330. /* timer10 */
  331. static struct omap_hwmod omap3xxx_timer10_hwmod = {
  332. .name = "timer10",
  333. .mpu_irqs = omap2_timer10_mpu_irqs,
  334. .main_clk = "gpt10_fck",
  335. .prcm = {
  336. .omap2 = {
  337. .prcm_reg_id = 1,
  338. .module_bit = OMAP3430_EN_GPT10_SHIFT,
  339. .module_offs = CORE_MOD,
  340. .idlest_reg_id = 1,
  341. .idlest_idle_bit = OMAP3430_ST_GPT10_SHIFT,
  342. },
  343. },
  344. .dev_attr = &capability_pwm_dev_attr,
  345. .class = &omap3xxx_timer_hwmod_class,
  346. .flags = HWMOD_SET_DEFAULT_CLOCKACT,
  347. };
  348. /* timer11 */
  349. static struct omap_hwmod omap3xxx_timer11_hwmod = {
  350. .name = "timer11",
  351. .mpu_irqs = omap2_timer11_mpu_irqs,
  352. .main_clk = "gpt11_fck",
  353. .prcm = {
  354. .omap2 = {
  355. .prcm_reg_id = 1,
  356. .module_bit = OMAP3430_EN_GPT11_SHIFT,
  357. .module_offs = CORE_MOD,
  358. .idlest_reg_id = 1,
  359. .idlest_idle_bit = OMAP3430_ST_GPT11_SHIFT,
  360. },
  361. },
  362. .dev_attr = &capability_pwm_dev_attr,
  363. .class = &omap3xxx_timer_hwmod_class,
  364. .flags = HWMOD_SET_DEFAULT_CLOCKACT,
  365. };
  366. /* timer12 */
  367. static struct omap_hwmod_irq_info omap3xxx_timer12_mpu_irqs[] = {
  368. { .irq = 95 + OMAP_INTC_START, },
  369. { .irq = -1 },
  370. };
  371. static struct omap_hwmod omap3xxx_timer12_hwmod = {
  372. .name = "timer12",
  373. .mpu_irqs = omap3xxx_timer12_mpu_irqs,
  374. .main_clk = "gpt12_fck",
  375. .prcm = {
  376. .omap2 = {
  377. .prcm_reg_id = 1,
  378. .module_bit = OMAP3430_EN_GPT12_SHIFT,
  379. .module_offs = WKUP_MOD,
  380. .idlest_reg_id = 1,
  381. .idlest_idle_bit = OMAP3430_ST_GPT12_SHIFT,
  382. },
  383. },
  384. .dev_attr = &capability_secure_dev_attr,
  385. .class = &omap3xxx_timer_hwmod_class,
  386. .flags = HWMOD_SET_DEFAULT_CLOCKACT,
  387. };
  388. /*
  389. * 'wd_timer' class
  390. * 32-bit watchdog upward counter that generates a pulse on the reset pin on
  391. * overflow condition
  392. */
  393. static struct omap_hwmod_class_sysconfig omap3xxx_wd_timer_sysc = {
  394. .rev_offs = 0x0000,
  395. .sysc_offs = 0x0010,
  396. .syss_offs = 0x0014,
  397. .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_EMUFREE |
  398. SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
  399. SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
  400. SYSS_HAS_RESET_STATUS),
  401. .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
  402. .sysc_fields = &omap_hwmod_sysc_type1,
  403. };
  404. /* I2C common */
  405. static struct omap_hwmod_class_sysconfig i2c_sysc = {
  406. .rev_offs = 0x00,
  407. .sysc_offs = 0x20,
  408. .syss_offs = 0x10,
  409. .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE |
  410. SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
  411. SYSC_HAS_AUTOIDLE | SYSS_HAS_RESET_STATUS),
  412. .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
  413. .clockact = CLOCKACT_TEST_ICLK,
  414. .sysc_fields = &omap_hwmod_sysc_type1,
  415. };
  416. static struct omap_hwmod_class omap3xxx_wd_timer_hwmod_class = {
  417. .name = "wd_timer",
  418. .sysc = &omap3xxx_wd_timer_sysc,
  419. .pre_shutdown = &omap2_wd_timer_disable,
  420. .reset = &omap2_wd_timer_reset,
  421. };
  422. static struct omap_hwmod omap3xxx_wd_timer2_hwmod = {
  423. .name = "wd_timer2",
  424. .class = &omap3xxx_wd_timer_hwmod_class,
  425. .main_clk = "wdt2_fck",
  426. .prcm = {
  427. .omap2 = {
  428. .prcm_reg_id = 1,
  429. .module_bit = OMAP3430_EN_WDT2_SHIFT,
  430. .module_offs = WKUP_MOD,
  431. .idlest_reg_id = 1,
  432. .idlest_idle_bit = OMAP3430_ST_WDT2_SHIFT,
  433. },
  434. },
  435. /*
  436. * XXX: Use software supervised mode, HW supervised smartidle seems to
  437. * block CORE power domain idle transitions. Maybe a HW bug in wdt2?
  438. */
  439. .flags = HWMOD_SWSUP_SIDLE,
  440. };
  441. /* UART1 */
  442. static struct omap_hwmod omap3xxx_uart1_hwmod = {
  443. .name = "uart1",
  444. .mpu_irqs = omap2_uart1_mpu_irqs,
  445. .sdma_reqs = omap2_uart1_sdma_reqs,
  446. .main_clk = "uart1_fck",
  447. .prcm = {
  448. .omap2 = {
  449. .module_offs = CORE_MOD,
  450. .prcm_reg_id = 1,
  451. .module_bit = OMAP3430_EN_UART1_SHIFT,
  452. .idlest_reg_id = 1,
  453. .idlest_idle_bit = OMAP3430_EN_UART1_SHIFT,
  454. },
  455. },
  456. .class = &omap2_uart_class,
  457. };
  458. /* UART2 */
  459. static struct omap_hwmod omap3xxx_uart2_hwmod = {
  460. .name = "uart2",
  461. .mpu_irqs = omap2_uart2_mpu_irqs,
  462. .sdma_reqs = omap2_uart2_sdma_reqs,
  463. .main_clk = "uart2_fck",
  464. .prcm = {
  465. .omap2 = {
  466. .module_offs = CORE_MOD,
  467. .prcm_reg_id = 1,
  468. .module_bit = OMAP3430_EN_UART2_SHIFT,
  469. .idlest_reg_id = 1,
  470. .idlest_idle_bit = OMAP3430_EN_UART2_SHIFT,
  471. },
  472. },
  473. .class = &omap2_uart_class,
  474. };
  475. /* UART3 */
  476. static struct omap_hwmod omap3xxx_uart3_hwmod = {
  477. .name = "uart3",
  478. .mpu_irqs = omap2_uart3_mpu_irqs,
  479. .sdma_reqs = omap2_uart3_sdma_reqs,
  480. .main_clk = "uart3_fck",
  481. .prcm = {
  482. .omap2 = {
  483. .module_offs = OMAP3430_PER_MOD,
  484. .prcm_reg_id = 1,
  485. .module_bit = OMAP3430_EN_UART3_SHIFT,
  486. .idlest_reg_id = 1,
  487. .idlest_idle_bit = OMAP3430_EN_UART3_SHIFT,
  488. },
  489. },
  490. .class = &omap2_uart_class,
  491. };
  492. /* UART4 */
  493. static struct omap_hwmod_irq_info uart4_mpu_irqs[] = {
  494. { .irq = 80 + OMAP_INTC_START, },
  495. { .irq = -1 },
  496. };
  497. static struct omap_hwmod_dma_info uart4_sdma_reqs[] = {
  498. { .name = "rx", .dma_req = OMAP36XX_DMA_UART4_RX, },
  499. { .name = "tx", .dma_req = OMAP36XX_DMA_UART4_TX, },
  500. { .dma_req = -1 }
  501. };
  502. static struct omap_hwmod omap36xx_uart4_hwmod = {
  503. .name = "uart4",
  504. .mpu_irqs = uart4_mpu_irqs,
  505. .sdma_reqs = uart4_sdma_reqs,
  506. .main_clk = "uart4_fck",
  507. .prcm = {
  508. .omap2 = {
  509. .module_offs = OMAP3430_PER_MOD,
  510. .prcm_reg_id = 1,
  511. .module_bit = OMAP3630_EN_UART4_SHIFT,
  512. .idlest_reg_id = 1,
  513. .idlest_idle_bit = OMAP3630_EN_UART4_SHIFT,
  514. },
  515. },
  516. .class = &omap2_uart_class,
  517. };
  518. static struct omap_hwmod_irq_info am35xx_uart4_mpu_irqs[] = {
  519. { .irq = 84 + OMAP_INTC_START, },
  520. { .irq = -1 },
  521. };
  522. static struct omap_hwmod_dma_info am35xx_uart4_sdma_reqs[] = {
  523. { .name = "rx", .dma_req = AM35XX_DMA_UART4_RX, },
  524. { .name = "tx", .dma_req = AM35XX_DMA_UART4_TX, },
  525. { .dma_req = -1 }
  526. };
  527. /*
  528. * XXX AM35xx UART4 cannot complete its softreset without uart1_fck or
  529. * uart2_fck being enabled. So we add uart1_fck as an optional clock,
  530. * below, and set the HWMOD_CONTROL_OPT_CLKS_IN_RESET. This really
  531. * should not be needed. The functional clock structure of the AM35xx
  532. * UART4 is extremely unclear and opaque; it is unclear what the role
  533. * of uart1/2_fck is for the UART4. Any clarification from either
  534. * empirical testing or the AM3505/3517 hardware designers would be
  535. * most welcome.
  536. */
  537. static struct omap_hwmod_opt_clk am35xx_uart4_opt_clks[] = {
  538. { .role = "softreset_uart1_fck", .clk = "uart1_fck" },
  539. };
  540. static struct omap_hwmod am35xx_uart4_hwmod = {
  541. .name = "uart4",
  542. .mpu_irqs = am35xx_uart4_mpu_irqs,
  543. .sdma_reqs = am35xx_uart4_sdma_reqs,
  544. .main_clk = "uart4_fck",
  545. .prcm = {
  546. .omap2 = {
  547. .module_offs = CORE_MOD,
  548. .prcm_reg_id = 1,
  549. .module_bit = AM35XX_EN_UART4_SHIFT,
  550. .idlest_reg_id = 1,
  551. .idlest_idle_bit = AM35XX_ST_UART4_SHIFT,
  552. },
  553. },
  554. .opt_clks = am35xx_uart4_opt_clks,
  555. .opt_clks_cnt = ARRAY_SIZE(am35xx_uart4_opt_clks),
  556. .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
  557. .class = &omap2_uart_class,
  558. };
  559. static struct omap_hwmod_class i2c_class = {
  560. .name = "i2c",
  561. .sysc = &i2c_sysc,
  562. .rev = OMAP_I2C_IP_VERSION_1,
  563. .reset = &omap_i2c_reset,
  564. };
  565. static struct omap_hwmod_dma_info omap3xxx_dss_sdma_chs[] = {
  566. { .name = "dispc", .dma_req = 5 },
  567. { .name = "dsi1", .dma_req = 74 },
  568. { .dma_req = -1 }
  569. };
  570. /* dss */
  571. static struct omap_hwmod_opt_clk dss_opt_clks[] = {
  572. /*
  573. * The DSS HW needs all DSS clocks enabled during reset. The dss_core
  574. * driver does not use these clocks.
  575. */
  576. { .role = "sys_clk", .clk = "dss2_alwon_fck" },
  577. { .role = "tv_clk", .clk = "dss_tv_fck" },
  578. /* required only on OMAP3430 */
  579. { .role = "tv_dac_clk", .clk = "dss_96m_fck" },
  580. };
  581. static struct omap_hwmod omap3430es1_dss_core_hwmod = {
  582. .name = "dss_core",
  583. .class = &omap2_dss_hwmod_class,
  584. .main_clk = "dss1_alwon_fck", /* instead of dss_fck */
  585. .sdma_reqs = omap3xxx_dss_sdma_chs,
  586. .prcm = {
  587. .omap2 = {
  588. .prcm_reg_id = 1,
  589. .module_bit = OMAP3430_EN_DSS1_SHIFT,
  590. .module_offs = OMAP3430_DSS_MOD,
  591. .idlest_reg_id = 1,
  592. .idlest_stdby_bit = OMAP3430ES1_ST_DSS_SHIFT,
  593. },
  594. },
  595. .opt_clks = dss_opt_clks,
  596. .opt_clks_cnt = ARRAY_SIZE(dss_opt_clks),
  597. .flags = HWMOD_NO_IDLEST | HWMOD_CONTROL_OPT_CLKS_IN_RESET,
  598. };
  599. static struct omap_hwmod omap3xxx_dss_core_hwmod = {
  600. .name = "dss_core",
  601. .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
  602. .class = &omap2_dss_hwmod_class,
  603. .main_clk = "dss1_alwon_fck", /* instead of dss_fck */
  604. .sdma_reqs = omap3xxx_dss_sdma_chs,
  605. .prcm = {
  606. .omap2 = {
  607. .prcm_reg_id = 1,
  608. .module_bit = OMAP3430_EN_DSS1_SHIFT,
  609. .module_offs = OMAP3430_DSS_MOD,
  610. .idlest_reg_id = 1,
  611. .idlest_idle_bit = OMAP3430ES2_ST_DSS_IDLE_SHIFT,
  612. .idlest_stdby_bit = OMAP3430ES2_ST_DSS_STDBY_SHIFT,
  613. },
  614. },
  615. .opt_clks = dss_opt_clks,
  616. .opt_clks_cnt = ARRAY_SIZE(dss_opt_clks),
  617. };
  618. /*
  619. * 'dispc' class
  620. * display controller
  621. */
  622. static struct omap_hwmod_class_sysconfig omap3_dispc_sysc = {
  623. .rev_offs = 0x0000,
  624. .sysc_offs = 0x0010,
  625. .syss_offs = 0x0014,
  626. .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_MIDLEMODE |
  627. SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE |
  628. SYSC_HAS_ENAWAKEUP),
  629. .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
  630. MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART),
  631. .sysc_fields = &omap_hwmod_sysc_type1,
  632. };
  633. static struct omap_hwmod_class omap3_dispc_hwmod_class = {
  634. .name = "dispc",
  635. .sysc = &omap3_dispc_sysc,
  636. };
  637. static struct omap_hwmod omap3xxx_dss_dispc_hwmod = {
  638. .name = "dss_dispc",
  639. .class = &omap3_dispc_hwmod_class,
  640. .mpu_irqs = omap2_dispc_irqs,
  641. .main_clk = "dss1_alwon_fck",
  642. .prcm = {
  643. .omap2 = {
  644. .prcm_reg_id = 1,
  645. .module_bit = OMAP3430_EN_DSS1_SHIFT,
  646. .module_offs = OMAP3430_DSS_MOD,
  647. },
  648. },
  649. .flags = HWMOD_NO_IDLEST,
  650. .dev_attr = &omap2_3_dss_dispc_dev_attr
  651. };
  652. /*
  653. * 'dsi' class
  654. * display serial interface controller
  655. */
  656. static struct omap_hwmod_class omap3xxx_dsi_hwmod_class = {
  657. .name = "dsi",
  658. };
  659. static struct omap_hwmod_irq_info omap3xxx_dsi1_irqs[] = {
  660. { .irq = 25 + OMAP_INTC_START, },
  661. { .irq = -1 },
  662. };
  663. /* dss_dsi1 */
  664. static struct omap_hwmod_opt_clk dss_dsi1_opt_clks[] = {
  665. { .role = "sys_clk", .clk = "dss2_alwon_fck" },
  666. };
  667. static struct omap_hwmod omap3xxx_dss_dsi1_hwmod = {
  668. .name = "dss_dsi1",
  669. .class = &omap3xxx_dsi_hwmod_class,
  670. .mpu_irqs = omap3xxx_dsi1_irqs,
  671. .main_clk = "dss1_alwon_fck",
  672. .prcm = {
  673. .omap2 = {
  674. .prcm_reg_id = 1,
  675. .module_bit = OMAP3430_EN_DSS1_SHIFT,
  676. .module_offs = OMAP3430_DSS_MOD,
  677. },
  678. },
  679. .opt_clks = dss_dsi1_opt_clks,
  680. .opt_clks_cnt = ARRAY_SIZE(dss_dsi1_opt_clks),
  681. .flags = HWMOD_NO_IDLEST,
  682. };
  683. static struct omap_hwmod_opt_clk dss_rfbi_opt_clks[] = {
  684. { .role = "ick", .clk = "dss_ick" },
  685. };
  686. static struct omap_hwmod omap3xxx_dss_rfbi_hwmod = {
  687. .name = "dss_rfbi",
  688. .class = &omap2_rfbi_hwmod_class,
  689. .main_clk = "dss1_alwon_fck",
  690. .prcm = {
  691. .omap2 = {
  692. .prcm_reg_id = 1,
  693. .module_bit = OMAP3430_EN_DSS1_SHIFT,
  694. .module_offs = OMAP3430_DSS_MOD,
  695. },
  696. },
  697. .opt_clks = dss_rfbi_opt_clks,
  698. .opt_clks_cnt = ARRAY_SIZE(dss_rfbi_opt_clks),
  699. .flags = HWMOD_NO_IDLEST,
  700. };
  701. static struct omap_hwmod_opt_clk dss_venc_opt_clks[] = {
  702. /* required only on OMAP3430 */
  703. { .role = "tv_dac_clk", .clk = "dss_96m_fck" },
  704. };
  705. static struct omap_hwmod omap3xxx_dss_venc_hwmod = {
  706. .name = "dss_venc",
  707. .class = &omap2_venc_hwmod_class,
  708. .main_clk = "dss_tv_fck",
  709. .prcm = {
  710. .omap2 = {
  711. .prcm_reg_id = 1,
  712. .module_bit = OMAP3430_EN_DSS1_SHIFT,
  713. .module_offs = OMAP3430_DSS_MOD,
  714. },
  715. },
  716. .opt_clks = dss_venc_opt_clks,
  717. .opt_clks_cnt = ARRAY_SIZE(dss_venc_opt_clks),
  718. .flags = HWMOD_NO_IDLEST,
  719. };
  720. /* I2C1 */
  721. static struct omap_i2c_dev_attr i2c1_dev_attr = {
  722. .fifo_depth = 8, /* bytes */
  723. .flags = OMAP_I2C_FLAG_BUS_SHIFT_2,
  724. };
  725. static struct omap_hwmod omap3xxx_i2c1_hwmod = {
  726. .name = "i2c1",
  727. .flags = HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT,
  728. .mpu_irqs = omap2_i2c1_mpu_irqs,
  729. .sdma_reqs = omap2_i2c1_sdma_reqs,
  730. .main_clk = "i2c1_fck",
  731. .prcm = {
  732. .omap2 = {
  733. .module_offs = CORE_MOD,
  734. .prcm_reg_id = 1,
  735. .module_bit = OMAP3430_EN_I2C1_SHIFT,
  736. .idlest_reg_id = 1,
  737. .idlest_idle_bit = OMAP3430_ST_I2C1_SHIFT,
  738. },
  739. },
  740. .class = &i2c_class,
  741. .dev_attr = &i2c1_dev_attr,
  742. };
  743. /* I2C2 */
  744. static struct omap_i2c_dev_attr i2c2_dev_attr = {
  745. .fifo_depth = 8, /* bytes */
  746. .flags = OMAP_I2C_FLAG_BUS_SHIFT_2,
  747. };
  748. static struct omap_hwmod omap3xxx_i2c2_hwmod = {
  749. .name = "i2c2",
  750. .flags = HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT,
  751. .mpu_irqs = omap2_i2c2_mpu_irqs,
  752. .sdma_reqs = omap2_i2c2_sdma_reqs,
  753. .main_clk = "i2c2_fck",
  754. .prcm = {
  755. .omap2 = {
  756. .module_offs = CORE_MOD,
  757. .prcm_reg_id = 1,
  758. .module_bit = OMAP3430_EN_I2C2_SHIFT,
  759. .idlest_reg_id = 1,
  760. .idlest_idle_bit = OMAP3430_ST_I2C2_SHIFT,
  761. },
  762. },
  763. .class = &i2c_class,
  764. .dev_attr = &i2c2_dev_attr,
  765. };
  766. /* I2C3 */
  767. static struct omap_i2c_dev_attr i2c3_dev_attr = {
  768. .fifo_depth = 64, /* bytes */
  769. .flags = OMAP_I2C_FLAG_BUS_SHIFT_2,
  770. };
  771. static struct omap_hwmod_irq_info i2c3_mpu_irqs[] = {
  772. { .irq = 61 + OMAP_INTC_START, },
  773. { .irq = -1 },
  774. };
  775. static struct omap_hwmod_dma_info i2c3_sdma_reqs[] = {
  776. { .name = "tx", .dma_req = OMAP34XX_DMA_I2C3_TX },
  777. { .name = "rx", .dma_req = OMAP34XX_DMA_I2C3_RX },
  778. { .dma_req = -1 }
  779. };
  780. static struct omap_hwmod omap3xxx_i2c3_hwmod = {
  781. .name = "i2c3",
  782. .flags = HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT,
  783. .mpu_irqs = i2c3_mpu_irqs,
  784. .sdma_reqs = i2c3_sdma_reqs,
  785. .main_clk = "i2c3_fck",
  786. .prcm = {
  787. .omap2 = {
  788. .module_offs = CORE_MOD,
  789. .prcm_reg_id = 1,
  790. .module_bit = OMAP3430_EN_I2C3_SHIFT,
  791. .idlest_reg_id = 1,
  792. .idlest_idle_bit = OMAP3430_ST_I2C3_SHIFT,
  793. },
  794. },
  795. .class = &i2c_class,
  796. .dev_attr = &i2c3_dev_attr,
  797. };
  798. /*
  799. * 'gpio' class
  800. * general purpose io module
  801. */
  802. static struct omap_hwmod_class_sysconfig omap3xxx_gpio_sysc = {
  803. .rev_offs = 0x0000,
  804. .sysc_offs = 0x0010,
  805. .syss_offs = 0x0014,
  806. .sysc_flags = (SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE |
  807. SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE |
  808. SYSS_HAS_RESET_STATUS),
  809. .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
  810. .sysc_fields = &omap_hwmod_sysc_type1,
  811. };
  812. static struct omap_hwmod_class omap3xxx_gpio_hwmod_class = {
  813. .name = "gpio",
  814. .sysc = &omap3xxx_gpio_sysc,
  815. .rev = 1,
  816. };
  817. /* gpio_dev_attr */
  818. static struct omap_gpio_dev_attr gpio_dev_attr = {
  819. .bank_width = 32,
  820. .dbck_flag = true,
  821. };
  822. /* gpio1 */
  823. static struct omap_hwmod_opt_clk gpio1_opt_clks[] = {
  824. { .role = "dbclk", .clk = "gpio1_dbck", },
  825. };
  826. static struct omap_hwmod omap3xxx_gpio1_hwmod = {
  827. .name = "gpio1",
  828. .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
  829. .mpu_irqs = omap2_gpio1_irqs,
  830. .main_clk = "gpio1_ick",
  831. .opt_clks = gpio1_opt_clks,
  832. .opt_clks_cnt = ARRAY_SIZE(gpio1_opt_clks),
  833. .prcm = {
  834. .omap2 = {
  835. .prcm_reg_id = 1,
  836. .module_bit = OMAP3430_EN_GPIO1_SHIFT,
  837. .module_offs = WKUP_MOD,
  838. .idlest_reg_id = 1,
  839. .idlest_idle_bit = OMAP3430_ST_GPIO1_SHIFT,
  840. },
  841. },
  842. .class = &omap3xxx_gpio_hwmod_class,
  843. .dev_attr = &gpio_dev_attr,
  844. };
  845. /* gpio2 */
  846. static struct omap_hwmod_opt_clk gpio2_opt_clks[] = {
  847. { .role = "dbclk", .clk = "gpio2_dbck", },
  848. };
  849. static struct omap_hwmod omap3xxx_gpio2_hwmod = {
  850. .name = "gpio2",
  851. .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
  852. .mpu_irqs = omap2_gpio2_irqs,
  853. .main_clk = "gpio2_ick",
  854. .opt_clks = gpio2_opt_clks,
  855. .opt_clks_cnt = ARRAY_SIZE(gpio2_opt_clks),
  856. .prcm = {
  857. .omap2 = {
  858. .prcm_reg_id = 1,
  859. .module_bit = OMAP3430_EN_GPIO2_SHIFT,
  860. .module_offs = OMAP3430_PER_MOD,
  861. .idlest_reg_id = 1,
  862. .idlest_idle_bit = OMAP3430_ST_GPIO2_SHIFT,
  863. },
  864. },
  865. .class = &omap3xxx_gpio_hwmod_class,
  866. .dev_attr = &gpio_dev_attr,
  867. };
  868. /* gpio3 */
  869. static struct omap_hwmod_opt_clk gpio3_opt_clks[] = {
  870. { .role = "dbclk", .clk = "gpio3_dbck", },
  871. };
  872. static struct omap_hwmod omap3xxx_gpio3_hwmod = {
  873. .name = "gpio3",
  874. .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
  875. .mpu_irqs = omap2_gpio3_irqs,
  876. .main_clk = "gpio3_ick",
  877. .opt_clks = gpio3_opt_clks,
  878. .opt_clks_cnt = ARRAY_SIZE(gpio3_opt_clks),
  879. .prcm = {
  880. .omap2 = {
  881. .prcm_reg_id = 1,
  882. .module_bit = OMAP3430_EN_GPIO3_SHIFT,
  883. .module_offs = OMAP3430_PER_MOD,
  884. .idlest_reg_id = 1,
  885. .idlest_idle_bit = OMAP3430_ST_GPIO3_SHIFT,
  886. },
  887. },
  888. .class = &omap3xxx_gpio_hwmod_class,
  889. .dev_attr = &gpio_dev_attr,
  890. };
  891. /* gpio4 */
  892. static struct omap_hwmod_opt_clk gpio4_opt_clks[] = {
  893. { .role = "dbclk", .clk = "gpio4_dbck", },
  894. };
  895. static struct omap_hwmod omap3xxx_gpio4_hwmod = {
  896. .name = "gpio4",
  897. .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
  898. .mpu_irqs = omap2_gpio4_irqs,
  899. .main_clk = "gpio4_ick",
  900. .opt_clks = gpio4_opt_clks,
  901. .opt_clks_cnt = ARRAY_SIZE(gpio4_opt_clks),
  902. .prcm = {
  903. .omap2 = {
  904. .prcm_reg_id = 1,
  905. .module_bit = OMAP3430_EN_GPIO4_SHIFT,
  906. .module_offs = OMAP3430_PER_MOD,
  907. .idlest_reg_id = 1,
  908. .idlest_idle_bit = OMAP3430_ST_GPIO4_SHIFT,
  909. },
  910. },
  911. .class = &omap3xxx_gpio_hwmod_class,
  912. .dev_attr = &gpio_dev_attr,
  913. };
  914. /* gpio5 */
  915. static struct omap_hwmod_irq_info omap3xxx_gpio5_irqs[] = {
  916. { .irq = 33 + OMAP_INTC_START, }, /* INT_34XX_GPIO_BANK5 */
  917. { .irq = -1 },
  918. };
  919. static struct omap_hwmod_opt_clk gpio5_opt_clks[] = {
  920. { .role = "dbclk", .clk = "gpio5_dbck", },
  921. };
  922. static struct omap_hwmod omap3xxx_gpio5_hwmod = {
  923. .name = "gpio5",
  924. .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
  925. .mpu_irqs = omap3xxx_gpio5_irqs,
  926. .main_clk = "gpio5_ick",
  927. .opt_clks = gpio5_opt_clks,
  928. .opt_clks_cnt = ARRAY_SIZE(gpio5_opt_clks),
  929. .prcm = {
  930. .omap2 = {
  931. .prcm_reg_id = 1,
  932. .module_bit = OMAP3430_EN_GPIO5_SHIFT,
  933. .module_offs = OMAP3430_PER_MOD,
  934. .idlest_reg_id = 1,
  935. .idlest_idle_bit = OMAP3430_ST_GPIO5_SHIFT,
  936. },
  937. },
  938. .class = &omap3xxx_gpio_hwmod_class,
  939. .dev_attr = &gpio_dev_attr,
  940. };
  941. /* gpio6 */
  942. static struct omap_hwmod_irq_info omap3xxx_gpio6_irqs[] = {
  943. { .irq = 34 + OMAP_INTC_START, }, /* INT_34XX_GPIO_BANK6 */
  944. { .irq = -1 },
  945. };
  946. static struct omap_hwmod_opt_clk gpio6_opt_clks[] = {
  947. { .role = "dbclk", .clk = "gpio6_dbck", },
  948. };
  949. static struct omap_hwmod omap3xxx_gpio6_hwmod = {
  950. .name = "gpio6",
  951. .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
  952. .mpu_irqs = omap3xxx_gpio6_irqs,
  953. .main_clk = "gpio6_ick",
  954. .opt_clks = gpio6_opt_clks,
  955. .opt_clks_cnt = ARRAY_SIZE(gpio6_opt_clks),
  956. .prcm = {
  957. .omap2 = {
  958. .prcm_reg_id = 1,
  959. .module_bit = OMAP3430_EN_GPIO6_SHIFT,
  960. .module_offs = OMAP3430_PER_MOD,
  961. .idlest_reg_id = 1,
  962. .idlest_idle_bit = OMAP3430_ST_GPIO6_SHIFT,
  963. },
  964. },
  965. .class = &omap3xxx_gpio_hwmod_class,
  966. .dev_attr = &gpio_dev_attr,
  967. };
  968. /* dma attributes */
  969. static struct omap_dma_dev_attr dma_dev_attr = {
  970. .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
  971. IS_CSSA_32 | IS_CDSA_32 | IS_RW_PRIORITY,
  972. .lch_count = 32,
  973. };
  974. static struct omap_hwmod_class_sysconfig omap3xxx_dma_sysc = {
  975. .rev_offs = 0x0000,
  976. .sysc_offs = 0x002c,
  977. .syss_offs = 0x0028,
  978. .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
  979. SYSC_HAS_MIDLEMODE | SYSC_HAS_CLOCKACTIVITY |
  980. SYSC_HAS_EMUFREE | SYSC_HAS_AUTOIDLE |
  981. SYSS_HAS_RESET_STATUS),
  982. .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
  983. MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART),
  984. .sysc_fields = &omap_hwmod_sysc_type1,
  985. };
  986. static struct omap_hwmod_class omap3xxx_dma_hwmod_class = {
  987. .name = "dma",
  988. .sysc = &omap3xxx_dma_sysc,
  989. };
  990. /* dma_system */
  991. static struct omap_hwmod omap3xxx_dma_system_hwmod = {
  992. .name = "dma",
  993. .class = &omap3xxx_dma_hwmod_class,
  994. .mpu_irqs = omap2_dma_system_irqs,
  995. .main_clk = "core_l3_ick",
  996. .prcm = {
  997. .omap2 = {
  998. .module_offs = CORE_MOD,
  999. .prcm_reg_id = 1,
  1000. .module_bit = OMAP3430_ST_SDMA_SHIFT,
  1001. .idlest_reg_id = 1,
  1002. .idlest_idle_bit = OMAP3430_ST_SDMA_SHIFT,
  1003. },
  1004. },
  1005. .dev_attr = &dma_dev_attr,
  1006. .flags = HWMOD_NO_IDLEST,
  1007. };
  1008. /*
  1009. * 'mcbsp' class
  1010. * multi channel buffered serial port controller
  1011. */
  1012. static struct omap_hwmod_class_sysconfig omap3xxx_mcbsp_sysc = {
  1013. .sysc_offs = 0x008c,
  1014. .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_ENAWAKEUP |
  1015. SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
  1016. .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
  1017. .sysc_fields = &omap_hwmod_sysc_type1,
  1018. .clockact = 0x2,
  1019. };
  1020. static struct omap_hwmod_class omap3xxx_mcbsp_hwmod_class = {
  1021. .name = "mcbsp",
  1022. .sysc = &omap3xxx_mcbsp_sysc,
  1023. .rev = MCBSP_CONFIG_TYPE3,
  1024. };
  1025. /* McBSP functional clock mapping */
  1026. static struct omap_hwmod_opt_clk mcbsp15_opt_clks[] = {