functionDefinition.c 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939
  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",