3 * Copyright (C) 2013 Texas Instruments Incorporated
5 * Data common for AM335x and AM43x
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.
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.
17 #ifndef __ARCH_ARM_MACH_OMAP2_OMAP_HWMOD_33XX_43XX_COMMON_DATA_H
18 #define __ARCH_ARM_MACH_OMAP2_OMAP_HWMOD_33XX_43XX_COMMON_DATA_H
20 extern struct omap_hwmod_ocp_if am33xx_mpu__l3_main
;
21 extern struct omap_hwmod_ocp_if am33xx_l3_main__l3_s
;
22 extern struct omap_hwmod_ocp_if am33xx_l3_s__l4_ls
;
23 extern struct omap_hwmod_ocp_if am33xx_l3_s__l4_wkup
;
24 extern struct omap_hwmod_ocp_if am33xx_l3_main__l3_instr
;
25 extern struct omap_hwmod_ocp_if am33xx_mpu__prcm
;
26 extern struct omap_hwmod_ocp_if am33xx_l3_s__l3_main
;
27 extern struct omap_hwmod_ocp_if am33xx_pruss__l3_main
;
28 extern struct omap_hwmod_ocp_if am33xx_gfx__l3_main
;
29 extern struct omap_hwmod_ocp_if am33xx_l3_main__gfx
;
30 extern struct omap_hwmod_ocp_if am33xx_l4_wkup__rtc
;
31 extern struct omap_hwmod_ocp_if am33xx_l4_per__dcan0
;
32 extern struct omap_hwmod_ocp_if am33xx_l4_per__dcan1
;
33 extern struct omap_hwmod_ocp_if am33xx_l4_ls__elm
;
34 extern struct omap_hwmod_ocp_if am33xx_l4_ls__epwmss0
;
35 extern struct omap_hwmod_ocp_if am33xx_l4_ls__epwmss1
;
36 extern struct omap_hwmod_ocp_if am33xx_l4_ls__epwmss2
;
37 extern struct omap_hwmod_ocp_if am33xx_l3_s__gpmc
;
38 extern struct omap_hwmod_ocp_if am33xx_l4_ls__spinlock
;
39 extern struct omap_hwmod_ocp_if am33xx_l4_ls__mcspi0
;
40 extern struct omap_hwmod_ocp_if am33xx_l4_ls__mcspi1
;
41 extern struct omap_hwmod_ocp_if am33xx_l4_ls__timer2
;
42 extern struct omap_hwmod_ocp_if am33xx_l4_ls__timer3
;
43 extern struct omap_hwmod_ocp_if am33xx_l4_ls__timer4
;
44 extern struct omap_hwmod_ocp_if am33xx_l4_ls__timer5
;
45 extern struct omap_hwmod_ocp_if am33xx_l4_ls__timer6
;
46 extern struct omap_hwmod_ocp_if am33xx_l4_ls__timer7
;
47 extern struct omap_hwmod_ocp_if am33xx_l3_main__tpcc
;
48 extern struct omap_hwmod_ocp_if am33xx_l3_main__tptc0
;
49 extern struct omap_hwmod_ocp_if am33xx_l3_main__tptc1
;
50 extern struct omap_hwmod_ocp_if am33xx_l3_main__tptc2
;
51 extern struct omap_hwmod_ocp_if am33xx_l3_main__ocmc
;
52 extern struct omap_hwmod_ocp_if am33xx_l3_main__sha0
;
53 extern struct omap_hwmod_ocp_if am33xx_l3_main__aes0
;
55 extern struct omap_hwmod am33xx_l3_main_hwmod
;
56 extern struct omap_hwmod am33xx_l3_s_hwmod
;
57 extern struct omap_hwmod am33xx_l3_instr_hwmod
;
58 extern struct omap_hwmod am33xx_l4_ls_hwmod
;
59 extern struct omap_hwmod am33xx_l4_wkup_hwmod
;
60 extern struct omap_hwmod am33xx_mpu_hwmod
;
61 extern struct omap_hwmod am33xx_pruss_hwmod
;
62 extern struct omap_hwmod am33xx_gfx_hwmod
;
63 extern struct omap_hwmod am33xx_prcm_hwmod
;
64 extern struct omap_hwmod am33xx_aes0_hwmod
;
65 extern struct omap_hwmod am33xx_sha0_hwmod
;
66 extern struct omap_hwmod am33xx_ocmcram_hwmod
;
67 extern struct omap_hwmod am33xx_smartreflex0_hwmod
;
68 extern struct omap_hwmod am33xx_smartreflex1_hwmod
;
69 extern struct omap_hwmod am33xx_dcan0_hwmod
;
70 extern struct omap_hwmod am33xx_dcan1_hwmod
;
71 extern struct omap_hwmod am33xx_elm_hwmod
;
72 extern struct omap_hwmod am33xx_epwmss0_hwmod
;
73 extern struct omap_hwmod am33xx_epwmss1_hwmod
;
74 extern struct omap_hwmod am33xx_epwmss2_hwmod
;
75 extern struct omap_hwmod am33xx_gpmc_hwmod
;
76 extern struct omap_hwmod am33xx_rtc_hwmod
;
77 extern struct omap_hwmod am33xx_spi0_hwmod
;
78 extern struct omap_hwmod am33xx_spi1_hwmod
;
79 extern struct omap_hwmod am33xx_spinlock_hwmod
;
80 extern struct omap_hwmod am33xx_timer1_hwmod
;
81 extern struct omap_hwmod am33xx_timer2_hwmod
;
82 extern struct omap_hwmod am33xx_timer3_hwmod
;
83 extern struct omap_hwmod am33xx_timer4_hwmod
;
84 extern struct omap_hwmod am33xx_timer5_hwmod
;
85 extern struct omap_hwmod am33xx_timer6_hwmod
;
86 extern struct omap_hwmod am33xx_timer7_hwmod
;
87 extern struct omap_hwmod am33xx_tpcc_hwmod
;
88 extern struct omap_hwmod am33xx_tptc0_hwmod
;
89 extern struct omap_hwmod am33xx_tptc1_hwmod
;
90 extern struct omap_hwmod am33xx_tptc2_hwmod
;
92 extern struct omap_hwmod_class am33xx_emif_hwmod_class
;
93 extern struct omap_hwmod_class am33xx_l4_hwmod_class
;
94 extern struct omap_hwmod_class am33xx_wkup_m3_hwmod_class
;
95 extern struct omap_hwmod_class am33xx_control_hwmod_class
;
96 extern struct omap_hwmod_class am33xx_timer_hwmod_class
;
97 extern struct omap_hwmod_class am33xx_epwmss_hwmod_class
;
98 extern struct omap_hwmod_class am33xx_ehrpwm_hwmod_class
;
99 extern struct omap_hwmod_class am33xx_spi_hwmod_class
;
101 void omap_hwmod_am33xx_reg(void);
102 void omap_hwmod_am43xx_reg(void);