1 // SPDX-License-Identifier: GPL-2.0-only
3 * omap_hwmod_2xxx_interconnect_data.c - common interconnect data for OMAP2xxx
5 * Copyright (C) 2009-2011 Nokia Corporation
8 * XXX handle crossbar/shared link difference for L3?
9 * XXX these should be marked initdata for multi-OMAP kernels
11 #include <linux/sizes.h>
13 #include "omap_hwmod.h"
18 #include "omap_hwmod_common_data.h"
21 * Common interconnect data
24 /* L3 -> L4_CORE interface */
25 struct omap_hwmod_ocp_if omap2xxx_l3_main__l4_core
= {
26 .master
= &omap2xxx_l3_main_hwmod
,
27 .slave
= &omap2xxx_l4_core_hwmod
,
28 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
31 /* MPU -> L3 interface */
32 struct omap_hwmod_ocp_if omap2xxx_mpu__l3_main
= {
33 .master
= &omap2xxx_mpu_hwmod
,
34 .slave
= &omap2xxx_l3_main_hwmod
,
39 struct omap_hwmod_ocp_if omap2xxx_dss__l3
= {
40 .master
= &omap2xxx_dss_core_hwmod
,
41 .slave
= &omap2xxx_l3_main_hwmod
,
44 .l3_perm_bit
= OMAP2_L3_CORE_FW_CONNID_DSS
,
45 .flags
= OMAP_FIREWALL_L3
,
48 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
51 /* L4_CORE -> L4_WKUP interface */
52 struct omap_hwmod_ocp_if omap2xxx_l4_core__l4_wkup
= {
53 .master
= &omap2xxx_l4_core_hwmod
,
54 .slave
= &omap2xxx_l4_wkup_hwmod
,
55 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
58 /* L4 CORE -> UART1 interface */
59 struct omap_hwmod_ocp_if omap2_l4_core__uart1
= {
60 .master
= &omap2xxx_l4_core_hwmod
,
61 .slave
= &omap2xxx_uart1_hwmod
,
63 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
66 /* L4 CORE -> UART2 interface */
67 struct omap_hwmod_ocp_if omap2_l4_core__uart2
= {
68 .master
= &omap2xxx_l4_core_hwmod
,
69 .slave
= &omap2xxx_uart2_hwmod
,
71 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
74 /* L4 PER -> UART3 interface */
75 struct omap_hwmod_ocp_if omap2_l4_core__uart3
= {
76 .master
= &omap2xxx_l4_core_hwmod
,
77 .slave
= &omap2xxx_uart3_hwmod
,
79 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
82 /* l4 core -> mcspi1 interface */
83 struct omap_hwmod_ocp_if omap2xxx_l4_core__mcspi1
= {
84 .master
= &omap2xxx_l4_core_hwmod
,
85 .slave
= &omap2xxx_mcspi1_hwmod
,
87 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
90 /* l4 core -> mcspi2 interface */
91 struct omap_hwmod_ocp_if omap2xxx_l4_core__mcspi2
= {
92 .master
= &omap2xxx_l4_core_hwmod
,
93 .slave
= &omap2xxx_mcspi2_hwmod
,
95 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
98 /* l4_core -> timer3 */
99 struct omap_hwmod_ocp_if omap2xxx_l4_core__timer3
= {
100 .master
= &omap2xxx_l4_core_hwmod
,
101 .slave
= &omap2xxx_timer3_hwmod
,
103 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
106 /* l4_core -> timer4 */
107 struct omap_hwmod_ocp_if omap2xxx_l4_core__timer4
= {
108 .master
= &omap2xxx_l4_core_hwmod
,
109 .slave
= &omap2xxx_timer4_hwmod
,
111 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
114 /* l4_core -> timer5 */
115 struct omap_hwmod_ocp_if omap2xxx_l4_core__timer5
= {
116 .master
= &omap2xxx_l4_core_hwmod
,
117 .slave
= &omap2xxx_timer5_hwmod
,
119 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
122 /* l4_core -> timer6 */
123 struct omap_hwmod_ocp_if omap2xxx_l4_core__timer6
= {
124 .master
= &omap2xxx_l4_core_hwmod
,
125 .slave
= &omap2xxx_timer6_hwmod
,
127 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
130 /* l4_core -> timer7 */
131 struct omap_hwmod_ocp_if omap2xxx_l4_core__timer7
= {
132 .master
= &omap2xxx_l4_core_hwmod
,
133 .slave
= &omap2xxx_timer7_hwmod
,
135 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
138 /* l4_core -> timer8 */
139 struct omap_hwmod_ocp_if omap2xxx_l4_core__timer8
= {
140 .master
= &omap2xxx_l4_core_hwmod
,
141 .slave
= &omap2xxx_timer8_hwmod
,
143 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
146 /* l4_core -> timer9 */
147 struct omap_hwmod_ocp_if omap2xxx_l4_core__timer9
= {
148 .master
= &omap2xxx_l4_core_hwmod
,
149 .slave
= &omap2xxx_timer9_hwmod
,
151 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
154 /* l4_core -> timer10 */
155 struct omap_hwmod_ocp_if omap2xxx_l4_core__timer10
= {
156 .master
= &omap2xxx_l4_core_hwmod
,
157 .slave
= &omap2xxx_timer10_hwmod
,
159 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
162 /* l4_core -> timer11 */
163 struct omap_hwmod_ocp_if omap2xxx_l4_core__timer11
= {
164 .master
= &omap2xxx_l4_core_hwmod
,
165 .slave
= &omap2xxx_timer11_hwmod
,
167 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
170 /* l4_core -> timer12 */
171 struct omap_hwmod_ocp_if omap2xxx_l4_core__timer12
= {
172 .master
= &omap2xxx_l4_core_hwmod
,
173 .slave
= &omap2xxx_timer12_hwmod
,
175 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
179 struct omap_hwmod_ocp_if omap2xxx_l4_core__dss
= {
180 .master
= &omap2xxx_l4_core_hwmod
,
181 .slave
= &omap2xxx_dss_core_hwmod
,
185 .l4_fw_region
= OMAP2420_L4_CORE_FW_DSS_CORE_REGION
,
186 .flags
= OMAP_FIREWALL_L4
,
189 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
192 /* l4_core -> dss_dispc */
193 struct omap_hwmod_ocp_if omap2xxx_l4_core__dss_dispc
= {
194 .master
= &omap2xxx_l4_core_hwmod
,
195 .slave
= &omap2xxx_dss_dispc_hwmod
,
199 .l4_fw_region
= OMAP2420_L4_CORE_FW_DSS_DISPC_REGION
,
200 .flags
= OMAP_FIREWALL_L4
,
203 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
206 /* l4_core -> dss_rfbi */
207 struct omap_hwmod_ocp_if omap2xxx_l4_core__dss_rfbi
= {
208 .master
= &omap2xxx_l4_core_hwmod
,
209 .slave
= &omap2xxx_dss_rfbi_hwmod
,
213 .l4_fw_region
= OMAP2420_L4_CORE_FW_DSS_CORE_REGION
,
214 .flags
= OMAP_FIREWALL_L4
,
217 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
220 /* l4_core -> dss_venc */
221 struct omap_hwmod_ocp_if omap2xxx_l4_core__dss_venc
= {
222 .master
= &omap2xxx_l4_core_hwmod
,
223 .slave
= &omap2xxx_dss_venc_hwmod
,
227 .l4_fw_region
= OMAP2420_L4_CORE_FW_DSS_VENC_REGION
,
228 .flags
= OMAP_FIREWALL_L4
,
231 .flags
= OCPIF_SWSUP_IDLE
,
232 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
236 struct omap_hwmod_ocp_if omap2xxx_l4_core__rng
= {
237 .master
= &omap2xxx_l4_core_hwmod
,
238 .slave
= &omap2xxx_rng_hwmod
,
240 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
243 /* l4 core -> sham interface */
244 struct omap_hwmod_ocp_if omap2xxx_l4_core__sham
= {
245 .master
= &omap2xxx_l4_core_hwmod
,
246 .slave
= &omap2xxx_sham_hwmod
,
248 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,
251 /* l4 core -> aes interface */
252 struct omap_hwmod_ocp_if omap2xxx_l4_core__aes
= {
253 .master
= &omap2xxx_l4_core_hwmod
,
254 .slave
= &omap2xxx_aes_hwmod
,
256 .user
= OCP_USER_MPU
| OCP_USER_SDMA
,