Merge tag 'arm-soc/for-4.8/soc-part2' of http://github.com/Broadcom/stblinux into...
[deliverable/linux.git] / arch / arm / mach-omap2 / omap_hwmod_33xx_data.c
CommitLineData
a2cfc509
VH
1/*
2 * omap_hwmod_33xx_data.c: Hardware modules present on the AM33XX chips
3 *
4 * Copyright (C) {2012} Texas Instruments Incorporated - http://www.ti.com/
5 *
6 * This file is automatically generated from the AM33XX hardware databases.
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation version 2.
10 *
11 * This program is distributed "as is" WITHOUT ANY WARRANTY of any
12 * kind, whether express or implied; without even the implied warranty
13 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 */
16
3a8761c0
TL
17#include <linux/i2c-omap.h>
18
2a296c8f 19#include "omap_hwmod.h"
11964f53 20#include <linux/platform_data/gpio-omap.h>
aa817b2e 21#include <linux/platform_data/spi-omap2-mcspi.h>
a2cfc509
VH
22
23#include "omap_hwmod_common_data.h"
24
25#include "control.h"
26#include "cm33xx.h"
27#include "prm33xx.h"
28#include "prm-regbits-33xx.h"
3a8761c0 29#include "i2c.h"
05cf03b6 30#include "wd_timer.h"
26649467 31#include "omap_hwmod_33xx_43xx_common_data.h"
a2cfc509 32
a2cfc509
VH
33/*
34 * IP blocks
35 */
36
a2cfc509
VH
37/* emif */
38static struct omap_hwmod am33xx_emif_hwmod = {
39 .name = "emif",
40 .class = &am33xx_emif_hwmod_class,
41 .clkdm_name = "l3_clkdm",
b2eb0002 42 .flags = HWMOD_INIT_NO_IDLE,
a2cfc509
VH
43 .main_clk = "dpll_ddr_m2_div2_ck",
44 .prcm = {
45 .omap4 = {
46 .clkctrl_offs = AM33XX_CM_PER_EMIF_CLKCTRL_OFFSET,
47 .modulemode = MODULEMODE_SWCTRL,
48 },
49 },
50};
51
a2cfc509
VH
52/* l4_hs */
53static struct omap_hwmod am33xx_l4_hs_hwmod = {
54 .name = "l4_hs",
55 .class = &am33xx_l4_hwmod_class,
56 .clkdm_name = "l4hs_clkdm",
b2eb0002 57 .flags = HWMOD_INIT_NO_IDLE,
a2cfc509
VH
58 .main_clk = "l4hs_gclk",
59 .prcm = {
60 .omap4 = {
61 .clkctrl_offs = AM33XX_CM_PER_L4HS_CLKCTRL_OFFSET,
62 .modulemode = MODULEMODE_SWCTRL,
63 },
64 },
65};
66
a2cfc509
VH
67static struct omap_hwmod_rst_info am33xx_wkup_m3_resets[] = {
68 { .name = "wkup_m3", .rst_shift = 3, .st_shift = 5 },
69};
70
a2cfc509
VH
71/* wkup_m3 */
72static struct omap_hwmod am33xx_wkup_m3_hwmod = {
73 .name = "wkup_m3",
74 .class = &am33xx_wkup_m3_hwmod_class,
75 .clkdm_name = "l4_wkup_aon_clkdm",
092bda62
HG
76 /* Keep hardreset asserted */
77 .flags = HWMOD_INIT_NO_RESET | HWMOD_NO_IDLEST,
a2cfc509
VH
78 .main_clk = "dpll_core_m4_div2_ck",
79 .prcm = {
80 .omap4 = {
81 .clkctrl_offs = AM33XX_CM_WKUP_WKUP_M3_CLKCTRL_OFFSET,
82 .rstctrl_offs = AM33XX_RM_WKUP_RSTCTRL_OFFSET,
3077fe69 83 .rstst_offs = AM33XX_RM_WKUP_RSTST_OFFSET,
a2cfc509
VH
84 .modulemode = MODULEMODE_SWCTRL,
85 },
86 },
87 .rst_lines = am33xx_wkup_m3_resets,
88 .rst_lines_cnt = ARRAY_SIZE(am33xx_wkup_m3_resets),
89};
90
a2cfc509
VH
91/*
92 * 'adc/tsc' class
93 * TouchScreen Controller (Anolog-To-Digital Converter)
94 */
95static struct omap_hwmod_class_sysconfig am33xx_adc_tsc_sysc = {
96 .rev_offs = 0x00,
97 .sysc_offs = 0x10,
98 .sysc_flags = SYSC_HAS_SIDLEMODE,
99 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
100 SIDLE_SMART_WKUP),
101 .sysc_fields = &omap_hwmod_sysc_type2,
102};
103
104static struct omap_hwmod_class am33xx_adc_tsc_hwmod_class = {
105 .name = "adc_tsc",
106 .sysc = &am33xx_adc_tsc_sysc,
107};
108
a2cfc509
VH
109static struct omap_hwmod am33xx_adc_tsc_hwmod = {
110 .name = "adc_tsc",
111 .class = &am33xx_adc_tsc_hwmod_class,
112 .clkdm_name = "l4_wkup_clkdm",
a2cfc509
VH
113 .main_clk = "adc_tsc_fck",
114 .prcm = {
115 .omap4 = {
116 .clkctrl_offs = AM33XX_CM_WKUP_ADC_TSC_CLKCTRL_OFFSET,
117 .modulemode = MODULEMODE_SWCTRL,
118 },
119 },
120};
121
122/*
123 * Modules omap_hwmod structures
124 *
125 * The following IPs are excluded for the moment because:
126 * - They do not need an explicit SW control using omap_hwmod API.
127 * - They still need to be validated with the driver
128 * properly adapted to omap_hwmod / omap_device
129 *
130 * - cEFUSE (doesn't fall under any ocp_if)
131 * - clkdiv32k
a2cfc509 132 * - ocp watch point
a2cfc509
VH
133 */
134#if 0
135/*
136 * 'cefuse' class
137 */
138static struct omap_hwmod_class am33xx_cefuse_hwmod_class = {
139 .name = "cefuse",
140};
141
142static struct omap_hwmod am33xx_cefuse_hwmod = {
143 .name = "cefuse",
144 .class = &am33xx_cefuse_hwmod_class,
145 .clkdm_name = "l4_cefuse_clkdm",
146 .main_clk = "cefuse_fck",
147 .prcm = {
148 .omap4 = {
149 .clkctrl_offs = AM33XX_CM_CEFUSE_CEFUSE_CLKCTRL_OFFSET,
150 .modulemode = MODULEMODE_SWCTRL,
151 },
152 },
153};
154
155/*
156 * 'clkdiv32k' class
157 */
158static struct omap_hwmod_class am33xx_clkdiv32k_hwmod_class = {
159 .name = "clkdiv32k",
160};
161
162static struct omap_hwmod am33xx_clkdiv32k_hwmod = {
163 .name = "clkdiv32k",
164 .class = &am33xx_clkdiv32k_hwmod_class,
165 .clkdm_name = "clk_24mhz_clkdm",
166 .main_clk = "clkdiv32k_ick",
167 .prcm = {
168 .omap4 = {
169 .clkctrl_offs = AM33XX_CM_PER_CLKDIV32K_CLKCTRL_OFFSET,
170 .modulemode = MODULEMODE_SWCTRL,
171 },
172 },
173};
174
a2cfc509
VH
175/* ocpwp */
176static struct omap_hwmod_class am33xx_ocpwp_hwmod_class = {
177 .name = "ocpwp",
178};
179
180static struct omap_hwmod am33xx_ocpwp_hwmod = {
181 .name = "ocpwp",
182 .class = &am33xx_ocpwp_hwmod_class,
183 .clkdm_name = "l4ls_clkdm",
184 .main_clk = "l4ls_gclk",
185 .prcm = {
186 .omap4 = {
187 .clkctrl_offs = AM33XX_CM_PER_OCPWP_CLKCTRL_OFFSET,
188 .modulemode = MODULEMODE_SWCTRL,
189 },
190 },
191};
1cb804b9 192#endif
a2cfc509 193
1721c702
VH
194/*
195 * 'debugss' class
196 * debug sub system
197 */
198static struct omap_hwmod_opt_clk debugss_opt_clks[] = {
199 { .role = "dbg_sysclk", .clk = "dbg_sysclk_ck" },
200 { .role = "dbg_clka", .clk = "dbg_clka_ck" },
201};
202
203static struct omap_hwmod_class am33xx_debugss_hwmod_class = {
204 .name = "debugss",
205};
206
207static struct omap_hwmod am33xx_debugss_hwmod = {
208 .name = "debugss",
209 .class = &am33xx_debugss_hwmod_class,
210 .clkdm_name = "l3_aon_clkdm",
211 .main_clk = "trace_clk_div_ck",
212 .prcm = {
213 .omap4 = {
214 .clkctrl_offs = AM33XX_CM_WKUP_DEBUGSS_CLKCTRL_OFFSET,
215 .modulemode = MODULEMODE_SWCTRL,
216 },
217 },
218 .opt_clks = debugss_opt_clks,
219 .opt_clks_cnt = ARRAY_SIZE(debugss_opt_clks),
220};
221
a2cfc509
VH
222static struct omap_hwmod am33xx_control_hwmod = {
223 .name = "control",
224 .class = &am33xx_control_hwmod_class,
225 .clkdm_name = "l4_wkup_clkdm",
b2eb0002 226 .flags = HWMOD_INIT_NO_IDLE,
a2cfc509
VH
227 .main_clk = "dpll_core_m4_div2_ck",
228 .prcm = {
229 .omap4 = {
230 .clkctrl_offs = AM33XX_CM_WKUP_CONTROL_CLKCTRL_OFFSET,
231 .modulemode = MODULEMODE_SWCTRL,
232 },
233 },
234};
235
26649467
AM
236/* gpio0 */
237static struct omap_hwmod_opt_clk gpio0_opt_clks[] = {
238 { .role = "dbclk", .clk = "gpio0_dbclk" },
a2cfc509
VH
239};
240
26649467
AM
241static struct omap_hwmod am33xx_gpio0_hwmod = {
242 .name = "gpio1",
243 .class = &am33xx_gpio_hwmod_class,
244 .clkdm_name = "l4_wkup_clkdm",
245 .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET,
246 .main_clk = "dpll_core_m4_div2_ck",
a2cfc509
VH
247 .prcm = {
248 .omap4 = {
26649467 249 .clkctrl_offs = AM33XX_CM_WKUP_GPIO0_CLKCTRL_OFFSET,
a2cfc509
VH
250 .modulemode = MODULEMODE_SWCTRL,
251 },
252 },
26649467
AM
253 .opt_clks = gpio0_opt_clks,
254 .opt_clks_cnt = ARRAY_SIZE(gpio0_opt_clks),
255 .dev_attr = &gpio_dev_attr,
a2cfc509
VH
256};
257
26649467
AM
258/* lcdc */
259static struct omap_hwmod_class_sysconfig lcdc_sysc = {
260 .rev_offs = 0x0,
261 .sysc_offs = 0x54,
262 .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_MIDLEMODE),
a2cfc509 263 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
26649467 264 .sysc_fields = &omap_hwmod_sysc_type2,
a2cfc509
VH
265};
266
26649467
AM
267static struct omap_hwmod_class am33xx_lcdc_hwmod_class = {
268 .name = "lcdc",
269 .sysc = &lcdc_sysc,
a2cfc509
VH
270};
271
26649467
AM
272static struct omap_hwmod am33xx_lcdc_hwmod = {
273 .name = "lcdc",
274 .class = &am33xx_lcdc_hwmod_class,
275 .clkdm_name = "lcdc_clkdm",
276 .flags = HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY,
277 .main_clk = "lcd_gclk",
a2cfc509
VH
278 .prcm = {
279 .omap4 = {
26649467 280 .clkctrl_offs = AM33XX_CM_PER_LCDC_CLKCTRL_OFFSET,
a2cfc509
VH
281 .modulemode = MODULEMODE_SWCTRL,
282 },
283 },
284};
285
26649467
AM
286/*
287 * 'usb_otg' class
288 * high-speed on-the-go universal serial bus (usb_otg) controller
289 */
290static struct omap_hwmod_class_sysconfig am33xx_usbhsotg_sysc = {
a2cfc509 291 .rev_offs = 0x0,
26649467 292 .sysc_offs = 0x10,
a2cfc509
VH
293 .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_MIDLEMODE),
294 .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
26649467 295 MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART),
a2cfc509
VH
296 .sysc_fields = &omap_hwmod_sysc_type2,
297};
298
26649467
AM
299static struct omap_hwmod_class am33xx_usbotg_class = {
300 .name = "usbotg",
301 .sysc = &am33xx_usbhsotg_sysc,
a2cfc509
VH
302};
303
26649467
AM
304static struct omap_hwmod am33xx_usbss_hwmod = {
305 .name = "usb_otg_hs",
306 .class = &am33xx_usbotg_class,
307 .clkdm_name = "l3s_clkdm",
308 .flags = HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY,
309 .main_clk = "usbotg_fck",
a2cfc509
VH
310 .prcm = {
311 .omap4 = {
26649467 312 .clkctrl_offs = AM33XX_CM_PER_USB0_CLKCTRL_OFFSET,
a2cfc509
VH
313 .modulemode = MODULEMODE_SWCTRL,
314 },
315 },
316};
317
bee76659 318
26649467
AM
319/*
320 * Interfaces
321 */
a2cfc509 322
26649467 323static struct omap_hwmod_addr_space am33xx_emif_addrs[] = {
a2cfc509 324 {
26649467
AM
325 .pa_start = 0x4c000000,
326 .pa_end = 0x4c000fff,
327 .flags = ADDR_TYPE_RT
a2cfc509
VH
328 },
329 { }
330};
26649467
AM
331/* l3 main -> emif */
332static struct omap_hwmod_ocp_if am33xx_l3_main__emif = {
333 .master = &am33xx_l3_main_hwmod,
334 .slave = &am33xx_emif_hwmod,
335 .clk = "dpll_core_m4_ck",
336 .addr = am33xx_emif_addrs,
337 .user = OCP_USER_MPU | OCP_USER_SDMA,
a2cfc509
VH
338};
339
26649467
AM
340/* l3 main -> l4 hs */
341static struct omap_hwmod_ocp_if am33xx_l3_main__l4_hs = {
342 .master = &am33xx_l3_main_hwmod,
343 .slave = &am33xx_l4_hs_hwmod,
344 .clk = "l3s_gclk",
345 .user = OCP_USER_MPU | OCP_USER_SDMA,
a2cfc509
VH
346};
347
26649467
AM
348/* wkup m3 -> l4 wkup */
349static struct omap_hwmod_ocp_if am33xx_wkup_m3__l4_wkup = {
350 .master = &am33xx_wkup_m3_hwmod,
351 .slave = &am33xx_l4_wkup_hwmod,
352 .clk = "dpll_core_m4_div2_ck",
353 .user = OCP_USER_MPU | OCP_USER_SDMA,
a2cfc509
VH
354};
355
26649467
AM
356/* l4 wkup -> wkup m3 */
357static struct omap_hwmod_ocp_if am33xx_l4_wkup__wkup_m3 = {
358 .master = &am33xx_l4_wkup_hwmod,
359 .slave = &am33xx_wkup_m3_hwmod,
360 .clk = "dpll_core_m4_div2_ck",
361 .user = OCP_USER_MPU | OCP_USER_SDMA,
a2cfc509
VH
362};
363
26649467
AM
364/* l4 hs -> pru-icss */
365static struct omap_hwmod_ocp_if am33xx_l4_hs__pruss = {
366 .master = &am33xx_l4_hs_hwmod,
367 .slave = &am33xx_pruss_hwmod,
a2cfc509 368 .clk = "dpll_core_m4_ck",
26649467 369 .user = OCP_USER_MPU | OCP_USER_SDMA,
a2cfc509
VH
370};
371
26649467
AM
372/* l3_main -> debugss */
373static struct omap_hwmod_addr_space am33xx_debugss_addrs[] = {
a2cfc509 374 {
26649467
AM
375 .pa_start = 0x4b000000,
376 .pa_end = 0x4b000000 + SZ_16M - 1,
a2cfc509
VH
377 .flags = ADDR_TYPE_RT
378 },
379 { }
380};
381
26649467
AM
382static struct omap_hwmod_ocp_if am33xx_l3_main__debugss = {
383 .master = &am33xx_l3_main_hwmod,
384 .slave = &am33xx_debugss_hwmod,
385 .clk = "dpll_core_m4_ck",
386 .addr = am33xx_debugss_addrs,
a2cfc509
VH
387 .user = OCP_USER_MPU,
388};
389
26649467
AM
390/* l4 wkup -> smartreflex0 */
391static struct omap_hwmod_ocp_if am33xx_l4_wkup__smartreflex0 = {
392 .master = &am33xx_l4_wkup_hwmod,
393 .slave = &am33xx_smartreflex0_hwmod,
394 .clk = "dpll_core_m4_div2_ck",
a2cfc509
VH
395 .user = OCP_USER_MPU,
396};
397
26649467
AM
398/* l4 wkup -> smartreflex1 */
399static struct omap_hwmod_ocp_if am33xx_l4_wkup__smartreflex1 = {
400 .master = &am33xx_l4_wkup_hwmod,
401 .slave = &am33xx_smartreflex1_hwmod,
402 .clk = "dpll_core_m4_div2_ck",
a2cfc509
VH
403 .user = OCP_USER_MPU,
404};
405
26649467
AM
406/* l4 wkup -> control */
407static struct omap_hwmod_ocp_if am33xx_l4_wkup__control = {
408 .master = &am33xx_l4_wkup_hwmod,
409 .slave = &am33xx_control_hwmod,
410 .clk = "dpll_core_m4_div2_ck",
a2cfc509
VH
411 .user = OCP_USER_MPU,
412};
413
26649467
AM
414/* L4 WKUP -> I2C1 */
415static struct omap_hwmod_ocp_if am33xx_l4_wkup__i2c1 = {
416 .master = &am33xx_l4_wkup_hwmod,
417 .slave = &am33xx_i2c1_hwmod,
418 .clk = "dpll_core_m4_div2_ck",
a2cfc509
VH
419 .user = OCP_USER_MPU,
420};
421
26649467
AM
422/* L4 WKUP -> GPIO1 */
423static struct omap_hwmod_ocp_if am33xx_l4_wkup__gpio0 = {
424 .master = &am33xx_l4_wkup_hwmod,
425 .slave = &am33xx_gpio0_hwmod,
426 .clk = "dpll_core_m4_div2_ck",
427 .user = OCP_USER_MPU | OCP_USER_SDMA,
a2cfc509
VH
428};
429
26649467
AM
430/* L4 WKUP -> ADC_TSC */
431static struct omap_hwmod_addr_space am33xx_adc_tsc_addrs[] = {
a2cfc509 432 {
26649467
AM
433 .pa_start = 0x44E0D000,
434 .pa_end = 0x44E0D000 + SZ_8K - 1,
435 .flags = ADDR_TYPE_RT
a2cfc509
VH
436 },
437 { }
438};
439
26649467 440static struct omap_hwmod_ocp_if am33xx_l4_wkup__adc_tsc = {
a2cfc509 441 .master = &am33xx_l4_wkup_hwmod,
26649467 442 .slave = &am33xx_adc_tsc_hwmod,
a2cfc509 443 .clk = "dpll_core_m4_div2_ck",
26649467 444 .addr = am33xx_adc_tsc_addrs,
a2cfc509
VH
445 .user = OCP_USER_MPU,
446};
447
26649467
AM
448static struct omap_hwmod_ocp_if am33xx_l4_hs__cpgmac0 = {
449 .master = &am33xx_l4_hs_hwmod,
450 .slave = &am33xx_cpgmac0_hwmod,
451 .clk = "cpsw_125mhz_gclk",
a2cfc509
VH
452 .user = OCP_USER_MPU,
453};
454
26649467 455static struct omap_hwmod_addr_space am33xx_lcdc_addr_space[] = {
a2cfc509 456 {
26649467
AM
457 .pa_start = 0x4830E000,
458 .pa_end = 0x4830E000 + SZ_8K - 1,
a2cfc509
VH
459 .flags = ADDR_TYPE_RT,
460 },
461 { }
462};
463
26649467 464static struct omap_hwmod_ocp_if am33xx_l3_main__lcdc = {
a2cfc509 465 .master = &am33xx_l3_main_hwmod,
26649467
AM
466 .slave = &am33xx_lcdc_hwmod,
467 .clk = "dpll_core_m4_ck",
468 .addr = am33xx_lcdc_addr_space,
a2cfc509
VH
469 .user = OCP_USER_MPU,
470};
471
26649467
AM
472/* l4 wkup -> timer1 */
473static struct omap_hwmod_ocp_if am33xx_l4_wkup__timer1 = {
474 .master = &am33xx_l4_wkup_hwmod,
475 .slave = &am33xx_timer1_hwmod,
476 .clk = "dpll_core_m4_div2_ck",
a2cfc509
VH
477 .user = OCP_USER_MPU,
478};
479
480/* l4 wkup -> uart1 */
a2cfc509
VH
481static struct omap_hwmod_ocp_if am33xx_l4_wkup__uart1 = {
482 .master = &am33xx_l4_wkup_hwmod,
483 .slave = &am33xx_uart1_hwmod,
484 .clk = "dpll_core_m4_div2_ck",
a2cfc509
VH
485 .user = OCP_USER_MPU,
486};
487
a2cfc509 488/* l4 wkup -> wd_timer1 */
a2cfc509
VH
489static struct omap_hwmod_ocp_if am33xx_l4_wkup__wd_timer1 = {
490 .master = &am33xx_l4_wkup_hwmod,
491 .slave = &am33xx_wd_timer1_hwmod,
492 .clk = "dpll_core_m4_div2_ck",
a2cfc509
VH
493 .user = OCP_USER_MPU,
494};
495
496/* usbss */
497/* l3 s -> USBSS interface */
a2cfc509
VH
498static struct omap_hwmod_ocp_if am33xx_l3_s__usbss = {
499 .master = &am33xx_l3_s_hwmod,
500 .slave = &am33xx_usbss_hwmod,
501 .clk = "l3s_gclk",
a2cfc509
VH
502 .user = OCP_USER_MPU,
503 .flags = OCPIF_SWSUP_IDLE,
504};
505
ace1e3ec
LV
506/* rng */
507static struct omap_hwmod_class_sysconfig am33xx_rng_sysc = {
508 .rev_offs = 0x1fe0,
509 .sysc_offs = 0x1fe4,
510 .sysc_flags = SYSC_HAS_AUTOIDLE | SYSC_HAS_SIDLEMODE,
511 .idlemodes = SIDLE_FORCE | SIDLE_NO,
512 .sysc_fields = &omap_hwmod_sysc_type1,
513};
514
515static struct omap_hwmod_class am33xx_rng_hwmod_class = {
516 .name = "rng",
517 .sysc = &am33xx_rng_sysc,
518};
519
520static struct omap_hwmod am33xx_rng_hwmod = {
521 .name = "rng",
522 .class = &am33xx_rng_hwmod_class,
523 .clkdm_name = "l4ls_clkdm",
524 .flags = HWMOD_SWSUP_SIDLE,
525 .main_clk = "rng_fck",
526 .prcm = {
527 .omap4 = {
528 .clkctrl_offs = AM33XX_CM_PER_RNG_CLKCTRL_OFFSET,
529 .modulemode = MODULEMODE_SWCTRL,
530 },
531 },
532};
533
534static struct omap_hwmod_ocp_if am33xx_l4_per__rng = {
535 .master = &am33xx_l4_ls_hwmod,
536 .slave = &am33xx_rng_hwmod,
537 .clk = "rng_fck",
538 .user = OCP_USER_MPU,
539};
540
a2cfc509 541static struct omap_hwmod_ocp_if *am33xx_hwmod_ocp_ifs[] __initdata = {
a2cfc509
VH
542 &am33xx_l3_main__emif,
543 &am33xx_mpu__l3_main,
544 &am33xx_mpu__prcm,
545 &am33xx_l3_s__l4_ls,
546 &am33xx_l3_s__l4_wkup,
a2cfc509
VH
547 &am33xx_l3_main__l4_hs,
548 &am33xx_l3_main__l3_s,
549 &am33xx_l3_main__l3_instr,
550 &am33xx_l3_main__gfx,
551 &am33xx_l3_s__l3_main,
552 &am33xx_pruss__l3_main,
553 &am33xx_wkup_m3__l4_wkup,
554 &am33xx_gfx__l3_main,
1721c702 555 &am33xx_l3_main__debugss,
a2cfc509
VH
556 &am33xx_l4_wkup__wkup_m3,
557 &am33xx_l4_wkup__control,
558 &am33xx_l4_wkup__smartreflex0,
559 &am33xx_l4_wkup__smartreflex1,
560 &am33xx_l4_wkup__uart1,
561 &am33xx_l4_wkup__timer1,
562 &am33xx_l4_wkup__rtc,
563 &am33xx_l4_wkup__i2c1,
564 &am33xx_l4_wkup__gpio0,
565 &am33xx_l4_wkup__adc_tsc,
566 &am33xx_l4_wkup__wd_timer1,
567 &am33xx_l4_hs__pruss,
568 &am33xx_l4_per__dcan0,
569 &am33xx_l4_per__dcan1,
570 &am33xx_l4_per__gpio1,
571 &am33xx_l4_per__gpio2,
572 &am33xx_l4_per__gpio3,
573 &am33xx_l4_per__i2c2,
574 &am33xx_l4_per__i2c3,
575 &am33xx_l4_per__mailbox,
576 &am33xx_l4_ls__mcasp0,
a2cfc509 577 &am33xx_l4_ls__mcasp1,
a2cfc509
VH
578 &am33xx_l4_ls__mmc0,
579 &am33xx_l4_ls__mmc1,
580 &am33xx_l3_s__mmc2,
581 &am33xx_l4_ls__timer2,
582 &am33xx_l4_ls__timer3,
583 &am33xx_l4_ls__timer4,
584 &am33xx_l4_ls__timer5,
585 &am33xx_l4_ls__timer6,
586 &am33xx_l4_ls__timer7,
587 &am33xx_l3_main__tpcc,
588 &am33xx_l4_ls__uart2,
589 &am33xx_l4_ls__uart3,
590 &am33xx_l4_ls__uart4,
591 &am33xx_l4_ls__uart5,
592 &am33xx_l4_ls__uart6,
593 &am33xx_l4_ls__spinlock,
594 &am33xx_l4_ls__elm,
9652d19a 595 &am33xx_l4_ls__epwmss0,
9652d19a 596 &am33xx_l4_ls__epwmss1,
9652d19a 597 &am33xx_l4_ls__epwmss2,
a2cfc509
VH
598 &am33xx_l3_s__gpmc,
599 &am33xx_l3_main__lcdc,
600 &am33xx_l4_ls__mcspi0,
601 &am33xx_l4_ls__mcspi1,
602 &am33xx_l3_main__tptc0,
603 &am33xx_l3_main__tptc1,
604 &am33xx_l3_main__tptc2,
ca903b6f 605 &am33xx_l3_main__ocmc,
a2cfc509
VH
606 &am33xx_l3_s__usbss,
607 &am33xx_l4_hs__cpgmac0,
70384a6a 608 &am33xx_cpgmac0__mdio,
aec94bf5 609 &am33xx_l3_main__sha0,
1cb804b9 610 &am33xx_l3_main__aes0,
ace1e3ec 611 &am33xx_l4_per__rng,
a2cfc509
VH
612 NULL,
613};
614
615int __init am33xx_hwmod_init(void)
616{
1c7e224d 617 omap_hwmod_am33xx_reg();
a2cfc509
VH
618 omap_hwmod_init();
619 return omap_hwmod_register_links(am33xx_hwmod_ocp_ifs);
620}
This page took 0.224705 seconds and 5 git commands to generate.