]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/mach-omap2/omap_hwmod_44xx_data.c
omap_hwmod: share identical omap_hwmod_addr_space arrays
[mirror_ubuntu-bionic-kernel.git] / arch / arm / mach-omap2 / omap_hwmod_44xx_data.c
CommitLineData
55d2cb08
BC
1/*
2 * Hardware modules present on the OMAP44xx chips
3 *
d63bd74f 4 * Copyright (C) 2009-2011 Texas Instruments, Inc.
55d2cb08
BC
5 * Copyright (C) 2009-2010 Nokia Corporation
6 *
7 * Paul Walmsley
8 * Benoit Cousson
9 *
10 * This file is automatically generated from the OMAP hardware databases.
11 * We respectfully ask that any modifications to this file be coordinated
12 * with the public linux-omap@vger.kernel.org mailing list and the
13 * authors above to ensure that the autogeneration scripts are kept
14 * up-to-date with the file contents.
15 *
16 * This program is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License version 2 as
18 * published by the Free Software Foundation.
19 */
20
21#include <linux/io.h>
22
23#include <plat/omap_hwmod.h>
24#include <plat/cpu.h>
9780a9cf 25#include <plat/gpio.h>
531ce0d5 26#include <plat/dma.h>
905a74d9 27#include <plat/mcspi.h>
cb7e9ded 28#include <plat/mcbsp.h>
6ab8946f 29#include <plat/mmc.h>
55d2cb08
BC
30
31#include "omap_hwmod_common_data.h"
32
d198b514
PW
33#include "cm1_44xx.h"
34#include "cm2_44xx.h"
35#include "prm44xx.h"
55d2cb08 36#include "prm-regbits-44xx.h"
ff2516fb 37#include "wd_timer.h"
55d2cb08
BC
38
39/* Base offset for all OMAP4 interrupts external to MPUSS */
40#define OMAP44XX_IRQ_GIC_START 32
41
42/* Base offset for all OMAP4 dma requests */
43#define OMAP44XX_DMA_REQ_START 1
44
45/* Backward references (IPs with Bus Master capability) */
407a6888 46static struct omap_hwmod omap44xx_aess_hwmod;
531ce0d5 47static struct omap_hwmod omap44xx_dma_system_hwmod;
55d2cb08 48static struct omap_hwmod omap44xx_dmm_hwmod;
8f25bdc5 49static struct omap_hwmod omap44xx_dsp_hwmod;
d63bd74f 50static struct omap_hwmod omap44xx_dss_hwmod;
55d2cb08 51static struct omap_hwmod omap44xx_emif_fw_hwmod;
407a6888
BC
52static struct omap_hwmod omap44xx_hsi_hwmod;
53static struct omap_hwmod omap44xx_ipu_hwmod;
54static struct omap_hwmod omap44xx_iss_hwmod;
8f25bdc5 55static struct omap_hwmod omap44xx_iva_hwmod;
55d2cb08
BC
56static struct omap_hwmod omap44xx_l3_instr_hwmod;
57static struct omap_hwmod omap44xx_l3_main_1_hwmod;
58static struct omap_hwmod omap44xx_l3_main_2_hwmod;
59static struct omap_hwmod omap44xx_l3_main_3_hwmod;
60static struct omap_hwmod omap44xx_l4_abe_hwmod;
61static struct omap_hwmod omap44xx_l4_cfg_hwmod;
62static struct omap_hwmod omap44xx_l4_per_hwmod;
63static struct omap_hwmod omap44xx_l4_wkup_hwmod;
407a6888
BC
64static struct omap_hwmod omap44xx_mmc1_hwmod;
65static struct omap_hwmod omap44xx_mmc2_hwmod;
55d2cb08
BC
66static struct omap_hwmod omap44xx_mpu_hwmod;
67static struct omap_hwmod omap44xx_mpu_private_hwmod;
5844c4ea 68static struct omap_hwmod omap44xx_usb_otg_hs_hwmod;
55d2cb08
BC
69
70/*
71 * Interconnects omap_hwmod structures
72 * hwmods that compose the global OMAP interconnect
73 */
74
75/*
76 * 'dmm' class
77 * instance(s): dmm
78 */
79static struct omap_hwmod_class omap44xx_dmm_hwmod_class = {
fe13471c 80 .name = "dmm",
55d2cb08
BC
81};
82
83/* dmm interface data */
84/* l3_main_1 -> dmm */
85static struct omap_hwmod_ocp_if omap44xx_l3_main_1__dmm = {
86 .master = &omap44xx_l3_main_1_hwmod,
87 .slave = &omap44xx_dmm_hwmod,
88 .clk = "l3_div_ck",
659fa822
BC
89 .user = OCP_USER_SDMA,
90};
91
92static struct omap_hwmod_addr_space omap44xx_dmm_addrs[] = {
93 {
94 .pa_start = 0x4e000000,
95 .pa_end = 0x4e0007ff,
96 .flags = ADDR_TYPE_RT
97 },
78183f3f 98 { }
55d2cb08
BC
99};
100
101/* mpu -> dmm */
102static struct omap_hwmod_ocp_if omap44xx_mpu__dmm = {
103 .master = &omap44xx_mpu_hwmod,
104 .slave = &omap44xx_dmm_hwmod,
105 .clk = "l3_div_ck",
659fa822 106 .addr = omap44xx_dmm_addrs,
659fa822 107 .user = OCP_USER_MPU,
55d2cb08
BC
108};
109
110/* dmm slave ports */
111static struct omap_hwmod_ocp_if *omap44xx_dmm_slaves[] = {
112 &omap44xx_l3_main_1__dmm,
113 &omap44xx_mpu__dmm,
114};
115
116static struct omap_hwmod_irq_info omap44xx_dmm_irqs[] = {
117 { .irq = 113 + OMAP44XX_IRQ_GIC_START },
118};
119
120static struct omap_hwmod omap44xx_dmm_hwmod = {
121 .name = "dmm",
122 .class = &omap44xx_dmm_hwmod_class,
123 .slaves = omap44xx_dmm_slaves,
124 .slaves_cnt = ARRAY_SIZE(omap44xx_dmm_slaves),
125 .mpu_irqs = omap44xx_dmm_irqs,
126 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_dmm_irqs),
127 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
128};
129
130/*
131 * 'emif_fw' class
132 * instance(s): emif_fw
133 */
134static struct omap_hwmod_class omap44xx_emif_fw_hwmod_class = {
fe13471c 135 .name = "emif_fw",
55d2cb08
BC
136};
137
138/* emif_fw interface data */
139/* dmm -> emif_fw */
140static struct omap_hwmod_ocp_if omap44xx_dmm__emif_fw = {
141 .master = &omap44xx_dmm_hwmod,
142 .slave = &omap44xx_emif_fw_hwmod,
143 .clk = "l3_div_ck",
144 .user = OCP_USER_MPU | OCP_USER_SDMA,
145};
146
659fa822
BC
147static struct omap_hwmod_addr_space omap44xx_emif_fw_addrs[] = {
148 {
149 .pa_start = 0x4a20c000,
150 .pa_end = 0x4a20c0ff,
151 .flags = ADDR_TYPE_RT
152 },
78183f3f 153 { }
659fa822
BC
154};
155
55d2cb08
BC
156/* l4_cfg -> emif_fw */
157static struct omap_hwmod_ocp_if omap44xx_l4_cfg__emif_fw = {
158 .master = &omap44xx_l4_cfg_hwmod,
159 .slave = &omap44xx_emif_fw_hwmod,
160 .clk = "l4_div_ck",
659fa822 161 .addr = omap44xx_emif_fw_addrs,
659fa822 162 .user = OCP_USER_MPU,
55d2cb08
BC
163};
164
165/* emif_fw slave ports */
166static struct omap_hwmod_ocp_if *omap44xx_emif_fw_slaves[] = {
167 &omap44xx_dmm__emif_fw,
168 &omap44xx_l4_cfg__emif_fw,
169};
170
171static struct omap_hwmod omap44xx_emif_fw_hwmod = {
172 .name = "emif_fw",
173 .class = &omap44xx_emif_fw_hwmod_class,
174 .slaves = omap44xx_emif_fw_slaves,
175 .slaves_cnt = ARRAY_SIZE(omap44xx_emif_fw_slaves),
176 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
177};
178
179/*
180 * 'l3' class
181 * instance(s): l3_instr, l3_main_1, l3_main_2, l3_main_3
182 */
183static struct omap_hwmod_class omap44xx_l3_hwmod_class = {
fe13471c 184 .name = "l3",
55d2cb08
BC
185};
186
187/* l3_instr interface data */
8f25bdc5
BC
188/* iva -> l3_instr */
189static struct omap_hwmod_ocp_if omap44xx_iva__l3_instr = {
190 .master = &omap44xx_iva_hwmod,
191 .slave = &omap44xx_l3_instr_hwmod,
192 .clk = "l3_div_ck",
193 .user = OCP_USER_MPU | OCP_USER_SDMA,
194};
195
55d2cb08
BC
196/* l3_main_3 -> l3_instr */
197static struct omap_hwmod_ocp_if omap44xx_l3_main_3__l3_instr = {
198 .master = &omap44xx_l3_main_3_hwmod,
199 .slave = &omap44xx_l3_instr_hwmod,
200 .clk = "l3_div_ck",
201 .user = OCP_USER_MPU | OCP_USER_SDMA,
202};
203
204/* l3_instr slave ports */
205static struct omap_hwmod_ocp_if *omap44xx_l3_instr_slaves[] = {
8f25bdc5 206 &omap44xx_iva__l3_instr,
55d2cb08
BC
207 &omap44xx_l3_main_3__l3_instr,
208};
209
210static struct omap_hwmod omap44xx_l3_instr_hwmod = {
211 .name = "l3_instr",
212 .class = &omap44xx_l3_hwmod_class,
213 .slaves = omap44xx_l3_instr_slaves,
214 .slaves_cnt = ARRAY_SIZE(omap44xx_l3_instr_slaves),
215 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
216};
217
3b54baad 218/* l3_main_1 interface data */
8f25bdc5
BC
219/* dsp -> l3_main_1 */
220static struct omap_hwmod_ocp_if omap44xx_dsp__l3_main_1 = {
221 .master = &omap44xx_dsp_hwmod,
222 .slave = &omap44xx_l3_main_1_hwmod,
223 .clk = "l3_div_ck",
224 .user = OCP_USER_MPU | OCP_USER_SDMA,
225};
226
d63bd74f
BC
227/* dss -> l3_main_1 */
228static struct omap_hwmod_ocp_if omap44xx_dss__l3_main_1 = {
229 .master = &omap44xx_dss_hwmod,
230 .slave = &omap44xx_l3_main_1_hwmod,
231 .clk = "l3_div_ck",
232 .user = OCP_USER_MPU | OCP_USER_SDMA,
233};
234
55d2cb08
BC
235/* l3_main_2 -> l3_main_1 */
236static struct omap_hwmod_ocp_if omap44xx_l3_main_2__l3_main_1 = {
237 .master = &omap44xx_l3_main_2_hwmod,
238 .slave = &omap44xx_l3_main_1_hwmod,
239 .clk = "l3_div_ck",
240 .user = OCP_USER_MPU | OCP_USER_SDMA,
241};
242
243/* l4_cfg -> l3_main_1 */
244static struct omap_hwmod_ocp_if omap44xx_l4_cfg__l3_main_1 = {
245 .master = &omap44xx_l4_cfg_hwmod,
246 .slave = &omap44xx_l3_main_1_hwmod,
247 .clk = "l4_div_ck",
248 .user = OCP_USER_MPU | OCP_USER_SDMA,
249};
250
407a6888
BC
251/* mmc1 -> l3_main_1 */
252static struct omap_hwmod_ocp_if omap44xx_mmc1__l3_main_1 = {
253 .master = &omap44xx_mmc1_hwmod,
254 .slave = &omap44xx_l3_main_1_hwmod,
255 .clk = "l3_div_ck",
256 .user = OCP_USER_MPU | OCP_USER_SDMA,
257};
258
259/* mmc2 -> l3_main_1 */
260static struct omap_hwmod_ocp_if omap44xx_mmc2__l3_main_1 = {
261 .master = &omap44xx_mmc2_hwmod,
262 .slave = &omap44xx_l3_main_1_hwmod,
263 .clk = "l3_div_ck",
264 .user = OCP_USER_MPU | OCP_USER_SDMA,
265};
266
c4645234 267/* L3 target configuration and error log registers */
268static struct omap_hwmod_irq_info omap44xx_l3_targ_irqs[] = {
269 { .irq = 9 + OMAP44XX_IRQ_GIC_START },
270 { .irq = 10 + OMAP44XX_IRQ_GIC_START },
271};
272
273static struct omap_hwmod_addr_space omap44xx_l3_main_1_addrs[] = {
274 {
275 .pa_start = 0x44000000,
276 .pa_end = 0x44000fff,
277 .flags = ADDR_TYPE_RT,
278 },
78183f3f 279 { }
c4645234 280};
281
55d2cb08
BC
282/* mpu -> l3_main_1 */
283static struct omap_hwmod_ocp_if omap44xx_mpu__l3_main_1 = {
284 .master = &omap44xx_mpu_hwmod,
285 .slave = &omap44xx_l3_main_1_hwmod,
286 .clk = "l3_div_ck",
c4645234 287 .addr = omap44xx_l3_main_1_addrs,
55d2cb08
BC
288 .user = OCP_USER_MPU | OCP_USER_SDMA,
289};
290
291/* l3_main_1 slave ports */
292static struct omap_hwmod_ocp_if *omap44xx_l3_main_1_slaves[] = {
8f25bdc5 293 &omap44xx_dsp__l3_main_1,
d63bd74f 294 &omap44xx_dss__l3_main_1,
55d2cb08
BC
295 &omap44xx_l3_main_2__l3_main_1,
296 &omap44xx_l4_cfg__l3_main_1,
407a6888
BC
297 &omap44xx_mmc1__l3_main_1,
298 &omap44xx_mmc2__l3_main_1,
55d2cb08
BC
299 &omap44xx_mpu__l3_main_1,
300};
301
302static struct omap_hwmod omap44xx_l3_main_1_hwmod = {
303 .name = "l3_main_1",
304 .class = &omap44xx_l3_hwmod_class,
c4645234 305 .mpu_irqs = omap44xx_l3_targ_irqs,
306 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_l3_targ_irqs),
55d2cb08
BC
307 .slaves = omap44xx_l3_main_1_slaves,
308 .slaves_cnt = ARRAY_SIZE(omap44xx_l3_main_1_slaves),
309 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
310};
311
312/* l3_main_2 interface data */
d7cf5f33
BC
313/* dma_system -> l3_main_2 */
314static struct omap_hwmod_ocp_if omap44xx_dma_system__l3_main_2 = {
315 .master = &omap44xx_dma_system_hwmod,
316 .slave = &omap44xx_l3_main_2_hwmod,
317 .clk = "l3_div_ck",
318 .user = OCP_USER_MPU | OCP_USER_SDMA,
319};
320
407a6888
BC
321/* hsi -> l3_main_2 */
322static struct omap_hwmod_ocp_if omap44xx_hsi__l3_main_2 = {
323 .master = &omap44xx_hsi_hwmod,
324 .slave = &omap44xx_l3_main_2_hwmod,
325 .clk = "l3_div_ck",
326 .user = OCP_USER_MPU | OCP_USER_SDMA,
327};
328
329/* ipu -> l3_main_2 */
330static struct omap_hwmod_ocp_if omap44xx_ipu__l3_main_2 = {
331 .master = &omap44xx_ipu_hwmod,
332 .slave = &omap44xx_l3_main_2_hwmod,
333 .clk = "l3_div_ck",
334 .user = OCP_USER_MPU | OCP_USER_SDMA,
335};
336
337/* iss -> l3_main_2 */
338static struct omap_hwmod_ocp_if omap44xx_iss__l3_main_2 = {
339 .master = &omap44xx_iss_hwmod,
340 .slave = &omap44xx_l3_main_2_hwmod,
341 .clk = "l3_div_ck",
342 .user = OCP_USER_MPU | OCP_USER_SDMA,
343};
344
8f25bdc5
BC
345/* iva -> l3_main_2 */
346static struct omap_hwmod_ocp_if omap44xx_iva__l3_main_2 = {
347 .master = &omap44xx_iva_hwmod,
348 .slave = &omap44xx_l3_main_2_hwmod,
349 .clk = "l3_div_ck",
350 .user = OCP_USER_MPU | OCP_USER_SDMA,
351};
352
c4645234 353static struct omap_hwmod_addr_space omap44xx_l3_main_2_addrs[] = {
354 {
355 .pa_start = 0x44800000,
356 .pa_end = 0x44801fff,
357 .flags = ADDR_TYPE_RT,
358 },
78183f3f 359 { }
c4645234 360};
361
55d2cb08
BC
362/* l3_main_1 -> l3_main_2 */
363static struct omap_hwmod_ocp_if omap44xx_l3_main_1__l3_main_2 = {
364 .master = &omap44xx_l3_main_1_hwmod,
365 .slave = &omap44xx_l3_main_2_hwmod,
366 .clk = "l3_div_ck",
c4645234 367 .addr = omap44xx_l3_main_2_addrs,
55d2cb08
BC
368 .user = OCP_USER_MPU | OCP_USER_SDMA,
369};
370
371/* l4_cfg -> l3_main_2 */
372static struct omap_hwmod_ocp_if omap44xx_l4_cfg__l3_main_2 = {
373 .master = &omap44xx_l4_cfg_hwmod,
374 .slave = &omap44xx_l3_main_2_hwmod,
375 .clk = "l4_div_ck",
376 .user = OCP_USER_MPU | OCP_USER_SDMA,
377};
378
5844c4ea
BC
379/* usb_otg_hs -> l3_main_2 */
380static struct omap_hwmod_ocp_if omap44xx_usb_otg_hs__l3_main_2 = {
381 .master = &omap44xx_usb_otg_hs_hwmod,
382 .slave = &omap44xx_l3_main_2_hwmod,
383 .clk = "l3_div_ck",
384 .user = OCP_USER_MPU | OCP_USER_SDMA,
385};
386
55d2cb08
BC
387/* l3_main_2 slave ports */
388static struct omap_hwmod_ocp_if *omap44xx_l3_main_2_slaves[] = {
531ce0d5 389 &omap44xx_dma_system__l3_main_2,
407a6888
BC
390 &omap44xx_hsi__l3_main_2,
391 &omap44xx_ipu__l3_main_2,
392 &omap44xx_iss__l3_main_2,
8f25bdc5 393 &omap44xx_iva__l3_main_2,
55d2cb08
BC
394 &omap44xx_l3_main_1__l3_main_2,
395 &omap44xx_l4_cfg__l3_main_2,
5844c4ea 396 &omap44xx_usb_otg_hs__l3_main_2,
55d2cb08
BC
397};
398
399static struct omap_hwmod omap44xx_l3_main_2_hwmod = {
400 .name = "l3_main_2",
401 .class = &omap44xx_l3_hwmod_class,
402 .slaves = omap44xx_l3_main_2_slaves,
403 .slaves_cnt = ARRAY_SIZE(omap44xx_l3_main_2_slaves),
404 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
405};
406
407/* l3_main_3 interface data */
c4645234 408static struct omap_hwmod_addr_space omap44xx_l3_main_3_addrs[] = {
409 {
410 .pa_start = 0x45000000,
411 .pa_end = 0x45000fff,
412 .flags = ADDR_TYPE_RT,
413 },
78183f3f 414 { }
c4645234 415};
416
55d2cb08
BC
417/* l3_main_1 -> l3_main_3 */
418static struct omap_hwmod_ocp_if omap44xx_l3_main_1__l3_main_3 = {
419 .master = &omap44xx_l3_main_1_hwmod,
420 .slave = &omap44xx_l3_main_3_hwmod,
421 .clk = "l3_div_ck",
c4645234 422 .addr = omap44xx_l3_main_3_addrs,
55d2cb08
BC
423 .user = OCP_USER_MPU | OCP_USER_SDMA,
424};
425
426/* l3_main_2 -> l3_main_3 */
427static struct omap_hwmod_ocp_if omap44xx_l3_main_2__l3_main_3 = {
428 .master = &omap44xx_l3_main_2_hwmod,
429 .slave = &omap44xx_l3_main_3_hwmod,
430 .clk = "l3_div_ck",
431 .user = OCP_USER_MPU | OCP_USER_SDMA,
432};
433
434/* l4_cfg -> l3_main_3 */
435static struct omap_hwmod_ocp_if omap44xx_l4_cfg__l3_main_3 = {
436 .master = &omap44xx_l4_cfg_hwmod,
437 .slave = &omap44xx_l3_main_3_hwmod,
438 .clk = "l4_div_ck",
439 .user = OCP_USER_MPU | OCP_USER_SDMA,
440};
441
442/* l3_main_3 slave ports */
443static struct omap_hwmod_ocp_if *omap44xx_l3_main_3_slaves[] = {
444 &omap44xx_l3_main_1__l3_main_3,
445 &omap44xx_l3_main_2__l3_main_3,
446 &omap44xx_l4_cfg__l3_main_3,
447};
448
449static struct omap_hwmod omap44xx_l3_main_3_hwmod = {
450 .name = "l3_main_3",
451 .class = &omap44xx_l3_hwmod_class,
452 .slaves = omap44xx_l3_main_3_slaves,
453 .slaves_cnt = ARRAY_SIZE(omap44xx_l3_main_3_slaves),
454 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
455};
456
457/*
458 * 'l4' class
459 * instance(s): l4_abe, l4_cfg, l4_per, l4_wkup
460 */
461static struct omap_hwmod_class omap44xx_l4_hwmod_class = {
fe13471c 462 .name = "l4",
55d2cb08
BC
463};
464
465/* l4_abe interface data */
407a6888
BC
466/* aess -> l4_abe */
467static struct omap_hwmod_ocp_if omap44xx_aess__l4_abe = {
468 .master = &omap44xx_aess_hwmod,
469 .slave = &omap44xx_l4_abe_hwmod,
470 .clk = "ocp_abe_iclk",
471 .user = OCP_USER_MPU | OCP_USER_SDMA,
472};
473
8f25bdc5
BC
474/* dsp -> l4_abe */
475static struct omap_hwmod_ocp_if omap44xx_dsp__l4_abe = {
476 .master = &omap44xx_dsp_hwmod,
477 .slave = &omap44xx_l4_abe_hwmod,
478 .clk = "ocp_abe_iclk",
479 .user = OCP_USER_MPU | OCP_USER_SDMA,
480};
481
55d2cb08
BC
482/* l3_main_1 -> l4_abe */
483static struct omap_hwmod_ocp_if omap44xx_l3_main_1__l4_abe = {
484 .master = &omap44xx_l3_main_1_hwmod,
485 .slave = &omap44xx_l4_abe_hwmod,
486 .clk = "l3_div_ck",
487 .user = OCP_USER_MPU | OCP_USER_SDMA,
488};
489
490/* mpu -> l4_abe */
491static struct omap_hwmod_ocp_if omap44xx_mpu__l4_abe = {
492 .master = &omap44xx_mpu_hwmod,
493 .slave = &omap44xx_l4_abe_hwmod,
494 .clk = "ocp_abe_iclk",
495 .user = OCP_USER_MPU | OCP_USER_SDMA,
496};
497
498/* l4_abe slave ports */
499static struct omap_hwmod_ocp_if *omap44xx_l4_abe_slaves[] = {
407a6888 500 &omap44xx_aess__l4_abe,
8f25bdc5 501 &omap44xx_dsp__l4_abe,
55d2cb08
BC
502 &omap44xx_l3_main_1__l4_abe,
503 &omap44xx_mpu__l4_abe,
504};
505
506static struct omap_hwmod omap44xx_l4_abe_hwmod = {
507 .name = "l4_abe",
508 .class = &omap44xx_l4_hwmod_class,
509 .slaves = omap44xx_l4_abe_slaves,
510 .slaves_cnt = ARRAY_SIZE(omap44xx_l4_abe_slaves),
511 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
512};
513
514/* l4_cfg interface data */
515/* l3_main_1 -> l4_cfg */
516static struct omap_hwmod_ocp_if omap44xx_l3_main_1__l4_cfg = {
517 .master = &omap44xx_l3_main_1_hwmod,
518 .slave = &omap44xx_l4_cfg_hwmod,
519 .clk = "l3_div_ck",
520 .user = OCP_USER_MPU | OCP_USER_SDMA,
521};
522
523/* l4_cfg slave ports */
524static struct omap_hwmod_ocp_if *omap44xx_l4_cfg_slaves[] = {
525 &omap44xx_l3_main_1__l4_cfg,
526};
527
528static struct omap_hwmod omap44xx_l4_cfg_hwmod = {
529 .name = "l4_cfg",
530 .class = &omap44xx_l4_hwmod_class,
531 .slaves = omap44xx_l4_cfg_slaves,
532 .slaves_cnt = ARRAY_SIZE(omap44xx_l4_cfg_slaves),
533 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
534};
535
536/* l4_per interface data */
537/* l3_main_2 -> l4_per */
538static struct omap_hwmod_ocp_if omap44xx_l3_main_2__l4_per = {
539 .master = &omap44xx_l3_main_2_hwmod,
540 .slave = &omap44xx_l4_per_hwmod,
541 .clk = "l3_div_ck",
542 .user = OCP_USER_MPU | OCP_USER_SDMA,
543};
544
545/* l4_per slave ports */
546static struct omap_hwmod_ocp_if *omap44xx_l4_per_slaves[] = {
547 &omap44xx_l3_main_2__l4_per,
548};
549
550static struct omap_hwmod omap44xx_l4_per_hwmod = {
551 .name = "l4_per",
552 .class = &omap44xx_l4_hwmod_class,
553 .slaves = omap44xx_l4_per_slaves,
554 .slaves_cnt = ARRAY_SIZE(omap44xx_l4_per_slaves),
555 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
556};
557
558/* l4_wkup interface data */
559/* l4_cfg -> l4_wkup */
560static struct omap_hwmod_ocp_if omap44xx_l4_cfg__l4_wkup = {
561 .master = &omap44xx_l4_cfg_hwmod,
562 .slave = &omap44xx_l4_wkup_hwmod,
563 .clk = "l4_div_ck",
564 .user = OCP_USER_MPU | OCP_USER_SDMA,
565};
566
567/* l4_wkup slave ports */
568static struct omap_hwmod_ocp_if *omap44xx_l4_wkup_slaves[] = {
569 &omap44xx_l4_cfg__l4_wkup,
570};
571
572static struct omap_hwmod omap44xx_l4_wkup_hwmod = {
573 .name = "l4_wkup",
574 .class = &omap44xx_l4_hwmod_class,
575 .slaves = omap44xx_l4_wkup_slaves,
576 .slaves_cnt = ARRAY_SIZE(omap44xx_l4_wkup_slaves),
577 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
578};
579
f776471f 580/*
3b54baad
BC
581 * 'mpu_bus' class
582 * instance(s): mpu_private
f776471f 583 */
3b54baad 584static struct omap_hwmod_class omap44xx_mpu_bus_hwmod_class = {
fe13471c 585 .name = "mpu_bus",
3b54baad 586};
f776471f 587
3b54baad
BC
588/* mpu_private interface data */
589/* mpu -> mpu_private */
590static struct omap_hwmod_ocp_if omap44xx_mpu__mpu_private = {
591 .master = &omap44xx_mpu_hwmod,
592 .slave = &omap44xx_mpu_private_hwmod,
593 .clk = "l3_div_ck",
594 .user = OCP_USER_MPU | OCP_USER_SDMA,
595};
596
597/* mpu_private slave ports */
598static struct omap_hwmod_ocp_if *omap44xx_mpu_private_slaves[] = {
599 &omap44xx_mpu__mpu_private,
600};
601
602static struct omap_hwmod omap44xx_mpu_private_hwmod = {
603 .name = "mpu_private",
604 .class = &omap44xx_mpu_bus_hwmod_class,
605 .slaves = omap44xx_mpu_private_slaves,
606 .slaves_cnt = ARRAY_SIZE(omap44xx_mpu_private_slaves),
607 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
608};
609
610/*
611 * Modules omap_hwmod structures
612 *
613 * The following IPs are excluded for the moment because:
614 * - They do not need an explicit SW control using omap_hwmod API.
615 * - They still need to be validated with the driver
616 * properly adapted to omap_hwmod / omap_device
617 *
3b54baad
BC
618 * c2c
619 * c2c_target_fw
620 * cm_core
621 * cm_core_aon
3b54baad
BC
622 * ctrl_module_core
623 * ctrl_module_pad_core
624 * ctrl_module_pad_wkup
625 * ctrl_module_wkup
626 * debugss
3b54baad
BC
627 * efuse_ctrl_cust
628 * efuse_ctrl_std
629 * elm
630 * emif1
631 * emif2
632 * fdif
633 * gpmc
634 * gpu
635 * hdq1w
636 * hsi
3b54baad
BC
637 * ocmc_ram
638 * ocp2scp_usb_phy
639 * ocp_wp_noc
3b54baad
BC
640 * prcm_mpu
641 * prm
642 * scrm
643 * sl2if
644 * slimbus1
645 * slimbus2
3b54baad
BC
646 * usb_host_fs
647 * usb_host_hs
3b54baad
BC
648 * usb_phy_cm
649 * usb_tll_hs
650 * usim
651 */
652
407a6888
BC
653/*
654 * 'aess' class
655 * audio engine sub system
656 */
657
658static struct omap_hwmod_class_sysconfig omap44xx_aess_sysc = {
659 .rev_offs = 0x0000,
660 .sysc_offs = 0x0010,
661 .sysc_flags = (SYSC_HAS_MIDLEMODE | SYSC_HAS_SIDLEMODE),
662 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
663 MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART),
664 .sysc_fields = &omap_hwmod_sysc_type2,
665};
666
667static struct omap_hwmod_class omap44xx_aess_hwmod_class = {
668 .name = "aess",
669 .sysc = &omap44xx_aess_sysc,
670};
671
672/* aess */
673static struct omap_hwmod_irq_info omap44xx_aess_irqs[] = {
674 { .irq = 99 + OMAP44XX_IRQ_GIC_START },
675};
676
677static struct omap_hwmod_dma_info omap44xx_aess_sdma_reqs[] = {
678 { .name = "fifo0", .dma_req = 100 + OMAP44XX_DMA_REQ_START },
679 { .name = "fifo1", .dma_req = 101 + OMAP44XX_DMA_REQ_START },
680 { .name = "fifo2", .dma_req = 102 + OMAP44XX_DMA_REQ_START },
681 { .name = "fifo3", .dma_req = 103 + OMAP44XX_DMA_REQ_START },
682 { .name = "fifo4", .dma_req = 104 + OMAP44XX_DMA_REQ_START },
683 { .name = "fifo5", .dma_req = 105 + OMAP44XX_DMA_REQ_START },
684 { .name = "fifo6", .dma_req = 106 + OMAP44XX_DMA_REQ_START },
685 { .name = "fifo7", .dma_req = 107 + OMAP44XX_DMA_REQ_START },
686};
687
688/* aess master ports */
689static struct omap_hwmod_ocp_if *omap44xx_aess_masters[] = {
690 &omap44xx_aess__l4_abe,
691};
692
693static struct omap_hwmod_addr_space omap44xx_aess_addrs[] = {
694 {
695 .pa_start = 0x401f1000,
696 .pa_end = 0x401f13ff,
697 .flags = ADDR_TYPE_RT
698 },
78183f3f 699 { }
407a6888
BC
700};
701
702/* l4_abe -> aess */
703static struct omap_hwmod_ocp_if omap44xx_l4_abe__aess = {
704 .master = &omap44xx_l4_abe_hwmod,
705 .slave = &omap44xx_aess_hwmod,
706 .clk = "ocp_abe_iclk",
707 .addr = omap44xx_aess_addrs,
407a6888
BC
708 .user = OCP_USER_MPU,
709};
710
711static struct omap_hwmod_addr_space omap44xx_aess_dma_addrs[] = {
712 {
713 .pa_start = 0x490f1000,
714 .pa_end = 0x490f13ff,
715 .flags = ADDR_TYPE_RT
716 },
78183f3f 717 { }
407a6888
BC
718};
719
720/* l4_abe -> aess (dma) */
721static struct omap_hwmod_ocp_if omap44xx_l4_abe__aess_dma = {
722 .master = &omap44xx_l4_abe_hwmod,
723 .slave = &omap44xx_aess_hwmod,
724 .clk = "ocp_abe_iclk",
725 .addr = omap44xx_aess_dma_addrs,
407a6888
BC
726 .user = OCP_USER_SDMA,
727};
728
729/* aess slave ports */
730static struct omap_hwmod_ocp_if *omap44xx_aess_slaves[] = {
731 &omap44xx_l4_abe__aess,
732 &omap44xx_l4_abe__aess_dma,
733};
734
735static struct omap_hwmod omap44xx_aess_hwmod = {
736 .name = "aess",
737 .class = &omap44xx_aess_hwmod_class,
738 .mpu_irqs = omap44xx_aess_irqs,
739 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_aess_irqs),
740 .sdma_reqs = omap44xx_aess_sdma_reqs,
741 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_aess_sdma_reqs),
742 .main_clk = "aess_fck",
743 .prcm = {
744 .omap4 = {
745 .clkctrl_reg = OMAP4430_CM1_ABE_AESS_CLKCTRL,
746 },
747 },
748 .slaves = omap44xx_aess_slaves,
749 .slaves_cnt = ARRAY_SIZE(omap44xx_aess_slaves),
750 .masters = omap44xx_aess_masters,
751 .masters_cnt = ARRAY_SIZE(omap44xx_aess_masters),
752 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
753};
754
755/*
756 * 'bandgap' class
757 * bangap reference for ldo regulators
758 */
759
760static struct omap_hwmod_class omap44xx_bandgap_hwmod_class = {
761 .name = "bandgap",
762};
763
764/* bandgap */
765static struct omap_hwmod_opt_clk bandgap_opt_clks[] = {
766 { .role = "fclk", .clk = "bandgap_fclk" },
767};
768
769static struct omap_hwmod omap44xx_bandgap_hwmod = {
770 .name = "bandgap",
771 .class = &omap44xx_bandgap_hwmod_class,
772 .prcm = {
773 .omap4 = {
774 .clkctrl_reg = OMAP4430_CM_WKUP_BANDGAP_CLKCTRL,
775 },
776 },
777 .opt_clks = bandgap_opt_clks,
778 .opt_clks_cnt = ARRAY_SIZE(bandgap_opt_clks),
779 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
780};
781
782/*
783 * 'counter' class
784 * 32-bit ordinary counter, clocked by the falling edge of the 32 khz clock
785 */
786
787static struct omap_hwmod_class_sysconfig omap44xx_counter_sysc = {
788 .rev_offs = 0x0000,
789 .sysc_offs = 0x0004,
790 .sysc_flags = SYSC_HAS_SIDLEMODE,
791 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
792 SIDLE_SMART_WKUP),
793 .sysc_fields = &omap_hwmod_sysc_type1,
794};
795
796static struct omap_hwmod_class omap44xx_counter_hwmod_class = {
797 .name = "counter",
798 .sysc = &omap44xx_counter_sysc,
799};
800
801/* counter_32k */
802static struct omap_hwmod omap44xx_counter_32k_hwmod;
803static struct omap_hwmod_addr_space omap44xx_counter_32k_addrs[] = {
804 {
805 .pa_start = 0x4a304000,
806 .pa_end = 0x4a30401f,
807 .flags = ADDR_TYPE_RT
808 },
78183f3f 809 { }
407a6888
BC
810};
811
812/* l4_wkup -> counter_32k */
813static struct omap_hwmod_ocp_if omap44xx_l4_wkup__counter_32k = {
814 .master = &omap44xx_l4_wkup_hwmod,
815 .slave = &omap44xx_counter_32k_hwmod,
816 .clk = "l4_wkup_clk_mux_ck",
817 .addr = omap44xx_counter_32k_addrs,
407a6888
BC
818 .user = OCP_USER_MPU | OCP_USER_SDMA,
819};
820
821/* counter_32k slave ports */
822static struct omap_hwmod_ocp_if *omap44xx_counter_32k_slaves[] = {
823 &omap44xx_l4_wkup__counter_32k,
824};
825
826static struct omap_hwmod omap44xx_counter_32k_hwmod = {
827 .name = "counter_32k",
828 .class = &omap44xx_counter_hwmod_class,
829 .flags = HWMOD_SWSUP_SIDLE,
830 .main_clk = "sys_32k_ck",
831 .prcm = {
832 .omap4 = {
833 .clkctrl_reg = OMAP4430_CM_WKUP_SYNCTIMER_CLKCTRL,
834 },
835 },
836 .slaves = omap44xx_counter_32k_slaves,
837 .slaves_cnt = ARRAY_SIZE(omap44xx_counter_32k_slaves),
838 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
839};
840
d7cf5f33
BC
841/*
842 * 'dma' class
843 * dma controller for data exchange between memory to memory (i.e. internal or
844 * external memory) and gp peripherals to memory or memory to gp peripherals
845 */
846
847static struct omap_hwmod_class_sysconfig omap44xx_dma_sysc = {
848 .rev_offs = 0x0000,
849 .sysc_offs = 0x002c,
850 .syss_offs = 0x0028,
851 .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
852 SYSC_HAS_EMUFREE | SYSC_HAS_MIDLEMODE |
853 SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
854 SYSS_HAS_RESET_STATUS),
855 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
856 MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART),
857 .sysc_fields = &omap_hwmod_sysc_type1,
858};
859
860static struct omap_hwmod_class omap44xx_dma_hwmod_class = {
861 .name = "dma",
862 .sysc = &omap44xx_dma_sysc,
863};
864
865/* dma dev_attr */
866static struct omap_dma_dev_attr dma_dev_attr = {
867 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
868 IS_CSSA_32 | IS_CDSA_32 | IS_RW_PRIORITY,
869 .lch_count = 32,
870};
871
872/* dma_system */
873static struct omap_hwmod_irq_info omap44xx_dma_system_irqs[] = {
874 { .name = "0", .irq = 12 + OMAP44XX_IRQ_GIC_START },
875 { .name = "1", .irq = 13 + OMAP44XX_IRQ_GIC_START },
876 { .name = "2", .irq = 14 + OMAP44XX_IRQ_GIC_START },
877 { .name = "3", .irq = 15 + OMAP44XX_IRQ_GIC_START },
878};
879
880/* dma_system master ports */
881static struct omap_hwmod_ocp_if *omap44xx_dma_system_masters[] = {
882 &omap44xx_dma_system__l3_main_2,
883};
884
885static struct omap_hwmod_addr_space omap44xx_dma_system_addrs[] = {
886 {
887 .pa_start = 0x4a056000,
1286eeb2 888 .pa_end = 0x4a056fff,
d7cf5f33
BC
889 .flags = ADDR_TYPE_RT
890 },
78183f3f 891 { }
d7cf5f33
BC
892};
893
894/* l4_cfg -> dma_system */
895static struct omap_hwmod_ocp_if omap44xx_l4_cfg__dma_system = {
896 .master = &omap44xx_l4_cfg_hwmod,
897 .slave = &omap44xx_dma_system_hwmod,
898 .clk = "l4_div_ck",
899 .addr = omap44xx_dma_system_addrs,
d7cf5f33
BC
900 .user = OCP_USER_MPU | OCP_USER_SDMA,
901};
902
903/* dma_system slave ports */
904static struct omap_hwmod_ocp_if *omap44xx_dma_system_slaves[] = {
905 &omap44xx_l4_cfg__dma_system,
906};
907
908static struct omap_hwmod omap44xx_dma_system_hwmod = {
909 .name = "dma_system",
910 .class = &omap44xx_dma_hwmod_class,
911 .mpu_irqs = omap44xx_dma_system_irqs,
912 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_dma_system_irqs),
913 .main_clk = "l3_div_ck",
914 .prcm = {
915 .omap4 = {
916 .clkctrl_reg = OMAP4430_CM_SDMA_SDMA_CLKCTRL,
917 },
918 },
919 .dev_attr = &dma_dev_attr,
920 .slaves = omap44xx_dma_system_slaves,
921 .slaves_cnt = ARRAY_SIZE(omap44xx_dma_system_slaves),
922 .masters = omap44xx_dma_system_masters,
923 .masters_cnt = ARRAY_SIZE(omap44xx_dma_system_masters),
924 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
925};
926
8ca476da
BC
927/*
928 * 'dmic' class
929 * digital microphone controller
930 */
931
932static struct omap_hwmod_class_sysconfig omap44xx_dmic_sysc = {
933 .rev_offs = 0x0000,
934 .sysc_offs = 0x0010,
935 .sysc_flags = (SYSC_HAS_EMUFREE | SYSC_HAS_RESET_STATUS |
936 SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
937 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
938 SIDLE_SMART_WKUP),
939 .sysc_fields = &omap_hwmod_sysc_type2,
940};
941
942static struct omap_hwmod_class omap44xx_dmic_hwmod_class = {
943 .name = "dmic",
944 .sysc = &omap44xx_dmic_sysc,
945};
946
947/* dmic */
948static struct omap_hwmod omap44xx_dmic_hwmod;
949static struct omap_hwmod_irq_info omap44xx_dmic_irqs[] = {
950 { .irq = 114 + OMAP44XX_IRQ_GIC_START },
951};
952
953static struct omap_hwmod_dma_info omap44xx_dmic_sdma_reqs[] = {
954 { .dma_req = 66 + OMAP44XX_DMA_REQ_START },
955};
956
957static struct omap_hwmod_addr_space omap44xx_dmic_addrs[] = {
958 {
959 .pa_start = 0x4012e000,
960 .pa_end = 0x4012e07f,
961 .flags = ADDR_TYPE_RT
962 },
78183f3f 963 { }
8ca476da
BC
964};
965
966/* l4_abe -> dmic */
967static struct omap_hwmod_ocp_if omap44xx_l4_abe__dmic = {
968 .master = &omap44xx_l4_abe_hwmod,
969 .slave = &omap44xx_dmic_hwmod,
970 .clk = "ocp_abe_iclk",
971 .addr = omap44xx_dmic_addrs,
8ca476da
BC
972 .user = OCP_USER_MPU,
973};
974
975static struct omap_hwmod_addr_space omap44xx_dmic_dma_addrs[] = {
976 {
977 .pa_start = 0x4902e000,
978 .pa_end = 0x4902e07f,
979 .flags = ADDR_TYPE_RT
980 },
78183f3f 981 { }
8ca476da
BC
982};
983
984/* l4_abe -> dmic (dma) */
985static struct omap_hwmod_ocp_if omap44xx_l4_abe__dmic_dma = {
986 .master = &omap44xx_l4_abe_hwmod,
987 .slave = &omap44xx_dmic_hwmod,
988 .clk = "ocp_abe_iclk",
989 .addr = omap44xx_dmic_dma_addrs,
8ca476da
BC
990 .user = OCP_USER_SDMA,
991};
992
993/* dmic slave ports */
994static struct omap_hwmod_ocp_if *omap44xx_dmic_slaves[] = {
995 &omap44xx_l4_abe__dmic,
996 &omap44xx_l4_abe__dmic_dma,
997};
998
999static struct omap_hwmod omap44xx_dmic_hwmod = {
1000 .name = "dmic",
1001 .class = &omap44xx_dmic_hwmod_class,
1002 .mpu_irqs = omap44xx_dmic_irqs,
1003 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_dmic_irqs),
1004 .sdma_reqs = omap44xx_dmic_sdma_reqs,
1005 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_dmic_sdma_reqs),
1006 .main_clk = "dmic_fck",
1007 .prcm = {
1008 .omap4 = {
1009 .clkctrl_reg = OMAP4430_CM1_ABE_DMIC_CLKCTRL,
1010 },
1011 },
1012 .slaves = omap44xx_dmic_slaves,
1013 .slaves_cnt = ARRAY_SIZE(omap44xx_dmic_slaves),
1014 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
1015};
1016
8f25bdc5
BC
1017/*
1018 * 'dsp' class
1019 * dsp sub-system
1020 */
1021
1022static struct omap_hwmod_class omap44xx_dsp_hwmod_class = {
fe13471c 1023 .name = "dsp",
8f25bdc5
BC
1024};
1025
1026/* dsp */
1027static struct omap_hwmod_irq_info omap44xx_dsp_irqs[] = {
1028 { .irq = 28 + OMAP44XX_IRQ_GIC_START },
1029};
1030
1031static struct omap_hwmod_rst_info omap44xx_dsp_resets[] = {
1032 { .name = "mmu_cache", .rst_shift = 1 },
1033};
1034
1035static struct omap_hwmod_rst_info omap44xx_dsp_c0_resets[] = {
1036 { .name = "dsp", .rst_shift = 0 },
1037};
1038
1039/* dsp -> iva */
1040static struct omap_hwmod_ocp_if omap44xx_dsp__iva = {
1041 .master = &omap44xx_dsp_hwmod,
1042 .slave = &omap44xx_iva_hwmod,
1043 .clk = "dpll_iva_m5x2_ck",
1044};
1045
1046/* dsp master ports */
1047static struct omap_hwmod_ocp_if *omap44xx_dsp_masters[] = {
1048 &omap44xx_dsp__l3_main_1,
1049 &omap44xx_dsp__l4_abe,
1050 &omap44xx_dsp__iva,
1051};
1052
1053/* l4_cfg -> dsp */
1054static struct omap_hwmod_ocp_if omap44xx_l4_cfg__dsp = {
1055 .master = &omap44xx_l4_cfg_hwmod,
1056 .slave = &omap44xx_dsp_hwmod,
1057 .clk = "l4_div_ck",
1058 .user = OCP_USER_MPU | OCP_USER_SDMA,
1059};
1060
1061/* dsp slave ports */
1062static struct omap_hwmod_ocp_if *omap44xx_dsp_slaves[] = {
1063 &omap44xx_l4_cfg__dsp,
1064};
1065
1066/* Pseudo hwmod for reset control purpose only */
1067static struct omap_hwmod omap44xx_dsp_c0_hwmod = {
1068 .name = "dsp_c0",
1069 .class = &omap44xx_dsp_hwmod_class,
1070 .flags = HWMOD_INIT_NO_RESET,
1071 .rst_lines = omap44xx_dsp_c0_resets,
1072 .rst_lines_cnt = ARRAY_SIZE(omap44xx_dsp_c0_resets),
1073 .prcm = {
1074 .omap4 = {
1075 .rstctrl_reg = OMAP4430_RM_TESLA_RSTCTRL,
1076 },
1077 },
1078 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
1079};
1080
1081static struct omap_hwmod omap44xx_dsp_hwmod = {
1082 .name = "dsp",
1083 .class = &omap44xx_dsp_hwmod_class,
1084 .mpu_irqs = omap44xx_dsp_irqs,
1085 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_dsp_irqs),
1086 .rst_lines = omap44xx_dsp_resets,
1087 .rst_lines_cnt = ARRAY_SIZE(omap44xx_dsp_resets),
1088 .main_clk = "dsp_fck",
1089 .prcm = {
1090 .omap4 = {
1091 .clkctrl_reg = OMAP4430_CM_TESLA_TESLA_CLKCTRL,
1092 .rstctrl_reg = OMAP4430_RM_TESLA_RSTCTRL,
1093 },
1094 },
1095 .slaves = omap44xx_dsp_slaves,
1096 .slaves_cnt = ARRAY_SIZE(omap44xx_dsp_slaves),
1097 .masters = omap44xx_dsp_masters,
1098 .masters_cnt = ARRAY_SIZE(omap44xx_dsp_masters),
1099 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
1100};
1101
d63bd74f
BC
1102/*
1103 * 'dss' class
1104 * display sub-system
1105 */
1106
1107static struct omap_hwmod_class_sysconfig omap44xx_dss_sysc = {
1108 .rev_offs = 0x0000,
1109 .syss_offs = 0x0014,
1110 .sysc_flags = SYSS_HAS_RESET_STATUS,
1111};
1112
1113static struct omap_hwmod_class omap44xx_dss_hwmod_class = {
1114 .name = "dss",
1115 .sysc = &omap44xx_dss_sysc,
1116};
1117
1118/* dss */
1119/* dss master ports */
1120static struct omap_hwmod_ocp_if *omap44xx_dss_masters[] = {
1121 &omap44xx_dss__l3_main_1,
1122};
1123
1124static struct omap_hwmod_addr_space omap44xx_dss_dma_addrs[] = {
1125 {
1126 .pa_start = 0x58000000,
1127 .pa_end = 0x5800007f,
1128 .flags = ADDR_TYPE_RT
1129 },
78183f3f 1130 { }
d63bd74f
BC
1131};
1132
1133/* l3_main_2 -> dss */
1134static struct omap_hwmod_ocp_if omap44xx_l3_main_2__dss = {
1135 .master = &omap44xx_l3_main_2_hwmod,
1136 .slave = &omap44xx_dss_hwmod,
1137 .clk = "l3_div_ck",
1138 .addr = omap44xx_dss_dma_addrs,
d63bd74f
BC
1139 .user = OCP_USER_SDMA,
1140};
1141
1142static struct omap_hwmod_addr_space omap44xx_dss_addrs[] = {
1143 {
1144 .pa_start = 0x48040000,
1145 .pa_end = 0x4804007f,
1146 .flags = ADDR_TYPE_RT
1147 },
78183f3f 1148 { }
d63bd74f
BC
1149};
1150
1151/* l4_per -> dss */
1152static struct omap_hwmod_ocp_if omap44xx_l4_per__dss = {
1153 .master = &omap44xx_l4_per_hwmod,
1154 .slave = &omap44xx_dss_hwmod,
1155 .clk = "l4_div_ck",
1156 .addr = omap44xx_dss_addrs,
d63bd74f
BC
1157 .user = OCP_USER_MPU,
1158};
1159
1160/* dss slave ports */
1161static struct omap_hwmod_ocp_if *omap44xx_dss_slaves[] = {
1162 &omap44xx_l3_main_2__dss,
1163 &omap44xx_l4_per__dss,
1164};
1165
1166static struct omap_hwmod_opt_clk dss_opt_clks[] = {
1167 { .role = "sys_clk", .clk = "dss_sys_clk" },
1168 { .role = "tv_clk", .clk = "dss_tv_clk" },
1169 { .role = "dss_clk", .clk = "dss_dss_clk" },
1170 { .role = "video_clk", .clk = "dss_48mhz_clk" },
1171};
1172
1173static struct omap_hwmod omap44xx_dss_hwmod = {
1174 .name = "dss_core",
1175 .class = &omap44xx_dss_hwmod_class,
1176 .main_clk = "dss_fck",
1177 .prcm = {
1178 .omap4 = {
1179 .clkctrl_reg = OMAP4430_CM_DSS_DSS_CLKCTRL,
1180 },
1181 },
1182 .opt_clks = dss_opt_clks,
1183 .opt_clks_cnt = ARRAY_SIZE(dss_opt_clks),
1184 .slaves = omap44xx_dss_slaves,
1185 .slaves_cnt = ARRAY_SIZE(omap44xx_dss_slaves),
1186 .masters = omap44xx_dss_masters,
1187 .masters_cnt = ARRAY_SIZE(omap44xx_dss_masters),
1188 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
1189};
1190
1191/*
1192 * 'dispc' class
1193 * display controller
1194 */
1195
1196static struct omap_hwmod_class_sysconfig omap44xx_dispc_sysc = {
1197 .rev_offs = 0x0000,
1198 .sysc_offs = 0x0010,
1199 .syss_offs = 0x0014,
1200 .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
1201 SYSC_HAS_ENAWAKEUP | SYSC_HAS_MIDLEMODE |
1202 SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
1203 SYSS_HAS_RESET_STATUS),
1204 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
1205 MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART),
1206 .sysc_fields = &omap_hwmod_sysc_type1,
1207};
1208
1209static struct omap_hwmod_class omap44xx_dispc_hwmod_class = {
1210 .name = "dispc",
1211 .sysc = &omap44xx_dispc_sysc,
1212};
1213
1214/* dss_dispc */
1215static struct omap_hwmod omap44xx_dss_dispc_hwmod;
1216static struct omap_hwmod_irq_info omap44xx_dss_dispc_irqs[] = {
1217 { .irq = 25 + OMAP44XX_IRQ_GIC_START },
1218};
1219
1220static struct omap_hwmod_dma_info omap44xx_dss_dispc_sdma_reqs[] = {
1221 { .dma_req = 5 + OMAP44XX_DMA_REQ_START },
1222};
1223
1224static struct omap_hwmod_addr_space omap44xx_dss_dispc_dma_addrs[] = {
1225 {
1226 .pa_start = 0x58001000,
1227 .pa_end = 0x58001fff,
1228 .flags = ADDR_TYPE_RT
1229 },
78183f3f 1230 { }
d63bd74f
BC
1231};
1232
1233/* l3_main_2 -> dss_dispc */
1234static struct omap_hwmod_ocp_if omap44xx_l3_main_2__dss_dispc = {
1235 .master = &omap44xx_l3_main_2_hwmod,
1236 .slave = &omap44xx_dss_dispc_hwmod,
1237 .clk = "l3_div_ck",
1238 .addr = omap44xx_dss_dispc_dma_addrs,
d63bd74f
BC
1239 .user = OCP_USER_SDMA,
1240};
1241
1242static struct omap_hwmod_addr_space omap44xx_dss_dispc_addrs[] = {
1243 {
1244 .pa_start = 0x48041000,
1245 .pa_end = 0x48041fff,
1246 .flags = ADDR_TYPE_RT
1247 },
78183f3f 1248 { }
d63bd74f
BC
1249};
1250
1251/* l4_per -> dss_dispc */
1252static struct omap_hwmod_ocp_if omap44xx_l4_per__dss_dispc = {
1253 .master = &omap44xx_l4_per_hwmod,
1254 .slave = &omap44xx_dss_dispc_hwmod,
1255 .clk = "l4_div_ck",
1256 .addr = omap44xx_dss_dispc_addrs,
d63bd74f
BC
1257 .user = OCP_USER_MPU,
1258};
1259
1260/* dss_dispc slave ports */
1261static struct omap_hwmod_ocp_if *omap44xx_dss_dispc_slaves[] = {
1262 &omap44xx_l3_main_2__dss_dispc,
1263 &omap44xx_l4_per__dss_dispc,
1264};
1265
1266static struct omap_hwmod omap44xx_dss_dispc_hwmod = {
1267 .name = "dss_dispc",
1268 .class = &omap44xx_dispc_hwmod_class,
1269 .mpu_irqs = omap44xx_dss_dispc_irqs,
1270 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_dss_dispc_irqs),
1271 .sdma_reqs = omap44xx_dss_dispc_sdma_reqs,
1272 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_dss_dispc_sdma_reqs),
1273 .main_clk = "dss_fck",
1274 .prcm = {
1275 .omap4 = {
1276 .clkctrl_reg = OMAP4430_CM_DSS_DSS_CLKCTRL,
1277 },
1278 },
1279 .slaves = omap44xx_dss_dispc_slaves,
1280 .slaves_cnt = ARRAY_SIZE(omap44xx_dss_dispc_slaves),
1281 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
1282};
1283
1284/*
1285 * 'dsi' class
1286 * display serial interface controller
1287 */
1288
1289static struct omap_hwmod_class_sysconfig omap44xx_dsi_sysc = {
1290 .rev_offs = 0x0000,
1291 .sysc_offs = 0x0010,
1292 .syss_offs = 0x0014,
1293 .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
1294 SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE |
1295 SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
1296 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
1297 .sysc_fields = &omap_hwmod_sysc_type1,
1298};
1299
1300static struct omap_hwmod_class omap44xx_dsi_hwmod_class = {
1301 .name = "dsi",
1302 .sysc = &omap44xx_dsi_sysc,
1303};
1304
1305/* dss_dsi1 */
1306static struct omap_hwmod omap44xx_dss_dsi1_hwmod;
1307static struct omap_hwmod_irq_info omap44xx_dss_dsi1_irqs[] = {
1308 { .irq = 53 + OMAP44XX_IRQ_GIC_START },
1309};
1310
1311static struct omap_hwmod_dma_info omap44xx_dss_dsi1_sdma_reqs[] = {
1312 { .dma_req = 74 + OMAP44XX_DMA_REQ_START },
1313};
1314
1315static struct omap_hwmod_addr_space omap44xx_dss_dsi1_dma_addrs[] = {
1316 {
1317 .pa_start = 0x58004000,
1318 .pa_end = 0x580041ff,
1319 .flags = ADDR_TYPE_RT
1320 },
78183f3f 1321 { }
d63bd74f
BC
1322};
1323
1324/* l3_main_2 -> dss_dsi1 */
1325static struct omap_hwmod_ocp_if omap44xx_l3_main_2__dss_dsi1 = {
1326 .master = &omap44xx_l3_main_2_hwmod,
1327 .slave = &omap44xx_dss_dsi1_hwmod,
1328 .clk = "l3_div_ck",
1329 .addr = omap44xx_dss_dsi1_dma_addrs,
d63bd74f
BC
1330 .user = OCP_USER_SDMA,
1331};
1332
1333static struct omap_hwmod_addr_space omap44xx_dss_dsi1_addrs[] = {
1334 {
1335 .pa_start = 0x48044000,
1336 .pa_end = 0x480441ff,
1337 .flags = ADDR_TYPE_RT
1338 },
78183f3f 1339 { }
d63bd74f
BC
1340};
1341
1342/* l4_per -> dss_dsi1 */
1343static struct omap_hwmod_ocp_if omap44xx_l4_per__dss_dsi1 = {
1344 .master = &omap44xx_l4_per_hwmod,
1345 .slave = &omap44xx_dss_dsi1_hwmod,
1346 .clk = "l4_div_ck",
1347 .addr = omap44xx_dss_dsi1_addrs,
d63bd74f
BC
1348 .user = OCP_USER_MPU,
1349};
1350
1351/* dss_dsi1 slave ports */
1352static struct omap_hwmod_ocp_if *omap44xx_dss_dsi1_slaves[] = {
1353 &omap44xx_l3_main_2__dss_dsi1,
1354 &omap44xx_l4_per__dss_dsi1,
1355};
1356
1357static struct omap_hwmod omap44xx_dss_dsi1_hwmod = {
1358 .name = "dss_dsi1",
1359 .class = &omap44xx_dsi_hwmod_class,
1360 .mpu_irqs = omap44xx_dss_dsi1_irqs,
1361 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_dss_dsi1_irqs),
1362 .sdma_reqs = omap44xx_dss_dsi1_sdma_reqs,
1363 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_dss_dsi1_sdma_reqs),
1364 .main_clk = "dss_fck",
1365 .prcm = {
1366 .omap4 = {
1367 .clkctrl_reg = OMAP4430_CM_DSS_DSS_CLKCTRL,
1368 },
1369 },
1370 .slaves = omap44xx_dss_dsi1_slaves,
1371 .slaves_cnt = ARRAY_SIZE(omap44xx_dss_dsi1_slaves),
1372 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
1373};
1374
1375/* dss_dsi2 */
1376static struct omap_hwmod omap44xx_dss_dsi2_hwmod;
1377static struct omap_hwmod_irq_info omap44xx_dss_dsi2_irqs[] = {
1378 { .irq = 84 + OMAP44XX_IRQ_GIC_START },
1379};
1380
1381static struct omap_hwmod_dma_info omap44xx_dss_dsi2_sdma_reqs[] = {
1382 { .dma_req = 83 + OMAP44XX_DMA_REQ_START },
1383};
1384
1385static struct omap_hwmod_addr_space omap44xx_dss_dsi2_dma_addrs[] = {
1386 {
1387 .pa_start = 0x58005000,
1388 .pa_end = 0x580051ff,
1389 .flags = ADDR_TYPE_RT
1390 },
78183f3f 1391 { }
d63bd74f
BC
1392};
1393
1394/* l3_main_2 -> dss_dsi2 */
1395static struct omap_hwmod_ocp_if omap44xx_l3_main_2__dss_dsi2 = {
1396 .master = &omap44xx_l3_main_2_hwmod,
1397 .slave = &omap44xx_dss_dsi2_hwmod,
1398 .clk = "l3_div_ck",
1399 .addr = omap44xx_dss_dsi2_dma_addrs,
d63bd74f
BC
1400 .user = OCP_USER_SDMA,
1401};
1402
1403static struct omap_hwmod_addr_space omap44xx_dss_dsi2_addrs[] = {
1404 {
1405 .pa_start = 0x48045000,
1406 .pa_end = 0x480451ff,
1407 .flags = ADDR_TYPE_RT
1408 },
78183f3f 1409 { }
d63bd74f
BC
1410};
1411
1412/* l4_per -> dss_dsi2 */
1413static struct omap_hwmod_ocp_if omap44xx_l4_per__dss_dsi2 = {
1414 .master = &omap44xx_l4_per_hwmod,
1415 .slave = &omap44xx_dss_dsi2_hwmod,
1416 .clk = "l4_div_ck",
1417 .addr = omap44xx_dss_dsi2_addrs,
d63bd74f
BC
1418 .user = OCP_USER_MPU,
1419};
1420
1421/* dss_dsi2 slave ports */
1422static struct omap_hwmod_ocp_if *omap44xx_dss_dsi2_slaves[] = {
1423 &omap44xx_l3_main_2__dss_dsi2,
1424 &omap44xx_l4_per__dss_dsi2,
1425};
1426
1427static struct omap_hwmod omap44xx_dss_dsi2_hwmod = {
1428 .name = "dss_dsi2",
1429 .class = &omap44xx_dsi_hwmod_class,
1430 .mpu_irqs = omap44xx_dss_dsi2_irqs,
1431 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_dss_dsi2_irqs),
1432 .sdma_reqs = omap44xx_dss_dsi2_sdma_reqs,
1433 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_dss_dsi2_sdma_reqs),
1434 .main_clk = "dss_fck",
1435 .prcm = {
1436 .omap4 = {
1437 .clkctrl_reg = OMAP4430_CM_DSS_DSS_CLKCTRL,
1438 },
1439 },
1440 .slaves = omap44xx_dss_dsi2_slaves,
1441 .slaves_cnt = ARRAY_SIZE(omap44xx_dss_dsi2_slaves),
1442 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
1443};
1444
1445/*
1446 * 'hdmi' class
1447 * hdmi controller
1448 */
1449
1450static struct omap_hwmod_class_sysconfig omap44xx_hdmi_sysc = {
1451 .rev_offs = 0x0000,
1452 .sysc_offs = 0x0010,
1453 .sysc_flags = (SYSC_HAS_RESET_STATUS | SYSC_HAS_SIDLEMODE |
1454 SYSC_HAS_SOFTRESET),
1455 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
1456 SIDLE_SMART_WKUP),
1457 .sysc_fields = &omap_hwmod_sysc_type2,
1458};
1459
1460static struct omap_hwmod_class omap44xx_hdmi_hwmod_class = {
1461 .name = "hdmi",
1462 .sysc = &omap44xx_hdmi_sysc,
1463};
1464
1465/* dss_hdmi */
1466static struct omap_hwmod omap44xx_dss_hdmi_hwmod;
1467static struct omap_hwmod_irq_info omap44xx_dss_hdmi_irqs[] = {
1468 { .irq = 101 + OMAP44XX_IRQ_GIC_START },
1469};
1470
1471static struct omap_hwmod_dma_info omap44xx_dss_hdmi_sdma_reqs[] = {
1472 { .dma_req = 75 + OMAP44XX_DMA_REQ_START },
1473};
1474
1475static struct omap_hwmod_addr_space omap44xx_dss_hdmi_dma_addrs[] = {
1476 {
1477 .pa_start = 0x58006000,
1478 .pa_end = 0x58006fff,
1479 .flags = ADDR_TYPE_RT
1480 },
78183f3f 1481 { }
d63bd74f
BC
1482};
1483
1484/* l3_main_2 -> dss_hdmi */
1485static struct omap_hwmod_ocp_if omap44xx_l3_main_2__dss_hdmi = {
1486 .master = &omap44xx_l3_main_2_hwmod,
1487 .slave = &omap44xx_dss_hdmi_hwmod,
1488 .clk = "l3_div_ck",
1489 .addr = omap44xx_dss_hdmi_dma_addrs,
d63bd74f
BC
1490 .user = OCP_USER_SDMA,
1491};
1492
1493static struct omap_hwmod_addr_space omap44xx_dss_hdmi_addrs[] = {
1494 {
1495 .pa_start = 0x48046000,
1496 .pa_end = 0x48046fff,
1497 .flags = ADDR_TYPE_RT
1498 },
78183f3f 1499 { }
d63bd74f
BC
1500};
1501
1502/* l4_per -> dss_hdmi */
1503static struct omap_hwmod_ocp_if omap44xx_l4_per__dss_hdmi = {
1504 .master = &omap44xx_l4_per_hwmod,
1505 .slave = &omap44xx_dss_hdmi_hwmod,
1506 .clk = "l4_div_ck",
1507 .addr = omap44xx_dss_hdmi_addrs,
d63bd74f
BC
1508 .user = OCP_USER_MPU,
1509};
1510
1511/* dss_hdmi slave ports */
1512static struct omap_hwmod_ocp_if *omap44xx_dss_hdmi_slaves[] = {
1513 &omap44xx_l3_main_2__dss_hdmi,
1514 &omap44xx_l4_per__dss_hdmi,
1515};
1516
1517static struct omap_hwmod omap44xx_dss_hdmi_hwmod = {
1518 .name = "dss_hdmi",
1519 .class = &omap44xx_hdmi_hwmod_class,
1520 .mpu_irqs = omap44xx_dss_hdmi_irqs,
1521 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_dss_hdmi_irqs),
1522 .sdma_reqs = omap44xx_dss_hdmi_sdma_reqs,
1523 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_dss_hdmi_sdma_reqs),
1524 .main_clk = "dss_fck",
1525 .prcm = {
1526 .omap4 = {
1527 .clkctrl_reg = OMAP4430_CM_DSS_DSS_CLKCTRL,
1528 },
1529 },
1530 .slaves = omap44xx_dss_hdmi_slaves,
1531 .slaves_cnt = ARRAY_SIZE(omap44xx_dss_hdmi_slaves),
1532 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
1533};
1534
1535/*
1536 * 'rfbi' class
1537 * remote frame buffer interface
1538 */
1539
1540static struct omap_hwmod_class_sysconfig omap44xx_rfbi_sysc = {
1541 .rev_offs = 0x0000,
1542 .sysc_offs = 0x0010,
1543 .syss_offs = 0x0014,
1544 .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_SIDLEMODE |
1545 SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
1546 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
1547 .sysc_fields = &omap_hwmod_sysc_type1,
1548};
1549
1550static struct omap_hwmod_class omap44xx_rfbi_hwmod_class = {
1551 .name = "rfbi",
1552 .sysc = &omap44xx_rfbi_sysc,
1553};
1554
1555/* dss_rfbi */
1556static struct omap_hwmod omap44xx_dss_rfbi_hwmod;
1557static struct omap_hwmod_dma_info omap44xx_dss_rfbi_sdma_reqs[] = {
1558 { .dma_req = 13 + OMAP44XX_DMA_REQ_START },
1559};
1560
1561static struct omap_hwmod_addr_space omap44xx_dss_rfbi_dma_addrs[] = {
1562 {
1563 .pa_start = 0x58002000,
1564 .pa_end = 0x580020ff,
1565 .flags = ADDR_TYPE_RT
1566 },
78183f3f 1567 { }
d63bd74f
BC
1568};
1569
1570/* l3_main_2 -> dss_rfbi */
1571static struct omap_hwmod_ocp_if omap44xx_l3_main_2__dss_rfbi = {
1572 .master = &omap44xx_l3_main_2_hwmod,
1573 .slave = &omap44xx_dss_rfbi_hwmod,
1574 .clk = "l3_div_ck",
1575 .addr = omap44xx_dss_rfbi_dma_addrs,
d63bd74f
BC
1576 .user = OCP_USER_SDMA,
1577};
1578
1579static struct omap_hwmod_addr_space omap44xx_dss_rfbi_addrs[] = {
1580 {
1581 .pa_start = 0x48042000,
1582 .pa_end = 0x480420ff,
1583 .flags = ADDR_TYPE_RT
1584 },
78183f3f 1585 { }
d63bd74f
BC
1586};
1587
1588/* l4_per -> dss_rfbi */
1589static struct omap_hwmod_ocp_if omap44xx_l4_per__dss_rfbi = {
1590 .master = &omap44xx_l4_per_hwmod,
1591 .slave = &omap44xx_dss_rfbi_hwmod,
1592 .clk = "l4_div_ck",
1593 .addr = omap44xx_dss_rfbi_addrs,
d63bd74f
BC
1594 .user = OCP_USER_MPU,
1595};
1596
1597/* dss_rfbi slave ports */
1598static struct omap_hwmod_ocp_if *omap44xx_dss_rfbi_slaves[] = {
1599 &omap44xx_l3_main_2__dss_rfbi,
1600 &omap44xx_l4_per__dss_rfbi,
1601};
1602
1603static struct omap_hwmod omap44xx_dss_rfbi_hwmod = {
1604 .name = "dss_rfbi",
1605 .class = &omap44xx_rfbi_hwmod_class,
1606 .sdma_reqs = omap44xx_dss_rfbi_sdma_reqs,
1607 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_dss_rfbi_sdma_reqs),
1608 .main_clk = "dss_fck",
1609 .prcm = {
1610 .omap4 = {
1611 .clkctrl_reg = OMAP4430_CM_DSS_DSS_CLKCTRL,
1612 },
1613 },
1614 .slaves = omap44xx_dss_rfbi_slaves,
1615 .slaves_cnt = ARRAY_SIZE(omap44xx_dss_rfbi_slaves),
1616 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
1617};
1618
1619/*
1620 * 'venc' class
1621 * video encoder
1622 */
1623
1624static struct omap_hwmod_class omap44xx_venc_hwmod_class = {
1625 .name = "venc",
1626};
1627
1628/* dss_venc */
1629static struct omap_hwmod omap44xx_dss_venc_hwmod;
1630static struct omap_hwmod_addr_space omap44xx_dss_venc_dma_addrs[] = {
1631 {
1632 .pa_start = 0x58003000,
1633 .pa_end = 0x580030ff,
1634 .flags = ADDR_TYPE_RT
1635 },
78183f3f 1636 { }
d63bd74f
BC
1637};
1638
1639/* l3_main_2 -> dss_venc */
1640static struct omap_hwmod_ocp_if omap44xx_l3_main_2__dss_venc = {
1641 .master = &omap44xx_l3_main_2_hwmod,
1642 .slave = &omap44xx_dss_venc_hwmod,
1643 .clk = "l3_div_ck",
1644 .addr = omap44xx_dss_venc_dma_addrs,
d63bd74f
BC
1645 .user = OCP_USER_SDMA,
1646};
1647
1648static struct omap_hwmod_addr_space omap44xx_dss_venc_addrs[] = {
1649 {
1650 .pa_start = 0x48043000,
1651 .pa_end = 0x480430ff,
1652 .flags = ADDR_TYPE_RT
1653 },
78183f3f 1654 { }
d63bd74f
BC
1655};
1656
1657/* l4_per -> dss_venc */
1658static struct omap_hwmod_ocp_if omap44xx_l4_per__dss_venc = {
1659 .master = &omap44xx_l4_per_hwmod,
1660 .slave = &omap44xx_dss_venc_hwmod,
1661 .clk = "l4_div_ck",
1662 .addr = omap44xx_dss_venc_addrs,
d63bd74f
BC
1663 .user = OCP_USER_MPU,
1664};
1665
1666/* dss_venc slave ports */
1667static struct omap_hwmod_ocp_if *omap44xx_dss_venc_slaves[] = {
1668 &omap44xx_l3_main_2__dss_venc,
1669 &omap44xx_l4_per__dss_venc,
1670};
1671
1672static struct omap_hwmod omap44xx_dss_venc_hwmod = {
1673 .name = "dss_venc",
1674 .class = &omap44xx_venc_hwmod_class,
1675 .main_clk = "dss_fck",
1676 .prcm = {
1677 .omap4 = {
1678 .clkctrl_reg = OMAP4430_CM_DSS_DSS_CLKCTRL,
1679 },
1680 },
1681 .slaves = omap44xx_dss_venc_slaves,
1682 .slaves_cnt = ARRAY_SIZE(omap44xx_dss_venc_slaves),
1683 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
1684};
1685
3b54baad
BC
1686/*
1687 * 'gpio' class
1688 * general purpose io module
1689 */
1690
1691static struct omap_hwmod_class_sysconfig omap44xx_gpio_sysc = {
1692 .rev_offs = 0x0000,
f776471f 1693 .sysc_offs = 0x0010,
3b54baad 1694 .syss_offs = 0x0114,
0cfe8751
BC
1695 .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_ENAWAKEUP |
1696 SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
1697 SYSS_HAS_RESET_STATUS),
7cffa6b8
BC
1698 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
1699 SIDLE_SMART_WKUP),
f776471f
BC
1700 .sysc_fields = &omap_hwmod_sysc_type1,
1701};
1702
3b54baad 1703static struct omap_hwmod_class omap44xx_gpio_hwmod_class = {
fe13471c
BC
1704 .name = "gpio",
1705 .sysc = &omap44xx_gpio_sysc,
1706 .rev = 2,
f776471f
BC
1707};
1708
3b54baad
BC
1709/* gpio dev_attr */
1710static struct omap_gpio_dev_attr gpio_dev_attr = {
fe13471c
BC
1711 .bank_width = 32,
1712 .dbck_flag = true,
f776471f
BC
1713};
1714
3b54baad
BC
1715/* gpio1 */
1716static struct omap_hwmod omap44xx_gpio1_hwmod;
1717static struct omap_hwmod_irq_info omap44xx_gpio1_irqs[] = {
1718 { .irq = 29 + OMAP44XX_IRQ_GIC_START },
f776471f
BC
1719};
1720
3b54baad 1721static struct omap_hwmod_addr_space omap44xx_gpio1_addrs[] = {
f776471f 1722 {
3b54baad
BC
1723 .pa_start = 0x4a310000,
1724 .pa_end = 0x4a3101ff,
f776471f
BC
1725 .flags = ADDR_TYPE_RT
1726 },
78183f3f 1727 { }
f776471f
BC
1728};
1729
3b54baad
BC
1730/* l4_wkup -> gpio1 */
1731static struct omap_hwmod_ocp_if omap44xx_l4_wkup__gpio1 = {
1732 .master = &omap44xx_l4_wkup_hwmod,
1733 .slave = &omap44xx_gpio1_hwmod,
b399bca8 1734 .clk = "l4_wkup_clk_mux_ck",
3b54baad 1735 .addr = omap44xx_gpio1_addrs,
f776471f
BC
1736 .user = OCP_USER_MPU | OCP_USER_SDMA,
1737};
1738
3b54baad
BC
1739/* gpio1 slave ports */
1740static struct omap_hwmod_ocp_if *omap44xx_gpio1_slaves[] = {
1741 &omap44xx_l4_wkup__gpio1,
f776471f
BC
1742};
1743
3b54baad 1744static struct omap_hwmod_opt_clk gpio1_opt_clks[] = {
b399bca8 1745 { .role = "dbclk", .clk = "gpio1_dbclk" },
3b54baad
BC
1746};
1747
1748static struct omap_hwmod omap44xx_gpio1_hwmod = {
1749 .name = "gpio1",
1750 .class = &omap44xx_gpio_hwmod_class,
1751 .mpu_irqs = omap44xx_gpio1_irqs,
1752 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_gpio1_irqs),
1753 .main_clk = "gpio1_ick",
f776471f
BC
1754 .prcm = {
1755 .omap4 = {
3b54baad 1756 .clkctrl_reg = OMAP4430_CM_WKUP_GPIO1_CLKCTRL,
f776471f
BC
1757 },
1758 },
3b54baad
BC
1759 .opt_clks = gpio1_opt_clks,
1760 .opt_clks_cnt = ARRAY_SIZE(gpio1_opt_clks),
1761 .dev_attr = &gpio_dev_attr,
1762 .slaves = omap44xx_gpio1_slaves,
1763 .slaves_cnt = ARRAY_SIZE(omap44xx_gpio1_slaves),
f776471f
BC
1764 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
1765};
1766
3b54baad
BC
1767/* gpio2 */
1768static struct omap_hwmod omap44xx_gpio2_hwmod;
1769static struct omap_hwmod_irq_info omap44xx_gpio2_irqs[] = {
1770 { .irq = 30 + OMAP44XX_IRQ_GIC_START },
f776471f
BC
1771};
1772
3b54baad 1773static struct omap_hwmod_addr_space omap44xx_gpio2_addrs[] = {
f776471f 1774 {
3b54baad
BC
1775 .pa_start = 0x48055000,
1776 .pa_end = 0x480551ff,
f776471f
BC
1777 .flags = ADDR_TYPE_RT
1778 },
78183f3f 1779 { }
f776471f
BC
1780};
1781
3b54baad
BC
1782/* l4_per -> gpio2 */
1783static struct omap_hwmod_ocp_if omap44xx_l4_per__gpio2 = {
f776471f 1784 .master = &omap44xx_l4_per_hwmod,
3b54baad 1785 .slave = &omap44xx_gpio2_hwmod,
b399bca8 1786 .clk = "l4_div_ck",
3b54baad 1787 .addr = omap44xx_gpio2_addrs,
f776471f
BC
1788 .user = OCP_USER_MPU | OCP_USER_SDMA,
1789};
1790
3b54baad
BC
1791/* gpio2 slave ports */
1792static struct omap_hwmod_ocp_if *omap44xx_gpio2_slaves[] = {
1793 &omap44xx_l4_per__gpio2,
f776471f
BC
1794};
1795
3b54baad 1796static struct omap_hwmod_opt_clk gpio2_opt_clks[] = {
b399bca8 1797 { .role = "dbclk", .clk = "gpio2_dbclk" },
3b54baad
BC
1798};
1799
1800static struct omap_hwmod omap44xx_gpio2_hwmod = {
1801 .name = "gpio2",
1802 .class = &omap44xx_gpio_hwmod_class,
b399bca8 1803 .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
3b54baad
BC
1804 .mpu_irqs = omap44xx_gpio2_irqs,
1805 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_gpio2_irqs),
1806 .main_clk = "gpio2_ick",
f776471f
BC
1807 .prcm = {
1808 .omap4 = {
3b54baad 1809 .clkctrl_reg = OMAP4430_CM_L4PER_GPIO2_CLKCTRL,
f776471f
BC
1810 },
1811 },
3b54baad
BC
1812 .opt_clks = gpio2_opt_clks,
1813 .opt_clks_cnt = ARRAY_SIZE(gpio2_opt_clks),
1814 .dev_attr = &gpio_dev_attr,
1815 .slaves = omap44xx_gpio2_slaves,
1816 .slaves_cnt = ARRAY_SIZE(omap44xx_gpio2_slaves),
f776471f
BC
1817 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
1818};
1819
3b54baad
BC
1820/* gpio3 */
1821static struct omap_hwmod omap44xx_gpio3_hwmod;
1822static struct omap_hwmod_irq_info omap44xx_gpio3_irqs[] = {
1823 { .irq = 31 + OMAP44XX_IRQ_GIC_START },
f776471f
BC
1824};
1825
3b54baad 1826static struct omap_hwmod_addr_space omap44xx_gpio3_addrs[] = {
f776471f 1827 {
3b54baad
BC
1828 .pa_start = 0x48057000,
1829 .pa_end = 0x480571ff,
f776471f
BC
1830 .flags = ADDR_TYPE_RT
1831 },
78183f3f 1832 { }
f776471f
BC
1833};
1834
3b54baad
BC
1835/* l4_per -> gpio3 */
1836static struct omap_hwmod_ocp_if omap44xx_l4_per__gpio3 = {
f776471f 1837 .master = &omap44xx_l4_per_hwmod,
3b54baad 1838 .slave = &omap44xx_gpio3_hwmod,
b399bca8 1839 .clk = "l4_div_ck",
3b54baad 1840 .addr = omap44xx_gpio3_addrs,
f776471f
BC
1841 .user = OCP_USER_MPU | OCP_USER_SDMA,
1842};
1843
3b54baad
BC
1844/* gpio3 slave ports */
1845static struct omap_hwmod_ocp_if *omap44xx_gpio3_slaves[] = {
1846 &omap44xx_l4_per__gpio3,
f776471f
BC
1847};
1848
3b54baad 1849static struct omap_hwmod_opt_clk gpio3_opt_clks[] = {
b399bca8 1850 { .role = "dbclk", .clk = "gpio3_dbclk" },
3b54baad
BC
1851};
1852
1853static struct omap_hwmod omap44xx_gpio3_hwmod = {
1854 .name = "gpio3",
1855 .class = &omap44xx_gpio_hwmod_class,
b399bca8 1856 .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
3b54baad
BC
1857 .mpu_irqs = omap44xx_gpio3_irqs,
1858 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_gpio3_irqs),
1859 .main_clk = "gpio3_ick",
f776471f
BC
1860 .prcm = {
1861 .omap4 = {
3b54baad 1862 .clkctrl_reg = OMAP4430_CM_L4PER_GPIO3_CLKCTRL,
f776471f
BC
1863 },
1864 },
3b54baad
BC
1865 .opt_clks = gpio3_opt_clks,
1866 .opt_clks_cnt = ARRAY_SIZE(gpio3_opt_clks),
1867 .dev_attr = &gpio_dev_attr,
1868 .slaves = omap44xx_gpio3_slaves,
1869 .slaves_cnt = ARRAY_SIZE(omap44xx_gpio3_slaves),
f776471f
BC
1870 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
1871};
1872
3b54baad
BC
1873/* gpio4 */
1874static struct omap_hwmod omap44xx_gpio4_hwmod;
1875static struct omap_hwmod_irq_info omap44xx_gpio4_irqs[] = {
1876 { .irq = 32 + OMAP44XX_IRQ_GIC_START },
f776471f
BC
1877};
1878
3b54baad 1879static struct omap_hwmod_addr_space omap44xx_gpio4_addrs[] = {
f776471f 1880 {
3b54baad
BC
1881 .pa_start = 0x48059000,
1882 .pa_end = 0x480591ff,
f776471f
BC
1883 .flags = ADDR_TYPE_RT
1884 },
78183f3f 1885 { }
f776471f
BC
1886};
1887
3b54baad
BC
1888/* l4_per -> gpio4 */
1889static struct omap_hwmod_ocp_if omap44xx_l4_per__gpio4 = {
f776471f 1890 .master = &omap44xx_l4_per_hwmod,
3b54baad 1891 .slave = &omap44xx_gpio4_hwmod,
b399bca8 1892 .clk = "l4_div_ck",
3b54baad 1893 .addr = omap44xx_gpio4_addrs,
f776471f
BC
1894 .user = OCP_USER_MPU | OCP_USER_SDMA,
1895};
1896
3b54baad
BC
1897/* gpio4 slave ports */
1898static struct omap_hwmod_ocp_if *omap44xx_gpio4_slaves[] = {
1899 &omap44xx_l4_per__gpio4,
f776471f
BC
1900};
1901
3b54baad 1902static struct omap_hwmod_opt_clk gpio4_opt_clks[] = {
b399bca8 1903 { .role = "dbclk", .clk = "gpio4_dbclk" },
3b54baad
BC
1904};
1905
1906static struct omap_hwmod omap44xx_gpio4_hwmod = {
1907 .name = "gpio4",
1908 .class = &omap44xx_gpio_hwmod_class,
b399bca8 1909 .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
3b54baad
BC
1910 .mpu_irqs = omap44xx_gpio4_irqs,
1911 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_gpio4_irqs),
1912 .main_clk = "gpio4_ick",
f776471f
BC
1913 .prcm = {
1914 .omap4 = {
3b54baad 1915 .clkctrl_reg = OMAP4430_CM_L4PER_GPIO4_CLKCTRL,
f776471f
BC
1916 },
1917 },
3b54baad
BC
1918 .opt_clks = gpio4_opt_clks,
1919 .opt_clks_cnt = ARRAY_SIZE(gpio4_opt_clks),
1920 .dev_attr = &gpio_dev_attr,
1921 .slaves = omap44xx_gpio4_slaves,
1922 .slaves_cnt = ARRAY_SIZE(omap44xx_gpio4_slaves),
f776471f
BC
1923 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
1924};
1925
3b54baad
BC
1926/* gpio5 */
1927static struct omap_hwmod omap44xx_gpio5_hwmod;
1928static struct omap_hwmod_irq_info omap44xx_gpio5_irqs[] = {
1929 { .irq = 33 + OMAP44XX_IRQ_GIC_START },
55d2cb08
BC
1930};
1931
3b54baad
BC
1932static struct omap_hwmod_addr_space omap44xx_gpio5_addrs[] = {
1933 {
1934 .pa_start = 0x4805b000,
1935 .pa_end = 0x4805b1ff,
1936 .flags = ADDR_TYPE_RT
1937 },
78183f3f 1938 { }
55d2cb08
BC
1939};
1940
3b54baad
BC
1941/* l4_per -> gpio5 */
1942static struct omap_hwmod_ocp_if omap44xx_l4_per__gpio5 = {
1943 .master = &omap44xx_l4_per_hwmod,
1944 .slave = &omap44xx_gpio5_hwmod,
b399bca8 1945 .clk = "l4_div_ck",
3b54baad 1946 .addr = omap44xx_gpio5_addrs,
3b54baad 1947 .user = OCP_USER_MPU | OCP_USER_SDMA,
55d2cb08
BC
1948};
1949
3b54baad
BC
1950/* gpio5 slave ports */
1951static struct omap_hwmod_ocp_if *omap44xx_gpio5_slaves[] = {
1952 &omap44xx_l4_per__gpio5,
55d2cb08
BC
1953};
1954
3b54baad 1955static struct omap_hwmod_opt_clk gpio5_opt_clks[] = {
b399bca8 1956 { .role = "dbclk", .clk = "gpio5_dbclk" },
55d2cb08
BC
1957};
1958
3b54baad
BC
1959static struct omap_hwmod omap44xx_gpio5_hwmod = {
1960 .name = "gpio5",
1961 .class = &omap44xx_gpio_hwmod_class,
b399bca8 1962 .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
3b54baad
BC
1963 .mpu_irqs = omap44xx_gpio5_irqs,
1964 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_gpio5_irqs),
1965 .main_clk = "gpio5_ick",
55d2cb08
BC
1966 .prcm = {
1967 .omap4 = {
3b54baad 1968 .clkctrl_reg = OMAP4430_CM_L4PER_GPIO5_CLKCTRL,
55d2cb08
BC
1969 },
1970 },
3b54baad
BC
1971 .opt_clks = gpio5_opt_clks,
1972 .opt_clks_cnt = ARRAY_SIZE(gpio5_opt_clks),
1973 .dev_attr = &gpio_dev_attr,
1974 .slaves = omap44xx_gpio5_slaves,
1975 .slaves_cnt = ARRAY_SIZE(omap44xx_gpio5_slaves),
55d2cb08
BC
1976 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
1977};
1978
3b54baad
BC
1979/* gpio6 */
1980static struct omap_hwmod omap44xx_gpio6_hwmod;
1981static struct omap_hwmod_irq_info omap44xx_gpio6_irqs[] = {
1982 { .irq = 34 + OMAP44XX_IRQ_GIC_START },
92b18d1c
BC
1983};
1984
3b54baad 1985static struct omap_hwmod_addr_space omap44xx_gpio6_addrs[] = {
92b18d1c 1986 {
3b54baad
BC
1987 .pa_start = 0x4805d000,
1988 .pa_end = 0x4805d1ff,
92b18d1c
BC
1989 .flags = ADDR_TYPE_RT
1990 },
78183f3f 1991 { }
92b18d1c
BC
1992};
1993
3b54baad
BC
1994/* l4_per -> gpio6 */
1995static struct omap_hwmod_ocp_if omap44xx_l4_per__gpio6 = {
1996 .master = &omap44xx_l4_per_hwmod,
1997 .slave = &omap44xx_gpio6_hwmod,
b399bca8 1998 .clk = "l4_div_ck",
3b54baad 1999 .addr = omap44xx_gpio6_addrs,
3b54baad 2000 .user = OCP_USER_MPU | OCP_USER_SDMA,
db12ba53
BC
2001};
2002
3b54baad
BC
2003/* gpio6 slave ports */
2004static struct omap_hwmod_ocp_if *omap44xx_gpio6_slaves[] = {
2005 &omap44xx_l4_per__gpio6,
db12ba53
BC
2006};
2007
3b54baad 2008static struct omap_hwmod_opt_clk gpio6_opt_clks[] = {
b399bca8 2009 { .role = "dbclk", .clk = "gpio6_dbclk" },
db12ba53
BC
2010};
2011
3b54baad
BC
2012static struct omap_hwmod omap44xx_gpio6_hwmod = {
2013 .name = "gpio6",
2014 .class = &omap44xx_gpio_hwmod_class,
b399bca8 2015 .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
3b54baad
BC
2016 .mpu_irqs = omap44xx_gpio6_irqs,
2017 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_gpio6_irqs),
2018 .main_clk = "gpio6_ick",
2019 .prcm = {
2020 .omap4 = {
2021 .clkctrl_reg = OMAP4430_CM_L4PER_GPIO6_CLKCTRL,
2022 },
db12ba53 2023 },
3b54baad
BC
2024 .opt_clks = gpio6_opt_clks,
2025 .opt_clks_cnt = ARRAY_SIZE(gpio6_opt_clks),
2026 .dev_attr = &gpio_dev_attr,
2027 .slaves = omap44xx_gpio6_slaves,
2028 .slaves_cnt = ARRAY_SIZE(omap44xx_gpio6_slaves),
2029 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
db12ba53
BC
2030};
2031
407a6888
BC
2032/*
2033 * 'hsi' class
2034 * mipi high-speed synchronous serial interface (multichannel and full-duplex
2035 * serial if)
2036 */
2037
2038static struct omap_hwmod_class_sysconfig omap44xx_hsi_sysc = {
2039 .rev_offs = 0x0000,
2040 .sysc_offs = 0x0010,
2041 .syss_offs = 0x0014,
2042 .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_EMUFREE |
2043 SYSC_HAS_MIDLEMODE | SYSC_HAS_SIDLEMODE |
2044 SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
2045 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
2046 SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO |
2047 MSTANDBY_SMART),
2048 .sysc_fields = &omap_hwmod_sysc_type1,
2049};
2050
2051static struct omap_hwmod_class omap44xx_hsi_hwmod_class = {
2052 .name = "hsi",
2053 .sysc = &omap44xx_hsi_sysc,
2054};
2055
2056/* hsi */
2057static struct omap_hwmod_irq_info omap44xx_hsi_irqs[] = {
2058 { .name = "mpu_p1", .irq = 67 + OMAP44XX_IRQ_GIC_START },
2059 { .name = "mpu_p2", .irq = 68 + OMAP44XX_IRQ_GIC_START },
2060 { .name = "mpu_dma", .irq = 71 + OMAP44XX_IRQ_GIC_START },
2061};
2062
2063/* hsi master ports */
2064static struct omap_hwmod_ocp_if *omap44xx_hsi_masters[] = {
2065 &omap44xx_hsi__l3_main_2,
2066};
2067
2068static struct omap_hwmod_addr_space omap44xx_hsi_addrs[] = {
2069 {
2070 .pa_start = 0x4a058000,
2071 .pa_end = 0x4a05bfff,
2072 .flags = ADDR_TYPE_RT
2073 },
78183f3f 2074 { }
407a6888
BC
2075};
2076
2077/* l4_cfg -> hsi */
2078static struct omap_hwmod_ocp_if omap44xx_l4_cfg__hsi = {
2079 .master = &omap44xx_l4_cfg_hwmod,
2080 .slave = &omap44xx_hsi_hwmod,
2081 .clk = "l4_div_ck",
2082 .addr = omap44xx_hsi_addrs,
407a6888
BC
2083 .user = OCP_USER_MPU | OCP_USER_SDMA,
2084};
2085
2086/* hsi slave ports */
2087static struct omap_hwmod_ocp_if *omap44xx_hsi_slaves[] = {
2088 &omap44xx_l4_cfg__hsi,
2089};
2090
2091static struct omap_hwmod omap44xx_hsi_hwmod = {
2092 .name = "hsi",
2093 .class = &omap44xx_hsi_hwmod_class,
2094 .mpu_irqs = omap44xx_hsi_irqs,
2095 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_hsi_irqs),
2096 .main_clk = "hsi_fck",
2097 .prcm = {
2098 .omap4 = {
2099 .clkctrl_reg = OMAP4430_CM_L3INIT_HSI_CLKCTRL,
2100 },
2101 },
2102 .slaves = omap44xx_hsi_slaves,
2103 .slaves_cnt = ARRAY_SIZE(omap44xx_hsi_slaves),
2104 .masters = omap44xx_hsi_masters,
2105 .masters_cnt = ARRAY_SIZE(omap44xx_hsi_masters),
2106 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
2107};
2108
3b54baad
BC
2109/*
2110 * 'i2c' class
2111 * multimaster high-speed i2c controller
2112 */
db12ba53 2113
3b54baad
BC
2114static struct omap_hwmod_class_sysconfig omap44xx_i2c_sysc = {
2115 .sysc_offs = 0x0010,
2116 .syss_offs = 0x0090,
2117 .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
2118 SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE |
0cfe8751 2119 SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
7cffa6b8
BC
2120 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
2121 SIDLE_SMART_WKUP),
3b54baad 2122 .sysc_fields = &omap_hwmod_sysc_type1,
db12ba53
BC
2123};
2124
3b54baad 2125static struct omap_hwmod_class omap44xx_i2c_hwmod_class = {
fe13471c
BC
2126 .name = "i2c",
2127 .sysc = &omap44xx_i2c_sysc,
db12ba53
BC
2128};
2129
3b54baad
BC
2130/* i2c1 */
2131static struct omap_hwmod omap44xx_i2c1_hwmod;
2132static struct omap_hwmod_irq_info omap44xx_i2c1_irqs[] = {
2133 { .irq = 56 + OMAP44XX_IRQ_GIC_START },
db12ba53
BC
2134};
2135
3b54baad
BC
2136static struct omap_hwmod_dma_info omap44xx_i2c1_sdma_reqs[] = {
2137 { .name = "tx", .dma_req = 26 + OMAP44XX_DMA_REQ_START },
2138 { .name = "rx", .dma_req = 27 + OMAP44XX_DMA_REQ_START },
db12ba53
BC
2139};
2140
3b54baad 2141static struct omap_hwmod_addr_space omap44xx_i2c1_addrs[] = {
db12ba53 2142 {
3b54baad
BC
2143 .pa_start = 0x48070000,
2144 .pa_end = 0x480700ff,
db12ba53
BC
2145 .flags = ADDR_TYPE_RT
2146 },
78183f3f 2147 { }
db12ba53
BC
2148};
2149
3b54baad
BC
2150/* l4_per -> i2c1 */
2151static struct omap_hwmod_ocp_if omap44xx_l4_per__i2c1 = {
2152 .master = &omap44xx_l4_per_hwmod,
2153 .slave = &omap44xx_i2c1_hwmod,
2154 .clk = "l4_div_ck",
2155 .addr = omap44xx_i2c1_addrs,
92b18d1c
BC
2156 .user = OCP_USER_MPU | OCP_USER_SDMA,
2157};
2158
3b54baad
BC
2159/* i2c1 slave ports */
2160static struct omap_hwmod_ocp_if *omap44xx_i2c1_slaves[] = {
2161 &omap44xx_l4_per__i2c1,
92b18d1c
BC
2162};
2163
3b54baad
BC
2164static struct omap_hwmod omap44xx_i2c1_hwmod = {
2165 .name = "i2c1",
2166 .class = &omap44xx_i2c_hwmod_class,
2167 .flags = HWMOD_INIT_NO_RESET,
2168 .mpu_irqs = omap44xx_i2c1_irqs,
2169 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_i2c1_irqs),
2170 .sdma_reqs = omap44xx_i2c1_sdma_reqs,
2171 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_i2c1_sdma_reqs),
2172 .main_clk = "i2c1_fck",
92b18d1c
BC
2173 .prcm = {
2174 .omap4 = {
3b54baad 2175 .clkctrl_reg = OMAP4430_CM_L4PER_I2C1_CLKCTRL,
92b18d1c
BC
2176 },
2177 },
3b54baad
BC
2178 .slaves = omap44xx_i2c1_slaves,
2179 .slaves_cnt = ARRAY_SIZE(omap44xx_i2c1_slaves),
92b18d1c
BC
2180 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
2181};
2182
3b54baad
BC
2183/* i2c2 */
2184static struct omap_hwmod omap44xx_i2c2_hwmod;
2185static struct omap_hwmod_irq_info omap44xx_i2c2_irqs[] = {
2186 { .irq = 57 + OMAP44XX_IRQ_GIC_START },
92b18d1c
BC
2187};
2188
3b54baad
BC
2189static struct omap_hwmod_dma_info omap44xx_i2c2_sdma_reqs[] = {
2190 { .name = "tx", .dma_req = 28 + OMAP44XX_DMA_REQ_START },
2191 { .name = "rx", .dma_req = 29 + OMAP44XX_DMA_REQ_START },
2192};
2193
2194static struct omap_hwmod_addr_space omap44xx_i2c2_addrs[] = {
92b18d1c 2195 {
3b54baad
BC
2196 .pa_start = 0x48072000,
2197 .pa_end = 0x480720ff,
92b18d1c
BC
2198 .flags = ADDR_TYPE_RT
2199 },
78183f3f 2200 { }
92b18d1c
BC
2201};
2202
3b54baad
BC
2203/* l4_per -> i2c2 */
2204static struct omap_hwmod_ocp_if omap44xx_l4_per__i2c2 = {
db12ba53 2205 .master = &omap44xx_l4_per_hwmod,
3b54baad 2206 .slave = &omap44xx_i2c2_hwmod,
db12ba53 2207 .clk = "l4_div_ck",
3b54baad 2208 .addr = omap44xx_i2c2_addrs,
db12ba53
BC
2209 .user = OCP_USER_MPU | OCP_USER_SDMA,
2210};
2211
3b54baad
BC
2212/* i2c2 slave ports */
2213static struct omap_hwmod_ocp_if *omap44xx_i2c2_slaves[] = {
2214 &omap44xx_l4_per__i2c2,
db12ba53
BC
2215};
2216
3b54baad
BC
2217static struct omap_hwmod omap44xx_i2c2_hwmod = {
2218 .name = "i2c2",
2219 .class = &omap44xx_i2c_hwmod_class,
2220 .flags = HWMOD_INIT_NO_RESET,
2221 .mpu_irqs = omap44xx_i2c2_irqs,
2222 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_i2c2_irqs),
2223 .sdma_reqs = omap44xx_i2c2_sdma_reqs,
2224 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_i2c2_sdma_reqs),
2225 .main_clk = "i2c2_fck",
db12ba53
BC
2226 .prcm = {
2227 .omap4 = {
3b54baad 2228 .clkctrl_reg = OMAP4430_CM_L4PER_I2C2_CLKCTRL,
db12ba53
BC
2229 },
2230 },
3b54baad
BC
2231 .slaves = omap44xx_i2c2_slaves,
2232 .slaves_cnt = ARRAY_SIZE(omap44xx_i2c2_slaves),
db12ba53
BC
2233 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
2234};
2235
3b54baad
BC
2236/* i2c3 */
2237static struct omap_hwmod omap44xx_i2c3_hwmod;
2238static struct omap_hwmod_irq_info omap44xx_i2c3_irqs[] = {
2239 { .irq = 61 + OMAP44XX_IRQ_GIC_START },
db12ba53
BC
2240};
2241
3b54baad
BC
2242static struct omap_hwmod_dma_info omap44xx_i2c3_sdma_reqs[] = {
2243 { .name = "tx", .dma_req = 24 + OMAP44XX_DMA_REQ_START },
2244 { .name = "rx", .dma_req = 25 + OMAP44XX_DMA_REQ_START },
92b18d1c
BC
2245};
2246
3b54baad 2247static struct omap_hwmod_addr_space omap44xx_i2c3_addrs[] = {
92b18d1c 2248 {
3b54baad
BC
2249 .pa_start = 0x48060000,
2250 .pa_end = 0x480600ff,
92b18d1c
BC
2251 .flags = ADDR_TYPE_RT
2252 },
78183f3f 2253 { }
92b18d1c
BC
2254};
2255
3b54baad
BC
2256/* l4_per -> i2c3 */
2257static struct omap_hwmod_ocp_if omap44xx_l4_per__i2c3 = {
db12ba53 2258 .master = &omap44xx_l4_per_hwmod,
3b54baad 2259 .slave = &omap44xx_i2c3_hwmod,
db12ba53 2260 .clk = "l4_div_ck",
3b54baad 2261 .addr = omap44xx_i2c3_addrs,
db12ba53
BC
2262 .user = OCP_USER_MPU | OCP_USER_SDMA,
2263};
2264
3b54baad
BC
2265/* i2c3 slave ports */
2266static struct omap_hwmod_ocp_if *omap44xx_i2c3_slaves[] = {
2267 &omap44xx_l4_per__i2c3,
db12ba53
BC
2268};
2269
3b54baad
BC
2270static struct omap_hwmod omap44xx_i2c3_hwmod = {
2271 .name = "i2c3",
2272 .class = &omap44xx_i2c_hwmod_class,
2273 .flags = HWMOD_INIT_NO_RESET,
2274 .mpu_irqs = omap44xx_i2c3_irqs,
2275 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_i2c3_irqs),
2276 .sdma_reqs = omap44xx_i2c3_sdma_reqs,
2277 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_i2c3_sdma_reqs),
2278 .main_clk = "i2c3_fck",
db12ba53
BC
2279 .prcm = {
2280 .omap4 = {
3b54baad 2281 .clkctrl_reg = OMAP4430_CM_L4PER_I2C3_CLKCTRL,
db12ba53
BC
2282 },
2283 },
3b54baad
BC
2284 .slaves = omap44xx_i2c3_slaves,
2285 .slaves_cnt = ARRAY_SIZE(omap44xx_i2c3_slaves),
db12ba53
BC
2286 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
2287};
2288
3b54baad
BC
2289/* i2c4 */
2290static struct omap_hwmod omap44xx_i2c4_hwmod;
2291static struct omap_hwmod_irq_info omap44xx_i2c4_irqs[] = {
2292 { .irq = 62 + OMAP44XX_IRQ_GIC_START },
db12ba53
BC
2293};
2294
3b54baad
BC
2295static struct omap_hwmod_dma_info omap44xx_i2c4_sdma_reqs[] = {
2296 { .name = "tx", .dma_req = 123 + OMAP44XX_DMA_REQ_START },
2297 { .name = "rx", .dma_req = 124 + OMAP44XX_DMA_REQ_START },
db12ba53
BC
2298};
2299
3b54baad 2300static struct omap_hwmod_addr_space omap44xx_i2c4_addrs[] = {
db12ba53 2301 {
3b54baad
BC
2302 .pa_start = 0x48350000,
2303 .pa_end = 0x483500ff,
db12ba53
BC
2304 .flags = ADDR_TYPE_RT
2305 },
78183f3f 2306 { }
db12ba53
BC
2307};
2308
3b54baad
BC
2309/* l4_per -> i2c4 */
2310static struct omap_hwmod_ocp_if omap44xx_l4_per__i2c4 = {
2311 .master = &omap44xx_l4_per_hwmod,
2312 .slave = &omap44xx_i2c4_hwmod,
2313 .clk = "l4_div_ck",
2314 .addr = omap44xx_i2c4_addrs,
3b54baad 2315 .user = OCP_USER_MPU | OCP_USER_SDMA,
92b18d1c
BC
2316};
2317
3b54baad
BC
2318/* i2c4 slave ports */
2319static struct omap_hwmod_ocp_if *omap44xx_i2c4_slaves[] = {
2320 &omap44xx_l4_per__i2c4,
92b18d1c
BC
2321};
2322
3b54baad
BC
2323static struct omap_hwmod omap44xx_i2c4_hwmod = {
2324 .name = "i2c4",
2325 .class = &omap44xx_i2c_hwmod_class,
2326 .flags = HWMOD_INIT_NO_RESET,
2327 .mpu_irqs = omap44xx_i2c4_irqs,
2328 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_i2c4_irqs),
2329 .sdma_reqs = omap44xx_i2c4_sdma_reqs,
2330 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_i2c4_sdma_reqs),
2331 .main_clk = "i2c4_fck",
92b18d1c
BC
2332 .prcm = {
2333 .omap4 = {
3b54baad 2334 .clkctrl_reg = OMAP4430_CM_L4PER_I2C4_CLKCTRL,
92b18d1c
BC
2335 },
2336 },
3b54baad
BC
2337 .slaves = omap44xx_i2c4_slaves,
2338 .slaves_cnt = ARRAY_SIZE(omap44xx_i2c4_slaves),
92b18d1c
BC
2339 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
2340};
2341
407a6888
BC
2342/*
2343 * 'ipu' class
2344 * imaging processor unit
2345 */
2346
2347static struct omap_hwmod_class omap44xx_ipu_hwmod_class = {
2348 .name = "ipu",
2349};
2350
2351/* ipu */
2352static struct omap_hwmod_irq_info omap44xx_ipu_irqs[] = {
2353 { .irq = 100 + OMAP44XX_IRQ_GIC_START },
2354};
2355
2356static struct omap_hwmod_rst_info omap44xx_ipu_c0_resets[] = {
2357 { .name = "cpu0", .rst_shift = 0 },
2358};
2359
2360static struct omap_hwmod_rst_info omap44xx_ipu_c1_resets[] = {
2361 { .name = "cpu1", .rst_shift = 1 },
2362};
2363
2364static struct omap_hwmod_rst_info omap44xx_ipu_resets[] = {
2365 { .name = "mmu_cache", .rst_shift = 2 },
2366};
2367
2368/* ipu master ports */
2369static struct omap_hwmod_ocp_if *omap44xx_ipu_masters[] = {
2370 &omap44xx_ipu__l3_main_2,
2371};
2372
2373/* l3_main_2 -> ipu */
2374static struct omap_hwmod_ocp_if omap44xx_l3_main_2__ipu = {
2375 .master = &omap44xx_l3_main_2_hwmod,
2376 .slave = &omap44xx_ipu_hwmod,
2377 .clk = "l3_div_ck",
2378 .user = OCP_USER_MPU | OCP_USER_SDMA,
2379};
2380
2381/* ipu slave ports */
2382static struct omap_hwmod_ocp_if *omap44xx_ipu_slaves[] = {
2383 &omap44xx_l3_main_2__ipu,
2384};
2385
2386/* Pseudo hwmod for reset control purpose only */
2387static struct omap_hwmod omap44xx_ipu_c0_hwmod = {
2388 .name = "ipu_c0",
2389 .class = &omap44xx_ipu_hwmod_class,
2390 .flags = HWMOD_INIT_NO_RESET,
2391 .rst_lines = omap44xx_ipu_c0_resets,
2392 .rst_lines_cnt = ARRAY_SIZE(omap44xx_ipu_c0_resets),
2393 .prcm = {
2394 .omap4 = {
2395 .rstctrl_reg = OMAP4430_RM_DUCATI_RSTCTRL,
2396 },
2397 },
2398 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
2399};
2400
2401/* Pseudo hwmod for reset control purpose only */
2402static struct omap_hwmod omap44xx_ipu_c1_hwmod = {
2403 .name = "ipu_c1",
2404 .class = &omap44xx_ipu_hwmod_class,
2405 .flags = HWMOD_INIT_NO_RESET,
2406 .rst_lines = omap44xx_ipu_c1_resets,
2407 .rst_lines_cnt = ARRAY_SIZE(omap44xx_ipu_c1_resets),
2408 .prcm = {
2409 .omap4 = {
2410 .rstctrl_reg = OMAP4430_RM_DUCATI_RSTCTRL,
2411 },
2412 },
2413 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
2414};
2415
2416static struct omap_hwmod omap44xx_ipu_hwmod = {
2417 .name = "ipu",
2418 .class = &omap44xx_ipu_hwmod_class,
2419 .mpu_irqs = omap44xx_ipu_irqs,
2420 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_ipu_irqs),
2421 .rst_lines = omap44xx_ipu_resets,
2422 .rst_lines_cnt = ARRAY_SIZE(omap44xx_ipu_resets),
2423 .main_clk = "ipu_fck",
2424 .prcm = {
2425 .omap4 = {
2426 .clkctrl_reg = OMAP4430_CM_DUCATI_DUCATI_CLKCTRL,
2427 .rstctrl_reg = OMAP4430_RM_DUCATI_RSTCTRL,
2428 },
2429 },
2430 .slaves = omap44xx_ipu_slaves,
2431 .slaves_cnt = ARRAY_SIZE(omap44xx_ipu_slaves),
2432 .masters = omap44xx_ipu_masters,
2433 .masters_cnt = ARRAY_SIZE(omap44xx_ipu_masters),
2434 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
2435};
2436
2437/*
2438 * 'iss' class
2439 * external images sensor pixel data processor
2440 */
2441
2442static struct omap_hwmod_class_sysconfig omap44xx_iss_sysc = {
2443 .rev_offs = 0x0000,
2444 .sysc_offs = 0x0010,
2445 .sysc_flags = (SYSC_HAS_MIDLEMODE | SYSC_HAS_RESET_STATUS |
2446 SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
2447 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
2448 SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO |
2449 MSTANDBY_SMART),
2450 .sysc_fields = &omap_hwmod_sysc_type2,
2451};
2452
2453static struct omap_hwmod_class omap44xx_iss_hwmod_class = {
2454 .name = "iss",
2455 .sysc = &omap44xx_iss_sysc,
2456};
2457
2458/* iss */
2459static struct omap_hwmod_irq_info omap44xx_iss_irqs[] = {
2460 { .irq = 24 + OMAP44XX_IRQ_GIC_START },
2461};
2462
2463static struct omap_hwmod_dma_info omap44xx_iss_sdma_reqs[] = {
2464 { .name = "1", .dma_req = 8 + OMAP44XX_DMA_REQ_START },
2465 { .name = "2", .dma_req = 9 + OMAP44XX_DMA_REQ_START },
2466 { .name = "3", .dma_req = 11 + OMAP44XX_DMA_REQ_START },
2467 { .name = "4", .dma_req = 12 + OMAP44XX_DMA_REQ_START },
2468};
2469
2470/* iss master ports */
2471static struct omap_hwmod_ocp_if *omap44xx_iss_masters[] = {
2472 &omap44xx_iss__l3_main_2,
2473};
2474
2475static struct omap_hwmod_addr_space omap44xx_iss_addrs[] = {
2476 {
2477 .pa_start = 0x52000000,
2478 .pa_end = 0x520000ff,
2479 .flags = ADDR_TYPE_RT
2480 },
78183f3f 2481 { }
407a6888
BC
2482};
2483
2484/* l3_main_2 -> iss */
2485static struct omap_hwmod_ocp_if omap44xx_l3_main_2__iss = {
2486 .master = &omap44xx_l3_main_2_hwmod,
2487 .slave = &omap44xx_iss_hwmod,
2488 .clk = "l3_div_ck",
2489 .addr = omap44xx_iss_addrs,
407a6888
BC
2490 .user = OCP_USER_MPU | OCP_USER_SDMA,
2491};
2492
2493/* iss slave ports */
2494static struct omap_hwmod_ocp_if *omap44xx_iss_slaves[] = {
2495 &omap44xx_l3_main_2__iss,
2496};
2497
2498static struct omap_hwmod_opt_clk iss_opt_clks[] = {
2499 { .role = "ctrlclk", .clk = "iss_ctrlclk" },
2500};
2501
2502static struct omap_hwmod omap44xx_iss_hwmod = {
2503 .name = "iss",
2504 .class = &omap44xx_iss_hwmod_class,
2505 .mpu_irqs = omap44xx_iss_irqs,
2506 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_iss_irqs),
2507 .sdma_reqs = omap44xx_iss_sdma_reqs,
2508 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_iss_sdma_reqs),
2509 .main_clk = "iss_fck",
2510 .prcm = {
2511 .omap4 = {
2512 .clkctrl_reg = OMAP4430_CM_CAM_ISS_CLKCTRL,
2513 },
2514 },
2515 .opt_clks = iss_opt_clks,
2516 .opt_clks_cnt = ARRAY_SIZE(iss_opt_clks),
2517 .slaves = omap44xx_iss_slaves,
2518 .slaves_cnt = ARRAY_SIZE(omap44xx_iss_slaves),
2519 .masters = omap44xx_iss_masters,
2520 .masters_cnt = ARRAY_SIZE(omap44xx_iss_masters),
2521 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
2522};
2523
8f25bdc5
BC
2524/*
2525 * 'iva' class
2526 * multi-standard video encoder/decoder hardware accelerator
2527 */
2528
2529static struct omap_hwmod_class omap44xx_iva_hwmod_class = {
fe13471c 2530 .name = "iva",
8f25bdc5
BC
2531};
2532
2533/* iva */
2534static struct omap_hwmod_irq_info omap44xx_iva_irqs[] = {
2535 { .name = "sync_1", .irq = 103 + OMAP44XX_IRQ_GIC_START },
2536 { .name = "sync_0", .irq = 104 + OMAP44XX_IRQ_GIC_START },
2537 { .name = "mailbox_0", .irq = 107 + OMAP44XX_IRQ_GIC_START },
2538};
2539
2540static struct omap_hwmod_rst_info omap44xx_iva_resets[] = {
2541 { .name = "logic", .rst_shift = 2 },
2542};
2543
2544static struct omap_hwmod_rst_info omap44xx_iva_seq0_resets[] = {
2545 { .name = "seq0", .rst_shift = 0 },
2546};
2547
2548static struct omap_hwmod_rst_info omap44xx_iva_seq1_resets[] = {
2549 { .name = "seq1", .rst_shift = 1 },
2550};
2551
2552/* iva master ports */
2553static struct omap_hwmod_ocp_if *omap44xx_iva_masters[] = {
2554 &omap44xx_iva__l3_main_2,
2555 &omap44xx_iva__l3_instr,
2556};
2557
2558static struct omap_hwmod_addr_space omap44xx_iva_addrs[] = {
2559 {
2560 .pa_start = 0x5a000000,
2561 .pa_end = 0x5a07ffff,
2562 .flags = ADDR_TYPE_RT
2563 },
78183f3f 2564 { }
8f25bdc5
BC
2565};
2566
2567/* l3_main_2 -> iva */
2568static struct omap_hwmod_ocp_if omap44xx_l3_main_2__iva = {
2569 .master = &omap44xx_l3_main_2_hwmod,
2570 .slave = &omap44xx_iva_hwmod,
2571 .clk = "l3_div_ck",
2572 .addr = omap44xx_iva_addrs,
8f25bdc5
BC
2573 .user = OCP_USER_MPU,
2574};
2575
2576/* iva slave ports */
2577static struct omap_hwmod_ocp_if *omap44xx_iva_slaves[] = {
2578 &omap44xx_dsp__iva,
2579 &omap44xx_l3_main_2__iva,
2580};
2581
2582/* Pseudo hwmod for reset control purpose only */
2583static struct omap_hwmod omap44xx_iva_seq0_hwmod = {
2584 .name = "iva_seq0",
2585 .class = &omap44xx_iva_hwmod_class,
2586 .flags = HWMOD_INIT_NO_RESET,
2587 .rst_lines = omap44xx_iva_seq0_resets,
2588 .rst_lines_cnt = ARRAY_SIZE(omap44xx_iva_seq0_resets),
2589 .prcm = {
2590 .omap4 = {
2591 .rstctrl_reg = OMAP4430_RM_IVAHD_RSTCTRL,
2592 },
2593 },
2594 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
2595};
2596
2597/* Pseudo hwmod for reset control purpose only */
2598static struct omap_hwmod omap44xx_iva_seq1_hwmod = {
2599 .name = "iva_seq1",
2600 .class = &omap44xx_iva_hwmod_class,
2601 .flags = HWMOD_INIT_NO_RESET,
2602 .rst_lines = omap44xx_iva_seq1_resets,
2603 .rst_lines_cnt = ARRAY_SIZE(omap44xx_iva_seq1_resets),
2604 .prcm = {
2605 .omap4 = {
2606 .rstctrl_reg = OMAP4430_RM_IVAHD_RSTCTRL,
2607 },
2608 },
2609 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
2610};
2611
2612static struct omap_hwmod omap44xx_iva_hwmod = {
2613 .name = "iva",
2614 .class = &omap44xx_iva_hwmod_class,
2615 .mpu_irqs = omap44xx_iva_irqs,
2616 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_iva_irqs),
2617 .rst_lines = omap44xx_iva_resets,
2618 .rst_lines_cnt = ARRAY_SIZE(omap44xx_iva_resets),
2619 .main_clk = "iva_fck",
2620 .prcm = {
2621 .omap4 = {
2622 .clkctrl_reg = OMAP4430_CM_IVAHD_IVAHD_CLKCTRL,
2623 .rstctrl_reg = OMAP4430_RM_IVAHD_RSTCTRL,
2624 },
2625 },
2626 .slaves = omap44xx_iva_slaves,
2627 .slaves_cnt = ARRAY_SIZE(omap44xx_iva_slaves),
2628 .masters = omap44xx_iva_masters,
2629 .masters_cnt = ARRAY_SIZE(omap44xx_iva_masters),
2630 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
2631};
2632
407a6888
BC
2633/*
2634 * 'kbd' class
2635 * keyboard controller
2636 */
2637
2638static struct omap_hwmod_class_sysconfig omap44xx_kbd_sysc = {
2639 .rev_offs = 0x0000,
2640 .sysc_offs = 0x0010,
2641 .syss_offs = 0x0014,
2642 .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
2643 SYSC_HAS_EMUFREE | SYSC_HAS_ENAWAKEUP |
2644 SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
2645 SYSS_HAS_RESET_STATUS),
2646 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
2647 .sysc_fields = &omap_hwmod_sysc_type1,
2648};
2649
2650static struct omap_hwmod_class omap44xx_kbd_hwmod_class = {
2651 .name = "kbd",
2652 .sysc = &omap44xx_kbd_sysc,
2653};
2654
2655/* kbd */
2656static struct omap_hwmod omap44xx_kbd_hwmod;
2657static struct omap_hwmod_irq_info omap44xx_kbd_irqs[] = {
2658 { .irq = 120 + OMAP44XX_IRQ_GIC_START },
2659};
2660
2661static struct omap_hwmod_addr_space omap44xx_kbd_addrs[] = {
2662 {
2663 .pa_start = 0x4a31c000,
2664 .pa_end = 0x4a31c07f,
2665 .flags = ADDR_TYPE_RT
2666 },
78183f3f 2667 { }
407a6888
BC
2668};
2669
2670/* l4_wkup -> kbd */
2671static struct omap_hwmod_ocp_if omap44xx_l4_wkup__kbd = {
2672 .master = &omap44xx_l4_wkup_hwmod,
2673 .slave = &omap44xx_kbd_hwmod,
2674 .clk = "l4_wkup_clk_mux_ck",
2675 .addr = omap44xx_kbd_addrs,
407a6888
BC
2676 .user = OCP_USER_MPU | OCP_USER_SDMA,
2677};
2678
2679/* kbd slave ports */
2680static struct omap_hwmod_ocp_if *omap44xx_kbd_slaves[] = {
2681 &omap44xx_l4_wkup__kbd,
2682};
2683
2684static struct omap_hwmod omap44xx_kbd_hwmod = {
2685 .name = "kbd",
2686 .class = &omap44xx_kbd_hwmod_class,
2687 .mpu_irqs = omap44xx_kbd_irqs,
2688 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_kbd_irqs),
2689 .main_clk = "kbd_fck",
2690 .prcm = {
2691 .omap4 = {
2692 .clkctrl_reg = OMAP4430_CM_WKUP_KEYBOARD_CLKCTRL,
2693 },
2694 },
2695 .slaves = omap44xx_kbd_slaves,
2696 .slaves_cnt = ARRAY_SIZE(omap44xx_kbd_slaves),
2697 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
2698};
2699
ec5df927
BC
2700/*
2701 * 'mailbox' class
2702 * mailbox module allowing communication between the on-chip processors using a
2703 * queued mailbox-interrupt mechanism.
2704 */
2705
2706static struct omap_hwmod_class_sysconfig omap44xx_mailbox_sysc = {
2707 .rev_offs = 0x0000,
2708 .sysc_offs = 0x0010,
2709 .sysc_flags = (SYSC_HAS_RESET_STATUS | SYSC_HAS_SIDLEMODE |
2710 SYSC_HAS_SOFTRESET),
2711 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
2712 .sysc_fields = &omap_hwmod_sysc_type2,
2713};
2714
2715static struct omap_hwmod_class omap44xx_mailbox_hwmod_class = {
2716 .name = "mailbox",
2717 .sysc = &omap44xx_mailbox_sysc,
2718};
2719
2720/* mailbox */
2721static struct omap_hwmod omap44xx_mailbox_hwmod;
2722static struct omap_hwmod_irq_info omap44xx_mailbox_irqs[] = {
2723 { .irq = 26 + OMAP44XX_IRQ_GIC_START },
2724};
2725
2726static struct omap_hwmod_addr_space omap44xx_mailbox_addrs[] = {
2727 {
2728 .pa_start = 0x4a0f4000,
2729 .pa_end = 0x4a0f41ff,
2730 .flags = ADDR_TYPE_RT
2731 },
78183f3f 2732 { }
ec5df927
BC
2733};
2734
2735/* l4_cfg -> mailbox */
2736static struct omap_hwmod_ocp_if omap44xx_l4_cfg__mailbox = {
2737 .master = &omap44xx_l4_cfg_hwmod,
2738 .slave = &omap44xx_mailbox_hwmod,
2739 .clk = "l4_div_ck",
2740 .addr = omap44xx_mailbox_addrs,
ec5df927
BC
2741 .user = OCP_USER_MPU | OCP_USER_SDMA,
2742};
2743
2744/* mailbox slave ports */
2745static struct omap_hwmod_ocp_if *omap44xx_mailbox_slaves[] = {
2746 &omap44xx_l4_cfg__mailbox,
2747};
2748
2749static struct omap_hwmod omap44xx_mailbox_hwmod = {
2750 .name = "mailbox",
2751 .class = &omap44xx_mailbox_hwmod_class,
2752 .mpu_irqs = omap44xx_mailbox_irqs,
2753 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mailbox_irqs),
2754 .prcm = {
2755 .omap4 = {
2756 .clkctrl_reg = OMAP4430_CM_L4CFG_MAILBOX_CLKCTRL,
2757 },
2758 },
2759 .slaves = omap44xx_mailbox_slaves,
2760 .slaves_cnt = ARRAY_SIZE(omap44xx_mailbox_slaves),
2761 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
2762};
2763
4ddff493
BC
2764/*
2765 * 'mcbsp' class
2766 * multi channel buffered serial port controller
2767 */
2768
2769static struct omap_hwmod_class_sysconfig omap44xx_mcbsp_sysc = {
2770 .sysc_offs = 0x008c,
2771 .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_ENAWAKEUP |
2772 SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
2773 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
2774 .sysc_fields = &omap_hwmod_sysc_type1,
2775};
2776
2777static struct omap_hwmod_class omap44xx_mcbsp_hwmod_class = {
2778 .name = "mcbsp",
2779 .sysc = &omap44xx_mcbsp_sysc,
cb7e9ded 2780 .rev = MCBSP_CONFIG_TYPE4,
4ddff493
BC
2781};
2782
2783/* mcbsp1 */
2784static struct omap_hwmod omap44xx_mcbsp1_hwmod;
2785static struct omap_hwmod_irq_info omap44xx_mcbsp1_irqs[] = {
2786 { .irq = 17 + OMAP44XX_IRQ_GIC_START },
2787};
2788
2789static struct omap_hwmod_dma_info omap44xx_mcbsp1_sdma_reqs[] = {
2790 { .name = "tx", .dma_req = 32 + OMAP44XX_DMA_REQ_START },
2791 { .name = "rx", .dma_req = 33 + OMAP44XX_DMA_REQ_START },
2792};
2793
2794static struct omap_hwmod_addr_space omap44xx_mcbsp1_addrs[] = {
2795 {
cb7e9ded 2796 .name = "mpu",
4ddff493
BC
2797 .pa_start = 0x40122000,
2798 .pa_end = 0x401220ff,
2799 .flags = ADDR_TYPE_RT
2800 },
78183f3f 2801 { }
4ddff493
BC
2802};
2803
2804/* l4_abe -> mcbsp1 */
2805static struct omap_hwmod_ocp_if omap44xx_l4_abe__mcbsp1 = {
2806 .master = &omap44xx_l4_abe_hwmod,
2807 .slave = &omap44xx_mcbsp1_hwmod,
2808 .clk = "ocp_abe_iclk",
2809 .addr = omap44xx_mcbsp1_addrs,
4ddff493
BC
2810 .user = OCP_USER_MPU,
2811};
2812
2813static struct omap_hwmod_addr_space omap44xx_mcbsp1_dma_addrs[] = {
2814 {
cb7e9ded 2815 .name = "dma",
4ddff493
BC
2816 .pa_start = 0x49022000,
2817 .pa_end = 0x490220ff,
2818 .flags = ADDR_TYPE_RT
2819 },
78183f3f 2820 { }
4ddff493
BC
2821};
2822
2823/* l4_abe -> mcbsp1 (dma) */
2824static struct omap_hwmod_ocp_if omap44xx_l4_abe__mcbsp1_dma = {
2825 .master = &omap44xx_l4_abe_hwmod,
2826 .slave = &omap44xx_mcbsp1_hwmod,
2827 .clk = "ocp_abe_iclk",
2828 .addr = omap44xx_mcbsp1_dma_addrs,
4ddff493
BC
2829 .user = OCP_USER_SDMA,
2830};
2831
2832/* mcbsp1 slave ports */
2833static struct omap_hwmod_ocp_if *omap44xx_mcbsp1_slaves[] = {
2834 &omap44xx_l4_abe__mcbsp1,
2835 &omap44xx_l4_abe__mcbsp1_dma,
2836};
2837
2838static struct omap_hwmod omap44xx_mcbsp1_hwmod = {
2839 .name = "mcbsp1",
2840 .class = &omap44xx_mcbsp_hwmod_class,
2841 .mpu_irqs = omap44xx_mcbsp1_irqs,
2842 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mcbsp1_irqs),
2843 .sdma_reqs = omap44xx_mcbsp1_sdma_reqs,
2844 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_mcbsp1_sdma_reqs),
2845 .main_clk = "mcbsp1_fck",
2846 .prcm = {
2847 .omap4 = {
2848 .clkctrl_reg = OMAP4430_CM1_ABE_MCBSP1_CLKCTRL,
2849 },
2850 },
2851 .slaves = omap44xx_mcbsp1_slaves,
2852 .slaves_cnt = ARRAY_SIZE(omap44xx_mcbsp1_slaves),
2853 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
2854};
2855
2856/* mcbsp2 */
2857static struct omap_hwmod omap44xx_mcbsp2_hwmod;
2858static struct omap_hwmod_irq_info omap44xx_mcbsp2_irqs[] = {
2859 { .irq = 22 + OMAP44XX_IRQ_GIC_START },
2860};
2861
2862static struct omap_hwmod_dma_info omap44xx_mcbsp2_sdma_reqs[] = {
2863 { .name = "tx", .dma_req = 16 + OMAP44XX_DMA_REQ_START },
2864 { .name = "rx", .dma_req = 17 + OMAP44XX_DMA_REQ_START },
2865};
2866
2867static struct omap_hwmod_addr_space omap44xx_mcbsp2_addrs[] = {
2868 {
cb7e9ded 2869 .name = "mpu",
4ddff493
BC
2870 .pa_start = 0x40124000,
2871 .pa_end = 0x401240ff,
2872 .flags = ADDR_TYPE_RT
2873 },
78183f3f 2874 { }
4ddff493
BC
2875};
2876
2877/* l4_abe -> mcbsp2 */
2878static struct omap_hwmod_ocp_if omap44xx_l4_abe__mcbsp2 = {
2879 .master = &omap44xx_l4_abe_hwmod,
2880 .slave = &omap44xx_mcbsp2_hwmod,
2881 .clk = "ocp_abe_iclk",
2882 .addr = omap44xx_mcbsp2_addrs,
4ddff493
BC
2883 .user = OCP_USER_MPU,
2884};
2885
2886static struct omap_hwmod_addr_space omap44xx_mcbsp2_dma_addrs[] = {
2887 {
cb7e9ded 2888 .name = "dma",
4ddff493
BC
2889 .pa_start = 0x49024000,
2890 .pa_end = 0x490240ff,
2891 .flags = ADDR_TYPE_RT
2892 },
78183f3f 2893 { }
4ddff493
BC
2894};
2895
2896/* l4_abe -> mcbsp2 (dma) */
2897static struct omap_hwmod_ocp_if omap44xx_l4_abe__mcbsp2_dma = {
2898 .master = &omap44xx_l4_abe_hwmod,
2899 .slave = &omap44xx_mcbsp2_hwmod,
2900 .clk = "ocp_abe_iclk",
2901 .addr = omap44xx_mcbsp2_dma_addrs,
4ddff493
BC
2902 .user = OCP_USER_SDMA,
2903};
2904
2905/* mcbsp2 slave ports */
2906static struct omap_hwmod_ocp_if *omap44xx_mcbsp2_slaves[] = {
2907 &omap44xx_l4_abe__mcbsp2,
2908 &omap44xx_l4_abe__mcbsp2_dma,
2909};
2910
2911static struct omap_hwmod omap44xx_mcbsp2_hwmod = {
2912 .name = "mcbsp2",
2913 .class = &omap44xx_mcbsp_hwmod_class,
2914 .mpu_irqs = omap44xx_mcbsp2_irqs,
2915 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mcbsp2_irqs),
2916 .sdma_reqs = omap44xx_mcbsp2_sdma_reqs,
2917 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_mcbsp2_sdma_reqs),
2918 .main_clk = "mcbsp2_fck",
2919 .prcm = {
2920 .omap4 = {
2921 .clkctrl_reg = OMAP4430_CM1_ABE_MCBSP2_CLKCTRL,
2922 },
2923 },
2924 .slaves = omap44xx_mcbsp2_slaves,
2925 .slaves_cnt = ARRAY_SIZE(omap44xx_mcbsp2_slaves),
2926 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
2927};
2928
2929/* mcbsp3 */
2930static struct omap_hwmod omap44xx_mcbsp3_hwmod;
2931static struct omap_hwmod_irq_info omap44xx_mcbsp3_irqs[] = {
2932 { .irq = 23 + OMAP44XX_IRQ_GIC_START },
2933};
2934
2935static struct omap_hwmod_dma_info omap44xx_mcbsp3_sdma_reqs[] = {
2936 { .name = "tx", .dma_req = 18 + OMAP44XX_DMA_REQ_START },
2937 { .name = "rx", .dma_req = 19 + OMAP44XX_DMA_REQ_START },
2938};
2939
2940static struct omap_hwmod_addr_space omap44xx_mcbsp3_addrs[] = {
2941 {
cb7e9ded 2942 .name = "mpu",
4ddff493
BC
2943 .pa_start = 0x40126000,
2944 .pa_end = 0x401260ff,
2945 .flags = ADDR_TYPE_RT
2946 },
78183f3f 2947 { }
4ddff493
BC
2948};
2949
2950/* l4_abe -> mcbsp3 */
2951static struct omap_hwmod_ocp_if omap44xx_l4_abe__mcbsp3 = {
2952 .master = &omap44xx_l4_abe_hwmod,
2953 .slave = &omap44xx_mcbsp3_hwmod,
2954 .clk = "ocp_abe_iclk",
2955 .addr = omap44xx_mcbsp3_addrs,
4ddff493
BC
2956 .user = OCP_USER_MPU,
2957};
2958
2959static struct omap_hwmod_addr_space omap44xx_mcbsp3_dma_addrs[] = {
2960 {
cb7e9ded 2961 .name = "dma",
4ddff493
BC
2962 .pa_start = 0x49026000,
2963 .pa_end = 0x490260ff,
2964 .flags = ADDR_TYPE_RT
2965 },
78183f3f 2966 { }
4ddff493
BC
2967};
2968
2969/* l4_abe -> mcbsp3 (dma) */
2970static struct omap_hwmod_ocp_if omap44xx_l4_abe__mcbsp3_dma = {
2971 .master = &omap44xx_l4_abe_hwmod,
2972 .slave = &omap44xx_mcbsp3_hwmod,
2973 .clk = "ocp_abe_iclk",
2974 .addr = omap44xx_mcbsp3_dma_addrs,
4ddff493
BC
2975 .user = OCP_USER_SDMA,
2976};
2977
2978/* mcbsp3 slave ports */
2979static struct omap_hwmod_ocp_if *omap44xx_mcbsp3_slaves[] = {
2980 &omap44xx_l4_abe__mcbsp3,
2981 &omap44xx_l4_abe__mcbsp3_dma,
2982};
2983
2984static struct omap_hwmod omap44xx_mcbsp3_hwmod = {
2985 .name = "mcbsp3",
2986 .class = &omap44xx_mcbsp_hwmod_class,
2987 .mpu_irqs = omap44xx_mcbsp3_irqs,
2988 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mcbsp3_irqs),
2989 .sdma_reqs = omap44xx_mcbsp3_sdma_reqs,
2990 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_mcbsp3_sdma_reqs),
2991 .main_clk = "mcbsp3_fck",
2992 .prcm = {
2993 .omap4 = {
2994 .clkctrl_reg = OMAP4430_CM1_ABE_MCBSP3_CLKCTRL,
2995 },
2996 },
2997 .slaves = omap44xx_mcbsp3_slaves,
2998 .slaves_cnt = ARRAY_SIZE(omap44xx_mcbsp3_slaves),
2999 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3000};
3001
3002/* mcbsp4 */
3003static struct omap_hwmod omap44xx_mcbsp4_hwmod;
3004static struct omap_hwmod_irq_info omap44xx_mcbsp4_irqs[] = {
3005 { .irq = 16 + OMAP44XX_IRQ_GIC_START },
3006};
3007
3008static struct omap_hwmod_dma_info omap44xx_mcbsp4_sdma_reqs[] = {
3009 { .name = "tx", .dma_req = 30 + OMAP44XX_DMA_REQ_START },
3010 { .name = "rx", .dma_req = 31 + OMAP44XX_DMA_REQ_START },
3011};
3012
3013static struct omap_hwmod_addr_space omap44xx_mcbsp4_addrs[] = {
3014 {
3015 .pa_start = 0x48096000,
3016 .pa_end = 0x480960ff,
3017 .flags = ADDR_TYPE_RT
3018 },
78183f3f 3019 { }
4ddff493
BC
3020};
3021
3022/* l4_per -> mcbsp4 */
3023static struct omap_hwmod_ocp_if omap44xx_l4_per__mcbsp4 = {
3024 .master = &omap44xx_l4_per_hwmod,
3025 .slave = &omap44xx_mcbsp4_hwmod,
3026 .clk = "l4_div_ck",
3027 .addr = omap44xx_mcbsp4_addrs,
4ddff493
BC
3028 .user = OCP_USER_MPU | OCP_USER_SDMA,
3029};
3030
3031/* mcbsp4 slave ports */
3032static struct omap_hwmod_ocp_if *omap44xx_mcbsp4_slaves[] = {
3033 &omap44xx_l4_per__mcbsp4,
3034};
3035
3036static struct omap_hwmod omap44xx_mcbsp4_hwmod = {
3037 .name = "mcbsp4",
3038 .class = &omap44xx_mcbsp_hwmod_class,
3039 .mpu_irqs = omap44xx_mcbsp4_irqs,
3040 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mcbsp4_irqs),
3041 .sdma_reqs = omap44xx_mcbsp4_sdma_reqs,
3042 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_mcbsp4_sdma_reqs),
3043 .main_clk = "mcbsp4_fck",
3044 .prcm = {
3045 .omap4 = {
3046 .clkctrl_reg = OMAP4430_CM_L4PER_MCBSP4_CLKCTRL,
3047 },
3048 },
3049 .slaves = omap44xx_mcbsp4_slaves,
3050 .slaves_cnt = ARRAY_SIZE(omap44xx_mcbsp4_slaves),
3051 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3052};
3053
407a6888
BC
3054/*
3055 * 'mcpdm' class
3056 * multi channel pdm controller (proprietary interface with phoenix power
3057 * ic)
3058 */
3059
3060static struct omap_hwmod_class_sysconfig omap44xx_mcpdm_sysc = {
3061 .rev_offs = 0x0000,
3062 .sysc_offs = 0x0010,
3063 .sysc_flags = (SYSC_HAS_EMUFREE | SYSC_HAS_RESET_STATUS |
3064 SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
3065 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
3066 SIDLE_SMART_WKUP),
3067 .sysc_fields = &omap_hwmod_sysc_type2,
3068};
3069
3070static struct omap_hwmod_class omap44xx_mcpdm_hwmod_class = {
3071 .name = "mcpdm",
3072 .sysc = &omap44xx_mcpdm_sysc,
3073};
3074
3075/* mcpdm */
3076static struct omap_hwmod omap44xx_mcpdm_hwmod;
3077static struct omap_hwmod_irq_info omap44xx_mcpdm_irqs[] = {
3078 { .irq = 112 + OMAP44XX_IRQ_GIC_START },
3079};
3080
3081static struct omap_hwmod_dma_info omap44xx_mcpdm_sdma_reqs[] = {
3082 { .name = "up_link", .dma_req = 64 + OMAP44XX_DMA_REQ_START },
3083 { .name = "dn_link", .dma_req = 65 + OMAP44XX_DMA_REQ_START },
3084};
3085
3086static struct omap_hwmod_addr_space omap44xx_mcpdm_addrs[] = {
3087 {
3088 .pa_start = 0x40132000,
3089 .pa_end = 0x4013207f,
3090 .flags = ADDR_TYPE_RT
3091 },
78183f3f 3092 { }
407a6888
BC
3093};
3094
3095/* l4_abe -> mcpdm */
3096static struct omap_hwmod_ocp_if omap44xx_l4_abe__mcpdm = {
3097 .master = &omap44xx_l4_abe_hwmod,
3098 .slave = &omap44xx_mcpdm_hwmod,
3099 .clk = "ocp_abe_iclk",
3100 .addr = omap44xx_mcpdm_addrs,
407a6888
BC
3101 .user = OCP_USER_MPU,
3102};
3103
3104static struct omap_hwmod_addr_space omap44xx_mcpdm_dma_addrs[] = {
3105 {
3106 .pa_start = 0x49032000,
3107 .pa_end = 0x4903207f,
3108 .flags = ADDR_TYPE_RT
3109 },
78183f3f 3110 { }
407a6888
BC
3111};
3112
3113/* l4_abe -> mcpdm (dma) */
3114static struct omap_hwmod_ocp_if omap44xx_l4_abe__mcpdm_dma = {
3115 .master = &omap44xx_l4_abe_hwmod,
3116 .slave = &omap44xx_mcpdm_hwmod,
3117 .clk = "ocp_abe_iclk",
3118 .addr = omap44xx_mcpdm_dma_addrs,
407a6888
BC
3119 .user = OCP_USER_SDMA,
3120};
3121
3122/* mcpdm slave ports */
3123static struct omap_hwmod_ocp_if *omap44xx_mcpdm_slaves[] = {
3124 &omap44xx_l4_abe__mcpdm,
3125 &omap44xx_l4_abe__mcpdm_dma,
3126};
3127
3128static struct omap_hwmod omap44xx_mcpdm_hwmod = {
3129 .name = "mcpdm",
3130 .class = &omap44xx_mcpdm_hwmod_class,
3131 .mpu_irqs = omap44xx_mcpdm_irqs,
3132 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mcpdm_irqs),
3133 .sdma_reqs = omap44xx_mcpdm_sdma_reqs,
3134 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_mcpdm_sdma_reqs),
3135 .main_clk = "mcpdm_fck",
3136 .prcm = {
3137 .omap4 = {
3138 .clkctrl_reg = OMAP4430_CM1_ABE_PDM_CLKCTRL,
3139 },
3140 },
3141 .slaves = omap44xx_mcpdm_slaves,
3142 .slaves_cnt = ARRAY_SIZE(omap44xx_mcpdm_slaves),
3143 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3144};
3145
9bcbd7f0
BC
3146/*
3147 * 'mcspi' class
3148 * multichannel serial port interface (mcspi) / master/slave synchronous serial
3149 * bus
3150 */
3151
3152static struct omap_hwmod_class_sysconfig omap44xx_mcspi_sysc = {
3153 .rev_offs = 0x0000,
3154 .sysc_offs = 0x0010,
3155 .sysc_flags = (SYSC_HAS_EMUFREE | SYSC_HAS_RESET_STATUS |
3156 SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
3157 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
3158 SIDLE_SMART_WKUP),
3159 .sysc_fields = &omap_hwmod_sysc_type2,
3160};
3161
3162static struct omap_hwmod_class omap44xx_mcspi_hwmod_class = {
3163 .name = "mcspi",
3164 .sysc = &omap44xx_mcspi_sysc,
905a74d9 3165 .rev = OMAP4_MCSPI_REV,
9bcbd7f0
BC
3166};
3167
3168/* mcspi1 */
3169static struct omap_hwmod omap44xx_mcspi1_hwmod;
3170static struct omap_hwmod_irq_info omap44xx_mcspi1_irqs[] = {
3171 { .irq = 65 + OMAP44XX_IRQ_GIC_START },
3172};
3173
3174static struct omap_hwmod_dma_info omap44xx_mcspi1_sdma_reqs[] = {
3175 { .name = "tx0", .dma_req = 34 + OMAP44XX_DMA_REQ_START },
3176 { .name = "rx0", .dma_req = 35 + OMAP44XX_DMA_REQ_START },
3177 { .name = "tx1", .dma_req = 36 + OMAP44XX_DMA_REQ_START },
3178 { .name = "rx1", .dma_req = 37 + OMAP44XX_DMA_REQ_START },
3179 { .name = "tx2", .dma_req = 38 + OMAP44XX_DMA_REQ_START },
3180 { .name = "rx2", .dma_req = 39 + OMAP44XX_DMA_REQ_START },
3181 { .name = "tx3", .dma_req = 40 + OMAP44XX_DMA_REQ_START },
3182 { .name = "rx3", .dma_req = 41 + OMAP44XX_DMA_REQ_START },
3183};
3184
3185static struct omap_hwmod_addr_space omap44xx_mcspi1_addrs[] = {
3186 {
3187 .pa_start = 0x48098000,
3188 .pa_end = 0x480981ff,
3189 .flags = ADDR_TYPE_RT
3190 },
78183f3f 3191 { }
9bcbd7f0
BC
3192};
3193
3194/* l4_per -> mcspi1 */
3195static struct omap_hwmod_ocp_if omap44xx_l4_per__mcspi1 = {
3196 .master = &omap44xx_l4_per_hwmod,
3197 .slave = &omap44xx_mcspi1_hwmod,
3198 .clk = "l4_div_ck",
3199 .addr = omap44xx_mcspi1_addrs,
9bcbd7f0
BC
3200 .user = OCP_USER_MPU | OCP_USER_SDMA,
3201};
3202
3203/* mcspi1 slave ports */
3204static struct omap_hwmod_ocp_if *omap44xx_mcspi1_slaves[] = {
3205 &omap44xx_l4_per__mcspi1,
3206};
3207
905a74d9
BC
3208/* mcspi1 dev_attr */
3209static struct omap2_mcspi_dev_attr mcspi1_dev_attr = {
3210 .num_chipselect = 4,
3211};
3212
9bcbd7f0
BC
3213static struct omap_hwmod omap44xx_mcspi1_hwmod = {
3214 .name = "mcspi1",
3215 .class = &omap44xx_mcspi_hwmod_class,
3216 .mpu_irqs = omap44xx_mcspi1_irqs,
3217 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mcspi1_irqs),
3218 .sdma_reqs = omap44xx_mcspi1_sdma_reqs,
3219 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_mcspi1_sdma_reqs),
3220 .main_clk = "mcspi1_fck",
3221 .prcm = {
3222 .omap4 = {
3223 .clkctrl_reg = OMAP4430_CM_L4PER_MCSPI1_CLKCTRL,
3224 },
3225 },
905a74d9 3226 .dev_attr = &mcspi1_dev_attr,
9bcbd7f0
BC
3227 .slaves = omap44xx_mcspi1_slaves,
3228 .slaves_cnt = ARRAY_SIZE(omap44xx_mcspi1_slaves),
3229 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3230};
3231
3232/* mcspi2 */
3233static struct omap_hwmod omap44xx_mcspi2_hwmod;
3234static struct omap_hwmod_irq_info omap44xx_mcspi2_irqs[] = {
3235 { .irq = 66 + OMAP44XX_IRQ_GIC_START },
3236};
3237
3238static struct omap_hwmod_dma_info omap44xx_mcspi2_sdma_reqs[] = {
3239 { .name = "tx0", .dma_req = 42 + OMAP44XX_DMA_REQ_START },
3240 { .name = "rx0", .dma_req = 43 + OMAP44XX_DMA_REQ_START },
3241 { .name = "tx1", .dma_req = 44 + OMAP44XX_DMA_REQ_START },
3242 { .name = "rx1", .dma_req = 45 + OMAP44XX_DMA_REQ_START },
3243};
3244
3245static struct omap_hwmod_addr_space omap44xx_mcspi2_addrs[] = {
3246 {
3247 .pa_start = 0x4809a000,
3248 .pa_end = 0x4809a1ff,
3249 .flags = ADDR_TYPE_RT
3250 },
78183f3f 3251 { }
9bcbd7f0
BC
3252};
3253
3254/* l4_per -> mcspi2 */
3255static struct omap_hwmod_ocp_if omap44xx_l4_per__mcspi2 = {
3256 .master = &omap44xx_l4_per_hwmod,
3257 .slave = &omap44xx_mcspi2_hwmod,
3258 .clk = "l4_div_ck",
3259 .addr = omap44xx_mcspi2_addrs,
9bcbd7f0
BC
3260 .user = OCP_USER_MPU | OCP_USER_SDMA,
3261};
3262
3263/* mcspi2 slave ports */
3264static struct omap_hwmod_ocp_if *omap44xx_mcspi2_slaves[] = {
3265 &omap44xx_l4_per__mcspi2,
3266};
3267
905a74d9
BC
3268/* mcspi2 dev_attr */
3269static struct omap2_mcspi_dev_attr mcspi2_dev_attr = {
3270 .num_chipselect = 2,
3271};
3272
9bcbd7f0
BC
3273static struct omap_hwmod omap44xx_mcspi2_hwmod = {
3274 .name = "mcspi2",
3275 .class = &omap44xx_mcspi_hwmod_class,
3276 .mpu_irqs = omap44xx_mcspi2_irqs,
3277 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mcspi2_irqs),
3278 .sdma_reqs = omap44xx_mcspi2_sdma_reqs,
3279 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_mcspi2_sdma_reqs),
3280 .main_clk = "mcspi2_fck",
3281 .prcm = {
3282 .omap4 = {
3283 .clkctrl_reg = OMAP4430_CM_L4PER_MCSPI2_CLKCTRL,
3284 },
3285 },
905a74d9 3286 .dev_attr = &mcspi2_dev_attr,
9bcbd7f0
BC
3287 .slaves = omap44xx_mcspi2_slaves,
3288 .slaves_cnt = ARRAY_SIZE(omap44xx_mcspi2_slaves),
3289 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3290};
3291
3292/* mcspi3 */
3293static struct omap_hwmod omap44xx_mcspi3_hwmod;
3294static struct omap_hwmod_irq_info omap44xx_mcspi3_irqs[] = {
3295 { .irq = 91 + OMAP44XX_IRQ_GIC_START },
3296};
3297
3298static struct omap_hwmod_dma_info omap44xx_mcspi3_sdma_reqs[] = {
3299 { .name = "tx0", .dma_req = 14 + OMAP44XX_DMA_REQ_START },
3300 { .name = "rx0", .dma_req = 15 + OMAP44XX_DMA_REQ_START },
3301 { .name = "tx1", .dma_req = 22 + OMAP44XX_DMA_REQ_START },
3302 { .name = "rx1", .dma_req = 23 + OMAP44XX_DMA_REQ_START },
3303};
3304
3305static struct omap_hwmod_addr_space omap44xx_mcspi3_addrs[] = {
3306 {
3307 .pa_start = 0x480b8000,
3308 .pa_end = 0x480b81ff,
3309 .flags = ADDR_TYPE_RT
3310 },
78183f3f 3311 { }
9bcbd7f0
BC
3312};
3313
3314/* l4_per -> mcspi3 */
3315static struct omap_hwmod_ocp_if omap44xx_l4_per__mcspi3 = {
3316 .master = &omap44xx_l4_per_hwmod,
3317 .slave = &omap44xx_mcspi3_hwmod,
3318 .clk = "l4_div_ck",
3319 .addr = omap44xx_mcspi3_addrs,
9bcbd7f0
BC
3320 .user = OCP_USER_MPU | OCP_USER_SDMA,
3321};
3322
3323/* mcspi3 slave ports */
3324static struct omap_hwmod_ocp_if *omap44xx_mcspi3_slaves[] = {
3325 &omap44xx_l4_per__mcspi3,
3326};
3327
905a74d9
BC
3328/* mcspi3 dev_attr */
3329static struct omap2_mcspi_dev_attr mcspi3_dev_attr = {
3330 .num_chipselect = 2,
3331};
3332
9bcbd7f0
BC
3333static struct omap_hwmod omap44xx_mcspi3_hwmod = {
3334 .name = "mcspi3",
3335 .class = &omap44xx_mcspi_hwmod_class,
3336 .mpu_irqs = omap44xx_mcspi3_irqs,
3337 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mcspi3_irqs),
3338 .sdma_reqs = omap44xx_mcspi3_sdma_reqs,
3339 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_mcspi3_sdma_reqs),
3340 .main_clk = "mcspi3_fck",
3341 .prcm = {
3342 .omap4 = {
3343 .clkctrl_reg = OMAP4430_CM_L4PER_MCSPI3_CLKCTRL,
3344 },
3345 },
905a74d9 3346 .dev_attr = &mcspi3_dev_attr,
9bcbd7f0
BC
3347 .slaves = omap44xx_mcspi3_slaves,
3348 .slaves_cnt = ARRAY_SIZE(omap44xx_mcspi3_slaves),
3349 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3350};
3351
3352/* mcspi4 */
3353static struct omap_hwmod omap44xx_mcspi4_hwmod;
3354static struct omap_hwmod_irq_info omap44xx_mcspi4_irqs[] = {
3355 { .irq = 48 + OMAP44XX_IRQ_GIC_START },
3356};
3357
3358static struct omap_hwmod_dma_info omap44xx_mcspi4_sdma_reqs[] = {
3359 { .name = "tx0", .dma_req = 69 + OMAP44XX_DMA_REQ_START },
3360 { .name = "rx0", .dma_req = 70 + OMAP44XX_DMA_REQ_START },
3361};
3362
3363static struct omap_hwmod_addr_space omap44xx_mcspi4_addrs[] = {
3364 {
3365 .pa_start = 0x480ba000,
3366 .pa_end = 0x480ba1ff,
3367 .flags = ADDR_TYPE_RT
3368 },
78183f3f 3369 { }
9bcbd7f0
BC
3370};
3371
3372/* l4_per -> mcspi4 */
3373static struct omap_hwmod_ocp_if omap44xx_l4_per__mcspi4 = {
3374 .master = &omap44xx_l4_per_hwmod,
3375 .slave = &omap44xx_mcspi4_hwmod,
3376 .clk = "l4_div_ck",
3377 .addr = omap44xx_mcspi4_addrs,
9bcbd7f0
BC
3378 .user = OCP_USER_MPU | OCP_USER_SDMA,
3379};
3380
3381/* mcspi4 slave ports */
3382static struct omap_hwmod_ocp_if *omap44xx_mcspi4_slaves[] = {
3383 &omap44xx_l4_per__mcspi4,
3384};
3385
905a74d9
BC
3386/* mcspi4 dev_attr */
3387static struct omap2_mcspi_dev_attr mcspi4_dev_attr = {
3388 .num_chipselect = 1,
3389};
3390
9bcbd7f0
BC
3391static struct omap_hwmod omap44xx_mcspi4_hwmod = {
3392 .name = "mcspi4",
3393 .class = &omap44xx_mcspi_hwmod_class,
3394 .mpu_irqs = omap44xx_mcspi4_irqs,
3395 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mcspi4_irqs),
3396 .sdma_reqs = omap44xx_mcspi4_sdma_reqs,
3397 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_mcspi4_sdma_reqs),
3398 .main_clk = "mcspi4_fck",
3399 .prcm = {
3400 .omap4 = {
3401 .clkctrl_reg = OMAP4430_CM_L4PER_MCSPI4_CLKCTRL,
3402 },
3403 },
905a74d9 3404 .dev_attr = &mcspi4_dev_attr,
9bcbd7f0
BC
3405 .slaves = omap44xx_mcspi4_slaves,
3406 .slaves_cnt = ARRAY_SIZE(omap44xx_mcspi4_slaves),
3407 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3408};
3409
407a6888
BC
3410/*
3411 * 'mmc' class
3412 * multimedia card high-speed/sd/sdio (mmc/sd/sdio) host controller
3413 */
3414
3415static struct omap_hwmod_class_sysconfig omap44xx_mmc_sysc = {
3416 .rev_offs = 0x0000,
3417 .sysc_offs = 0x0010,
3418 .sysc_flags = (SYSC_HAS_EMUFREE | SYSC_HAS_MIDLEMODE |
3419 SYSC_HAS_RESET_STATUS | SYSC_HAS_SIDLEMODE |
3420 SYSC_HAS_SOFTRESET),
3421 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
3422 SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO |
3423 MSTANDBY_SMART),
3424 .sysc_fields = &omap_hwmod_sysc_type2,
3425};
3426
3427static struct omap_hwmod_class omap44xx_mmc_hwmod_class = {
3428 .name = "mmc",
3429 .sysc = &omap44xx_mmc_sysc,
3430};
3431
3432/* mmc1 */
6ab8946f 3433
407a6888
BC
3434static struct omap_hwmod_irq_info omap44xx_mmc1_irqs[] = {
3435 { .irq = 83 + OMAP44XX_IRQ_GIC_START },
3436};
3437
3438static struct omap_hwmod_dma_info omap44xx_mmc1_sdma_reqs[] = {
3439 { .name = "tx", .dma_req = 60 + OMAP44XX_DMA_REQ_START },
3440 { .name = "rx", .dma_req = 61 + OMAP44XX_DMA_REQ_START },
3441};
3442
3443/* mmc1 master ports */
3444static struct omap_hwmod_ocp_if *omap44xx_mmc1_masters[] = {
3445 &omap44xx_mmc1__l3_main_1,
3446};
3447
3448static struct omap_hwmod_addr_space omap44xx_mmc1_addrs[] = {
3449 {
3450 .pa_start = 0x4809c000,
3451 .pa_end = 0x4809c3ff,
3452 .flags = ADDR_TYPE_RT
3453 },
78183f3f 3454 { }
407a6888
BC
3455};
3456
3457/* l4_per -> mmc1 */
3458static struct omap_hwmod_ocp_if omap44xx_l4_per__mmc1 = {
3459 .master = &omap44xx_l4_per_hwmod,
3460 .slave = &omap44xx_mmc1_hwmod,
3461 .clk = "l4_div_ck",
3462 .addr = omap44xx_mmc1_addrs,
407a6888
BC
3463 .user = OCP_USER_MPU | OCP_USER_SDMA,
3464};
3465
3466/* mmc1 slave ports */
3467static struct omap_hwmod_ocp_if *omap44xx_mmc1_slaves[] = {
3468 &omap44xx_l4_per__mmc1,
3469};
3470
6ab8946f
KK
3471/* mmc1 dev_attr */
3472static struct omap_mmc_dev_attr mmc1_dev_attr = {
3473 .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT,
3474};
3475
407a6888
BC
3476static struct omap_hwmod omap44xx_mmc1_hwmod = {
3477 .name = "mmc1",
3478 .class = &omap44xx_mmc_hwmod_class,
3479 .mpu_irqs = omap44xx_mmc1_irqs,
3480 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mmc1_irqs),
3481 .sdma_reqs = omap44xx_mmc1_sdma_reqs,
3482 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_mmc1_sdma_reqs),
3483 .main_clk = "mmc1_fck",
3484 .prcm = {
3485 .omap4 = {
3486 .clkctrl_reg = OMAP4430_CM_L3INIT_MMC1_CLKCTRL,
3487 },
3488 },
6ab8946f 3489 .dev_attr = &mmc1_dev_attr,
407a6888
BC
3490 .slaves = omap44xx_mmc1_slaves,
3491 .slaves_cnt = ARRAY_SIZE(omap44xx_mmc1_slaves),
3492 .masters = omap44xx_mmc1_masters,
3493 .masters_cnt = ARRAY_SIZE(omap44xx_mmc1_masters),
3494 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3495};
3496
3497/* mmc2 */
3498static struct omap_hwmod_irq_info omap44xx_mmc2_irqs[] = {
3499 { .irq = 86 + OMAP44XX_IRQ_GIC_START },
3500};
3501
3502static struct omap_hwmod_dma_info omap44xx_mmc2_sdma_reqs[] = {
3503 { .name = "tx", .dma_req = 46 + OMAP44XX_DMA_REQ_START },
3504 { .name = "rx", .dma_req = 47 + OMAP44XX_DMA_REQ_START },
3505};
3506
3507/* mmc2 master ports */
3508static struct omap_hwmod_ocp_if *omap44xx_mmc2_masters[] = {
3509 &omap44xx_mmc2__l3_main_1,
3510};
3511
3512static struct omap_hwmod_addr_space omap44xx_mmc2_addrs[] = {
3513 {
3514 .pa_start = 0x480b4000,
3515 .pa_end = 0x480b43ff,
3516 .flags = ADDR_TYPE_RT
3517 },
78183f3f 3518 { }
407a6888
BC
3519};
3520
3521/* l4_per -> mmc2 */
3522static struct omap_hwmod_ocp_if omap44xx_l4_per__mmc2 = {
3523 .master = &omap44xx_l4_per_hwmod,
3524 .slave = &omap44xx_mmc2_hwmod,
3525 .clk = "l4_div_ck",
3526 .addr = omap44xx_mmc2_addrs,
407a6888
BC
3527 .user = OCP_USER_MPU | OCP_USER_SDMA,
3528};
3529
3530/* mmc2 slave ports */
3531static struct omap_hwmod_ocp_if *omap44xx_mmc2_slaves[] = {
3532 &omap44xx_l4_per__mmc2,
3533};
3534
3535static struct omap_hwmod omap44xx_mmc2_hwmod = {
3536 .name = "mmc2",
3537 .class = &omap44xx_mmc_hwmod_class,
3538 .mpu_irqs = omap44xx_mmc2_irqs,
3539 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mmc2_irqs),
3540 .sdma_reqs = omap44xx_mmc2_sdma_reqs,
3541 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_mmc2_sdma_reqs),
3542 .main_clk = "mmc2_fck",
3543 .prcm = {
3544 .omap4 = {
3545 .clkctrl_reg = OMAP4430_CM_L3INIT_MMC2_CLKCTRL,
3546 },
3547 },
3548 .slaves = omap44xx_mmc2_slaves,
3549 .slaves_cnt = ARRAY_SIZE(omap44xx_mmc2_slaves),
3550 .masters = omap44xx_mmc2_masters,
3551 .masters_cnt = ARRAY_SIZE(omap44xx_mmc2_masters),
3552 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3553};
3554
3555/* mmc3 */
3556static struct omap_hwmod omap44xx_mmc3_hwmod;
3557static struct omap_hwmod_irq_info omap44xx_mmc3_irqs[] = {
3558 { .irq = 94 + OMAP44XX_IRQ_GIC_START },
3559};
3560
3561static struct omap_hwmod_dma_info omap44xx_mmc3_sdma_reqs[] = {
3562 { .name = "tx", .dma_req = 76 + OMAP44XX_DMA_REQ_START },
3563 { .name = "rx", .dma_req = 77 + OMAP44XX_DMA_REQ_START },
3564};
3565
3566static struct omap_hwmod_addr_space omap44xx_mmc3_addrs[] = {
3567 {
3568 .pa_start = 0x480ad000,
3569 .pa_end = 0x480ad3ff,
3570 .flags = ADDR_TYPE_RT
3571 },
78183f3f 3572 { }
407a6888
BC
3573};
3574
3575/* l4_per -> mmc3 */
3576static struct omap_hwmod_ocp_if omap44xx_l4_per__mmc3 = {
3577 .master = &omap44xx_l4_per_hwmod,
3578 .slave = &omap44xx_mmc3_hwmod,
3579 .clk = "l4_div_ck",
3580 .addr = omap44xx_mmc3_addrs,
407a6888
BC
3581 .user = OCP_USER_MPU | OCP_USER_SDMA,
3582};
3583
3584/* mmc3 slave ports */
3585static struct omap_hwmod_ocp_if *omap44xx_mmc3_slaves[] = {
3586 &omap44xx_l4_per__mmc3,
3587};
3588
3589static struct omap_hwmod omap44xx_mmc3_hwmod = {
3590 .name = "mmc3",
3591 .class = &omap44xx_mmc_hwmod_class,
3592 .mpu_irqs = omap44xx_mmc3_irqs,
3593 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mmc3_irqs),
3594 .sdma_reqs = omap44xx_mmc3_sdma_reqs,
3595 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_mmc3_sdma_reqs),
3596 .main_clk = "mmc3_fck",
3597 .prcm = {
3598 .omap4 = {
3599 .clkctrl_reg = OMAP4430_CM_L4PER_MMCSD3_CLKCTRL,
3600 },
3601 },
3602 .slaves = omap44xx_mmc3_slaves,
3603 .slaves_cnt = ARRAY_SIZE(omap44xx_mmc3_slaves),
3604 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3605};
3606
3607/* mmc4 */
3608static struct omap_hwmod omap44xx_mmc4_hwmod;
3609static struct omap_hwmod_irq_info omap44xx_mmc4_irqs[] = {
3610 { .irq = 96 + OMAP44XX_IRQ_GIC_START },
3611};
3612
3613static struct omap_hwmod_dma_info omap44xx_mmc4_sdma_reqs[] = {
3614 { .name = "tx", .dma_req = 56 + OMAP44XX_DMA_REQ_START },
3615 { .name = "rx", .dma_req = 57 + OMAP44XX_DMA_REQ_START },
3616};
3617
3618static struct omap_hwmod_addr_space omap44xx_mmc4_addrs[] = {
3619 {
3620 .pa_start = 0x480d1000,
3621 .pa_end = 0x480d13ff,
3622 .flags = ADDR_TYPE_RT
3623 },
78183f3f 3624 { }
407a6888
BC
3625};
3626
3627/* l4_per -> mmc4 */
3628static struct omap_hwmod_ocp_if omap44xx_l4_per__mmc4 = {
3629 .master = &omap44xx_l4_per_hwmod,
3630 .slave = &omap44xx_mmc4_hwmod,
3631 .clk = "l4_div_ck",
3632 .addr = omap44xx_mmc4_addrs,
407a6888
BC
3633 .user = OCP_USER_MPU | OCP_USER_SDMA,
3634};
3635
3636/* mmc4 slave ports */
3637static struct omap_hwmod_ocp_if *omap44xx_mmc4_slaves[] = {
3638 &omap44xx_l4_per__mmc4,
3639};
3640
3641static struct omap_hwmod omap44xx_mmc4_hwmod = {
3642 .name = "mmc4",
3643 .class = &omap44xx_mmc_hwmod_class,
3644 .mpu_irqs = omap44xx_mmc4_irqs,
3645 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mmc4_irqs),
3646 .sdma_reqs = omap44xx_mmc4_sdma_reqs,
3647 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_mmc4_sdma_reqs),
3648 .main_clk = "mmc4_fck",
3649 .prcm = {
3650 .omap4 = {
3651 .clkctrl_reg = OMAP4430_CM_L4PER_MMCSD4_CLKCTRL,
3652 },
3653 },
3654 .slaves = omap44xx_mmc4_slaves,
3655 .slaves_cnt = ARRAY_SIZE(omap44xx_mmc4_slaves),
3656 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3657};
3658
3659/* mmc5 */
3660static struct omap_hwmod omap44xx_mmc5_hwmod;
3661static struct omap_hwmod_irq_info omap44xx_mmc5_irqs[] = {
3662 { .irq = 59 + OMAP44XX_IRQ_GIC_START },
3663};
3664
3665static struct omap_hwmod_dma_info omap44xx_mmc5_sdma_reqs[] = {
3666 { .name = "tx", .dma_req = 58 + OMAP44XX_DMA_REQ_START },
3667 { .name = "rx", .dma_req = 59 + OMAP44XX_DMA_REQ_START },
3668};
3669
3670static struct omap_hwmod_addr_space omap44xx_mmc5_addrs[] = {
3671 {
3672 .pa_start = 0x480d5000,
3673 .pa_end = 0x480d53ff,
3674 .flags = ADDR_TYPE_RT
3675 },
78183f3f 3676 { }
407a6888
BC
3677};
3678
3679/* l4_per -> mmc5 */
3680static struct omap_hwmod_ocp_if omap44xx_l4_per__mmc5 = {
3681 .master = &omap44xx_l4_per_hwmod,
3682 .slave = &omap44xx_mmc5_hwmod,
3683 .clk = "l4_div_ck",
3684 .addr = omap44xx_mmc5_addrs,
407a6888
BC
3685 .user = OCP_USER_MPU | OCP_USER_SDMA,
3686};
3687
3688/* mmc5 slave ports */
3689static struct omap_hwmod_ocp_if *omap44xx_mmc5_slaves[] = {
3690 &omap44xx_l4_per__mmc5,
3691};
3692
3693static struct omap_hwmod omap44xx_mmc5_hwmod = {
3694 .name = "mmc5",
3695 .class = &omap44xx_mmc_hwmod_class,
3696 .mpu_irqs = omap44xx_mmc5_irqs,
3697 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mmc5_irqs),
3698 .sdma_reqs = omap44xx_mmc5_sdma_reqs,
3699 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_mmc5_sdma_reqs),
3700 .main_clk = "mmc5_fck",
3701 .prcm = {
3702 .omap4 = {
3703 .clkctrl_reg = OMAP4430_CM_L4PER_MMCSD5_CLKCTRL,
3704 },
3705 },
3706 .slaves = omap44xx_mmc5_slaves,
3707 .slaves_cnt = ARRAY_SIZE(omap44xx_mmc5_slaves),
3708 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3709};
3710
3b54baad
BC
3711/*
3712 * 'mpu' class
3713 * mpu sub-system
3714 */
3715
3716static struct omap_hwmod_class omap44xx_mpu_hwmod_class = {
fe13471c 3717 .name = "mpu",
db12ba53
BC
3718};
3719
3b54baad
BC
3720/* mpu */
3721static struct omap_hwmod_irq_info omap44xx_mpu_irqs[] = {
3722 { .name = "pl310", .irq = 0 + OMAP44XX_IRQ_GIC_START },
3723 { .name = "cti0", .irq = 1 + OMAP44XX_IRQ_GIC_START },
3724 { .name = "cti1", .irq = 2 + OMAP44XX_IRQ_GIC_START },
db12ba53
BC
3725};
3726
3b54baad
BC
3727/* mpu master ports */
3728static struct omap_hwmod_ocp_if *omap44xx_mpu_masters[] = {
3729 &omap44xx_mpu__l3_main_1,
3730 &omap44xx_mpu__l4_abe,
3731 &omap44xx_mpu__dmm,
3732};
3733
3734static struct omap_hwmod omap44xx_mpu_hwmod = {
3735 .name = "mpu",
3736 .class = &omap44xx_mpu_hwmod_class,
3737 .flags = (HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET),
3738 .mpu_irqs = omap44xx_mpu_irqs,
3739 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mpu_irqs),
3740 .main_clk = "dpll_mpu_m2_ck",
db12ba53
BC
3741 .prcm = {
3742 .omap4 = {
3b54baad 3743 .clkctrl_reg = OMAP4430_CM_MPU_MPU_CLKCTRL,
db12ba53
BC
3744 },
3745 },
3b54baad
BC
3746 .masters = omap44xx_mpu_masters,
3747 .masters_cnt = ARRAY_SIZE(omap44xx_mpu_masters),
db12ba53
BC
3748 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3749};
3750
1f6a717f
BC
3751/*
3752 * 'smartreflex' class
3753 * smartreflex module (monitor silicon performance and outputs a measure of
3754 * performance error)
3755 */
3756
3757/* The IP is not compliant to type1 / type2 scheme */
3758static struct omap_hwmod_sysc_fields omap_hwmod_sysc_type_smartreflex = {
3759 .sidle_shift = 24,
3760 .enwkup_shift = 26,
3761};
3762
3763static struct omap_hwmod_class_sysconfig omap44xx_smartreflex_sysc = {
3764 .sysc_offs = 0x0038,
3765 .sysc_flags = (SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE),
3766 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
3767 SIDLE_SMART_WKUP),
3768 .sysc_fields = &omap_hwmod_sysc_type_smartreflex,
3769};
3770
3771static struct omap_hwmod_class omap44xx_smartreflex_hwmod_class = {
fe13471c
BC
3772 .name = "smartreflex",
3773 .sysc = &omap44xx_smartreflex_sysc,
3774 .rev = 2,
1f6a717f
BC
3775};
3776
3777/* smartreflex_core */
3778static struct omap_hwmod omap44xx_smartreflex_core_hwmod;
3779static struct omap_hwmod_irq_info omap44xx_smartreflex_core_irqs[] = {
3780 { .irq = 19 + OMAP44XX_IRQ_GIC_START },
3781};
3782
3783static struct omap_hwmod_addr_space omap44xx_smartreflex_core_addrs[] = {
3784 {
3785 .pa_start = 0x4a0dd000,
3786 .pa_end = 0x4a0dd03f,
3787 .flags = ADDR_TYPE_RT
3788 },
78183f3f 3789 { }
1f6a717f
BC
3790};
3791
3792/* l4_cfg -> smartreflex_core */
3793static struct omap_hwmod_ocp_if omap44xx_l4_cfg__smartreflex_core = {
3794 .master = &omap44xx_l4_cfg_hwmod,
3795 .slave = &omap44xx_smartreflex_core_hwmod,
3796 .clk = "l4_div_ck",
3797 .addr = omap44xx_smartreflex_core_addrs,
1f6a717f
BC
3798 .user = OCP_USER_MPU | OCP_USER_SDMA,
3799};
3800
3801/* smartreflex_core slave ports */
3802static struct omap_hwmod_ocp_if *omap44xx_smartreflex_core_slaves[] = {
3803 &omap44xx_l4_cfg__smartreflex_core,
3804};
3805
3806static struct omap_hwmod omap44xx_smartreflex_core_hwmod = {
3807 .name = "smartreflex_core",
3808 .class = &omap44xx_smartreflex_hwmod_class,
3809 .mpu_irqs = omap44xx_smartreflex_core_irqs,
3810 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_smartreflex_core_irqs),
3811 .main_clk = "smartreflex_core_fck",
3812 .vdd_name = "core",
3813 .prcm = {
3814 .omap4 = {
3815 .clkctrl_reg = OMAP4430_CM_ALWON_SR_CORE_CLKCTRL,
3816 },
3817 },
3818 .slaves = omap44xx_smartreflex_core_slaves,
3819 .slaves_cnt = ARRAY_SIZE(omap44xx_smartreflex_core_slaves),
3820 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3821};
3822
3823/* smartreflex_iva */
3824static struct omap_hwmod omap44xx_smartreflex_iva_hwmod;
3825static struct omap_hwmod_irq_info omap44xx_smartreflex_iva_irqs[] = {
3826 { .irq = 102 + OMAP44XX_IRQ_GIC_START },
3827};
3828
3829static struct omap_hwmod_addr_space omap44xx_smartreflex_iva_addrs[] = {
3830 {
3831 .pa_start = 0x4a0db000,
3832 .pa_end = 0x4a0db03f,
3833 .flags = ADDR_TYPE_RT
3834 },
78183f3f 3835 { }
1f6a717f
BC
3836};
3837
3838/* l4_cfg -> smartreflex_iva */
3839static struct omap_hwmod_ocp_if omap44xx_l4_cfg__smartreflex_iva = {
3840 .master = &omap44xx_l4_cfg_hwmod,
3841 .slave = &omap44xx_smartreflex_iva_hwmod,
3842 .clk = "l4_div_ck",
3843 .addr = omap44xx_smartreflex_iva_addrs,
1f6a717f
BC
3844 .user = OCP_USER_MPU | OCP_USER_SDMA,
3845};
3846
3847/* smartreflex_iva slave ports */
3848static struct omap_hwmod_ocp_if *omap44xx_smartreflex_iva_slaves[] = {
3849 &omap44xx_l4_cfg__smartreflex_iva,
3850};
3851
3852static struct omap_hwmod omap44xx_smartreflex_iva_hwmod = {
3853 .name = "smartreflex_iva",
3854 .class = &omap44xx_smartreflex_hwmod_class,
3855 .mpu_irqs = omap44xx_smartreflex_iva_irqs,
3856 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_smartreflex_iva_irqs),
3857 .main_clk = "smartreflex_iva_fck",
3858 .vdd_name = "iva",
3859 .prcm = {
3860 .omap4 = {
3861 .clkctrl_reg = OMAP4430_CM_ALWON_SR_IVA_CLKCTRL,
3862 },
3863 },
3864 .slaves = omap44xx_smartreflex_iva_slaves,
3865 .slaves_cnt = ARRAY_SIZE(omap44xx_smartreflex_iva_slaves),
3866 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3867};
3868
3869/* smartreflex_mpu */
3870static struct omap_hwmod omap44xx_smartreflex_mpu_hwmod;
3871static struct omap_hwmod_irq_info omap44xx_smartreflex_mpu_irqs[] = {
3872 { .irq = 18 + OMAP44XX_IRQ_GIC_START },
3873};
3874
3875static struct omap_hwmod_addr_space omap44xx_smartreflex_mpu_addrs[] = {
3876 {
3877 .pa_start = 0x4a0d9000,
3878 .pa_end = 0x4a0d903f,
3879 .flags = ADDR_TYPE_RT
3880 },
78183f3f 3881 { }
1f6a717f
BC
3882};
3883
3884/* l4_cfg -> smartreflex_mpu */
3885static struct omap_hwmod_ocp_if omap44xx_l4_cfg__smartreflex_mpu = {
3886 .master = &omap44xx_l4_cfg_hwmod,
3887 .slave = &omap44xx_smartreflex_mpu_hwmod,
3888 .clk = "l4_div_ck",
3889 .addr = omap44xx_smartreflex_mpu_addrs,
1f6a717f
BC
3890 .user = OCP_USER_MPU | OCP_USER_SDMA,
3891};
3892
3893/* smartreflex_mpu slave ports */
3894static struct omap_hwmod_ocp_if *omap44xx_smartreflex_mpu_slaves[] = {
3895 &omap44xx_l4_cfg__smartreflex_mpu,
3896};
3897
3898static struct omap_hwmod omap44xx_smartreflex_mpu_hwmod = {
3899 .name = "smartreflex_mpu",
3900 .class = &omap44xx_smartreflex_hwmod_class,
3901 .mpu_irqs = omap44xx_smartreflex_mpu_irqs,
3902 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_smartreflex_mpu_irqs),
3903 .main_clk = "smartreflex_mpu_fck",
3904 .vdd_name = "mpu",
3905 .prcm = {
3906 .omap4 = {
3907 .clkctrl_reg = OMAP4430_CM_ALWON_SR_MPU_CLKCTRL,
3908 },
3909 },
3910 .slaves = omap44xx_smartreflex_mpu_slaves,
3911 .slaves_cnt = ARRAY_SIZE(omap44xx_smartreflex_mpu_slaves),
3912 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3913};
3914
d11c217f
BC
3915/*
3916 * 'spinlock' class
3917 * spinlock provides hardware assistance for synchronizing the processes
3918 * running on multiple processors
3919 */
3920
3921static struct omap_hwmod_class_sysconfig omap44xx_spinlock_sysc = {
3922 .rev_offs = 0x0000,
3923 .sysc_offs = 0x0010,
3924 .syss_offs = 0x0014,
3925 .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
3926 SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE |
3927 SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
3928 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
3929 SIDLE_SMART_WKUP),
3930 .sysc_fields = &omap_hwmod_sysc_type1,
3931};
3932
3933static struct omap_hwmod_class omap44xx_spinlock_hwmod_class = {
3934 .name = "spinlock",
3935 .sysc = &omap44xx_spinlock_sysc,
3936};
3937
3938/* spinlock */
3939static struct omap_hwmod omap44xx_spinlock_hwmod;
3940static struct omap_hwmod_addr_space omap44xx_spinlock_addrs[] = {
3941 {
3942 .pa_start = 0x4a0f6000,
3943 .pa_end = 0x4a0f6fff,
3944 .flags = ADDR_TYPE_RT
3945 },
78183f3f 3946 { }
d11c217f
BC
3947};
3948
3949/* l4_cfg -> spinlock */
3950static struct omap_hwmod_ocp_if omap44xx_l4_cfg__spinlock = {
3951 .master = &omap44xx_l4_cfg_hwmod,
3952 .slave = &omap44xx_spinlock_hwmod,
3953 .clk = "l4_div_ck",
3954 .addr = omap44xx_spinlock_addrs,
d11c217f
BC
3955 .user = OCP_USER_MPU | OCP_USER_SDMA,
3956};
3957
3958/* spinlock slave ports */
3959static struct omap_hwmod_ocp_if *omap44xx_spinlock_slaves[] = {
3960 &omap44xx_l4_cfg__spinlock,
3961};
3962
3963static struct omap_hwmod omap44xx_spinlock_hwmod = {
3964 .name = "spinlock",
3965 .class = &omap44xx_spinlock_hwmod_class,
3966 .prcm = {
3967 .omap4 = {
3968 .clkctrl_reg = OMAP4430_CM_L4CFG_HW_SEM_CLKCTRL,
3969 },
3970 },
3971 .slaves = omap44xx_spinlock_slaves,
3972 .slaves_cnt = ARRAY_SIZE(omap44xx_spinlock_slaves),
3973 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
3974};
3975
35d1a66a
BC
3976/*
3977 * 'timer' class
3978 * general purpose timer module with accurate 1ms tick
3979 * This class contains several variants: ['timer_1ms', 'timer']
3980 */
3981
3982static struct omap_hwmod_class_sysconfig omap44xx_timer_1ms_sysc = {
3983 .rev_offs = 0x0000,
3984 .sysc_offs = 0x0010,
3985 .syss_offs = 0x0014,
3986 .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY |
3987 SYSC_HAS_EMUFREE | SYSC_HAS_ENAWAKEUP |
3988 SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
3989 SYSS_HAS_RESET_STATUS),
3990 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
3991 .sysc_fields = &omap_hwmod_sysc_type1,
3992};
3993
3994static struct omap_hwmod_class omap44xx_timer_1ms_hwmod_class = {
3995 .name = "timer",
3996 .sysc = &omap44xx_timer_1ms_sysc,
3997};
3998
3999static struct omap_hwmod_class_sysconfig omap44xx_timer_sysc = {
4000 .rev_offs = 0x0000,
4001 .sysc_offs = 0x0010,
4002 .sysc_flags = (SYSC_HAS_EMUFREE | SYSC_HAS_RESET_STATUS |
4003 SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET),
4004 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
4005 SIDLE_SMART_WKUP),
4006 .sysc_fields = &omap_hwmod_sysc_type2,
4007};
4008
4009static struct omap_hwmod_class omap44xx_timer_hwmod_class = {
4010 .name = "timer",
4011 .sysc = &omap44xx_timer_sysc,
4012};
4013
4014/* timer1 */
4015static struct omap_hwmod omap44xx_timer1_hwmod;
4016static struct omap_hwmod_irq_info omap44xx_timer1_irqs[] = {
4017 { .irq = 37 + OMAP44XX_IRQ_GIC_START },
4018};
4019
4020static struct omap_hwmod_addr_space omap44xx_timer1_addrs[] = {
4021 {
4022 .pa_start = 0x4a318000,
4023 .pa_end = 0x4a31807f,
4024 .flags = ADDR_TYPE_RT
4025 },
78183f3f 4026 { }
35d1a66a
BC
4027};
4028
4029/* l4_wkup -> timer1 */
4030static struct omap_hwmod_ocp_if omap44xx_l4_wkup__timer1 = {
4031 .master = &omap44xx_l4_wkup_hwmod,
4032 .slave = &omap44xx_timer1_hwmod,
4033 .clk = "l4_wkup_clk_mux_ck",
4034 .addr = omap44xx_timer1_addrs,
35d1a66a
BC
4035 .user = OCP_USER_MPU | OCP_USER_SDMA,
4036};
4037
4038/* timer1 slave ports */
4039static struct omap_hwmod_ocp_if *omap44xx_timer1_slaves[] = {
4040 &omap44xx_l4_wkup__timer1,
4041};
4042
4043static struct omap_hwmod omap44xx_timer1_hwmod = {
4044 .name = "timer1",
4045 .class = &omap44xx_timer_1ms_hwmod_class,
4046 .mpu_irqs = omap44xx_timer1_irqs,
4047 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_timer1_irqs),
4048 .main_clk = "timer1_fck",
4049 .prcm = {
4050 .omap4 = {
4051 .clkctrl_reg = OMAP4430_CM_WKUP_TIMER1_CLKCTRL,
4052 },
4053 },
4054 .slaves = omap44xx_timer1_slaves,
4055 .slaves_cnt = ARRAY_SIZE(omap44xx_timer1_slaves),
4056 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4057};
4058
4059/* timer2 */
4060static struct omap_hwmod omap44xx_timer2_hwmod;
4061static struct omap_hwmod_irq_info omap44xx_timer2_irqs[] = {
4062 { .irq = 38 + OMAP44XX_IRQ_GIC_START },
4063};
4064
4065static struct omap_hwmod_addr_space omap44xx_timer2_addrs[] = {
4066 {
4067 .pa_start = 0x48032000,
4068 .pa_end = 0x4803207f,
4069 .flags = ADDR_TYPE_RT
4070 },
78183f3f 4071 { }
35d1a66a
BC
4072};
4073
4074/* l4_per -> timer2 */
4075static struct omap_hwmod_ocp_if omap44xx_l4_per__timer2 = {
4076 .master = &omap44xx_l4_per_hwmod,
4077 .slave = &omap44xx_timer2_hwmod,
4078 .clk = "l4_div_ck",
4079 .addr = omap44xx_timer2_addrs,
35d1a66a
BC
4080 .user = OCP_USER_MPU | OCP_USER_SDMA,
4081};
4082
4083/* timer2 slave ports */
4084static struct omap_hwmod_ocp_if *omap44xx_timer2_slaves[] = {
4085 &omap44xx_l4_per__timer2,
4086};
4087
4088static struct omap_hwmod omap44xx_timer2_hwmod = {
4089 .name = "timer2",
4090 .class = &omap44xx_timer_1ms_hwmod_class,
4091 .mpu_irqs = omap44xx_timer2_irqs,
4092 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_timer2_irqs),
4093 .main_clk = "timer2_fck",
4094 .prcm = {
4095 .omap4 = {
4096 .clkctrl_reg = OMAP4430_CM_L4PER_DMTIMER2_CLKCTRL,
4097 },
4098 },
4099 .slaves = omap44xx_timer2_slaves,
4100 .slaves_cnt = ARRAY_SIZE(omap44xx_timer2_slaves),
4101 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4102};
4103
4104/* timer3 */
4105static struct omap_hwmod omap44xx_timer3_hwmod;
4106static struct omap_hwmod_irq_info omap44xx_timer3_irqs[] = {
4107 { .irq = 39 + OMAP44XX_IRQ_GIC_START },
4108};
4109
4110static struct omap_hwmod_addr_space omap44xx_timer3_addrs[] = {
4111 {
4112 .pa_start = 0x48034000,
4113 .pa_end = 0x4803407f,
4114 .flags = ADDR_TYPE_RT
4115 },
78183f3f 4116 { }
35d1a66a
BC
4117};
4118
4119/* l4_per -> timer3 */
4120static struct omap_hwmod_ocp_if omap44xx_l4_per__timer3 = {
4121 .master = &omap44xx_l4_per_hwmod,
4122 .slave = &omap44xx_timer3_hwmod,
4123 .clk = "l4_div_ck",
4124 .addr = omap44xx_timer3_addrs,
35d1a66a
BC
4125 .user = OCP_USER_MPU | OCP_USER_SDMA,
4126};
4127
4128/* timer3 slave ports */
4129static struct omap_hwmod_ocp_if *omap44xx_timer3_slaves[] = {
4130 &omap44xx_l4_per__timer3,
4131};
4132
4133static struct omap_hwmod omap44xx_timer3_hwmod = {
4134 .name = "timer3",
4135 .class = &omap44xx_timer_hwmod_class,
4136 .mpu_irqs = omap44xx_timer3_irqs,
4137 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_timer3_irqs),
4138 .main_clk = "timer3_fck",
4139 .prcm = {
4140 .omap4 = {
4141 .clkctrl_reg = OMAP4430_CM_L4PER_DMTIMER3_CLKCTRL,
4142 },
4143 },
4144 .slaves = omap44xx_timer3_slaves,
4145 .slaves_cnt = ARRAY_SIZE(omap44xx_timer3_slaves),
4146 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4147};
4148
4149/* timer4 */
4150static struct omap_hwmod omap44xx_timer4_hwmod;
4151static struct omap_hwmod_irq_info omap44xx_timer4_irqs[] = {
4152 { .irq = 40 + OMAP44XX_IRQ_GIC_START },
4153};
4154
4155static struct omap_hwmod_addr_space omap44xx_timer4_addrs[] = {
4156 {
4157 .pa_start = 0x48036000,
4158 .pa_end = 0x4803607f,
4159 .flags = ADDR_TYPE_RT
4160 },
78183f3f 4161 { }
35d1a66a
BC
4162};
4163
4164/* l4_per -> timer4 */
4165static struct omap_hwmod_ocp_if omap44xx_l4_per__timer4 = {
4166 .master = &omap44xx_l4_per_hwmod,
4167 .slave = &omap44xx_timer4_hwmod,
4168 .clk = "l4_div_ck",
4169 .addr = omap44xx_timer4_addrs,
35d1a66a
BC
4170 .user = OCP_USER_MPU | OCP_USER_SDMA,
4171};
4172
4173/* timer4 slave ports */
4174static struct omap_hwmod_ocp_if *omap44xx_timer4_slaves[] = {
4175 &omap44xx_l4_per__timer4,
4176};
4177
4178static struct omap_hwmod omap44xx_timer4_hwmod = {
4179 .name = "timer4",
4180 .class = &omap44xx_timer_hwmod_class,
4181 .mpu_irqs = omap44xx_timer4_irqs,
4182 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_timer4_irqs),
4183 .main_clk = "timer4_fck",
4184 .prcm = {
4185 .omap4 = {
4186 .clkctrl_reg = OMAP4430_CM_L4PER_DMTIMER4_CLKCTRL,
4187 },
4188 },
4189 .slaves = omap44xx_timer4_slaves,
4190 .slaves_cnt = ARRAY_SIZE(omap44xx_timer4_slaves),
4191 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4192};
4193
4194/* timer5 */
4195static struct omap_hwmod omap44xx_timer5_hwmod;
4196static struct omap_hwmod_irq_info omap44xx_timer5_irqs[] = {
4197 { .irq = 41 + OMAP44XX_IRQ_GIC_START },
4198};
4199
4200static struct omap_hwmod_addr_space omap44xx_timer5_addrs[] = {
4201 {
4202 .pa_start = 0x40138000,
4203 .pa_end = 0x4013807f,
4204 .flags = ADDR_TYPE_RT
4205 },
78183f3f 4206 { }
35d1a66a
BC
4207};
4208
4209/* l4_abe -> timer5 */
4210static struct omap_hwmod_ocp_if omap44xx_l4_abe__timer5 = {
4211 .master = &omap44xx_l4_abe_hwmod,
4212 .slave = &omap44xx_timer5_hwmod,
4213 .clk = "ocp_abe_iclk",
4214 .addr = omap44xx_timer5_addrs,
35d1a66a
BC
4215 .user = OCP_USER_MPU,
4216};
4217
4218static struct omap_hwmod_addr_space omap44xx_timer5_dma_addrs[] = {
4219 {
4220 .pa_start = 0x49038000,
4221 .pa_end = 0x4903807f,
4222 .flags = ADDR_TYPE_RT
4223 },
78183f3f 4224 { }
35d1a66a
BC
4225};
4226
4227/* l4_abe -> timer5 (dma) */
4228static struct omap_hwmod_ocp_if omap44xx_l4_abe__timer5_dma = {
4229 .master = &omap44xx_l4_abe_hwmod,
4230 .slave = &omap44xx_timer5_hwmod,
4231 .clk = "ocp_abe_iclk",
4232 .addr = omap44xx_timer5_dma_addrs,
35d1a66a
BC
4233 .user = OCP_USER_SDMA,
4234};
4235
4236/* timer5 slave ports */
4237static struct omap_hwmod_ocp_if *omap44xx_timer5_slaves[] = {
4238 &omap44xx_l4_abe__timer5,
4239 &omap44xx_l4_abe__timer5_dma,
4240};
4241
4242static struct omap_hwmod omap44xx_timer5_hwmod = {
4243 .name = "timer5",
4244 .class = &omap44xx_timer_hwmod_class,
4245 .mpu_irqs = omap44xx_timer5_irqs,
4246 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_timer5_irqs),
4247 .main_clk = "timer5_fck",
4248 .prcm = {
4249 .omap4 = {
4250 .clkctrl_reg = OMAP4430_CM1_ABE_TIMER5_CLKCTRL,
4251 },
4252 },
4253 .slaves = omap44xx_timer5_slaves,
4254 .slaves_cnt = ARRAY_SIZE(omap44xx_timer5_slaves),
4255 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4256};
4257
4258/* timer6 */
4259static struct omap_hwmod omap44xx_timer6_hwmod;
4260static struct omap_hwmod_irq_info omap44xx_timer6_irqs[] = {
4261 { .irq = 42 + OMAP44XX_IRQ_GIC_START },
4262};
4263
4264static struct omap_hwmod_addr_space omap44xx_timer6_addrs[] = {
4265 {
4266 .pa_start = 0x4013a000,
4267 .pa_end = 0x4013a07f,
4268 .flags = ADDR_TYPE_RT
4269 },
78183f3f 4270 { }
35d1a66a
BC
4271};
4272
4273/* l4_abe -> timer6 */
4274static struct omap_hwmod_ocp_if omap44xx_l4_abe__timer6 = {
4275 .master = &omap44xx_l4_abe_hwmod,
4276 .slave = &omap44xx_timer6_hwmod,
4277 .clk = "ocp_abe_iclk",
4278 .addr = omap44xx_timer6_addrs,
35d1a66a
BC
4279 .user = OCP_USER_MPU,
4280};
4281
4282static struct omap_hwmod_addr_space omap44xx_timer6_dma_addrs[] = {
4283 {
4284 .pa_start = 0x4903a000,
4285 .pa_end = 0x4903a07f,
4286 .flags = ADDR_TYPE_RT
4287 },
78183f3f 4288 { }
35d1a66a
BC
4289};
4290
4291/* l4_abe -> timer6 (dma) */
4292static struct omap_hwmod_ocp_if omap44xx_l4_abe__timer6_dma = {
4293 .master = &omap44xx_l4_abe_hwmod,
4294 .slave = &omap44xx_timer6_hwmod,
4295 .clk = "ocp_abe_iclk",
4296 .addr = omap44xx_timer6_dma_addrs,
35d1a66a
BC
4297 .user = OCP_USER_SDMA,
4298};
4299
4300/* timer6 slave ports */
4301static struct omap_hwmod_ocp_if *omap44xx_timer6_slaves[] = {
4302 &omap44xx_l4_abe__timer6,
4303 &omap44xx_l4_abe__timer6_dma,
4304};
4305
4306static struct omap_hwmod omap44xx_timer6_hwmod = {
4307 .name = "timer6",
4308 .class = &omap44xx_timer_hwmod_class,
4309 .mpu_irqs = omap44xx_timer6_irqs,
4310 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_timer6_irqs),
4311 .main_clk = "timer6_fck",
4312 .prcm = {
4313 .omap4 = {
4314 .clkctrl_reg = OMAP4430_CM1_ABE_TIMER6_CLKCTRL,
4315 },
4316 },
4317 .slaves = omap44xx_timer6_slaves,
4318 .slaves_cnt = ARRAY_SIZE(omap44xx_timer6_slaves),
4319 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4320};
4321
4322/* timer7 */
4323static struct omap_hwmod omap44xx_timer7_hwmod;
4324static struct omap_hwmod_irq_info omap44xx_timer7_irqs[] = {
4325 { .irq = 43 + OMAP44XX_IRQ_GIC_START },
4326};
4327
4328static struct omap_hwmod_addr_space omap44xx_timer7_addrs[] = {
4329 {
4330 .pa_start = 0x4013c000,
4331 .pa_end = 0x4013c07f,
4332 .flags = ADDR_TYPE_RT
4333 },
78183f3f 4334 { }
35d1a66a
BC
4335};
4336
4337/* l4_abe -> timer7 */
4338static struct omap_hwmod_ocp_if omap44xx_l4_abe__timer7 = {
4339 .master = &omap44xx_l4_abe_hwmod,
4340 .slave = &omap44xx_timer7_hwmod,
4341 .clk = "ocp_abe_iclk",
4342 .addr = omap44xx_timer7_addrs,
35d1a66a
BC
4343 .user = OCP_USER_MPU,
4344};
4345
4346static struct omap_hwmod_addr_space omap44xx_timer7_dma_addrs[] = {
4347 {
4348 .pa_start = 0x4903c000,
4349 .pa_end = 0x4903c07f,
4350 .flags = ADDR_TYPE_RT
4351 },
78183f3f 4352 { }
35d1a66a
BC
4353};
4354
4355/* l4_abe -> timer7 (dma) */
4356static struct omap_hwmod_ocp_if omap44xx_l4_abe__timer7_dma = {
4357 .master = &omap44xx_l4_abe_hwmod,
4358 .slave = &omap44xx_timer7_hwmod,
4359 .clk = "ocp_abe_iclk",
4360 .addr = omap44xx_timer7_dma_addrs,
35d1a66a
BC
4361 .user = OCP_USER_SDMA,
4362};
4363
4364/* timer7 slave ports */
4365static struct omap_hwmod_ocp_if *omap44xx_timer7_slaves[] = {
4366 &omap44xx_l4_abe__timer7,
4367 &omap44xx_l4_abe__timer7_dma,
4368};
4369
4370static struct omap_hwmod omap44xx_timer7_hwmod = {
4371 .name = "timer7",
4372 .class = &omap44xx_timer_hwmod_class,
4373 .mpu_irqs = omap44xx_timer7_irqs,
4374 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_timer7_irqs),
4375 .main_clk = "timer7_fck",
4376 .prcm = {
4377 .omap4 = {
4378 .clkctrl_reg = OMAP4430_CM1_ABE_TIMER7_CLKCTRL,
4379 },
4380 },
4381 .slaves = omap44xx_timer7_slaves,
4382 .slaves_cnt = ARRAY_SIZE(omap44xx_timer7_slaves),
4383 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4384};
4385
4386/* timer8 */
4387static struct omap_hwmod omap44xx_timer8_hwmod;
4388static struct omap_hwmod_irq_info omap44xx_timer8_irqs[] = {
4389 { .irq = 44 + OMAP44XX_IRQ_GIC_START },
4390};
4391
4392static struct omap_hwmod_addr_space omap44xx_timer8_addrs[] = {
4393 {
4394 .pa_start = 0x4013e000,
4395 .pa_end = 0x4013e07f,
4396 .flags = ADDR_TYPE_RT
4397 },
78183f3f 4398 { }
35d1a66a
BC
4399};
4400
4401/* l4_abe -> timer8 */
4402static struct omap_hwmod_ocp_if omap44xx_l4_abe__timer8 = {
4403 .master = &omap44xx_l4_abe_hwmod,
4404 .slave = &omap44xx_timer8_hwmod,
4405 .clk = "ocp_abe_iclk",
4406 .addr = omap44xx_timer8_addrs,
35d1a66a
BC
4407 .user = OCP_USER_MPU,
4408};
4409
4410static struct omap_hwmod_addr_space omap44xx_timer8_dma_addrs[] = {
4411 {
4412 .pa_start = 0x4903e000,
4413 .pa_end = 0x4903e07f,
4414 .flags = ADDR_TYPE_RT
4415 },
78183f3f 4416 { }
35d1a66a
BC
4417};
4418
4419/* l4_abe -> timer8 (dma) */
4420static struct omap_hwmod_ocp_if omap44xx_l4_abe__timer8_dma = {
4421 .master = &omap44xx_l4_abe_hwmod,
4422 .slave = &omap44xx_timer8_hwmod,
4423 .clk = "ocp_abe_iclk",
4424 .addr = omap44xx_timer8_dma_addrs,
35d1a66a
BC
4425 .user = OCP_USER_SDMA,
4426};
4427
4428/* timer8 slave ports */
4429static struct omap_hwmod_ocp_if *omap44xx_timer8_slaves[] = {
4430 &omap44xx_l4_abe__timer8,
4431 &omap44xx_l4_abe__timer8_dma,
4432};
4433
4434static struct omap_hwmod omap44xx_timer8_hwmod = {
4435 .name = "timer8",
4436 .class = &omap44xx_timer_hwmod_class,
4437 .mpu_irqs = omap44xx_timer8_irqs,
4438 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_timer8_irqs),
4439 .main_clk = "timer8_fck",
4440 .prcm = {
4441 .omap4 = {
4442 .clkctrl_reg = OMAP4430_CM1_ABE_TIMER8_CLKCTRL,
4443 },
4444 },
4445 .slaves = omap44xx_timer8_slaves,
4446 .slaves_cnt = ARRAY_SIZE(omap44xx_timer8_slaves),
4447 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4448};
4449
4450/* timer9 */
4451static struct omap_hwmod omap44xx_timer9_hwmod;
4452static struct omap_hwmod_irq_info omap44xx_timer9_irqs[] = {
4453 { .irq = 45 + OMAP44XX_IRQ_GIC_START },
4454};
4455
4456static struct omap_hwmod_addr_space omap44xx_timer9_addrs[] = {
4457 {
4458 .pa_start = 0x4803e000,
4459 .pa_end = 0x4803e07f,
4460 .flags = ADDR_TYPE_RT
4461 },
78183f3f 4462 { }
35d1a66a
BC
4463};
4464
4465/* l4_per -> timer9 */
4466static struct omap_hwmod_ocp_if omap44xx_l4_per__timer9 = {
4467 .master = &omap44xx_l4_per_hwmod,
4468 .slave = &omap44xx_timer9_hwmod,
4469 .clk = "l4_div_ck",
4470 .addr = omap44xx_timer9_addrs,
35d1a66a
BC
4471 .user = OCP_USER_MPU | OCP_USER_SDMA,
4472};
4473
4474/* timer9 slave ports */
4475static struct omap_hwmod_ocp_if *omap44xx_timer9_slaves[] = {
4476 &omap44xx_l4_per__timer9,
4477};
4478
4479static struct omap_hwmod omap44xx_timer9_hwmod = {
4480 .name = "timer9",
4481 .class = &omap44xx_timer_hwmod_class,
4482 .mpu_irqs = omap44xx_timer9_irqs,
4483 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_timer9_irqs),
4484 .main_clk = "timer9_fck",
4485 .prcm = {
4486 .omap4 = {
4487 .clkctrl_reg = OMAP4430_CM_L4PER_DMTIMER9_CLKCTRL,
4488 },
4489 },
4490 .slaves = omap44xx_timer9_slaves,
4491 .slaves_cnt = ARRAY_SIZE(omap44xx_timer9_slaves),
4492 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4493};
4494
4495/* timer10 */
4496static struct omap_hwmod omap44xx_timer10_hwmod;
4497static struct omap_hwmod_irq_info omap44xx_timer10_irqs[] = {
4498 { .irq = 46 + OMAP44XX_IRQ_GIC_START },
4499};
4500
4501static struct omap_hwmod_addr_space omap44xx_timer10_addrs[] = {
4502 {
4503 .pa_start = 0x48086000,
4504 .pa_end = 0x4808607f,
4505 .flags = ADDR_TYPE_RT
4506 },
78183f3f 4507 { }
35d1a66a
BC
4508};
4509
4510/* l4_per -> timer10 */
4511static struct omap_hwmod_ocp_if omap44xx_l4_per__timer10 = {
4512 .master = &omap44xx_l4_per_hwmod,
4513 .slave = &omap44xx_timer10_hwmod,
4514 .clk = "l4_div_ck",
4515 .addr = omap44xx_timer10_addrs,
35d1a66a
BC
4516 .user = OCP_USER_MPU | OCP_USER_SDMA,
4517};
4518
4519/* timer10 slave ports */
4520static struct omap_hwmod_ocp_if *omap44xx_timer10_slaves[] = {
4521 &omap44xx_l4_per__timer10,
4522};
4523
4524static struct omap_hwmod omap44xx_timer10_hwmod = {
4525 .name = "timer10",
4526 .class = &omap44xx_timer_1ms_hwmod_class,
4527 .mpu_irqs = omap44xx_timer10_irqs,
4528 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_timer10_irqs),
4529 .main_clk = "timer10_fck",
4530 .prcm = {
4531 .omap4 = {
4532 .clkctrl_reg = OMAP4430_CM_L4PER_DMTIMER10_CLKCTRL,
4533 },
4534 },
4535 .slaves = omap44xx_timer10_slaves,
4536 .slaves_cnt = ARRAY_SIZE(omap44xx_timer10_slaves),
4537 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4538};
4539
4540/* timer11 */
4541static struct omap_hwmod omap44xx_timer11_hwmod;
4542static struct omap_hwmod_irq_info omap44xx_timer11_irqs[] = {
4543 { .irq = 47 + OMAP44XX_IRQ_GIC_START },
4544};
4545
4546static struct omap_hwmod_addr_space omap44xx_timer11_addrs[] = {
4547 {
4548 .pa_start = 0x48088000,
4549 .pa_end = 0x4808807f,
4550 .flags = ADDR_TYPE_RT
4551 },
78183f3f 4552 { }
35d1a66a
BC
4553};
4554
4555/* l4_per -> timer11 */
4556static struct omap_hwmod_ocp_if omap44xx_l4_per__timer11 = {
4557 .master = &omap44xx_l4_per_hwmod,
4558 .slave = &omap44xx_timer11_hwmod,
4559 .clk = "l4_div_ck",
4560 .addr = omap44xx_timer11_addrs,
35d1a66a
BC
4561 .user = OCP_USER_MPU | OCP_USER_SDMA,
4562};
4563
4564/* timer11 slave ports */
4565static struct omap_hwmod_ocp_if *omap44xx_timer11_slaves[] = {
4566 &omap44xx_l4_per__timer11,
4567};
4568
4569static struct omap_hwmod omap44xx_timer11_hwmod = {
4570 .name = "timer11",
4571 .class = &omap44xx_timer_hwmod_class,
4572 .mpu_irqs = omap44xx_timer11_irqs,
4573 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_timer11_irqs),
4574 .main_clk = "timer11_fck",
4575 .prcm = {
4576 .omap4 = {
4577 .clkctrl_reg = OMAP4430_CM_L4PER_DMTIMER11_CLKCTRL,
4578 },
4579 },
4580 .slaves = omap44xx_timer11_slaves,
4581 .slaves_cnt = ARRAY_SIZE(omap44xx_timer11_slaves),
4582 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4583};
4584
9780a9cf 4585/*
3b54baad
BC
4586 * 'uart' class
4587 * universal asynchronous receiver/transmitter (uart)
9780a9cf
BC
4588 */
4589
3b54baad
BC
4590static struct omap_hwmod_class_sysconfig omap44xx_uart_sysc = {
4591 .rev_offs = 0x0050,
4592 .sysc_offs = 0x0054,
4593 .syss_offs = 0x0058,
4594 .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_ENAWAKEUP |
0cfe8751
BC
4595 SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
4596 SYSS_HAS_RESET_STATUS),
7cffa6b8
BC
4597 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
4598 SIDLE_SMART_WKUP),
9780a9cf
BC
4599 .sysc_fields = &omap_hwmod_sysc_type1,
4600};
4601
3b54baad 4602static struct omap_hwmod_class omap44xx_uart_hwmod_class = {
fe13471c
BC
4603 .name = "uart",
4604 .sysc = &omap44xx_uart_sysc,
9780a9cf
BC
4605};
4606
3b54baad
BC
4607/* uart1 */
4608static struct omap_hwmod omap44xx_uart1_hwmod;
4609static struct omap_hwmod_irq_info omap44xx_uart1_irqs[] = {
4610 { .irq = 72 + OMAP44XX_IRQ_GIC_START },
9780a9cf
BC
4611};
4612
3b54baad
BC
4613static struct omap_hwmod_dma_info omap44xx_uart1_sdma_reqs[] = {
4614 { .name = "tx", .dma_req = 48 + OMAP44XX_DMA_REQ_START },
4615 { .name = "rx", .dma_req = 49 + OMAP44XX_DMA_REQ_START },
9780a9cf
BC
4616};
4617
3b54baad 4618static struct omap_hwmod_addr_space omap44xx_uart1_addrs[] = {
9780a9cf 4619 {
3b54baad
BC
4620 .pa_start = 0x4806a000,
4621 .pa_end = 0x4806a0ff,
9780a9cf
BC
4622 .flags = ADDR_TYPE_RT
4623 },
78183f3f 4624 { }
9780a9cf
BC
4625};
4626
3b54baad
BC
4627/* l4_per -> uart1 */
4628static struct omap_hwmod_ocp_if omap44xx_l4_per__uart1 = {
4629 .master = &omap44xx_l4_per_hwmod,
4630 .slave = &omap44xx_uart1_hwmod,
4631 .clk = "l4_div_ck",
4632 .addr = omap44xx_uart1_addrs,
9780a9cf
BC
4633 .user = OCP_USER_MPU | OCP_USER_SDMA,
4634};
4635
3b54baad
BC
4636/* uart1 slave ports */
4637static struct omap_hwmod_ocp_if *omap44xx_uart1_slaves[] = {
4638 &omap44xx_l4_per__uart1,
9780a9cf
BC
4639};
4640
3b54baad
BC
4641static struct omap_hwmod omap44xx_uart1_hwmod = {
4642 .name = "uart1",
4643 .class = &omap44xx_uart_hwmod_class,
4644 .mpu_irqs = omap44xx_uart1_irqs,
4645 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_uart1_irqs),
4646 .sdma_reqs = omap44xx_uart1_sdma_reqs,
4647 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_uart1_sdma_reqs),
4648 .main_clk = "uart1_fck",
9780a9cf
BC
4649 .prcm = {
4650 .omap4 = {
3b54baad 4651 .clkctrl_reg = OMAP4430_CM_L4PER_UART1_CLKCTRL,
9780a9cf
BC
4652 },
4653 },
3b54baad
BC
4654 .slaves = omap44xx_uart1_slaves,
4655 .slaves_cnt = ARRAY_SIZE(omap44xx_uart1_slaves),
9780a9cf
BC
4656 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4657};
4658
3b54baad
BC
4659/* uart2 */
4660static struct omap_hwmod omap44xx_uart2_hwmod;
4661static struct omap_hwmod_irq_info omap44xx_uart2_irqs[] = {
4662 { .irq = 73 + OMAP44XX_IRQ_GIC_START },
9780a9cf
BC
4663};
4664
3b54baad
BC
4665static struct omap_hwmod_dma_info omap44xx_uart2_sdma_reqs[] = {
4666 { .name = "tx", .dma_req = 50 + OMAP44XX_DMA_REQ_START },
4667 { .name = "rx", .dma_req = 51 + OMAP44XX_DMA_REQ_START },
4668};
4669
4670static struct omap_hwmod_addr_space omap44xx_uart2_addrs[] = {
9780a9cf 4671 {
3b54baad
BC
4672 .pa_start = 0x4806c000,
4673 .pa_end = 0x4806c0ff,
9780a9cf
BC
4674 .flags = ADDR_TYPE_RT
4675 },
78183f3f 4676 { }
9780a9cf
BC
4677};
4678
3b54baad
BC
4679/* l4_per -> uart2 */
4680static struct omap_hwmod_ocp_if omap44xx_l4_per__uart2 = {
9780a9cf 4681 .master = &omap44xx_l4_per_hwmod,
3b54baad
BC
4682 .slave = &omap44xx_uart2_hwmod,
4683 .clk = "l4_div_ck",
4684 .addr = omap44xx_uart2_addrs,
9780a9cf
BC
4685 .user = OCP_USER_MPU | OCP_USER_SDMA,
4686};
4687
3b54baad
BC
4688/* uart2 slave ports */
4689static struct omap_hwmod_ocp_if *omap44xx_uart2_slaves[] = {
4690 &omap44xx_l4_per__uart2,
9780a9cf
BC
4691};
4692
3b54baad
BC
4693static struct omap_hwmod omap44xx_uart2_hwmod = {
4694 .name = "uart2",
4695 .class = &omap44xx_uart_hwmod_class,
4696 .mpu_irqs = omap44xx_uart2_irqs,
4697 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_uart2_irqs),
4698 .sdma_reqs = omap44xx_uart2_sdma_reqs,
4699 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_uart2_sdma_reqs),
4700 .main_clk = "uart2_fck",
9780a9cf
BC
4701 .prcm = {
4702 .omap4 = {
3b54baad 4703 .clkctrl_reg = OMAP4430_CM_L4PER_UART2_CLKCTRL,
9780a9cf
BC
4704 },
4705 },
3b54baad
BC
4706 .slaves = omap44xx_uart2_slaves,
4707 .slaves_cnt = ARRAY_SIZE(omap44xx_uart2_slaves),
9780a9cf
BC
4708 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4709};
4710
3b54baad
BC
4711/* uart3 */
4712static struct omap_hwmod omap44xx_uart3_hwmod;
4713static struct omap_hwmod_irq_info omap44xx_uart3_irqs[] = {
4714 { .irq = 74 + OMAP44XX_IRQ_GIC_START },
9780a9cf
BC
4715};
4716
3b54baad
BC
4717static struct omap_hwmod_dma_info omap44xx_uart3_sdma_reqs[] = {
4718 { .name = "tx", .dma_req = 52 + OMAP44XX_DMA_REQ_START },
4719 { .name = "rx", .dma_req = 53 + OMAP44XX_DMA_REQ_START },
4720};
4721
4722static struct omap_hwmod_addr_space omap44xx_uart3_addrs[] = {
9780a9cf 4723 {
3b54baad
BC
4724 .pa_start = 0x48020000,
4725 .pa_end = 0x480200ff,
9780a9cf
BC
4726 .flags = ADDR_TYPE_RT
4727 },
78183f3f 4728 { }
9780a9cf
BC
4729};
4730
3b54baad
BC
4731/* l4_per -> uart3 */
4732static struct omap_hwmod_ocp_if omap44xx_l4_per__uart3 = {
9780a9cf 4733 .master = &omap44xx_l4_per_hwmod,
3b54baad
BC
4734 .slave = &omap44xx_uart3_hwmod,
4735 .clk = "l4_div_ck",
4736 .addr = omap44xx_uart3_addrs,
9780a9cf
BC
4737 .user = OCP_USER_MPU | OCP_USER_SDMA,
4738};
4739
3b54baad
BC
4740/* uart3 slave ports */
4741static struct omap_hwmod_ocp_if *omap44xx_uart3_slaves[] = {
4742 &omap44xx_l4_per__uart3,
4743};
4744
4745static struct omap_hwmod omap44xx_uart3_hwmod = {
4746 .name = "uart3",
4747 .class = &omap44xx_uart_hwmod_class,
4748 .flags = (HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET),
4749 .mpu_irqs = omap44xx_uart3_irqs,
4750 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_uart3_irqs),
4751 .sdma_reqs = omap44xx_uart3_sdma_reqs,
4752 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_uart3_sdma_reqs),
4753 .main_clk = "uart3_fck",
9780a9cf
BC
4754 .prcm = {
4755 .omap4 = {
3b54baad 4756 .clkctrl_reg = OMAP4430_CM_L4PER_UART3_CLKCTRL,
9780a9cf
BC
4757 },
4758 },
3b54baad
BC
4759 .slaves = omap44xx_uart3_slaves,
4760 .slaves_cnt = ARRAY_SIZE(omap44xx_uart3_slaves),
9780a9cf
BC
4761 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4762};
4763
3b54baad
BC
4764/* uart4 */
4765static struct omap_hwmod omap44xx_uart4_hwmod;
4766static struct omap_hwmod_irq_info omap44xx_uart4_irqs[] = {
4767 { .irq = 70 + OMAP44XX_IRQ_GIC_START },
9780a9cf
BC
4768};
4769
3b54baad
BC
4770static struct omap_hwmod_dma_info omap44xx_uart4_sdma_reqs[] = {
4771 { .name = "tx", .dma_req = 54 + OMAP44XX_DMA_REQ_START },
4772 { .name = "rx", .dma_req = 55 + OMAP44XX_DMA_REQ_START },
4773};
4774
4775static struct omap_hwmod_addr_space omap44xx_uart4_addrs[] = {
9780a9cf 4776 {
3b54baad
BC
4777 .pa_start = 0x4806e000,
4778 .pa_end = 0x4806e0ff,
9780a9cf
BC
4779 .flags = ADDR_TYPE_RT
4780 },
78183f3f 4781 { }
9780a9cf
BC
4782};
4783
3b54baad
BC
4784/* l4_per -> uart4 */
4785static struct omap_hwmod_ocp_if omap44xx_l4_per__uart4 = {
9780a9cf 4786 .master = &omap44xx_l4_per_hwmod,
3b54baad
BC
4787 .slave = &omap44xx_uart4_hwmod,
4788 .clk = "l4_div_ck",
4789 .addr = omap44xx_uart4_addrs,
9780a9cf
BC
4790 .user = OCP_USER_MPU | OCP_USER_SDMA,
4791};
4792
3b54baad
BC
4793/* uart4 slave ports */
4794static struct omap_hwmod_ocp_if *omap44xx_uart4_slaves[] = {
4795 &omap44xx_l4_per__uart4,
9780a9cf
BC
4796};
4797
3b54baad
BC
4798static struct omap_hwmod omap44xx_uart4_hwmod = {
4799 .name = "uart4",
4800 .class = &omap44xx_uart_hwmod_class,
4801 .mpu_irqs = omap44xx_uart4_irqs,
4802 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_uart4_irqs),
4803 .sdma_reqs = omap44xx_uart4_sdma_reqs,
4804 .sdma_reqs_cnt = ARRAY_SIZE(omap44xx_uart4_sdma_reqs),
4805 .main_clk = "uart4_fck",
9780a9cf
BC
4806 .prcm = {
4807 .omap4 = {
3b54baad 4808 .clkctrl_reg = OMAP4430_CM_L4PER_UART4_CLKCTRL,
9780a9cf
BC
4809 },
4810 },
3b54baad
BC
4811 .slaves = omap44xx_uart4_slaves,
4812 .slaves_cnt = ARRAY_SIZE(omap44xx_uart4_slaves),
9780a9cf
BC
4813 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4814};
4815
5844c4ea
BC
4816/*
4817 * 'usb_otg_hs' class
4818 * high-speed on-the-go universal serial bus (usb_otg_hs) controller
4819 */
4820
4821static struct omap_hwmod_class_sysconfig omap44xx_usb_otg_hs_sysc = {
4822 .rev_offs = 0x0400,
4823 .sysc_offs = 0x0404,
4824 .syss_offs = 0x0408,
4825 .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_ENAWAKEUP |
4826 SYSC_HAS_MIDLEMODE | SYSC_HAS_SIDLEMODE |
4827 SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
4828 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
4829 SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO |
4830 MSTANDBY_SMART),
4831 .sysc_fields = &omap_hwmod_sysc_type1,
4832};
4833
4834static struct omap_hwmod_class omap44xx_usb_otg_hs_hwmod_class = {
4835 .name = "usb_otg_hs",
4836 .sysc = &omap44xx_usb_otg_hs_sysc,
4837};
4838
4839/* usb_otg_hs */
4840static struct omap_hwmod_irq_info omap44xx_usb_otg_hs_irqs[] = {
4841 { .name = "mc", .irq = 92 + OMAP44XX_IRQ_GIC_START },
4842 { .name = "dma", .irq = 93 + OMAP44XX_IRQ_GIC_START },
4843};
4844
4845/* usb_otg_hs master ports */
4846static struct omap_hwmod_ocp_if *omap44xx_usb_otg_hs_masters[] = {
4847 &omap44xx_usb_otg_hs__l3_main_2,
4848};
4849
4850static struct omap_hwmod_addr_space omap44xx_usb_otg_hs_addrs[] = {
4851 {
4852 .pa_start = 0x4a0ab000,
4853 .pa_end = 0x4a0ab003,
4854 .flags = ADDR_TYPE_RT
4855 },
78183f3f 4856 { }
5844c4ea
BC
4857};
4858
4859/* l4_cfg -> usb_otg_hs */
4860static struct omap_hwmod_ocp_if omap44xx_l4_cfg__usb_otg_hs = {
4861 .master = &omap44xx_l4_cfg_hwmod,
4862 .slave = &omap44xx_usb_otg_hs_hwmod,
4863 .clk = "l4_div_ck",
4864 .addr = omap44xx_usb_otg_hs_addrs,
5844c4ea
BC
4865 .user = OCP_USER_MPU | OCP_USER_SDMA,
4866};
4867
4868/* usb_otg_hs slave ports */
4869static struct omap_hwmod_ocp_if *omap44xx_usb_otg_hs_slaves[] = {
4870 &omap44xx_l4_cfg__usb_otg_hs,
4871};
4872
4873static struct omap_hwmod_opt_clk usb_otg_hs_opt_clks[] = {
4874 { .role = "xclk", .clk = "usb_otg_hs_xclk" },
4875};
4876
4877static struct omap_hwmod omap44xx_usb_otg_hs_hwmod = {
4878 .name = "usb_otg_hs",
4879 .class = &omap44xx_usb_otg_hs_hwmod_class,
4880 .flags = HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY,
4881 .mpu_irqs = omap44xx_usb_otg_hs_irqs,
4882 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_usb_otg_hs_irqs),
4883 .main_clk = "usb_otg_hs_ick",
4884 .prcm = {
4885 .omap4 = {
4886 .clkctrl_reg = OMAP4430_CM_L3INIT_USB_OTG_CLKCTRL,
4887 },
4888 },
4889 .opt_clks = usb_otg_hs_opt_clks,
4890 .opt_clks_cnt = ARRAY_SIZE(usb_otg_hs_opt_clks),
4891 .slaves = omap44xx_usb_otg_hs_slaves,
4892 .slaves_cnt = ARRAY_SIZE(omap44xx_usb_otg_hs_slaves),
4893 .masters = omap44xx_usb_otg_hs_masters,
4894 .masters_cnt = ARRAY_SIZE(omap44xx_usb_otg_hs_masters),
4895 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4896};
4897
3b54baad
BC
4898/*
4899 * 'wd_timer' class
4900 * 32-bit watchdog upward counter that generates a pulse on the reset pin on
4901 * overflow condition
4902 */
4903
4904static struct omap_hwmod_class_sysconfig omap44xx_wd_timer_sysc = {
4905 .rev_offs = 0x0000,
4906 .sysc_offs = 0x0010,
4907 .syss_offs = 0x0014,
4908 .sysc_flags = (SYSC_HAS_EMUFREE | SYSC_HAS_SIDLEMODE |
0cfe8751 4909 SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
7cffa6b8
BC
4910 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
4911 SIDLE_SMART_WKUP),
3b54baad 4912 .sysc_fields = &omap_hwmod_sysc_type1,
9780a9cf
BC
4913};
4914
3b54baad
BC
4915static struct omap_hwmod_class omap44xx_wd_timer_hwmod_class = {
4916 .name = "wd_timer",
4917 .sysc = &omap44xx_wd_timer_sysc,
fe13471c 4918 .pre_shutdown = &omap2_wd_timer_disable,
3b54baad
BC
4919};
4920
4921/* wd_timer2 */
4922static struct omap_hwmod omap44xx_wd_timer2_hwmod;
4923static struct omap_hwmod_irq_info omap44xx_wd_timer2_irqs[] = {
4924 { .irq = 80 + OMAP44XX_IRQ_GIC_START },
4925};
4926
4927static struct omap_hwmod_addr_space omap44xx_wd_timer2_addrs[] = {
9780a9cf 4928 {
3b54baad
BC
4929 .pa_start = 0x4a314000,
4930 .pa_end = 0x4a31407f,
9780a9cf
BC
4931 .flags = ADDR_TYPE_RT
4932 },
78183f3f 4933 { }
9780a9cf
BC
4934};
4935
3b54baad
BC
4936/* l4_wkup -> wd_timer2 */
4937static struct omap_hwmod_ocp_if omap44xx_l4_wkup__wd_timer2 = {
4938 .master = &omap44xx_l4_wkup_hwmod,
4939 .slave = &omap44xx_wd_timer2_hwmod,
4940 .clk = "l4_wkup_clk_mux_ck",
4941 .addr = omap44xx_wd_timer2_addrs,
9780a9cf
BC
4942 .user = OCP_USER_MPU | OCP_USER_SDMA,
4943};
4944
3b54baad
BC
4945/* wd_timer2 slave ports */
4946static struct omap_hwmod_ocp_if *omap44xx_wd_timer2_slaves[] = {
4947 &omap44xx_l4_wkup__wd_timer2,
9780a9cf
BC
4948};
4949
3b54baad
BC
4950static struct omap_hwmod omap44xx_wd_timer2_hwmod = {
4951 .name = "wd_timer2",
4952 .class = &omap44xx_wd_timer_hwmod_class,
4953 .mpu_irqs = omap44xx_wd_timer2_irqs,
4954 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_wd_timer2_irqs),
4955 .main_clk = "wd_timer2_fck",
9780a9cf
BC
4956 .prcm = {
4957 .omap4 = {
3b54baad 4958 .clkctrl_reg = OMAP4430_CM_WKUP_WDT2_CLKCTRL,
9780a9cf
BC
4959 },
4960 },
3b54baad
BC
4961 .slaves = omap44xx_wd_timer2_slaves,
4962 .slaves_cnt = ARRAY_SIZE(omap44xx_wd_timer2_slaves),
9780a9cf
BC
4963 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
4964};
4965
3b54baad
BC
4966/* wd_timer3 */
4967static struct omap_hwmod omap44xx_wd_timer3_hwmod;
4968static struct omap_hwmod_irq_info omap44xx_wd_timer3_irqs[] = {
4969 { .irq = 36 + OMAP44XX_IRQ_GIC_START },
9780a9cf
BC
4970};
4971
3b54baad 4972static struct omap_hwmod_addr_space omap44xx_wd_timer3_addrs[] = {
9780a9cf 4973 {
3b54baad
BC
4974 .pa_start = 0x40130000,
4975 .pa_end = 0x4013007f,
9780a9cf
BC
4976 .flags = ADDR_TYPE_RT
4977 },
78183f3f 4978 { }
9780a9cf
BC
4979};
4980
3b54baad
BC
4981/* l4_abe -> wd_timer3 */
4982static struct omap_hwmod_ocp_if omap44xx_l4_abe__wd_timer3 = {
4983 .master = &omap44xx_l4_abe_hwmod,
4984 .slave = &omap44xx_wd_timer3_hwmod,
4985 .clk = "ocp_abe_iclk",
4986 .addr = omap44xx_wd_timer3_addrs,
3b54baad 4987 .user = OCP_USER_MPU,
9780a9cf
BC
4988};
4989
3b54baad
BC
4990static struct omap_hwmod_addr_space omap44xx_wd_timer3_dma_addrs[] = {
4991 {
4992 .pa_start = 0x49030000,
4993 .pa_end = 0x4903007f,
4994 .flags = ADDR_TYPE_RT
4995 },
78183f3f 4996 { }
9780a9cf
BC
4997};
4998
3b54baad
BC
4999/* l4_abe -> wd_timer3 (dma) */
5000static struct omap_hwmod_ocp_if omap44xx_l4_abe__wd_timer3_dma = {
5001 .master = &omap44xx_l4_abe_hwmod,
5002 .slave = &omap44xx_wd_timer3_hwmod,
5003 .clk = "ocp_abe_iclk",
5004 .addr = omap44xx_wd_timer3_dma_addrs,
3b54baad 5005 .user = OCP_USER_SDMA,
9780a9cf
BC
5006};
5007
3b54baad
BC
5008/* wd_timer3 slave ports */
5009static struct omap_hwmod_ocp_if *omap44xx_wd_timer3_slaves[] = {
5010 &omap44xx_l4_abe__wd_timer3,
5011 &omap44xx_l4_abe__wd_timer3_dma,
5012};
5013
5014static struct omap_hwmod omap44xx_wd_timer3_hwmod = {
5015 .name = "wd_timer3",
5016 .class = &omap44xx_wd_timer_hwmod_class,
5017 .mpu_irqs = omap44xx_wd_timer3_irqs,
5018 .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_wd_timer3_irqs),
5019 .main_clk = "wd_timer3_fck",
9780a9cf
BC
5020 .prcm = {
5021 .omap4 = {
3b54baad 5022 .clkctrl_reg = OMAP4430_CM1_ABE_WDT3_CLKCTRL,
9780a9cf
BC
5023 },
5024 },
3b54baad
BC
5025 .slaves = omap44xx_wd_timer3_slaves,
5026 .slaves_cnt = ARRAY_SIZE(omap44xx_wd_timer3_slaves),
9780a9cf
BC
5027 .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP4430),
5028};
531ce0d5 5029
55d2cb08 5030static __initdata struct omap_hwmod *omap44xx_hwmods[] = {
fe13471c 5031
55d2cb08
BC
5032 /* dmm class */
5033 &omap44xx_dmm_hwmod,
3b54baad 5034
55d2cb08
BC
5035 /* emif_fw class */
5036 &omap44xx_emif_fw_hwmod,
3b54baad 5037
55d2cb08
BC
5038 /* l3 class */
5039 &omap44xx_l3_instr_hwmod,
5040 &omap44xx_l3_main_1_hwmod,
5041 &omap44xx_l3_main_2_hwmod,
5042 &omap44xx_l3_main_3_hwmod,
3b54baad 5043
55d2cb08
BC
5044 /* l4 class */
5045 &omap44xx_l4_abe_hwmod,
5046 &omap44xx_l4_cfg_hwmod,
5047 &omap44xx_l4_per_hwmod,
5048 &omap44xx_l4_wkup_hwmod,
531ce0d5 5049
55d2cb08
BC
5050 /* mpu_bus class */
5051 &omap44xx_mpu_private_hwmod,
5052
407a6888
BC
5053 /* aess class */
5054/* &omap44xx_aess_hwmod, */
5055
5056 /* bandgap class */
5057 &omap44xx_bandgap_hwmod,
5058
5059 /* counter class */
5060/* &omap44xx_counter_32k_hwmod, */
5061
d7cf5f33
BC
5062 /* dma class */
5063 &omap44xx_dma_system_hwmod,
5064
8ca476da
BC
5065 /* dmic class */
5066 &omap44xx_dmic_hwmod,
5067
8f25bdc5
BC
5068 /* dsp class */
5069 &omap44xx_dsp_hwmod,
5070 &omap44xx_dsp_c0_hwmod,
5071
d63bd74f
BC
5072 /* dss class */
5073 &omap44xx_dss_hwmod,
5074 &omap44xx_dss_dispc_hwmod,
5075 &omap44xx_dss_dsi1_hwmod,
5076 &omap44xx_dss_dsi2_hwmod,
5077 &omap44xx_dss_hdmi_hwmod,
5078 &omap44xx_dss_rfbi_hwmod,
5079 &omap44xx_dss_venc_hwmod,
5080
9780a9cf
BC
5081 /* gpio class */
5082 &omap44xx_gpio1_hwmod,
5083 &omap44xx_gpio2_hwmod,
5084 &omap44xx_gpio3_hwmod,
5085 &omap44xx_gpio4_hwmod,
5086 &omap44xx_gpio5_hwmod,
5087 &omap44xx_gpio6_hwmod,
5088
407a6888
BC
5089 /* hsi class */
5090/* &omap44xx_hsi_hwmod, */
5091
3b54baad
BC
5092 /* i2c class */
5093 &omap44xx_i2c1_hwmod,
5094 &omap44xx_i2c2_hwmod,
5095 &omap44xx_i2c3_hwmod,
5096 &omap44xx_i2c4_hwmod,
5097
407a6888
BC
5098 /* ipu class */
5099 &omap44xx_ipu_hwmod,
5100 &omap44xx_ipu_c0_hwmod,
5101 &omap44xx_ipu_c1_hwmod,
5102
5103 /* iss class */
5104/* &omap44xx_iss_hwmod, */
5105
8f25bdc5
BC
5106 /* iva class */
5107 &omap44xx_iva_hwmod,
5108 &omap44xx_iva_seq0_hwmod,
5109 &omap44xx_iva_seq1_hwmod,
5110
407a6888 5111 /* kbd class */
4998b245 5112 &omap44xx_kbd_hwmod,
407a6888 5113
ec5df927
BC
5114 /* mailbox class */
5115 &omap44xx_mailbox_hwmod,
5116
4ddff493
BC
5117 /* mcbsp class */
5118 &omap44xx_mcbsp1_hwmod,
5119 &omap44xx_mcbsp2_hwmod,
5120 &omap44xx_mcbsp3_hwmod,
5121 &omap44xx_mcbsp4_hwmod,
5122
407a6888
BC
5123 /* mcpdm class */
5124/* &omap44xx_mcpdm_hwmod, */
5125
9bcbd7f0
BC
5126 /* mcspi class */
5127 &omap44xx_mcspi1_hwmod,
5128 &omap44xx_mcspi2_hwmod,
5129 &omap44xx_mcspi3_hwmod,
5130 &omap44xx_mcspi4_hwmod,
5131
407a6888 5132 /* mmc class */
17203bda
AG
5133 &omap44xx_mmc1_hwmod,
5134 &omap44xx_mmc2_hwmod,
5135 &omap44xx_mmc3_hwmod,
5136 &omap44xx_mmc4_hwmod,
5137 &omap44xx_mmc5_hwmod,
407a6888 5138
55d2cb08
BC
5139 /* mpu class */
5140 &omap44xx_mpu_hwmod,
db12ba53 5141
1f6a717f
BC
5142 /* smartreflex class */
5143 &omap44xx_smartreflex_core_hwmod,
5144 &omap44xx_smartreflex_iva_hwmod,
5145 &omap44xx_smartreflex_mpu_hwmod,
5146
d11c217f
BC
5147 /* spinlock class */
5148 &omap44xx_spinlock_hwmod,
5149
35d1a66a
BC
5150 /* timer class */
5151 &omap44xx_timer1_hwmod,
5152 &omap44xx_timer2_hwmod,
5153 &omap44xx_timer3_hwmod,
5154 &omap44xx_timer4_hwmod,
5155 &omap44xx_timer5_hwmod,
5156 &omap44xx_timer6_hwmod,
5157 &omap44xx_timer7_hwmod,
5158 &omap44xx_timer8_hwmod,
5159 &omap44xx_timer9_hwmod,
5160 &omap44xx_timer10_hwmod,
5161 &omap44xx_timer11_hwmod,
5162
db12ba53
BC
5163 /* uart class */
5164 &omap44xx_uart1_hwmod,
5165 &omap44xx_uart2_hwmod,
5166 &omap44xx_uart3_hwmod,
5167 &omap44xx_uart4_hwmod,
3b54baad 5168
5844c4ea
BC
5169 /* usb_otg_hs class */
5170 &omap44xx_usb_otg_hs_hwmod,
5171
3b54baad
BC
5172 /* wd_timer class */
5173 &omap44xx_wd_timer2_hwmod,
5174 &omap44xx_wd_timer3_hwmod,
5175
55d2cb08
BC
5176 NULL,
5177};
5178
5179int __init omap44xx_hwmod_init(void)
5180{
550c8092 5181 return omap_hwmod_register(omap44xx_hwmods);
55d2cb08
BC
5182}
5183