Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 1 | /* |
| 2 | * omap_hwmod_3xxx_data.c - hardware modules present on the OMAP3xxx chips |
| 3 | * |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 4 | * Copyright (C) 2009-2011 Nokia Corporation |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 5 | * Copyright (C) 2012 Texas Instruments, Inc. |
Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 6 | * Paul Walmsley |
| 7 | * |
| 8 | * This program is free software; you can redistribute it and/or modify |
| 9 | * it under the terms of the GNU General Public License version 2 as |
| 10 | * published by the Free Software Foundation. |
| 11 | * |
| 12 | * The data in this file should be completely autogeneratable from |
| 13 | * the TI hardware database or other technical documentation. |
| 14 | * |
| 15 | * XXX these should be marked initdata for multi-OMAP kernels |
| 16 | */ |
| 17 | #include <plat/omap_hwmod.h> |
| 18 | #include <mach/irqs.h> |
| 19 | #include <plat/cpu.h> |
| 20 | #include <plat/dma.h> |
Kevin Hilman | 046465b | 2010-09-27 20:19:30 +0530 | [diff] [blame] | 21 | #include <plat/serial.h> |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 22 | #include <plat/l3_3xxx.h> |
Rajendra Nayak | 4fe20e9 | 2010-09-21 19:37:13 +0530 | [diff] [blame] | 23 | #include <plat/l4_3xxx.h> |
| 24 | #include <plat/i2c.h> |
Varadarajan, Charulatha | 70034d3 | 2010-12-07 16:26:57 -0800 | [diff] [blame] | 25 | #include <plat/gpio.h> |
Kishore Kadiyala | 6ab8946 | 2011-03-01 13:12:56 -0800 | [diff] [blame] | 26 | #include <plat/mmc.h> |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 27 | #include <plat/mcbsp.h> |
Charulatha V | 0f616a4 | 2011-02-17 09:53:10 -0800 | [diff] [blame] | 28 | #include <plat/mcspi.h> |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 29 | #include <plat/dmtimer.h> |
Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 30 | |
Paul Walmsley | 43b4099 | 2010-02-22 22:09:34 -0700 | [diff] [blame] | 31 | #include "omap_hwmod_common_data.h" |
| 32 | |
Shweta Gulati | cea6b94 | 2012-02-29 23:33:37 +0100 | [diff] [blame] | 33 | #include "smartreflex.h" |
Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 34 | #include "prm-regbits-34xx.h" |
Varadarajan, Charulatha | 6b667f8 | 2010-09-23 20:02:38 +0530 | [diff] [blame] | 35 | #include "cm-regbits-34xx.h" |
Paul Walmsley | ff2516f | 2010-12-21 15:39:15 -0700 | [diff] [blame] | 36 | #include "wd_timer.h" |
Hema HK | 273ff8c | 2011-02-17 12:07:19 +0530 | [diff] [blame] | 37 | #include <mach/am35xx.h> |
Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 38 | |
| 39 | /* |
| 40 | * OMAP3xxx hardware module integration data |
| 41 | * |
Paul Walmsley | 844a3b6 | 2012-04-19 04:04:33 -0600 | [diff] [blame] | 42 | * All of the data in this section should be autogeneratable from the |
Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 43 | * TI hardware database or other technical documentation. Data that |
| 44 | * is driver-specific or driver-kernel integration-specific belongs |
| 45 | * elsewhere. |
| 46 | */ |
| 47 | |
Paul Walmsley | 844a3b6 | 2012-04-19 04:04:33 -0600 | [diff] [blame] | 48 | /* |
| 49 | * IP blocks |
| 50 | */ |
Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 51 | |
Paul Walmsley | 844a3b6 | 2012-04-19 04:04:33 -0600 | [diff] [blame] | 52 | /* L3 */ |
| 53 | static struct omap_hwmod_irq_info omap3xxx_l3_main_irqs[] = { |
| 54 | { .irq = INT_34XX_L3_DBG_IRQ }, |
| 55 | { .irq = INT_34XX_L3_APP_IRQ }, |
| 56 | { .irq = -1 } |
| 57 | }; |
G, Manjunath Kondaiah | 01438ab | 2010-12-20 18:27:19 -0800 | [diff] [blame] | 58 | |
Paul Walmsley | 844a3b6 | 2012-04-19 04:04:33 -0600 | [diff] [blame] | 59 | static struct omap_hwmod omap3xxx_l3_main_hwmod = { |
| 60 | .name = "l3_main", |
| 61 | .class = &l3_hwmod_class, |
| 62 | .mpu_irqs = omap3xxx_l3_main_irqs, |
| 63 | .flags = HWMOD_NO_IDLEST, |
| 64 | }; |
| 65 | |
| 66 | /* L4 CORE */ |
| 67 | static struct omap_hwmod omap3xxx_l4_core_hwmod = { |
| 68 | .name = "l4_core", |
| 69 | .class = &l4_hwmod_class, |
| 70 | .flags = HWMOD_NO_IDLEST, |
| 71 | }; |
| 72 | |
| 73 | /* L4 PER */ |
| 74 | static struct omap_hwmod omap3xxx_l4_per_hwmod = { |
| 75 | .name = "l4_per", |
| 76 | .class = &l4_hwmod_class, |
| 77 | .flags = HWMOD_NO_IDLEST, |
| 78 | }; |
| 79 | |
| 80 | /* L4 WKUP */ |
| 81 | static struct omap_hwmod omap3xxx_l4_wkup_hwmod = { |
| 82 | .name = "l4_wkup", |
| 83 | .class = &l4_hwmod_class, |
| 84 | .flags = HWMOD_NO_IDLEST, |
| 85 | }; |
| 86 | |
| 87 | /* L4 SEC */ |
| 88 | static struct omap_hwmod omap3xxx_l4_sec_hwmod = { |
| 89 | .name = "l4_sec", |
| 90 | .class = &l4_hwmod_class, |
| 91 | .flags = HWMOD_NO_IDLEST, |
| 92 | }; |
| 93 | |
| 94 | /* MPU */ |
| 95 | static struct omap_hwmod omap3xxx_mpu_hwmod = { |
| 96 | .name = "mpu", |
| 97 | .class = &mpu_hwmod_class, |
| 98 | .main_clk = "arm_fck", |
| 99 | }; |
| 100 | |
| 101 | /* IVA2 (IVA2) */ |
| 102 | static struct omap_hwmod omap3xxx_iva_hwmod = { |
| 103 | .name = "iva", |
| 104 | .class = &iva_hwmod_class, |
| 105 | }; |
| 106 | |
| 107 | /* timer class */ |
| 108 | static struct omap_hwmod_class_sysconfig omap3xxx_timer_1ms_sysc = { |
| 109 | .rev_offs = 0x0000, |
| 110 | .sysc_offs = 0x0010, |
| 111 | .syss_offs = 0x0014, |
| 112 | .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_CLOCKACTIVITY | |
| 113 | SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET | |
| 114 | SYSC_HAS_EMUFREE | SYSC_HAS_AUTOIDLE), |
| 115 | .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| 116 | .sysc_fields = &omap_hwmod_sysc_type1, |
| 117 | }; |
| 118 | |
| 119 | static struct omap_hwmod_class omap3xxx_timer_1ms_hwmod_class = { |
| 120 | .name = "timer", |
| 121 | .sysc = &omap3xxx_timer_1ms_sysc, |
| 122 | .rev = OMAP_TIMER_IP_VERSION_1, |
| 123 | }; |
| 124 | |
| 125 | static struct omap_hwmod_class_sysconfig omap3xxx_timer_sysc = { |
| 126 | .rev_offs = 0x0000, |
| 127 | .sysc_offs = 0x0010, |
| 128 | .syss_offs = 0x0014, |
| 129 | .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_ENAWAKEUP | |
| 130 | SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE), |
| 131 | .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| 132 | .sysc_fields = &omap_hwmod_sysc_type1, |
| 133 | }; |
| 134 | |
| 135 | static struct omap_hwmod_class omap3xxx_timer_hwmod_class = { |
| 136 | .name = "timer", |
| 137 | .sysc = &omap3xxx_timer_sysc, |
| 138 | .rev = OMAP_TIMER_IP_VERSION_1, |
| 139 | }; |
| 140 | |
| 141 | /* secure timers dev attribute */ |
| 142 | static struct omap_timer_capability_dev_attr capability_secure_dev_attr = { |
| 143 | .timer_capability = OMAP_TIMER_SECURE, |
| 144 | }; |
| 145 | |
| 146 | /* always-on timers dev attribute */ |
| 147 | static struct omap_timer_capability_dev_attr capability_alwon_dev_attr = { |
| 148 | .timer_capability = OMAP_TIMER_ALWON, |
| 149 | }; |
| 150 | |
| 151 | /* pwm timers dev attribute */ |
| 152 | static struct omap_timer_capability_dev_attr capability_pwm_dev_attr = { |
| 153 | .timer_capability = OMAP_TIMER_HAS_PWM, |
| 154 | }; |
| 155 | |
| 156 | /* timer1 */ |
| 157 | static struct omap_hwmod omap3xxx_timer1_hwmod = { |
| 158 | .name = "timer1", |
| 159 | .mpu_irqs = omap2_timer1_mpu_irqs, |
| 160 | .main_clk = "gpt1_fck", |
| 161 | .prcm = { |
| 162 | .omap2 = { |
| 163 | .prcm_reg_id = 1, |
| 164 | .module_bit = OMAP3430_EN_GPT1_SHIFT, |
| 165 | .module_offs = WKUP_MOD, |
| 166 | .idlest_reg_id = 1, |
| 167 | .idlest_idle_bit = OMAP3430_ST_GPT1_SHIFT, |
| 168 | }, |
| 169 | }, |
| 170 | .dev_attr = &capability_alwon_dev_attr, |
| 171 | .class = &omap3xxx_timer_1ms_hwmod_class, |
| 172 | }; |
| 173 | |
| 174 | /* timer2 */ |
| 175 | static struct omap_hwmod omap3xxx_timer2_hwmod = { |
| 176 | .name = "timer2", |
| 177 | .mpu_irqs = omap2_timer2_mpu_irqs, |
| 178 | .main_clk = "gpt2_fck", |
| 179 | .prcm = { |
| 180 | .omap2 = { |
| 181 | .prcm_reg_id = 1, |
| 182 | .module_bit = OMAP3430_EN_GPT2_SHIFT, |
| 183 | .module_offs = OMAP3430_PER_MOD, |
| 184 | .idlest_reg_id = 1, |
| 185 | .idlest_idle_bit = OMAP3430_ST_GPT2_SHIFT, |
| 186 | }, |
| 187 | }, |
| 188 | .dev_attr = &capability_alwon_dev_attr, |
| 189 | .class = &omap3xxx_timer_1ms_hwmod_class, |
| 190 | }; |
| 191 | |
| 192 | /* timer3 */ |
| 193 | static struct omap_hwmod omap3xxx_timer3_hwmod = { |
| 194 | .name = "timer3", |
| 195 | .mpu_irqs = omap2_timer3_mpu_irqs, |
| 196 | .main_clk = "gpt3_fck", |
| 197 | .prcm = { |
| 198 | .omap2 = { |
| 199 | .prcm_reg_id = 1, |
| 200 | .module_bit = OMAP3430_EN_GPT3_SHIFT, |
| 201 | .module_offs = OMAP3430_PER_MOD, |
| 202 | .idlest_reg_id = 1, |
| 203 | .idlest_idle_bit = OMAP3430_ST_GPT3_SHIFT, |
| 204 | }, |
| 205 | }, |
| 206 | .dev_attr = &capability_alwon_dev_attr, |
| 207 | .class = &omap3xxx_timer_hwmod_class, |
| 208 | }; |
| 209 | |
| 210 | /* timer4 */ |
| 211 | static struct omap_hwmod omap3xxx_timer4_hwmod = { |
| 212 | .name = "timer4", |
| 213 | .mpu_irqs = omap2_timer4_mpu_irqs, |
| 214 | .main_clk = "gpt4_fck", |
| 215 | .prcm = { |
| 216 | .omap2 = { |
| 217 | .prcm_reg_id = 1, |
| 218 | .module_bit = OMAP3430_EN_GPT4_SHIFT, |
| 219 | .module_offs = OMAP3430_PER_MOD, |
| 220 | .idlest_reg_id = 1, |
| 221 | .idlest_idle_bit = OMAP3430_ST_GPT4_SHIFT, |
| 222 | }, |
| 223 | }, |
| 224 | .dev_attr = &capability_alwon_dev_attr, |
| 225 | .class = &omap3xxx_timer_hwmod_class, |
| 226 | }; |
| 227 | |
| 228 | /* timer5 */ |
| 229 | static struct omap_hwmod omap3xxx_timer5_hwmod = { |
| 230 | .name = "timer5", |
| 231 | .mpu_irqs = omap2_timer5_mpu_irqs, |
| 232 | .main_clk = "gpt5_fck", |
| 233 | .prcm = { |
| 234 | .omap2 = { |
| 235 | .prcm_reg_id = 1, |
| 236 | .module_bit = OMAP3430_EN_GPT5_SHIFT, |
| 237 | .module_offs = OMAP3430_PER_MOD, |
| 238 | .idlest_reg_id = 1, |
| 239 | .idlest_idle_bit = OMAP3430_ST_GPT5_SHIFT, |
| 240 | }, |
| 241 | }, |
| 242 | .dev_attr = &capability_alwon_dev_attr, |
| 243 | .class = &omap3xxx_timer_hwmod_class, |
| 244 | }; |
| 245 | |
| 246 | /* timer6 */ |
| 247 | static struct omap_hwmod omap3xxx_timer6_hwmod = { |
| 248 | .name = "timer6", |
| 249 | .mpu_irqs = omap2_timer6_mpu_irqs, |
| 250 | .main_clk = "gpt6_fck", |
| 251 | .prcm = { |
| 252 | .omap2 = { |
| 253 | .prcm_reg_id = 1, |
| 254 | .module_bit = OMAP3430_EN_GPT6_SHIFT, |
| 255 | .module_offs = OMAP3430_PER_MOD, |
| 256 | .idlest_reg_id = 1, |
| 257 | .idlest_idle_bit = OMAP3430_ST_GPT6_SHIFT, |
| 258 | }, |
| 259 | }, |
| 260 | .dev_attr = &capability_alwon_dev_attr, |
| 261 | .class = &omap3xxx_timer_hwmod_class, |
| 262 | }; |
| 263 | |
| 264 | /* timer7 */ |
| 265 | static struct omap_hwmod omap3xxx_timer7_hwmod = { |
| 266 | .name = "timer7", |
| 267 | .mpu_irqs = omap2_timer7_mpu_irqs, |
| 268 | .main_clk = "gpt7_fck", |
| 269 | .prcm = { |
| 270 | .omap2 = { |
| 271 | .prcm_reg_id = 1, |
| 272 | .module_bit = OMAP3430_EN_GPT7_SHIFT, |
| 273 | .module_offs = OMAP3430_PER_MOD, |
| 274 | .idlest_reg_id = 1, |
| 275 | .idlest_idle_bit = OMAP3430_ST_GPT7_SHIFT, |
| 276 | }, |
| 277 | }, |
| 278 | .dev_attr = &capability_alwon_dev_attr, |
| 279 | .class = &omap3xxx_timer_hwmod_class, |
| 280 | }; |
| 281 | |
| 282 | /* timer8 */ |
| 283 | static struct omap_hwmod omap3xxx_timer8_hwmod = { |
| 284 | .name = "timer8", |
| 285 | .mpu_irqs = omap2_timer8_mpu_irqs, |
| 286 | .main_clk = "gpt8_fck", |
| 287 | .prcm = { |
| 288 | .omap2 = { |
| 289 | .prcm_reg_id = 1, |
| 290 | .module_bit = OMAP3430_EN_GPT8_SHIFT, |
| 291 | .module_offs = OMAP3430_PER_MOD, |
| 292 | .idlest_reg_id = 1, |
| 293 | .idlest_idle_bit = OMAP3430_ST_GPT8_SHIFT, |
| 294 | }, |
| 295 | }, |
| 296 | .dev_attr = &capability_pwm_dev_attr, |
| 297 | .class = &omap3xxx_timer_hwmod_class, |
| 298 | }; |
| 299 | |
| 300 | /* timer9 */ |
| 301 | static struct omap_hwmod omap3xxx_timer9_hwmod = { |
| 302 | .name = "timer9", |
| 303 | .mpu_irqs = omap2_timer9_mpu_irqs, |
| 304 | .main_clk = "gpt9_fck", |
| 305 | .prcm = { |
| 306 | .omap2 = { |
| 307 | .prcm_reg_id = 1, |
| 308 | .module_bit = OMAP3430_EN_GPT9_SHIFT, |
| 309 | .module_offs = OMAP3430_PER_MOD, |
| 310 | .idlest_reg_id = 1, |
| 311 | .idlest_idle_bit = OMAP3430_ST_GPT9_SHIFT, |
| 312 | }, |
| 313 | }, |
| 314 | .dev_attr = &capability_pwm_dev_attr, |
| 315 | .class = &omap3xxx_timer_hwmod_class, |
| 316 | }; |
| 317 | |
| 318 | /* timer10 */ |
| 319 | static struct omap_hwmod omap3xxx_timer10_hwmod = { |
| 320 | .name = "timer10", |
| 321 | .mpu_irqs = omap2_timer10_mpu_irqs, |
| 322 | .main_clk = "gpt10_fck", |
| 323 | .prcm = { |
| 324 | .omap2 = { |
| 325 | .prcm_reg_id = 1, |
| 326 | .module_bit = OMAP3430_EN_GPT10_SHIFT, |
| 327 | .module_offs = CORE_MOD, |
| 328 | .idlest_reg_id = 1, |
| 329 | .idlest_idle_bit = OMAP3430_ST_GPT10_SHIFT, |
| 330 | }, |
| 331 | }, |
| 332 | .dev_attr = &capability_pwm_dev_attr, |
| 333 | .class = &omap3xxx_timer_1ms_hwmod_class, |
| 334 | }; |
| 335 | |
| 336 | /* timer11 */ |
| 337 | static struct omap_hwmod omap3xxx_timer11_hwmod = { |
| 338 | .name = "timer11", |
| 339 | .mpu_irqs = omap2_timer11_mpu_irqs, |
| 340 | .main_clk = "gpt11_fck", |
| 341 | .prcm = { |
| 342 | .omap2 = { |
| 343 | .prcm_reg_id = 1, |
| 344 | .module_bit = OMAP3430_EN_GPT11_SHIFT, |
| 345 | .module_offs = CORE_MOD, |
| 346 | .idlest_reg_id = 1, |
| 347 | .idlest_idle_bit = OMAP3430_ST_GPT11_SHIFT, |
| 348 | }, |
| 349 | }, |
| 350 | .dev_attr = &capability_pwm_dev_attr, |
| 351 | .class = &omap3xxx_timer_hwmod_class, |
| 352 | }; |
| 353 | |
| 354 | /* timer12 */ |
| 355 | static struct omap_hwmod_irq_info omap3xxx_timer12_mpu_irqs[] = { |
| 356 | { .irq = 95, }, |
| 357 | { .irq = -1 } |
| 358 | }; |
| 359 | |
| 360 | static struct omap_hwmod omap3xxx_timer12_hwmod = { |
| 361 | .name = "timer12", |
| 362 | .mpu_irqs = omap3xxx_timer12_mpu_irqs, |
| 363 | .main_clk = "gpt12_fck", |
| 364 | .prcm = { |
| 365 | .omap2 = { |
| 366 | .prcm_reg_id = 1, |
| 367 | .module_bit = OMAP3430_EN_GPT12_SHIFT, |
| 368 | .module_offs = WKUP_MOD, |
| 369 | .idlest_reg_id = 1, |
| 370 | .idlest_idle_bit = OMAP3430_ST_GPT12_SHIFT, |
| 371 | }, |
| 372 | }, |
| 373 | .dev_attr = &capability_secure_dev_attr, |
| 374 | .class = &omap3xxx_timer_hwmod_class, |
| 375 | }; |
| 376 | |
| 377 | /* |
| 378 | * 'wd_timer' class |
| 379 | * 32-bit watchdog upward counter that generates a pulse on the reset pin on |
| 380 | * overflow condition |
| 381 | */ |
| 382 | |
| 383 | static struct omap_hwmod_class_sysconfig omap3xxx_wd_timer_sysc = { |
| 384 | .rev_offs = 0x0000, |
| 385 | .sysc_offs = 0x0010, |
| 386 | .syss_offs = 0x0014, |
| 387 | .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_EMUFREE | |
| 388 | SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET | |
| 389 | SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY | |
| 390 | SYSS_HAS_RESET_STATUS), |
| 391 | .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| 392 | .sysc_fields = &omap_hwmod_sysc_type1, |
| 393 | }; |
| 394 | |
| 395 | /* I2C common */ |
| 396 | static struct omap_hwmod_class_sysconfig i2c_sysc = { |
| 397 | .rev_offs = 0x00, |
| 398 | .sysc_offs = 0x20, |
| 399 | .syss_offs = 0x10, |
| 400 | .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE | |
| 401 | SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET | |
| 402 | SYSC_HAS_AUTOIDLE | SYSS_HAS_RESET_STATUS), |
| 403 | .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| 404 | .clockact = CLOCKACT_TEST_ICLK, |
| 405 | .sysc_fields = &omap_hwmod_sysc_type1, |
| 406 | }; |
| 407 | |
| 408 | static struct omap_hwmod_class omap3xxx_wd_timer_hwmod_class = { |
| 409 | .name = "wd_timer", |
| 410 | .sysc = &omap3xxx_wd_timer_sysc, |
| 411 | .pre_shutdown = &omap2_wd_timer_disable |
| 412 | }; |
| 413 | |
| 414 | static struct omap_hwmod omap3xxx_wd_timer2_hwmod = { |
| 415 | .name = "wd_timer2", |
| 416 | .class = &omap3xxx_wd_timer_hwmod_class, |
| 417 | .main_clk = "wdt2_fck", |
| 418 | .prcm = { |
| 419 | .omap2 = { |
| 420 | .prcm_reg_id = 1, |
| 421 | .module_bit = OMAP3430_EN_WDT2_SHIFT, |
| 422 | .module_offs = WKUP_MOD, |
| 423 | .idlest_reg_id = 1, |
| 424 | .idlest_idle_bit = OMAP3430_ST_WDT2_SHIFT, |
| 425 | }, |
| 426 | }, |
| 427 | /* |
| 428 | * XXX: Use software supervised mode, HW supervised smartidle seems to |
| 429 | * block CORE power domain idle transitions. Maybe a HW bug in wdt2? |
| 430 | */ |
| 431 | .flags = HWMOD_SWSUP_SIDLE, |
| 432 | }; |
| 433 | |
| 434 | /* UART1 */ |
| 435 | static struct omap_hwmod omap3xxx_uart1_hwmod = { |
| 436 | .name = "uart1", |
| 437 | .mpu_irqs = omap2_uart1_mpu_irqs, |
| 438 | .sdma_reqs = omap2_uart1_sdma_reqs, |
| 439 | .main_clk = "uart1_fck", |
| 440 | .prcm = { |
| 441 | .omap2 = { |
| 442 | .module_offs = CORE_MOD, |
| 443 | .prcm_reg_id = 1, |
| 444 | .module_bit = OMAP3430_EN_UART1_SHIFT, |
| 445 | .idlest_reg_id = 1, |
| 446 | .idlest_idle_bit = OMAP3430_EN_UART1_SHIFT, |
| 447 | }, |
| 448 | }, |
| 449 | .class = &omap2_uart_class, |
| 450 | }; |
| 451 | |
| 452 | /* UART2 */ |
| 453 | static struct omap_hwmod omap3xxx_uart2_hwmod = { |
| 454 | .name = "uart2", |
| 455 | .mpu_irqs = omap2_uart2_mpu_irqs, |
| 456 | .sdma_reqs = omap2_uart2_sdma_reqs, |
| 457 | .main_clk = "uart2_fck", |
| 458 | .prcm = { |
| 459 | .omap2 = { |
| 460 | .module_offs = CORE_MOD, |
| 461 | .prcm_reg_id = 1, |
| 462 | .module_bit = OMAP3430_EN_UART2_SHIFT, |
| 463 | .idlest_reg_id = 1, |
| 464 | .idlest_idle_bit = OMAP3430_EN_UART2_SHIFT, |
| 465 | }, |
| 466 | }, |
| 467 | .class = &omap2_uart_class, |
| 468 | }; |
| 469 | |
| 470 | /* UART3 */ |
| 471 | static struct omap_hwmod omap3xxx_uart3_hwmod = { |
| 472 | .name = "uart3", |
| 473 | .mpu_irqs = omap2_uart3_mpu_irqs, |
| 474 | .sdma_reqs = omap2_uart3_sdma_reqs, |
| 475 | .main_clk = "uart3_fck", |
| 476 | .prcm = { |
| 477 | .omap2 = { |
| 478 | .module_offs = OMAP3430_PER_MOD, |
| 479 | .prcm_reg_id = 1, |
| 480 | .module_bit = OMAP3430_EN_UART3_SHIFT, |
| 481 | .idlest_reg_id = 1, |
| 482 | .idlest_idle_bit = OMAP3430_EN_UART3_SHIFT, |
| 483 | }, |
| 484 | }, |
| 485 | .class = &omap2_uart_class, |
| 486 | }; |
| 487 | |
| 488 | /* UART4 */ |
| 489 | static struct omap_hwmod_irq_info uart4_mpu_irqs[] = { |
| 490 | { .irq = INT_36XX_UART4_IRQ, }, |
| 491 | { .irq = -1 } |
| 492 | }; |
| 493 | |
| 494 | static struct omap_hwmod_dma_info uart4_sdma_reqs[] = { |
| 495 | { .name = "rx", .dma_req = OMAP36XX_DMA_UART4_RX, }, |
| 496 | { .name = "tx", .dma_req = OMAP36XX_DMA_UART4_TX, }, |
| 497 | { .dma_req = -1 } |
| 498 | }; |
| 499 | |
| 500 | static struct omap_hwmod omap36xx_uart4_hwmod = { |
| 501 | .name = "uart4", |
| 502 | .mpu_irqs = uart4_mpu_irqs, |
| 503 | .sdma_reqs = uart4_sdma_reqs, |
| 504 | .main_clk = "uart4_fck", |
| 505 | .prcm = { |
| 506 | .omap2 = { |
| 507 | .module_offs = OMAP3430_PER_MOD, |
| 508 | .prcm_reg_id = 1, |
| 509 | .module_bit = OMAP3630_EN_UART4_SHIFT, |
| 510 | .idlest_reg_id = 1, |
| 511 | .idlest_idle_bit = OMAP3630_EN_UART4_SHIFT, |
| 512 | }, |
| 513 | }, |
| 514 | .class = &omap2_uart_class, |
| 515 | }; |
| 516 | |
| 517 | static struct omap_hwmod_irq_info am35xx_uart4_mpu_irqs[] = { |
| 518 | { .irq = INT_35XX_UART4_IRQ, }, |
| 519 | }; |
| 520 | |
| 521 | static struct omap_hwmod_dma_info am35xx_uart4_sdma_reqs[] = { |
| 522 | { .name = "rx", .dma_req = AM35XX_DMA_UART4_RX, }, |
| 523 | { .name = "tx", .dma_req = AM35XX_DMA_UART4_TX, }, |
| 524 | }; |
| 525 | |
| 526 | static struct omap_hwmod am35xx_uart4_hwmod = { |
| 527 | .name = "uart4", |
| 528 | .mpu_irqs = am35xx_uart4_mpu_irqs, |
| 529 | .sdma_reqs = am35xx_uart4_sdma_reqs, |
| 530 | .main_clk = "uart4_fck", |
| 531 | .prcm = { |
| 532 | .omap2 = { |
| 533 | .module_offs = CORE_MOD, |
| 534 | .prcm_reg_id = 1, |
| 535 | .module_bit = OMAP3430_EN_UART4_SHIFT, |
| 536 | .idlest_reg_id = 1, |
| 537 | .idlest_idle_bit = OMAP3430_EN_UART4_SHIFT, |
| 538 | }, |
| 539 | }, |
| 540 | .class = &omap2_uart_class, |
| 541 | }; |
| 542 | |
| 543 | static struct omap_hwmod_class i2c_class = { |
| 544 | .name = "i2c", |
| 545 | .sysc = &i2c_sysc, |
| 546 | .rev = OMAP_I2C_IP_VERSION_1, |
| 547 | .reset = &omap_i2c_reset, |
| 548 | }; |
| 549 | |
| 550 | static struct omap_hwmod_dma_info omap3xxx_dss_sdma_chs[] = { |
| 551 | { .name = "dispc", .dma_req = 5 }, |
| 552 | { .name = "dsi1", .dma_req = 74 }, |
| 553 | { .dma_req = -1 } |
| 554 | }; |
| 555 | |
| 556 | /* dss */ |
| 557 | static struct omap_hwmod_opt_clk dss_opt_clks[] = { |
| 558 | /* |
| 559 | * The DSS HW needs all DSS clocks enabled during reset. The dss_core |
| 560 | * driver does not use these clocks. |
| 561 | */ |
| 562 | { .role = "sys_clk", .clk = "dss2_alwon_fck" }, |
| 563 | { .role = "tv_clk", .clk = "dss_tv_fck" }, |
| 564 | /* required only on OMAP3430 */ |
| 565 | { .role = "tv_dac_clk", .clk = "dss_96m_fck" }, |
| 566 | }; |
| 567 | |
| 568 | static struct omap_hwmod omap3430es1_dss_core_hwmod = { |
| 569 | .name = "dss_core", |
| 570 | .class = &omap2_dss_hwmod_class, |
| 571 | .main_clk = "dss1_alwon_fck", /* instead of dss_fck */ |
| 572 | .sdma_reqs = omap3xxx_dss_sdma_chs, |
| 573 | .prcm = { |
| 574 | .omap2 = { |
| 575 | .prcm_reg_id = 1, |
| 576 | .module_bit = OMAP3430_EN_DSS1_SHIFT, |
| 577 | .module_offs = OMAP3430_DSS_MOD, |
| 578 | .idlest_reg_id = 1, |
| 579 | .idlest_stdby_bit = OMAP3430ES1_ST_DSS_SHIFT, |
| 580 | }, |
| 581 | }, |
| 582 | .opt_clks = dss_opt_clks, |
| 583 | .opt_clks_cnt = ARRAY_SIZE(dss_opt_clks), |
| 584 | .flags = HWMOD_NO_IDLEST | HWMOD_CONTROL_OPT_CLKS_IN_RESET, |
| 585 | }; |
| 586 | |
| 587 | static struct omap_hwmod omap3xxx_dss_core_hwmod = { |
| 588 | .name = "dss_core", |
| 589 | .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET, |
| 590 | .class = &omap2_dss_hwmod_class, |
| 591 | .main_clk = "dss1_alwon_fck", /* instead of dss_fck */ |
| 592 | .sdma_reqs = omap3xxx_dss_sdma_chs, |
| 593 | .prcm = { |
| 594 | .omap2 = { |
| 595 | .prcm_reg_id = 1, |
| 596 | .module_bit = OMAP3430_EN_DSS1_SHIFT, |
| 597 | .module_offs = OMAP3430_DSS_MOD, |
| 598 | .idlest_reg_id = 1, |
| 599 | .idlest_idle_bit = OMAP3430ES2_ST_DSS_IDLE_SHIFT, |
| 600 | .idlest_stdby_bit = OMAP3430ES2_ST_DSS_STDBY_SHIFT, |
| 601 | }, |
| 602 | }, |
| 603 | .opt_clks = dss_opt_clks, |
| 604 | .opt_clks_cnt = ARRAY_SIZE(dss_opt_clks), |
| 605 | }; |
| 606 | |
| 607 | /* |
| 608 | * 'dispc' class |
| 609 | * display controller |
| 610 | */ |
| 611 | |
| 612 | static struct omap_hwmod_class_sysconfig omap3_dispc_sysc = { |
| 613 | .rev_offs = 0x0000, |
| 614 | .sysc_offs = 0x0010, |
| 615 | .syss_offs = 0x0014, |
| 616 | .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_MIDLEMODE | |
| 617 | SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE | |
| 618 | SYSC_HAS_ENAWAKEUP), |
| 619 | .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| 620 | MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART), |
| 621 | .sysc_fields = &omap_hwmod_sysc_type1, |
| 622 | }; |
| 623 | |
| 624 | static struct omap_hwmod_class omap3_dispc_hwmod_class = { |
| 625 | .name = "dispc", |
| 626 | .sysc = &omap3_dispc_sysc, |
| 627 | }; |
| 628 | |
| 629 | static struct omap_hwmod omap3xxx_dss_dispc_hwmod = { |
| 630 | .name = "dss_dispc", |
| 631 | .class = &omap3_dispc_hwmod_class, |
| 632 | .mpu_irqs = omap2_dispc_irqs, |
| 633 | .main_clk = "dss1_alwon_fck", |
| 634 | .prcm = { |
| 635 | .omap2 = { |
| 636 | .prcm_reg_id = 1, |
| 637 | .module_bit = OMAP3430_EN_DSS1_SHIFT, |
| 638 | .module_offs = OMAP3430_DSS_MOD, |
| 639 | }, |
| 640 | }, |
| 641 | .flags = HWMOD_NO_IDLEST, |
| 642 | .dev_attr = &omap2_3_dss_dispc_dev_attr |
| 643 | }; |
| 644 | |
| 645 | /* |
| 646 | * 'dsi' class |
| 647 | * display serial interface controller |
| 648 | */ |
| 649 | |
| 650 | static struct omap_hwmod_class omap3xxx_dsi_hwmod_class = { |
| 651 | .name = "dsi", |
| 652 | }; |
| 653 | |
| 654 | static struct omap_hwmod_irq_info omap3xxx_dsi1_irqs[] = { |
| 655 | { .irq = 25 }, |
| 656 | { .irq = -1 } |
| 657 | }; |
| 658 | |
| 659 | /* dss_dsi1 */ |
| 660 | static struct omap_hwmod_opt_clk dss_dsi1_opt_clks[] = { |
| 661 | { .role = "sys_clk", .clk = "dss2_alwon_fck" }, |
| 662 | }; |
| 663 | |
| 664 | static struct omap_hwmod omap3xxx_dss_dsi1_hwmod = { |
| 665 | .name = "dss_dsi1", |
| 666 | .class = &omap3xxx_dsi_hwmod_class, |
| 667 | .mpu_irqs = omap3xxx_dsi1_irqs, |
| 668 | .main_clk = "dss1_alwon_fck", |
| 669 | .prcm = { |
| 670 | .omap2 = { |
| 671 | .prcm_reg_id = 1, |
| 672 | .module_bit = OMAP3430_EN_DSS1_SHIFT, |
| 673 | .module_offs = OMAP3430_DSS_MOD, |
| 674 | }, |
| 675 | }, |
| 676 | .opt_clks = dss_dsi1_opt_clks, |
| 677 | .opt_clks_cnt = ARRAY_SIZE(dss_dsi1_opt_clks), |
| 678 | .flags = HWMOD_NO_IDLEST, |
| 679 | }; |
| 680 | |
| 681 | static struct omap_hwmod_opt_clk dss_rfbi_opt_clks[] = { |
| 682 | { .role = "ick", .clk = "dss_ick" }, |
| 683 | }; |
| 684 | |
| 685 | static struct omap_hwmod omap3xxx_dss_rfbi_hwmod = { |
| 686 | .name = "dss_rfbi", |
| 687 | .class = &omap2_rfbi_hwmod_class, |
| 688 | .main_clk = "dss1_alwon_fck", |
| 689 | .prcm = { |
| 690 | .omap2 = { |
| 691 | .prcm_reg_id = 1, |
| 692 | .module_bit = OMAP3430_EN_DSS1_SHIFT, |
| 693 | .module_offs = OMAP3430_DSS_MOD, |
| 694 | }, |
| 695 | }, |
| 696 | .opt_clks = dss_rfbi_opt_clks, |
| 697 | .opt_clks_cnt = ARRAY_SIZE(dss_rfbi_opt_clks), |
| 698 | .flags = HWMOD_NO_IDLEST, |
| 699 | }; |
| 700 | |
| 701 | static struct omap_hwmod_opt_clk dss_venc_opt_clks[] = { |
| 702 | /* required only on OMAP3430 */ |
| 703 | { .role = "tv_dac_clk", .clk = "dss_96m_fck" }, |
| 704 | }; |
| 705 | |
| 706 | static struct omap_hwmod omap3xxx_dss_venc_hwmod = { |
| 707 | .name = "dss_venc", |
| 708 | .class = &omap2_venc_hwmod_class, |
| 709 | .main_clk = "dss_tv_fck", |
| 710 | .prcm = { |
| 711 | .omap2 = { |
| 712 | .prcm_reg_id = 1, |
| 713 | .module_bit = OMAP3430_EN_DSS1_SHIFT, |
| 714 | .module_offs = OMAP3430_DSS_MOD, |
| 715 | }, |
| 716 | }, |
| 717 | .opt_clks = dss_venc_opt_clks, |
| 718 | .opt_clks_cnt = ARRAY_SIZE(dss_venc_opt_clks), |
| 719 | .flags = HWMOD_NO_IDLEST, |
| 720 | }; |
| 721 | |
| 722 | /* I2C1 */ |
| 723 | static struct omap_i2c_dev_attr i2c1_dev_attr = { |
| 724 | .fifo_depth = 8, /* bytes */ |
| 725 | .flags = OMAP_I2C_FLAG_APPLY_ERRATA_I207 | |
| 726 | OMAP_I2C_FLAG_RESET_REGS_POSTIDLE | |
| 727 | OMAP_I2C_FLAG_BUS_SHIFT_2, |
| 728 | }; |
| 729 | |
| 730 | static struct omap_hwmod omap3xxx_i2c1_hwmod = { |
| 731 | .name = "i2c1", |
| 732 | .flags = HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT, |
| 733 | .mpu_irqs = omap2_i2c1_mpu_irqs, |
| 734 | .sdma_reqs = omap2_i2c1_sdma_reqs, |
| 735 | .main_clk = "i2c1_fck", |
| 736 | .prcm = { |
| 737 | .omap2 = { |
| 738 | .module_offs = CORE_MOD, |
| 739 | .prcm_reg_id = 1, |
| 740 | .module_bit = OMAP3430_EN_I2C1_SHIFT, |
| 741 | .idlest_reg_id = 1, |
| 742 | .idlest_idle_bit = OMAP3430_ST_I2C1_SHIFT, |
| 743 | }, |
| 744 | }, |
| 745 | .class = &i2c_class, |
| 746 | .dev_attr = &i2c1_dev_attr, |
| 747 | }; |
| 748 | |
| 749 | /* I2C2 */ |
| 750 | static struct omap_i2c_dev_attr i2c2_dev_attr = { |
| 751 | .fifo_depth = 8, /* bytes */ |
| 752 | .flags = OMAP_I2C_FLAG_APPLY_ERRATA_I207 | |
| 753 | OMAP_I2C_FLAG_RESET_REGS_POSTIDLE | |
| 754 | OMAP_I2C_FLAG_BUS_SHIFT_2, |
| 755 | }; |
| 756 | |
| 757 | static struct omap_hwmod omap3xxx_i2c2_hwmod = { |
| 758 | .name = "i2c2", |
| 759 | .flags = HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT, |
| 760 | .mpu_irqs = omap2_i2c2_mpu_irqs, |
| 761 | .sdma_reqs = omap2_i2c2_sdma_reqs, |
| 762 | .main_clk = "i2c2_fck", |
| 763 | .prcm = { |
| 764 | .omap2 = { |
| 765 | .module_offs = CORE_MOD, |
| 766 | .prcm_reg_id = 1, |
| 767 | .module_bit = OMAP3430_EN_I2C2_SHIFT, |
| 768 | .idlest_reg_id = 1, |
| 769 | .idlest_idle_bit = OMAP3430_ST_I2C2_SHIFT, |
| 770 | }, |
| 771 | }, |
| 772 | .class = &i2c_class, |
| 773 | .dev_attr = &i2c2_dev_attr, |
| 774 | }; |
| 775 | |
| 776 | /* I2C3 */ |
| 777 | static struct omap_i2c_dev_attr i2c3_dev_attr = { |
| 778 | .fifo_depth = 64, /* bytes */ |
| 779 | .flags = OMAP_I2C_FLAG_APPLY_ERRATA_I207 | |
| 780 | OMAP_I2C_FLAG_RESET_REGS_POSTIDLE | |
| 781 | OMAP_I2C_FLAG_BUS_SHIFT_2, |
| 782 | }; |
| 783 | |
| 784 | static struct omap_hwmod_irq_info i2c3_mpu_irqs[] = { |
| 785 | { .irq = INT_34XX_I2C3_IRQ, }, |
| 786 | { .irq = -1 } |
| 787 | }; |
| 788 | |
| 789 | static struct omap_hwmod_dma_info i2c3_sdma_reqs[] = { |
| 790 | { .name = "tx", .dma_req = OMAP34XX_DMA_I2C3_TX }, |
| 791 | { .name = "rx", .dma_req = OMAP34XX_DMA_I2C3_RX }, |
| 792 | { .dma_req = -1 } |
| 793 | }; |
| 794 | |
| 795 | static struct omap_hwmod omap3xxx_i2c3_hwmod = { |
| 796 | .name = "i2c3", |
| 797 | .flags = HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT, |
| 798 | .mpu_irqs = i2c3_mpu_irqs, |
| 799 | .sdma_reqs = i2c3_sdma_reqs, |
| 800 | .main_clk = "i2c3_fck", |
| 801 | .prcm = { |
| 802 | .omap2 = { |
| 803 | .module_offs = CORE_MOD, |
| 804 | .prcm_reg_id = 1, |
| 805 | .module_bit = OMAP3430_EN_I2C3_SHIFT, |
| 806 | .idlest_reg_id = 1, |
| 807 | .idlest_idle_bit = OMAP3430_ST_I2C3_SHIFT, |
| 808 | }, |
| 809 | }, |
| 810 | .class = &i2c_class, |
| 811 | .dev_attr = &i2c3_dev_attr, |
| 812 | }; |
| 813 | |
| 814 | /* |
| 815 | * 'gpio' class |
| 816 | * general purpose io module |
| 817 | */ |
| 818 | |
| 819 | static struct omap_hwmod_class_sysconfig omap3xxx_gpio_sysc = { |
| 820 | .rev_offs = 0x0000, |
| 821 | .sysc_offs = 0x0010, |
| 822 | .syss_offs = 0x0014, |
| 823 | .sysc_flags = (SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE | |
| 824 | SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE | |
| 825 | SYSS_HAS_RESET_STATUS), |
| 826 | .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| 827 | .sysc_fields = &omap_hwmod_sysc_type1, |
| 828 | }; |
| 829 | |
| 830 | static struct omap_hwmod_class omap3xxx_gpio_hwmod_class = { |
| 831 | .name = "gpio", |
| 832 | .sysc = &omap3xxx_gpio_sysc, |
| 833 | .rev = 1, |
| 834 | }; |
| 835 | |
| 836 | /* gpio_dev_attr */ |
| 837 | static struct omap_gpio_dev_attr gpio_dev_attr = { |
| 838 | .bank_width = 32, |
| 839 | .dbck_flag = true, |
| 840 | }; |
| 841 | |
| 842 | /* gpio1 */ |
| 843 | static struct omap_hwmod_opt_clk gpio1_opt_clks[] = { |
| 844 | { .role = "dbclk", .clk = "gpio1_dbck", }, |
| 845 | }; |
| 846 | |
| 847 | static struct omap_hwmod omap3xxx_gpio1_hwmod = { |
| 848 | .name = "gpio1", |
| 849 | .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET, |
| 850 | .mpu_irqs = omap2_gpio1_irqs, |
| 851 | .main_clk = "gpio1_ick", |
| 852 | .opt_clks = gpio1_opt_clks, |
| 853 | .opt_clks_cnt = ARRAY_SIZE(gpio1_opt_clks), |
| 854 | .prcm = { |
| 855 | .omap2 = { |
| 856 | .prcm_reg_id = 1, |
| 857 | .module_bit = OMAP3430_EN_GPIO1_SHIFT, |
| 858 | .module_offs = WKUP_MOD, |
| 859 | .idlest_reg_id = 1, |
| 860 | .idlest_idle_bit = OMAP3430_ST_GPIO1_SHIFT, |
| 861 | }, |
| 862 | }, |
| 863 | .class = &omap3xxx_gpio_hwmod_class, |
| 864 | .dev_attr = &gpio_dev_attr, |
| 865 | }; |
| 866 | |
| 867 | /* gpio2 */ |
| 868 | static struct omap_hwmod_opt_clk gpio2_opt_clks[] = { |
| 869 | { .role = "dbclk", .clk = "gpio2_dbck", }, |
| 870 | }; |
| 871 | |
| 872 | static struct omap_hwmod omap3xxx_gpio2_hwmod = { |
| 873 | .name = "gpio2", |
| 874 | .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET, |
| 875 | .mpu_irqs = omap2_gpio2_irqs, |
| 876 | .main_clk = "gpio2_ick", |
| 877 | .opt_clks = gpio2_opt_clks, |
| 878 | .opt_clks_cnt = ARRAY_SIZE(gpio2_opt_clks), |
| 879 | .prcm = { |
| 880 | .omap2 = { |
| 881 | .prcm_reg_id = 1, |
| 882 | .module_bit = OMAP3430_EN_GPIO2_SHIFT, |
| 883 | .module_offs = OMAP3430_PER_MOD, |
| 884 | .idlest_reg_id = 1, |
| 885 | .idlest_idle_bit = OMAP3430_ST_GPIO2_SHIFT, |
| 886 | }, |
| 887 | }, |
| 888 | .class = &omap3xxx_gpio_hwmod_class, |
| 889 | .dev_attr = &gpio_dev_attr, |
| 890 | }; |
| 891 | |
| 892 | /* gpio3 */ |
| 893 | static struct omap_hwmod_opt_clk gpio3_opt_clks[] = { |
| 894 | { .role = "dbclk", .clk = "gpio3_dbck", }, |
| 895 | }; |
| 896 | |
| 897 | static struct omap_hwmod omap3xxx_gpio3_hwmod = { |
| 898 | .name = "gpio3", |
| 899 | .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET, |
| 900 | .mpu_irqs = omap2_gpio3_irqs, |
| 901 | .main_clk = "gpio3_ick", |
| 902 | .opt_clks = gpio3_opt_clks, |
| 903 | .opt_clks_cnt = ARRAY_SIZE(gpio3_opt_clks), |
| 904 | .prcm = { |
| 905 | .omap2 = { |
| 906 | .prcm_reg_id = 1, |
| 907 | .module_bit = OMAP3430_EN_GPIO3_SHIFT, |
| 908 | .module_offs = OMAP3430_PER_MOD, |
| 909 | .idlest_reg_id = 1, |
| 910 | .idlest_idle_bit = OMAP3430_ST_GPIO3_SHIFT, |
| 911 | }, |
| 912 | }, |
| 913 | .class = &omap3xxx_gpio_hwmod_class, |
| 914 | .dev_attr = &gpio_dev_attr, |
| 915 | }; |
| 916 | |
| 917 | /* gpio4 */ |
| 918 | static struct omap_hwmod_opt_clk gpio4_opt_clks[] = { |
| 919 | { .role = "dbclk", .clk = "gpio4_dbck", }, |
| 920 | }; |
| 921 | |
| 922 | static struct omap_hwmod omap3xxx_gpio4_hwmod = { |
| 923 | .name = "gpio4", |
| 924 | .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET, |
| 925 | .mpu_irqs = omap2_gpio4_irqs, |
| 926 | .main_clk = "gpio4_ick", |
| 927 | .opt_clks = gpio4_opt_clks, |
| 928 | .opt_clks_cnt = ARRAY_SIZE(gpio4_opt_clks), |
| 929 | .prcm = { |
| 930 | .omap2 = { |
| 931 | .prcm_reg_id = 1, |
| 932 | .module_bit = OMAP3430_EN_GPIO4_SHIFT, |
| 933 | .module_offs = OMAP3430_PER_MOD, |
| 934 | .idlest_reg_id = 1, |
| 935 | .idlest_idle_bit = OMAP3430_ST_GPIO4_SHIFT, |
| 936 | }, |
| 937 | }, |
| 938 | .class = &omap3xxx_gpio_hwmod_class, |
| 939 | .dev_attr = &gpio_dev_attr, |
| 940 | }; |
| 941 | |
| 942 | /* gpio5 */ |
| 943 | static struct omap_hwmod_irq_info omap3xxx_gpio5_irqs[] = { |
| 944 | { .irq = 33 }, /* INT_34XX_GPIO_BANK5 */ |
| 945 | { .irq = -1 } |
| 946 | }; |
| 947 | |
| 948 | static struct omap_hwmod_opt_clk gpio5_opt_clks[] = { |
| 949 | { .role = "dbclk", .clk = "gpio5_dbck", }, |
| 950 | }; |
| 951 | |
| 952 | static struct omap_hwmod omap3xxx_gpio5_hwmod = { |
| 953 | .name = "gpio5", |
| 954 | .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET, |
| 955 | .mpu_irqs = omap3xxx_gpio5_irqs, |
| 956 | .main_clk = "gpio5_ick", |
| 957 | .opt_clks = gpio5_opt_clks, |
| 958 | .opt_clks_cnt = ARRAY_SIZE(gpio5_opt_clks), |
| 959 | .prcm = { |
| 960 | .omap2 = { |
| 961 | .prcm_reg_id = 1, |
| 962 | .module_bit = OMAP3430_EN_GPIO5_SHIFT, |
| 963 | .module_offs = OMAP3430_PER_MOD, |
| 964 | .idlest_reg_id = 1, |
| 965 | .idlest_idle_bit = OMAP3430_ST_GPIO5_SHIFT, |
| 966 | }, |
| 967 | }, |
| 968 | .class = &omap3xxx_gpio_hwmod_class, |
| 969 | .dev_attr = &gpio_dev_attr, |
| 970 | }; |
| 971 | |
| 972 | /* gpio6 */ |
| 973 | static struct omap_hwmod_irq_info omap3xxx_gpio6_irqs[] = { |
| 974 | { .irq = 34 }, /* INT_34XX_GPIO_BANK6 */ |
| 975 | { .irq = -1 } |
| 976 | }; |
| 977 | |
| 978 | static struct omap_hwmod_opt_clk gpio6_opt_clks[] = { |
| 979 | { .role = "dbclk", .clk = "gpio6_dbck", }, |
| 980 | }; |
| 981 | |
| 982 | static struct omap_hwmod omap3xxx_gpio6_hwmod = { |
| 983 | .name = "gpio6", |
| 984 | .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET, |
| 985 | .mpu_irqs = omap3xxx_gpio6_irqs, |
| 986 | .main_clk = "gpio6_ick", |
| 987 | .opt_clks = gpio6_opt_clks, |
| 988 | .opt_clks_cnt = ARRAY_SIZE(gpio6_opt_clks), |
| 989 | .prcm = { |
| 990 | .omap2 = { |
| 991 | .prcm_reg_id = 1, |
| 992 | .module_bit = OMAP3430_EN_GPIO6_SHIFT, |
| 993 | .module_offs = OMAP3430_PER_MOD, |
| 994 | .idlest_reg_id = 1, |
| 995 | .idlest_idle_bit = OMAP3430_ST_GPIO6_SHIFT, |
| 996 | }, |
| 997 | }, |
| 998 | .class = &omap3xxx_gpio_hwmod_class, |
| 999 | .dev_attr = &gpio_dev_attr, |
| 1000 | }; |
| 1001 | |
| 1002 | /* dma attributes */ |
| 1003 | static struct omap_dma_dev_attr dma_dev_attr = { |
| 1004 | .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY | |
| 1005 | IS_CSSA_32 | IS_CDSA_32 | IS_RW_PRIORITY, |
| 1006 | .lch_count = 32, |
| 1007 | }; |
| 1008 | |
| 1009 | static struct omap_hwmod_class_sysconfig omap3xxx_dma_sysc = { |
| 1010 | .rev_offs = 0x0000, |
| 1011 | .sysc_offs = 0x002c, |
| 1012 | .syss_offs = 0x0028, |
| 1013 | .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET | |
| 1014 | SYSC_HAS_MIDLEMODE | SYSC_HAS_CLOCKACTIVITY | |
| 1015 | SYSC_HAS_EMUFREE | SYSC_HAS_AUTOIDLE | |
| 1016 | SYSS_HAS_RESET_STATUS), |
| 1017 | .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| 1018 | MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART), |
| 1019 | .sysc_fields = &omap_hwmod_sysc_type1, |
| 1020 | }; |
| 1021 | |
| 1022 | static struct omap_hwmod_class omap3xxx_dma_hwmod_class = { |
| 1023 | .name = "dma", |
| 1024 | .sysc = &omap3xxx_dma_sysc, |
| 1025 | }; |
| 1026 | |
| 1027 | /* dma_system */ |
| 1028 | static struct omap_hwmod omap3xxx_dma_system_hwmod = { |
| 1029 | .name = "dma", |
| 1030 | .class = &omap3xxx_dma_hwmod_class, |
| 1031 | .mpu_irqs = omap2_dma_system_irqs, |
| 1032 | .main_clk = "core_l3_ick", |
| 1033 | .prcm = { |
| 1034 | .omap2 = { |
| 1035 | .module_offs = CORE_MOD, |
| 1036 | .prcm_reg_id = 1, |
| 1037 | .module_bit = OMAP3430_ST_SDMA_SHIFT, |
| 1038 | .idlest_reg_id = 1, |
| 1039 | .idlest_idle_bit = OMAP3430_ST_SDMA_SHIFT, |
| 1040 | }, |
| 1041 | }, |
| 1042 | .dev_attr = &dma_dev_attr, |
| 1043 | .flags = HWMOD_NO_IDLEST, |
| 1044 | }; |
| 1045 | |
| 1046 | /* |
| 1047 | * 'mcbsp' class |
| 1048 | * multi channel buffered serial port controller |
| 1049 | */ |
| 1050 | |
| 1051 | static struct omap_hwmod_class_sysconfig omap3xxx_mcbsp_sysc = { |
| 1052 | .sysc_offs = 0x008c, |
| 1053 | .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_ENAWAKEUP | |
| 1054 | SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET), |
| 1055 | .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| 1056 | .sysc_fields = &omap_hwmod_sysc_type1, |
| 1057 | .clockact = 0x2, |
| 1058 | }; |
| 1059 | |
| 1060 | static struct omap_hwmod_class omap3xxx_mcbsp_hwmod_class = { |
| 1061 | .name = "mcbsp", |
| 1062 | .sysc = &omap3xxx_mcbsp_sysc, |
| 1063 | .rev = MCBSP_CONFIG_TYPE3, |
| 1064 | }; |
| 1065 | |
| 1066 | /* mcbsp1 */ |
| 1067 | static struct omap_hwmod_irq_info omap3xxx_mcbsp1_irqs[] = { |
| 1068 | { .name = "irq", .irq = 16 }, |
| 1069 | { .name = "tx", .irq = 59 }, |
| 1070 | { .name = "rx", .irq = 60 }, |
| 1071 | { .irq = -1 } |
| 1072 | }; |
| 1073 | |
| 1074 | static struct omap_hwmod omap3xxx_mcbsp1_hwmod = { |
| 1075 | .name = "mcbsp1", |
| 1076 | .class = &omap3xxx_mcbsp_hwmod_class, |
| 1077 | .mpu_irqs = omap3xxx_mcbsp1_irqs, |
| 1078 | .sdma_reqs = omap2_mcbsp1_sdma_reqs, |
| 1079 | .main_clk = "mcbsp1_fck", |
| 1080 | .prcm = { |
| 1081 | .omap2 = { |
| 1082 | .prcm_reg_id = 1, |
| 1083 | .module_bit = OMAP3430_EN_MCBSP1_SHIFT, |
| 1084 | .module_offs = CORE_MOD, |
| 1085 | .idlest_reg_id = 1, |
| 1086 | .idlest_idle_bit = OMAP3430_ST_MCBSP1_SHIFT, |
| 1087 | }, |
| 1088 | }, |
| 1089 | }; |
| 1090 | |
| 1091 | /* mcbsp2 */ |
| 1092 | static struct omap_hwmod_irq_info omap3xxx_mcbsp2_irqs[] = { |
| 1093 | { .name = "irq", .irq = 17 }, |
| 1094 | { .name = "tx", .irq = 62 }, |
| 1095 | { .name = "rx", .irq = 63 }, |
| 1096 | { .irq = -1 } |
| 1097 | }; |
| 1098 | |
| 1099 | static struct omap_mcbsp_dev_attr omap34xx_mcbsp2_dev_attr = { |
| 1100 | .sidetone = "mcbsp2_sidetone", |
| 1101 | }; |
| 1102 | |
| 1103 | static struct omap_hwmod omap3xxx_mcbsp2_hwmod = { |
| 1104 | .name = "mcbsp2", |
| 1105 | .class = &omap3xxx_mcbsp_hwmod_class, |
| 1106 | .mpu_irqs = omap3xxx_mcbsp2_irqs, |
| 1107 | .sdma_reqs = omap2_mcbsp2_sdma_reqs, |
| 1108 | .main_clk = "mcbsp2_fck", |
| 1109 | .prcm = { |
| 1110 | .omap2 = { |
| 1111 | .prcm_reg_id = 1, |
| 1112 | .module_bit = OMAP3430_EN_MCBSP2_SHIFT, |
| 1113 | .module_offs = OMAP3430_PER_MOD, |
| 1114 | .idlest_reg_id = 1, |
| 1115 | .idlest_idle_bit = OMAP3430_ST_MCBSP2_SHIFT, |
| 1116 | }, |
| 1117 | }, |
| 1118 | .dev_attr = &omap34xx_mcbsp2_dev_attr, |
| 1119 | }; |
| 1120 | |
| 1121 | /* mcbsp3 */ |
| 1122 | static struct omap_hwmod_irq_info omap3xxx_mcbsp3_irqs[] = { |
| 1123 | { .name = "irq", .irq = 22 }, |
| 1124 | { .name = "tx", .irq = 89 }, |
| 1125 | { .name = "rx", .irq = 90 }, |
| 1126 | { .irq = -1 } |
| 1127 | }; |
| 1128 | |
| 1129 | static struct omap_mcbsp_dev_attr omap34xx_mcbsp3_dev_attr = { |
| 1130 | .sidetone = "mcbsp3_sidetone", |
| 1131 | }; |
| 1132 | |
| 1133 | static struct omap_hwmod omap3xxx_mcbsp3_hwmod = { |
| 1134 | .name = "mcbsp3", |
| 1135 | .class = &omap3xxx_mcbsp_hwmod_class, |
| 1136 | .mpu_irqs = omap3xxx_mcbsp3_irqs, |
| 1137 | .sdma_reqs = omap2_mcbsp3_sdma_reqs, |
| 1138 | .main_clk = "mcbsp3_fck", |
| 1139 | .prcm = { |
| 1140 | .omap2 = { |
| 1141 | .prcm_reg_id = 1, |
| 1142 | .module_bit = OMAP3430_EN_MCBSP3_SHIFT, |
| 1143 | .module_offs = OMAP3430_PER_MOD, |
| 1144 | .idlest_reg_id = 1, |
| 1145 | .idlest_idle_bit = OMAP3430_ST_MCBSP3_SHIFT, |
| 1146 | }, |
| 1147 | }, |
| 1148 | .dev_attr = &omap34xx_mcbsp3_dev_attr, |
| 1149 | }; |
| 1150 | |
| 1151 | /* mcbsp4 */ |
| 1152 | static struct omap_hwmod_irq_info omap3xxx_mcbsp4_irqs[] = { |
| 1153 | { .name = "irq", .irq = 23 }, |
| 1154 | { .name = "tx", .irq = 54 }, |
| 1155 | { .name = "rx", .irq = 55 }, |
| 1156 | { .irq = -1 } |
| 1157 | }; |
| 1158 | |
| 1159 | static struct omap_hwmod_dma_info omap3xxx_mcbsp4_sdma_chs[] = { |
| 1160 | { .name = "rx", .dma_req = 20 }, |
| 1161 | { .name = "tx", .dma_req = 19 }, |
| 1162 | { .dma_req = -1 } |
| 1163 | }; |
| 1164 | |
| 1165 | static struct omap_hwmod omap3xxx_mcbsp4_hwmod = { |
| 1166 | .name = "mcbsp4", |
| 1167 | .class = &omap3xxx_mcbsp_hwmod_class, |
| 1168 | .mpu_irqs = omap3xxx_mcbsp4_irqs, |
| 1169 | .sdma_reqs = omap3xxx_mcbsp4_sdma_chs, |
| 1170 | .main_clk = "mcbsp4_fck", |
| 1171 | .prcm = { |
| 1172 | .omap2 = { |
| 1173 | .prcm_reg_id = 1, |
| 1174 | .module_bit = OMAP3430_EN_MCBSP4_SHIFT, |
| 1175 | .module_offs = OMAP3430_PER_MOD, |
| 1176 | .idlest_reg_id = 1, |
| 1177 | .idlest_idle_bit = OMAP3430_ST_MCBSP4_SHIFT, |
| 1178 | }, |
| 1179 | }, |
| 1180 | }; |
| 1181 | |
| 1182 | /* mcbsp5 */ |
| 1183 | static struct omap_hwmod_irq_info omap3xxx_mcbsp5_irqs[] = { |
| 1184 | { .name = "irq", .irq = 27 }, |
| 1185 | { .name = "tx", .irq = 81 }, |
| 1186 | { .name = "rx", .irq = 82 }, |
| 1187 | { .irq = -1 } |
| 1188 | }; |
| 1189 | |
| 1190 | static struct omap_hwmod_dma_info omap3xxx_mcbsp5_sdma_chs[] = { |
| 1191 | { .name = "rx", .dma_req = 22 }, |
| 1192 | { .name = "tx", .dma_req = 21 }, |
| 1193 | { .dma_req = -1 } |
| 1194 | }; |
| 1195 | |
| 1196 | static struct omap_hwmod omap3xxx_mcbsp5_hwmod = { |
| 1197 | .name = "mcbsp5", |
| 1198 | .class = &omap3xxx_mcbsp_hwmod_class, |
| 1199 | .mpu_irqs = omap3xxx_mcbsp5_irqs, |
| 1200 | .sdma_reqs = omap3xxx_mcbsp5_sdma_chs, |
| 1201 | .main_clk = "mcbsp5_fck", |
| 1202 | .prcm = { |
| 1203 | .omap2 = { |
| 1204 | .prcm_reg_id = 1, |
| 1205 | .module_bit = OMAP3430_EN_MCBSP5_SHIFT, |
| 1206 | .module_offs = CORE_MOD, |
| 1207 | .idlest_reg_id = 1, |
| 1208 | .idlest_idle_bit = OMAP3430_ST_MCBSP5_SHIFT, |
| 1209 | }, |
| 1210 | }, |
| 1211 | }; |
| 1212 | |
| 1213 | /* 'mcbsp sidetone' class */ |
| 1214 | static struct omap_hwmod_class_sysconfig omap3xxx_mcbsp_sidetone_sysc = { |
| 1215 | .sysc_offs = 0x0010, |
| 1216 | .sysc_flags = SYSC_HAS_AUTOIDLE, |
| 1217 | .sysc_fields = &omap_hwmod_sysc_type1, |
| 1218 | }; |
| 1219 | |
| 1220 | static struct omap_hwmod_class omap3xxx_mcbsp_sidetone_hwmod_class = { |
| 1221 | .name = "mcbsp_sidetone", |
| 1222 | .sysc = &omap3xxx_mcbsp_sidetone_sysc, |
| 1223 | }; |
| 1224 | |
| 1225 | /* mcbsp2_sidetone */ |
| 1226 | static struct omap_hwmod_irq_info omap3xxx_mcbsp2_sidetone_irqs[] = { |
| 1227 | { .name = "irq", .irq = 4 }, |
| 1228 | { .irq = -1 } |
| 1229 | }; |
| 1230 | |
| 1231 | static struct omap_hwmod omap3xxx_mcbsp2_sidetone_hwmod = { |
| 1232 | .name = "mcbsp2_sidetone", |
| 1233 | .class = &omap3xxx_mcbsp_sidetone_hwmod_class, |
| 1234 | .mpu_irqs = omap3xxx_mcbsp2_sidetone_irqs, |
| 1235 | .main_clk = "mcbsp2_fck", |
| 1236 | .prcm = { |
| 1237 | .omap2 = { |
| 1238 | .prcm_reg_id = 1, |
| 1239 | .module_bit = OMAP3430_EN_MCBSP2_SHIFT, |
| 1240 | .module_offs = OMAP3430_PER_MOD, |
| 1241 | .idlest_reg_id = 1, |
| 1242 | .idlest_idle_bit = OMAP3430_ST_MCBSP2_SHIFT, |
| 1243 | }, |
| 1244 | }, |
| 1245 | }; |
| 1246 | |
| 1247 | /* mcbsp3_sidetone */ |
| 1248 | static struct omap_hwmod_irq_info omap3xxx_mcbsp3_sidetone_irqs[] = { |
| 1249 | { .name = "irq", .irq = 5 }, |
| 1250 | { .irq = -1 } |
| 1251 | }; |
| 1252 | |
| 1253 | static struct omap_hwmod omap3xxx_mcbsp3_sidetone_hwmod = { |
| 1254 | .name = "mcbsp3_sidetone", |
| 1255 | .class = &omap3xxx_mcbsp_sidetone_hwmod_class, |
| 1256 | .mpu_irqs = omap3xxx_mcbsp3_sidetone_irqs, |
| 1257 | .main_clk = "mcbsp3_fck", |
| 1258 | .prcm = { |
| 1259 | .omap2 = { |
| 1260 | .prcm_reg_id = 1, |
| 1261 | .module_bit = OMAP3430_EN_MCBSP3_SHIFT, |
| 1262 | .module_offs = OMAP3430_PER_MOD, |
| 1263 | .idlest_reg_id = 1, |
| 1264 | .idlest_idle_bit = OMAP3430_ST_MCBSP3_SHIFT, |
| 1265 | }, |
| 1266 | }, |
| 1267 | }; |
| 1268 | |
| 1269 | /* SR common */ |
| 1270 | static struct omap_hwmod_sysc_fields omap34xx_sr_sysc_fields = { |
| 1271 | .clkact_shift = 20, |
| 1272 | }; |
| 1273 | |
| 1274 | static struct omap_hwmod_class_sysconfig omap34xx_sr_sysc = { |
| 1275 | .sysc_offs = 0x24, |
| 1276 | .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_NO_CACHE), |
| 1277 | .clockact = CLOCKACT_TEST_ICLK, |
| 1278 | .sysc_fields = &omap34xx_sr_sysc_fields, |
| 1279 | }; |
| 1280 | |
| 1281 | static struct omap_hwmod_class omap34xx_smartreflex_hwmod_class = { |
| 1282 | .name = "smartreflex", |
| 1283 | .sysc = &omap34xx_sr_sysc, |
| 1284 | .rev = 1, |
| 1285 | }; |
| 1286 | |
| 1287 | static struct omap_hwmod_sysc_fields omap36xx_sr_sysc_fields = { |
| 1288 | .sidle_shift = 24, |
| 1289 | .enwkup_shift = 26, |
| 1290 | }; |
| 1291 | |
| 1292 | static struct omap_hwmod_class_sysconfig omap36xx_sr_sysc = { |
| 1293 | .sysc_offs = 0x38, |
| 1294 | .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| 1295 | .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_ENAWAKEUP | |
| 1296 | SYSC_NO_CACHE), |
| 1297 | .sysc_fields = &omap36xx_sr_sysc_fields, |
| 1298 | }; |
| 1299 | |
| 1300 | static struct omap_hwmod_class omap36xx_smartreflex_hwmod_class = { |
| 1301 | .name = "smartreflex", |
| 1302 | .sysc = &omap36xx_sr_sysc, |
| 1303 | .rev = 2, |
| 1304 | }; |
| 1305 | |
| 1306 | /* SR1 */ |
| 1307 | static struct omap_smartreflex_dev_attr sr1_dev_attr = { |
| 1308 | .sensor_voltdm_name = "mpu_iva", |
| 1309 | }; |
| 1310 | |
| 1311 | static struct omap_hwmod_irq_info omap3_smartreflex_mpu_irqs[] = { |
| 1312 | { .irq = 18 }, |
| 1313 | { .irq = -1 } |
| 1314 | }; |
| 1315 | |
| 1316 | static struct omap_hwmod omap34xx_sr1_hwmod = { |
| 1317 | .name = "sr1", |
| 1318 | .class = &omap34xx_smartreflex_hwmod_class, |
| 1319 | .main_clk = "sr1_fck", |
| 1320 | .prcm = { |
| 1321 | .omap2 = { |
| 1322 | .prcm_reg_id = 1, |
| 1323 | .module_bit = OMAP3430_EN_SR1_SHIFT, |
| 1324 | .module_offs = WKUP_MOD, |
| 1325 | .idlest_reg_id = 1, |
| 1326 | .idlest_idle_bit = OMAP3430_EN_SR1_SHIFT, |
| 1327 | }, |
| 1328 | }, |
| 1329 | .dev_attr = &sr1_dev_attr, |
| 1330 | .mpu_irqs = omap3_smartreflex_mpu_irqs, |
| 1331 | .flags = HWMOD_SET_DEFAULT_CLOCKACT, |
| 1332 | }; |
| 1333 | |
| 1334 | static struct omap_hwmod omap36xx_sr1_hwmod = { |
| 1335 | .name = "sr1", |
| 1336 | .class = &omap36xx_smartreflex_hwmod_class, |
| 1337 | .main_clk = "sr1_fck", |
| 1338 | .prcm = { |
| 1339 | .omap2 = { |
| 1340 | .prcm_reg_id = 1, |
| 1341 | .module_bit = OMAP3430_EN_SR1_SHIFT, |
| 1342 | .module_offs = WKUP_MOD, |
| 1343 | .idlest_reg_id = 1, |
| 1344 | .idlest_idle_bit = OMAP3430_EN_SR1_SHIFT, |
| 1345 | }, |
| 1346 | }, |
| 1347 | .dev_attr = &sr1_dev_attr, |
| 1348 | .mpu_irqs = omap3_smartreflex_mpu_irqs, |
| 1349 | }; |
| 1350 | |
| 1351 | /* SR2 */ |
| 1352 | static struct omap_smartreflex_dev_attr sr2_dev_attr = { |
| 1353 | .sensor_voltdm_name = "core", |
| 1354 | }; |
| 1355 | |
| 1356 | static struct omap_hwmod_irq_info omap3_smartreflex_core_irqs[] = { |
| 1357 | { .irq = 19 }, |
| 1358 | { .irq = -1 } |
| 1359 | }; |
| 1360 | |
| 1361 | static struct omap_hwmod omap34xx_sr2_hwmod = { |
| 1362 | .name = "sr2", |
| 1363 | .class = &omap34xx_smartreflex_hwmod_class, |
| 1364 | .main_clk = "sr2_fck", |
| 1365 | .prcm = { |
| 1366 | .omap2 = { |
| 1367 | .prcm_reg_id = 1, |
| 1368 | .module_bit = OMAP3430_EN_SR2_SHIFT, |
| 1369 | .module_offs = WKUP_MOD, |
| 1370 | .idlest_reg_id = 1, |
| 1371 | .idlest_idle_bit = OMAP3430_EN_SR2_SHIFT, |
| 1372 | }, |
| 1373 | }, |
| 1374 | .dev_attr = &sr2_dev_attr, |
| 1375 | .mpu_irqs = omap3_smartreflex_core_irqs, |
| 1376 | .flags = HWMOD_SET_DEFAULT_CLOCKACT, |
| 1377 | }; |
| 1378 | |
| 1379 | static struct omap_hwmod omap36xx_sr2_hwmod = { |
| 1380 | .name = "sr2", |
| 1381 | .class = &omap36xx_smartreflex_hwmod_class, |
| 1382 | .main_clk = "sr2_fck", |
| 1383 | .prcm = { |
| 1384 | .omap2 = { |
| 1385 | .prcm_reg_id = 1, |
| 1386 | .module_bit = OMAP3430_EN_SR2_SHIFT, |
| 1387 | .module_offs = WKUP_MOD, |
| 1388 | .idlest_reg_id = 1, |
| 1389 | .idlest_idle_bit = OMAP3430_EN_SR2_SHIFT, |
| 1390 | }, |
| 1391 | }, |
| 1392 | .dev_attr = &sr2_dev_attr, |
| 1393 | .mpu_irqs = omap3_smartreflex_core_irqs, |
| 1394 | }; |
| 1395 | |
| 1396 | /* |
| 1397 | * 'mailbox' class |
| 1398 | * mailbox module allowing communication between the on-chip processors |
| 1399 | * using a queued mailbox-interrupt mechanism. |
| 1400 | */ |
| 1401 | |
| 1402 | static struct omap_hwmod_class_sysconfig omap3xxx_mailbox_sysc = { |
| 1403 | .rev_offs = 0x000, |
| 1404 | .sysc_offs = 0x010, |
| 1405 | .syss_offs = 0x014, |
| 1406 | .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE | |
| 1407 | SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE), |
| 1408 | .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| 1409 | .sysc_fields = &omap_hwmod_sysc_type1, |
| 1410 | }; |
| 1411 | |
| 1412 | static struct omap_hwmod_class omap3xxx_mailbox_hwmod_class = { |
| 1413 | .name = "mailbox", |
| 1414 | .sysc = &omap3xxx_mailbox_sysc, |
| 1415 | }; |
| 1416 | |
| 1417 | static struct omap_hwmod_irq_info omap3xxx_mailbox_irqs[] = { |
| 1418 | { .irq = 26 }, |
| 1419 | { .irq = -1 } |
| 1420 | }; |
| 1421 | |
| 1422 | static struct omap_hwmod omap3xxx_mailbox_hwmod = { |
| 1423 | .name = "mailbox", |
| 1424 | .class = &omap3xxx_mailbox_hwmod_class, |
| 1425 | .mpu_irqs = omap3xxx_mailbox_irqs, |
| 1426 | .main_clk = "mailboxes_ick", |
| 1427 | .prcm = { |
| 1428 | .omap2 = { |
| 1429 | .prcm_reg_id = 1, |
| 1430 | .module_bit = OMAP3430_EN_MAILBOXES_SHIFT, |
| 1431 | .module_offs = CORE_MOD, |
| 1432 | .idlest_reg_id = 1, |
| 1433 | .idlest_idle_bit = OMAP3430_ST_MAILBOXES_SHIFT, |
| 1434 | }, |
| 1435 | }, |
| 1436 | }; |
| 1437 | |
| 1438 | /* |
| 1439 | * 'mcspi' class |
| 1440 | * multichannel serial port interface (mcspi) / master/slave synchronous serial |
| 1441 | * bus |
| 1442 | */ |
| 1443 | |
| 1444 | static struct omap_hwmod_class_sysconfig omap34xx_mcspi_sysc = { |
| 1445 | .rev_offs = 0x0000, |
| 1446 | .sysc_offs = 0x0010, |
| 1447 | .syss_offs = 0x0014, |
| 1448 | .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE | |
| 1449 | SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET | |
| 1450 | SYSC_HAS_AUTOIDLE | SYSS_HAS_RESET_STATUS), |
| 1451 | .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| 1452 | .sysc_fields = &omap_hwmod_sysc_type1, |
| 1453 | }; |
| 1454 | |
| 1455 | static struct omap_hwmod_class omap34xx_mcspi_class = { |
| 1456 | .name = "mcspi", |
| 1457 | .sysc = &omap34xx_mcspi_sysc, |
| 1458 | .rev = OMAP3_MCSPI_REV, |
| 1459 | }; |
| 1460 | |
| 1461 | /* mcspi1 */ |
| 1462 | static struct omap2_mcspi_dev_attr omap_mcspi1_dev_attr = { |
| 1463 | .num_chipselect = 4, |
| 1464 | }; |
| 1465 | |
| 1466 | static struct omap_hwmod omap34xx_mcspi1 = { |
| 1467 | .name = "mcspi1", |
| 1468 | .mpu_irqs = omap2_mcspi1_mpu_irqs, |
| 1469 | .sdma_reqs = omap2_mcspi1_sdma_reqs, |
| 1470 | .main_clk = "mcspi1_fck", |
| 1471 | .prcm = { |
| 1472 | .omap2 = { |
| 1473 | .module_offs = CORE_MOD, |
| 1474 | .prcm_reg_id = 1, |
| 1475 | .module_bit = OMAP3430_EN_MCSPI1_SHIFT, |
| 1476 | .idlest_reg_id = 1, |
| 1477 | .idlest_idle_bit = OMAP3430_ST_MCSPI1_SHIFT, |
| 1478 | }, |
| 1479 | }, |
| 1480 | .class = &omap34xx_mcspi_class, |
| 1481 | .dev_attr = &omap_mcspi1_dev_attr, |
| 1482 | }; |
| 1483 | |
| 1484 | /* mcspi2 */ |
| 1485 | static struct omap2_mcspi_dev_attr omap_mcspi2_dev_attr = { |
| 1486 | .num_chipselect = 2, |
| 1487 | }; |
| 1488 | |
| 1489 | static struct omap_hwmod omap34xx_mcspi2 = { |
| 1490 | .name = "mcspi2", |
| 1491 | .mpu_irqs = omap2_mcspi2_mpu_irqs, |
| 1492 | .sdma_reqs = omap2_mcspi2_sdma_reqs, |
| 1493 | .main_clk = "mcspi2_fck", |
| 1494 | .prcm = { |
| 1495 | .omap2 = { |
| 1496 | .module_offs = CORE_MOD, |
| 1497 | .prcm_reg_id = 1, |
| 1498 | .module_bit = OMAP3430_EN_MCSPI2_SHIFT, |
| 1499 | .idlest_reg_id = 1, |
| 1500 | .idlest_idle_bit = OMAP3430_ST_MCSPI2_SHIFT, |
| 1501 | }, |
| 1502 | }, |
| 1503 | .class = &omap34xx_mcspi_class, |
| 1504 | .dev_attr = &omap_mcspi2_dev_attr, |
| 1505 | }; |
| 1506 | |
| 1507 | /* mcspi3 */ |
| 1508 | static struct omap_hwmod_irq_info omap34xx_mcspi3_mpu_irqs[] = { |
| 1509 | { .name = "irq", .irq = 91 }, /* 91 */ |
| 1510 | { .irq = -1 } |
| 1511 | }; |
| 1512 | |
| 1513 | static struct omap_hwmod_dma_info omap34xx_mcspi3_sdma_reqs[] = { |
| 1514 | { .name = "tx0", .dma_req = 15 }, |
| 1515 | { .name = "rx0", .dma_req = 16 }, |
| 1516 | { .name = "tx1", .dma_req = 23 }, |
| 1517 | { .name = "rx1", .dma_req = 24 }, |
| 1518 | { .dma_req = -1 } |
| 1519 | }; |
| 1520 | |
| 1521 | static struct omap2_mcspi_dev_attr omap_mcspi3_dev_attr = { |
| 1522 | .num_chipselect = 2, |
| 1523 | }; |
| 1524 | |
| 1525 | static struct omap_hwmod omap34xx_mcspi3 = { |
| 1526 | .name = "mcspi3", |
| 1527 | .mpu_irqs = omap34xx_mcspi3_mpu_irqs, |
| 1528 | .sdma_reqs = omap34xx_mcspi3_sdma_reqs, |
| 1529 | .main_clk = "mcspi3_fck", |
| 1530 | .prcm = { |
| 1531 | .omap2 = { |
| 1532 | .module_offs = CORE_MOD, |
| 1533 | .prcm_reg_id = 1, |
| 1534 | .module_bit = OMAP3430_EN_MCSPI3_SHIFT, |
| 1535 | .idlest_reg_id = 1, |
| 1536 | .idlest_idle_bit = OMAP3430_ST_MCSPI3_SHIFT, |
| 1537 | }, |
| 1538 | }, |
| 1539 | .class = &omap34xx_mcspi_class, |
| 1540 | .dev_attr = &omap_mcspi3_dev_attr, |
| 1541 | }; |
| 1542 | |
| 1543 | /* mcspi4 */ |
| 1544 | static struct omap_hwmod_irq_info omap34xx_mcspi4_mpu_irqs[] = { |
| 1545 | { .name = "irq", .irq = INT_34XX_SPI4_IRQ }, /* 48 */ |
| 1546 | { .irq = -1 } |
| 1547 | }; |
| 1548 | |
| 1549 | static struct omap_hwmod_dma_info omap34xx_mcspi4_sdma_reqs[] = { |
| 1550 | { .name = "tx0", .dma_req = 70 }, /* DMA_SPI4_TX0 */ |
| 1551 | { .name = "rx0", .dma_req = 71 }, /* DMA_SPI4_RX0 */ |
| 1552 | { .dma_req = -1 } |
| 1553 | }; |
| 1554 | |
| 1555 | static struct omap2_mcspi_dev_attr omap_mcspi4_dev_attr = { |
| 1556 | .num_chipselect = 1, |
| 1557 | }; |
| 1558 | |
| 1559 | static struct omap_hwmod omap34xx_mcspi4 = { |
| 1560 | .name = "mcspi4", |
| 1561 | .mpu_irqs = omap34xx_mcspi4_mpu_irqs, |
| 1562 | .sdma_reqs = omap34xx_mcspi4_sdma_reqs, |
| 1563 | .main_clk = "mcspi4_fck", |
| 1564 | .prcm = { |
| 1565 | .omap2 = { |
| 1566 | .module_offs = CORE_MOD, |
| 1567 | .prcm_reg_id = 1, |
| 1568 | .module_bit = OMAP3430_EN_MCSPI4_SHIFT, |
| 1569 | .idlest_reg_id = 1, |
| 1570 | .idlest_idle_bit = OMAP3430_ST_MCSPI4_SHIFT, |
| 1571 | }, |
| 1572 | }, |
| 1573 | .class = &omap34xx_mcspi_class, |
| 1574 | .dev_attr = &omap_mcspi4_dev_attr, |
| 1575 | }; |
| 1576 | |
| 1577 | /* usbhsotg */ |
| 1578 | static struct omap_hwmod_class_sysconfig omap3xxx_usbhsotg_sysc = { |
| 1579 | .rev_offs = 0x0400, |
| 1580 | .sysc_offs = 0x0404, |
| 1581 | .syss_offs = 0x0408, |
| 1582 | .sysc_flags = (SYSC_HAS_SIDLEMODE | SYSC_HAS_MIDLEMODE| |
| 1583 | SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET | |
| 1584 | SYSC_HAS_AUTOIDLE), |
| 1585 | .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| 1586 | MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART), |
| 1587 | .sysc_fields = &omap_hwmod_sysc_type1, |
| 1588 | }; |
| 1589 | |
| 1590 | static struct omap_hwmod_class usbotg_class = { |
| 1591 | .name = "usbotg", |
| 1592 | .sysc = &omap3xxx_usbhsotg_sysc, |
| 1593 | }; |
| 1594 | |
| 1595 | /* usb_otg_hs */ |
| 1596 | static struct omap_hwmod_irq_info omap3xxx_usbhsotg_mpu_irqs[] = { |
| 1597 | |
| 1598 | { .name = "mc", .irq = 92 }, |
| 1599 | { .name = "dma", .irq = 93 }, |
| 1600 | { .irq = -1 } |
| 1601 | }; |
| 1602 | |
| 1603 | static struct omap_hwmod omap3xxx_usbhsotg_hwmod = { |
| 1604 | .name = "usb_otg_hs", |
| 1605 | .mpu_irqs = omap3xxx_usbhsotg_mpu_irqs, |
| 1606 | .main_clk = "hsotgusb_ick", |
| 1607 | .prcm = { |
| 1608 | .omap2 = { |
| 1609 | .prcm_reg_id = 1, |
| 1610 | .module_bit = OMAP3430_EN_HSOTGUSB_SHIFT, |
| 1611 | .module_offs = CORE_MOD, |
| 1612 | .idlest_reg_id = 1, |
| 1613 | .idlest_idle_bit = OMAP3430ES2_ST_HSOTGUSB_IDLE_SHIFT, |
| 1614 | .idlest_stdby_bit = OMAP3430ES2_ST_HSOTGUSB_STDBY_SHIFT |
| 1615 | }, |
| 1616 | }, |
| 1617 | .class = &usbotg_class, |
| 1618 | |
| 1619 | /* |
| 1620 | * Erratum ID: i479 idle_req / idle_ack mechanism potentially |
| 1621 | * broken when autoidle is enabled |
| 1622 | * workaround is to disable the autoidle bit at module level. |
| 1623 | */ |
| 1624 | .flags = HWMOD_NO_OCP_AUTOIDLE | HWMOD_SWSUP_SIDLE |
| 1625 | | HWMOD_SWSUP_MSTANDBY, |
| 1626 | }; |
| 1627 | |
| 1628 | /* usb_otg_hs */ |
| 1629 | static struct omap_hwmod_irq_info am35xx_usbhsotg_mpu_irqs[] = { |
| 1630 | |
| 1631 | { .name = "mc", .irq = 71 }, |
| 1632 | { .irq = -1 } |
| 1633 | }; |
| 1634 | |
| 1635 | static struct omap_hwmod_class am35xx_usbotg_class = { |
| 1636 | .name = "am35xx_usbotg", |
| 1637 | .sysc = NULL, |
| 1638 | }; |
| 1639 | |
| 1640 | static struct omap_hwmod am35xx_usbhsotg_hwmod = { |
| 1641 | .name = "am35x_otg_hs", |
| 1642 | .mpu_irqs = am35xx_usbhsotg_mpu_irqs, |
| 1643 | .main_clk = NULL, |
| 1644 | .prcm = { |
| 1645 | .omap2 = { |
| 1646 | }, |
| 1647 | }, |
| 1648 | .class = &am35xx_usbotg_class, |
| 1649 | }; |
| 1650 | |
| 1651 | /* MMC/SD/SDIO common */ |
| 1652 | static struct omap_hwmod_class_sysconfig omap34xx_mmc_sysc = { |
| 1653 | .rev_offs = 0x1fc, |
| 1654 | .sysc_offs = 0x10, |
| 1655 | .syss_offs = 0x14, |
| 1656 | .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE | |
| 1657 | SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET | |
| 1658 | SYSC_HAS_AUTOIDLE | SYSS_HAS_RESET_STATUS), |
| 1659 | .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| 1660 | .sysc_fields = &omap_hwmod_sysc_type1, |
| 1661 | }; |
| 1662 | |
| 1663 | static struct omap_hwmod_class omap34xx_mmc_class = { |
| 1664 | .name = "mmc", |
| 1665 | .sysc = &omap34xx_mmc_sysc, |
| 1666 | }; |
| 1667 | |
| 1668 | /* MMC/SD/SDIO1 */ |
| 1669 | |
| 1670 | static struct omap_hwmod_irq_info omap34xx_mmc1_mpu_irqs[] = { |
| 1671 | { .irq = 83, }, |
| 1672 | { .irq = -1 } |
| 1673 | }; |
| 1674 | |
| 1675 | static struct omap_hwmod_dma_info omap34xx_mmc1_sdma_reqs[] = { |
| 1676 | { .name = "tx", .dma_req = 61, }, |
| 1677 | { .name = "rx", .dma_req = 62, }, |
| 1678 | { .dma_req = -1 } |
| 1679 | }; |
| 1680 | |
| 1681 | static struct omap_hwmod_opt_clk omap34xx_mmc1_opt_clks[] = { |
| 1682 | { .role = "dbck", .clk = "omap_32k_fck", }, |
| 1683 | }; |
| 1684 | |
| 1685 | static struct omap_mmc_dev_attr mmc1_dev_attr = { |
| 1686 | .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT, |
| 1687 | }; |
| 1688 | |
| 1689 | /* See 35xx errata 2.1.1.128 in SPRZ278F */ |
| 1690 | static struct omap_mmc_dev_attr mmc1_pre_es3_dev_attr = { |
| 1691 | .flags = (OMAP_HSMMC_SUPPORTS_DUAL_VOLT | |
| 1692 | OMAP_HSMMC_BROKEN_MULTIBLOCK_READ), |
| 1693 | }; |
| 1694 | |
| 1695 | static struct omap_hwmod omap3xxx_pre_es3_mmc1_hwmod = { |
| 1696 | .name = "mmc1", |
| 1697 | .mpu_irqs = omap34xx_mmc1_mpu_irqs, |
| 1698 | .sdma_reqs = omap34xx_mmc1_sdma_reqs, |
| 1699 | .opt_clks = omap34xx_mmc1_opt_clks, |
| 1700 | .opt_clks_cnt = ARRAY_SIZE(omap34xx_mmc1_opt_clks), |
| 1701 | .main_clk = "mmchs1_fck", |
| 1702 | .prcm = { |
| 1703 | .omap2 = { |
| 1704 | .module_offs = CORE_MOD, |
| 1705 | .prcm_reg_id = 1, |
| 1706 | .module_bit = OMAP3430_EN_MMC1_SHIFT, |
| 1707 | .idlest_reg_id = 1, |
| 1708 | .idlest_idle_bit = OMAP3430_ST_MMC1_SHIFT, |
| 1709 | }, |
| 1710 | }, |
| 1711 | .dev_attr = &mmc1_pre_es3_dev_attr, |
| 1712 | .class = &omap34xx_mmc_class, |
| 1713 | }; |
| 1714 | |
| 1715 | static struct omap_hwmod omap3xxx_es3plus_mmc1_hwmod = { |
| 1716 | .name = "mmc1", |
| 1717 | .mpu_irqs = omap34xx_mmc1_mpu_irqs, |
| 1718 | .sdma_reqs = omap34xx_mmc1_sdma_reqs, |
| 1719 | .opt_clks = omap34xx_mmc1_opt_clks, |
| 1720 | .opt_clks_cnt = ARRAY_SIZE(omap34xx_mmc1_opt_clks), |
| 1721 | .main_clk = "mmchs1_fck", |
| 1722 | .prcm = { |
| 1723 | .omap2 = { |
| 1724 | .module_offs = CORE_MOD, |
| 1725 | .prcm_reg_id = 1, |
| 1726 | .module_bit = OMAP3430_EN_MMC1_SHIFT, |
| 1727 | .idlest_reg_id = 1, |
| 1728 | .idlest_idle_bit = OMAP3430_ST_MMC1_SHIFT, |
| 1729 | }, |
| 1730 | }, |
| 1731 | .dev_attr = &mmc1_dev_attr, |
| 1732 | .class = &omap34xx_mmc_class, |
| 1733 | }; |
| 1734 | |
| 1735 | /* MMC/SD/SDIO2 */ |
| 1736 | |
| 1737 | static struct omap_hwmod_irq_info omap34xx_mmc2_mpu_irqs[] = { |
| 1738 | { .irq = INT_24XX_MMC2_IRQ, }, |
| 1739 | { .irq = -1 } |
| 1740 | }; |
| 1741 | |
| 1742 | static struct omap_hwmod_dma_info omap34xx_mmc2_sdma_reqs[] = { |
| 1743 | { .name = "tx", .dma_req = 47, }, |
| 1744 | { .name = "rx", .dma_req = 48, }, |
| 1745 | { .dma_req = -1 } |
| 1746 | }; |
| 1747 | |
| 1748 | static struct omap_hwmod_opt_clk omap34xx_mmc2_opt_clks[] = { |
| 1749 | { .role = "dbck", .clk = "omap_32k_fck", }, |
| 1750 | }; |
| 1751 | |
| 1752 | /* See 35xx errata 2.1.1.128 in SPRZ278F */ |
| 1753 | static struct omap_mmc_dev_attr mmc2_pre_es3_dev_attr = { |
| 1754 | .flags = OMAP_HSMMC_BROKEN_MULTIBLOCK_READ, |
| 1755 | }; |
| 1756 | |
| 1757 | static struct omap_hwmod omap3xxx_pre_es3_mmc2_hwmod = { |
| 1758 | .name = "mmc2", |
| 1759 | .mpu_irqs = omap34xx_mmc2_mpu_irqs, |
| 1760 | .sdma_reqs = omap34xx_mmc2_sdma_reqs, |
| 1761 | .opt_clks = omap34xx_mmc2_opt_clks, |
| 1762 | .opt_clks_cnt = ARRAY_SIZE(omap34xx_mmc2_opt_clks), |
| 1763 | .main_clk = "mmchs2_fck", |
| 1764 | .prcm = { |
| 1765 | .omap2 = { |
| 1766 | .module_offs = CORE_MOD, |
| 1767 | .prcm_reg_id = 1, |
| 1768 | .module_bit = OMAP3430_EN_MMC2_SHIFT, |
| 1769 | .idlest_reg_id = 1, |
| 1770 | .idlest_idle_bit = OMAP3430_ST_MMC2_SHIFT, |
| 1771 | }, |
| 1772 | }, |
| 1773 | .dev_attr = &mmc2_pre_es3_dev_attr, |
| 1774 | .class = &omap34xx_mmc_class, |
| 1775 | }; |
| 1776 | |
| 1777 | static struct omap_hwmod omap3xxx_es3plus_mmc2_hwmod = { |
| 1778 | .name = "mmc2", |
| 1779 | .mpu_irqs = omap34xx_mmc2_mpu_irqs, |
| 1780 | .sdma_reqs = omap34xx_mmc2_sdma_reqs, |
| 1781 | .opt_clks = omap34xx_mmc2_opt_clks, |
| 1782 | .opt_clks_cnt = ARRAY_SIZE(omap34xx_mmc2_opt_clks), |
| 1783 | .main_clk = "mmchs2_fck", |
| 1784 | .prcm = { |
| 1785 | .omap2 = { |
| 1786 | .module_offs = CORE_MOD, |
| 1787 | .prcm_reg_id = 1, |
| 1788 | .module_bit = OMAP3430_EN_MMC2_SHIFT, |
| 1789 | .idlest_reg_id = 1, |
| 1790 | .idlest_idle_bit = OMAP3430_ST_MMC2_SHIFT, |
| 1791 | }, |
| 1792 | }, |
| 1793 | .class = &omap34xx_mmc_class, |
| 1794 | }; |
| 1795 | |
| 1796 | /* MMC/SD/SDIO3 */ |
| 1797 | |
| 1798 | static struct omap_hwmod_irq_info omap34xx_mmc3_mpu_irqs[] = { |
| 1799 | { .irq = 94, }, |
| 1800 | { .irq = -1 } |
| 1801 | }; |
| 1802 | |
| 1803 | static struct omap_hwmod_dma_info omap34xx_mmc3_sdma_reqs[] = { |
| 1804 | { .name = "tx", .dma_req = 77, }, |
| 1805 | { .name = "rx", .dma_req = 78, }, |
| 1806 | { .dma_req = -1 } |
| 1807 | }; |
| 1808 | |
| 1809 | static struct omap_hwmod_opt_clk omap34xx_mmc3_opt_clks[] = { |
| 1810 | { .role = "dbck", .clk = "omap_32k_fck", }, |
| 1811 | }; |
| 1812 | |
| 1813 | static struct omap_hwmod omap3xxx_mmc3_hwmod = { |
| 1814 | .name = "mmc3", |
| 1815 | .mpu_irqs = omap34xx_mmc3_mpu_irqs, |
| 1816 | .sdma_reqs = omap34xx_mmc3_sdma_reqs, |
| 1817 | .opt_clks = omap34xx_mmc3_opt_clks, |
| 1818 | .opt_clks_cnt = ARRAY_SIZE(omap34xx_mmc3_opt_clks), |
| 1819 | .main_clk = "mmchs3_fck", |
| 1820 | .prcm = { |
| 1821 | .omap2 = { |
| 1822 | .prcm_reg_id = 1, |
| 1823 | .module_bit = OMAP3430_EN_MMC3_SHIFT, |
| 1824 | .idlest_reg_id = 1, |
| 1825 | .idlest_idle_bit = OMAP3430_ST_MMC3_SHIFT, |
| 1826 | }, |
| 1827 | }, |
| 1828 | .class = &omap34xx_mmc_class, |
| 1829 | }; |
| 1830 | |
| 1831 | /* |
| 1832 | * 'usb_host_hs' class |
| 1833 | * high-speed multi-port usb host controller |
| 1834 | */ |
| 1835 | |
| 1836 | static struct omap_hwmod_class_sysconfig omap3xxx_usb_host_hs_sysc = { |
| 1837 | .rev_offs = 0x0000, |
| 1838 | .sysc_offs = 0x0010, |
| 1839 | .syss_offs = 0x0014, |
| 1840 | .sysc_flags = (SYSC_HAS_MIDLEMODE | SYSC_HAS_CLOCKACTIVITY | |
| 1841 | SYSC_HAS_SIDLEMODE | SYSC_HAS_ENAWAKEUP | |
| 1842 | SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE), |
| 1843 | .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| 1844 | MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART), |
| 1845 | .sysc_fields = &omap_hwmod_sysc_type1, |
| 1846 | }; |
| 1847 | |
| 1848 | static struct omap_hwmod_class omap3xxx_usb_host_hs_hwmod_class = { |
| 1849 | .name = "usb_host_hs", |
| 1850 | .sysc = &omap3xxx_usb_host_hs_sysc, |
| 1851 | }; |
| 1852 | |
| 1853 | static struct omap_hwmod_opt_clk omap3xxx_usb_host_hs_opt_clks[] = { |
| 1854 | { .role = "ehci_logic_fck", .clk = "usbhost_120m_fck", }, |
| 1855 | }; |
| 1856 | |
| 1857 | static struct omap_hwmod_irq_info omap3xxx_usb_host_hs_irqs[] = { |
| 1858 | { .name = "ohci-irq", .irq = 76 }, |
| 1859 | { .name = "ehci-irq", .irq = 77 }, |
| 1860 | { .irq = -1 } |
| 1861 | }; |
| 1862 | |
| 1863 | static struct omap_hwmod omap3xxx_usb_host_hs_hwmod = { |
| 1864 | .name = "usb_host_hs", |
| 1865 | .class = &omap3xxx_usb_host_hs_hwmod_class, |
| 1866 | .clkdm_name = "l3_init_clkdm", |
| 1867 | .mpu_irqs = omap3xxx_usb_host_hs_irqs, |
| 1868 | .main_clk = "usbhost_48m_fck", |
| 1869 | .prcm = { |
| 1870 | .omap2 = { |
| 1871 | .module_offs = OMAP3430ES2_USBHOST_MOD, |
| 1872 | .prcm_reg_id = 1, |
| 1873 | .module_bit = OMAP3430ES2_EN_USBHOST1_SHIFT, |
| 1874 | .idlest_reg_id = 1, |
| 1875 | .idlest_idle_bit = OMAP3430ES2_ST_USBHOST_IDLE_SHIFT, |
| 1876 | .idlest_stdby_bit = OMAP3430ES2_ST_USBHOST_STDBY_SHIFT, |
| 1877 | }, |
| 1878 | }, |
| 1879 | .opt_clks = omap3xxx_usb_host_hs_opt_clks, |
| 1880 | .opt_clks_cnt = ARRAY_SIZE(omap3xxx_usb_host_hs_opt_clks), |
| 1881 | |
| 1882 | /* |
| 1883 | * Errata: USBHOST Configured In Smart-Idle Can Lead To a Deadlock |
| 1884 | * id: i660 |
| 1885 | * |
| 1886 | * Description: |
| 1887 | * In the following configuration : |
| 1888 | * - USBHOST module is set to smart-idle mode |
| 1889 | * - PRCM asserts idle_req to the USBHOST module ( This typically |
| 1890 | * happens when the system is going to a low power mode : all ports |
| 1891 | * have been suspended, the master part of the USBHOST module has |
| 1892 | * entered the standby state, and SW has cut the functional clocks) |
| 1893 | * - an USBHOST interrupt occurs before the module is able to answer |
| 1894 | * idle_ack, typically a remote wakeup IRQ. |
| 1895 | * Then the USB HOST module will enter a deadlock situation where it |
| 1896 | * is no more accessible nor functional. |
| 1897 | * |
| 1898 | * Workaround: |
| 1899 | * Don't use smart idle; use only force idle, hence HWMOD_SWSUP_SIDLE |
| 1900 | */ |
| 1901 | |
| 1902 | /* |
| 1903 | * Errata: USB host EHCI may stall when entering smart-standby mode |
| 1904 | * Id: i571 |
| 1905 | * |
| 1906 | * Description: |
| 1907 | * When the USBHOST module is set to smart-standby mode, and when it is |
| 1908 | * ready to enter the standby state (i.e. all ports are suspended and |
| 1909 | * all attached devices are in suspend mode), then it can wrongly assert |
| 1910 | * the Mstandby signal too early while there are still some residual OCP |
| 1911 | * transactions ongoing. If this condition occurs, the internal state |
| 1912 | * machine may go to an undefined state and the USB link may be stuck |
| 1913 | * upon the next resume. |
| 1914 | * |
| 1915 | * Workaround: |
| 1916 | * Don't use smart standby; use only force standby, |
| 1917 | * hence HWMOD_SWSUP_MSTANDBY |
| 1918 | */ |
| 1919 | |
| 1920 | /* |
| 1921 | * During system boot; If the hwmod framework resets the module |
| 1922 | * the module will have smart idle settings; which can lead to deadlock |
| 1923 | * (above Errata Id:i660); so, dont reset the module during boot; |
| 1924 | * Use HWMOD_INIT_NO_RESET. |
| 1925 | */ |
| 1926 | |
| 1927 | .flags = HWMOD_SWSUP_SIDLE | HWMOD_SWSUP_MSTANDBY | |
| 1928 | HWMOD_INIT_NO_RESET, |
| 1929 | }; |
| 1930 | |
| 1931 | /* |
| 1932 | * 'usb_tll_hs' class |
| 1933 | * usb_tll_hs module is the adapter on the usb_host_hs ports |
| 1934 | */ |
| 1935 | static struct omap_hwmod_class_sysconfig omap3xxx_usb_tll_hs_sysc = { |
| 1936 | .rev_offs = 0x0000, |
| 1937 | .sysc_offs = 0x0010, |
| 1938 | .syss_offs = 0x0014, |
| 1939 | .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE | |
| 1940 | SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET | |
| 1941 | SYSC_HAS_AUTOIDLE), |
| 1942 | .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| 1943 | .sysc_fields = &omap_hwmod_sysc_type1, |
| 1944 | }; |
| 1945 | |
| 1946 | static struct omap_hwmod_class omap3xxx_usb_tll_hs_hwmod_class = { |
| 1947 | .name = "usb_tll_hs", |
| 1948 | .sysc = &omap3xxx_usb_tll_hs_sysc, |
| 1949 | }; |
| 1950 | |
| 1951 | static struct omap_hwmod_irq_info omap3xxx_usb_tll_hs_irqs[] = { |
| 1952 | { .name = "tll-irq", .irq = 78 }, |
| 1953 | { .irq = -1 } |
| 1954 | }; |
| 1955 | |
| 1956 | static struct omap_hwmod omap3xxx_usb_tll_hs_hwmod = { |
| 1957 | .name = "usb_tll_hs", |
| 1958 | .class = &omap3xxx_usb_tll_hs_hwmod_class, |
| 1959 | .clkdm_name = "l3_init_clkdm", |
| 1960 | .mpu_irqs = omap3xxx_usb_tll_hs_irqs, |
| 1961 | .main_clk = "usbtll_fck", |
| 1962 | .prcm = { |
| 1963 | .omap2 = { |
| 1964 | .module_offs = CORE_MOD, |
| 1965 | .prcm_reg_id = 3, |
| 1966 | .module_bit = OMAP3430ES2_EN_USBTLL_SHIFT, |
| 1967 | .idlest_reg_id = 3, |
| 1968 | .idlest_idle_bit = OMAP3430ES2_ST_USBTLL_SHIFT, |
| 1969 | }, |
| 1970 | }, |
| 1971 | }; |
| 1972 | |
| 1973 | /* |
| 1974 | * interfaces |
| 1975 | */ |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 1976 | |
Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 1977 | /* L3 -> L4_CORE interface */ |
Kevin Hilman | 4a7cf90 | 2010-07-26 16:34:32 -0600 | [diff] [blame] | 1978 | static struct omap_hwmod_ocp_if omap3xxx_l3_main__l4_core = { |
| 1979 | .master = &omap3xxx_l3_main_hwmod, |
Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 1980 | .slave = &omap3xxx_l4_core_hwmod, |
| 1981 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 1982 | }; |
| 1983 | |
| 1984 | /* L3 -> L4_PER interface */ |
Kevin Hilman | 4a7cf90 | 2010-07-26 16:34:32 -0600 | [diff] [blame] | 1985 | static struct omap_hwmod_ocp_if omap3xxx_l3_main__l4_per = { |
| 1986 | .master = &omap3xxx_l3_main_hwmod, |
Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 1987 | .slave = &omap3xxx_l4_per_hwmod, |
| 1988 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 1989 | }; |
| 1990 | |
sricharan | 4bb194d | 2011-02-08 22:13:37 +0530 | [diff] [blame] | 1991 | static struct omap_hwmod_addr_space omap3xxx_l3_main_addrs[] = { |
| 1992 | { |
Paul Walmsley | 844a3b6 | 2012-04-19 04:04:33 -0600 | [diff] [blame] | 1993 | .pa_start = 0x68000000, |
| 1994 | .pa_end = 0x6800ffff, |
| 1995 | .flags = ADDR_TYPE_RT, |
sricharan | 4bb194d | 2011-02-08 22:13:37 +0530 | [diff] [blame] | 1996 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 1997 | { } |
sricharan | 4bb194d | 2011-02-08 22:13:37 +0530 | [diff] [blame] | 1998 | }; |
| 1999 | |
Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 2000 | /* MPU -> L3 interface */ |
Kevin Hilman | 4a7cf90 | 2010-07-26 16:34:32 -0600 | [diff] [blame] | 2001 | static struct omap_hwmod_ocp_if omap3xxx_mpu__l3_main = { |
sricharan | 4bb194d | 2011-02-08 22:13:37 +0530 | [diff] [blame] | 2002 | .master = &omap3xxx_mpu_hwmod, |
| 2003 | .slave = &omap3xxx_l3_main_hwmod, |
| 2004 | .addr = omap3xxx_l3_main_addrs, |
Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 2005 | .user = OCP_USER_MPU, |
| 2006 | }; |
| 2007 | |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 2008 | /* DSS -> l3 */ |
Paul Walmsley | d69dc64 | 2012-04-19 04:03:52 -0600 | [diff] [blame] | 2009 | static struct omap_hwmod_ocp_if omap3430es1_dss__l3 = { |
| 2010 | .master = &omap3430es1_dss_core_hwmod, |
| 2011 | .slave = &omap3xxx_l3_main_hwmod, |
| 2012 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2013 | }; |
| 2014 | |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 2015 | static struct omap_hwmod_ocp_if omap3xxx_dss__l3 = { |
| 2016 | .master = &omap3xxx_dss_core_hwmod, |
| 2017 | .slave = &omap3xxx_l3_main_hwmod, |
| 2018 | .fw = { |
| 2019 | .omap2 = { |
| 2020 | .l3_perm_bit = OMAP3_L3_CORE_FW_INIT_ID_DSS, |
| 2021 | .flags = OMAP_FIREWALL_L3, |
| 2022 | } |
| 2023 | }, |
| 2024 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2025 | }; |
| 2026 | |
Hema HK | 870ea2b | 2011-02-17 12:07:18 +0530 | [diff] [blame] | 2027 | /* l3_core -> usbhsotg interface */ |
| 2028 | static struct omap_hwmod_ocp_if omap3xxx_usbhsotg__l3 = { |
| 2029 | .master = &omap3xxx_usbhsotg_hwmod, |
| 2030 | .slave = &omap3xxx_l3_main_hwmod, |
| 2031 | .clk = "core_l3_ick", |
| 2032 | .user = OCP_USER_MPU, |
| 2033 | }; |
Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 2034 | |
Hema HK | 273ff8c | 2011-02-17 12:07:19 +0530 | [diff] [blame] | 2035 | /* l3_core -> am35xx_usbhsotg interface */ |
| 2036 | static struct omap_hwmod_ocp_if am35xx_usbhsotg__l3 = { |
| 2037 | .master = &am35xx_usbhsotg_hwmod, |
| 2038 | .slave = &omap3xxx_l3_main_hwmod, |
| 2039 | .clk = "core_l3_ick", |
| 2040 | .user = OCP_USER_MPU, |
| 2041 | }; |
Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 2042 | /* L4_CORE -> L4_WKUP interface */ |
| 2043 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__l4_wkup = { |
| 2044 | .master = &omap3xxx_l4_core_hwmod, |
| 2045 | .slave = &omap3xxx_l4_wkup_hwmod, |
| 2046 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2047 | }; |
| 2048 | |
Paul Walmsley | b163605 | 2011-03-01 13:12:56 -0800 | [diff] [blame] | 2049 | /* L4 CORE -> MMC1 interface */ |
Paul Walmsley | 4a9efb6 | 2012-04-19 04:03:51 -0600 | [diff] [blame] | 2050 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__pre_es3_mmc1 = { |
Paul Walmsley | b163605 | 2011-03-01 13:12:56 -0800 | [diff] [blame] | 2051 | .master = &omap3xxx_l4_core_hwmod, |
Paul Walmsley | 4a9efb6 | 2012-04-19 04:03:51 -0600 | [diff] [blame] | 2052 | .slave = &omap3xxx_pre_es3_mmc1_hwmod, |
| 2053 | .clk = "mmchs1_ick", |
| 2054 | .addr = omap2430_mmc1_addr_space, |
| 2055 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2056 | .flags = OMAP_FIREWALL_L4 |
| 2057 | }; |
| 2058 | |
| 2059 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__es3plus_mmc1 = { |
| 2060 | .master = &omap3xxx_l4_core_hwmod, |
| 2061 | .slave = &omap3xxx_es3plus_mmc1_hwmod, |
Paul Walmsley | b163605 | 2011-03-01 13:12:56 -0800 | [diff] [blame] | 2062 | .clk = "mmchs1_ick", |
Paul Walmsley | ded1138 | 2011-07-09 19:14:06 -0600 | [diff] [blame] | 2063 | .addr = omap2430_mmc1_addr_space, |
Paul Walmsley | b163605 | 2011-03-01 13:12:56 -0800 | [diff] [blame] | 2064 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2065 | .flags = OMAP_FIREWALL_L4 |
| 2066 | }; |
| 2067 | |
| 2068 | /* L4 CORE -> MMC2 interface */ |
Paul Walmsley | 4a9efb6 | 2012-04-19 04:03:51 -0600 | [diff] [blame] | 2069 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__pre_es3_mmc2 = { |
Paul Walmsley | b163605 | 2011-03-01 13:12:56 -0800 | [diff] [blame] | 2070 | .master = &omap3xxx_l4_core_hwmod, |
Paul Walmsley | 4a9efb6 | 2012-04-19 04:03:51 -0600 | [diff] [blame] | 2071 | .slave = &omap3xxx_pre_es3_mmc2_hwmod, |
| 2072 | .clk = "mmchs2_ick", |
| 2073 | .addr = omap2430_mmc2_addr_space, |
| 2074 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2075 | .flags = OMAP_FIREWALL_L4 |
| 2076 | }; |
| 2077 | |
| 2078 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__es3plus_mmc2 = { |
| 2079 | .master = &omap3xxx_l4_core_hwmod, |
| 2080 | .slave = &omap3xxx_es3plus_mmc2_hwmod, |
Paul Walmsley | b163605 | 2011-03-01 13:12:56 -0800 | [diff] [blame] | 2081 | .clk = "mmchs2_ick", |
Paul Walmsley | ded1138 | 2011-07-09 19:14:06 -0600 | [diff] [blame] | 2082 | .addr = omap2430_mmc2_addr_space, |
Paul Walmsley | b163605 | 2011-03-01 13:12:56 -0800 | [diff] [blame] | 2083 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2084 | .flags = OMAP_FIREWALL_L4 |
| 2085 | }; |
| 2086 | |
| 2087 | /* L4 CORE -> MMC3 interface */ |
| 2088 | static struct omap_hwmod_addr_space omap3xxx_mmc3_addr_space[] = { |
| 2089 | { |
| 2090 | .pa_start = 0x480ad000, |
| 2091 | .pa_end = 0x480ad1ff, |
| 2092 | .flags = ADDR_TYPE_RT, |
| 2093 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2094 | { } |
Paul Walmsley | b163605 | 2011-03-01 13:12:56 -0800 | [diff] [blame] | 2095 | }; |
| 2096 | |
| 2097 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__mmc3 = { |
| 2098 | .master = &omap3xxx_l4_core_hwmod, |
| 2099 | .slave = &omap3xxx_mmc3_hwmod, |
| 2100 | .clk = "mmchs3_ick", |
| 2101 | .addr = omap3xxx_mmc3_addr_space, |
Paul Walmsley | b163605 | 2011-03-01 13:12:56 -0800 | [diff] [blame] | 2102 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2103 | .flags = OMAP_FIREWALL_L4 |
| 2104 | }; |
| 2105 | |
Kevin Hilman | 046465b | 2010-09-27 20:19:30 +0530 | [diff] [blame] | 2106 | /* L4 CORE -> UART1 interface */ |
| 2107 | static struct omap_hwmod_addr_space omap3xxx_uart1_addr_space[] = { |
| 2108 | { |
| 2109 | .pa_start = OMAP3_UART1_BASE, |
| 2110 | .pa_end = OMAP3_UART1_BASE + SZ_8K - 1, |
| 2111 | .flags = ADDR_MAP_ON_INIT | ADDR_TYPE_RT, |
| 2112 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2113 | { } |
Kevin Hilman | 046465b | 2010-09-27 20:19:30 +0530 | [diff] [blame] | 2114 | }; |
| 2115 | |
| 2116 | static struct omap_hwmod_ocp_if omap3_l4_core__uart1 = { |
| 2117 | .master = &omap3xxx_l4_core_hwmod, |
| 2118 | .slave = &omap3xxx_uart1_hwmod, |
| 2119 | .clk = "uart1_ick", |
| 2120 | .addr = omap3xxx_uart1_addr_space, |
Kevin Hilman | 046465b | 2010-09-27 20:19:30 +0530 | [diff] [blame] | 2121 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2122 | }; |
| 2123 | |
| 2124 | /* L4 CORE -> UART2 interface */ |
| 2125 | static struct omap_hwmod_addr_space omap3xxx_uart2_addr_space[] = { |
| 2126 | { |
| 2127 | .pa_start = OMAP3_UART2_BASE, |
| 2128 | .pa_end = OMAP3_UART2_BASE + SZ_1K - 1, |
| 2129 | .flags = ADDR_MAP_ON_INIT | ADDR_TYPE_RT, |
| 2130 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2131 | { } |
Kevin Hilman | 046465b | 2010-09-27 20:19:30 +0530 | [diff] [blame] | 2132 | }; |
| 2133 | |
| 2134 | static struct omap_hwmod_ocp_if omap3_l4_core__uart2 = { |
| 2135 | .master = &omap3xxx_l4_core_hwmod, |
| 2136 | .slave = &omap3xxx_uart2_hwmod, |
| 2137 | .clk = "uart2_ick", |
| 2138 | .addr = omap3xxx_uart2_addr_space, |
Kevin Hilman | 046465b | 2010-09-27 20:19:30 +0530 | [diff] [blame] | 2139 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2140 | }; |
| 2141 | |
| 2142 | /* L4 PER -> UART3 interface */ |
| 2143 | static struct omap_hwmod_addr_space omap3xxx_uart3_addr_space[] = { |
| 2144 | { |
| 2145 | .pa_start = OMAP3_UART3_BASE, |
| 2146 | .pa_end = OMAP3_UART3_BASE + SZ_1K - 1, |
| 2147 | .flags = ADDR_MAP_ON_INIT | ADDR_TYPE_RT, |
| 2148 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2149 | { } |
Kevin Hilman | 046465b | 2010-09-27 20:19:30 +0530 | [diff] [blame] | 2150 | }; |
| 2151 | |
| 2152 | static struct omap_hwmod_ocp_if omap3_l4_per__uart3 = { |
| 2153 | .master = &omap3xxx_l4_per_hwmod, |
| 2154 | .slave = &omap3xxx_uart3_hwmod, |
| 2155 | .clk = "uart3_ick", |
| 2156 | .addr = omap3xxx_uart3_addr_space, |
Kevin Hilman | 046465b | 2010-09-27 20:19:30 +0530 | [diff] [blame] | 2157 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2158 | }; |
| 2159 | |
| 2160 | /* L4 PER -> UART4 interface */ |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 2161 | static struct omap_hwmod_addr_space omap36xx_uart4_addr_space[] = { |
Kevin Hilman | 046465b | 2010-09-27 20:19:30 +0530 | [diff] [blame] | 2162 | { |
| 2163 | .pa_start = OMAP3_UART4_BASE, |
| 2164 | .pa_end = OMAP3_UART4_BASE + SZ_1K - 1, |
| 2165 | .flags = ADDR_MAP_ON_INIT | ADDR_TYPE_RT, |
| 2166 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2167 | { } |
Kevin Hilman | 046465b | 2010-09-27 20:19:30 +0530 | [diff] [blame] | 2168 | }; |
| 2169 | |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 2170 | static struct omap_hwmod_ocp_if omap36xx_l4_per__uart4 = { |
Kevin Hilman | 046465b | 2010-09-27 20:19:30 +0530 | [diff] [blame] | 2171 | .master = &omap3xxx_l4_per_hwmod, |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 2172 | .slave = &omap36xx_uart4_hwmod, |
Kevin Hilman | 046465b | 2010-09-27 20:19:30 +0530 | [diff] [blame] | 2173 | .clk = "uart4_ick", |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 2174 | .addr = omap36xx_uart4_addr_space, |
Kevin Hilman | 046465b | 2010-09-27 20:19:30 +0530 | [diff] [blame] | 2175 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2176 | }; |
| 2177 | |
Kyle Manna | 4bf90f6 | 2011-10-18 13:47:41 -0500 | [diff] [blame] | 2178 | /* AM35xx: L4 CORE -> UART4 interface */ |
| 2179 | static struct omap_hwmod_addr_space am35xx_uart4_addr_space[] = { |
| 2180 | { |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 2181 | .pa_start = OMAP3_UART4_AM35XX_BASE, |
| 2182 | .pa_end = OMAP3_UART4_AM35XX_BASE + SZ_1K - 1, |
| 2183 | .flags = ADDR_MAP_ON_INIT | ADDR_TYPE_RT, |
Kyle Manna | 4bf90f6 | 2011-10-18 13:47:41 -0500 | [diff] [blame] | 2184 | }, |
| 2185 | }; |
| 2186 | |
| 2187 | static struct omap_hwmod_ocp_if am35xx_l4_core__uart4 = { |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 2188 | .master = &omap3xxx_l4_core_hwmod, |
| 2189 | .slave = &am35xx_uart4_hwmod, |
| 2190 | .clk = "uart4_ick", |
| 2191 | .addr = am35xx_uart4_addr_space, |
| 2192 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
Kyle Manna | 4bf90f6 | 2011-10-18 13:47:41 -0500 | [diff] [blame] | 2193 | }; |
| 2194 | |
Rajendra Nayak | 4fe20e9 | 2010-09-21 19:37:13 +0530 | [diff] [blame] | 2195 | /* L4 CORE -> I2C1 interface */ |
Rajendra Nayak | 4fe20e9 | 2010-09-21 19:37:13 +0530 | [diff] [blame] | 2196 | static struct omap_hwmod_ocp_if omap3_l4_core__i2c1 = { |
| 2197 | .master = &omap3xxx_l4_core_hwmod, |
| 2198 | .slave = &omap3xxx_i2c1_hwmod, |
| 2199 | .clk = "i2c1_ick", |
Paul Walmsley | ded1138 | 2011-07-09 19:14:06 -0600 | [diff] [blame] | 2200 | .addr = omap2_i2c1_addr_space, |
Rajendra Nayak | 4fe20e9 | 2010-09-21 19:37:13 +0530 | [diff] [blame] | 2201 | .fw = { |
| 2202 | .omap2 = { |
| 2203 | .l4_fw_region = OMAP3_L4_CORE_FW_I2C1_REGION, |
| 2204 | .l4_prot_group = 7, |
| 2205 | .flags = OMAP_FIREWALL_L4, |
| 2206 | } |
| 2207 | }, |
| 2208 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2209 | }; |
| 2210 | |
| 2211 | /* L4 CORE -> I2C2 interface */ |
Rajendra Nayak | 4fe20e9 | 2010-09-21 19:37:13 +0530 | [diff] [blame] | 2212 | static struct omap_hwmod_ocp_if omap3_l4_core__i2c2 = { |
| 2213 | .master = &omap3xxx_l4_core_hwmod, |
| 2214 | .slave = &omap3xxx_i2c2_hwmod, |
| 2215 | .clk = "i2c2_ick", |
Paul Walmsley | ded1138 | 2011-07-09 19:14:06 -0600 | [diff] [blame] | 2216 | .addr = omap2_i2c2_addr_space, |
Rajendra Nayak | 4fe20e9 | 2010-09-21 19:37:13 +0530 | [diff] [blame] | 2217 | .fw = { |
| 2218 | .omap2 = { |
| 2219 | .l4_fw_region = OMAP3_L4_CORE_FW_I2C2_REGION, |
| 2220 | .l4_prot_group = 7, |
| 2221 | .flags = OMAP_FIREWALL_L4, |
| 2222 | } |
| 2223 | }, |
| 2224 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2225 | }; |
| 2226 | |
| 2227 | /* L4 CORE -> I2C3 interface */ |
| 2228 | static struct omap_hwmod_addr_space omap3xxx_i2c3_addr_space[] = { |
| 2229 | { |
| 2230 | .pa_start = 0x48060000, |
Paul Walmsley | ded1138 | 2011-07-09 19:14:06 -0600 | [diff] [blame] | 2231 | .pa_end = 0x48060000 + SZ_128 - 1, |
Rajendra Nayak | 4fe20e9 | 2010-09-21 19:37:13 +0530 | [diff] [blame] | 2232 | .flags = ADDR_TYPE_RT, |
| 2233 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2234 | { } |
Rajendra Nayak | 4fe20e9 | 2010-09-21 19:37:13 +0530 | [diff] [blame] | 2235 | }; |
| 2236 | |
| 2237 | static struct omap_hwmod_ocp_if omap3_l4_core__i2c3 = { |
| 2238 | .master = &omap3xxx_l4_core_hwmod, |
| 2239 | .slave = &omap3xxx_i2c3_hwmod, |
| 2240 | .clk = "i2c3_ick", |
| 2241 | .addr = omap3xxx_i2c3_addr_space, |
Rajendra Nayak | 4fe20e9 | 2010-09-21 19:37:13 +0530 | [diff] [blame] | 2242 | .fw = { |
| 2243 | .omap2 = { |
| 2244 | .l4_fw_region = OMAP3_L4_CORE_FW_I2C3_REGION, |
| 2245 | .l4_prot_group = 7, |
| 2246 | .flags = OMAP_FIREWALL_L4, |
| 2247 | } |
| 2248 | }, |
| 2249 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2250 | }; |
| 2251 | |
Thara Gopinath | d344272 | 2010-05-29 22:02:24 +0530 | [diff] [blame] | 2252 | /* L4 CORE -> SR1 interface */ |
| 2253 | static struct omap_hwmod_addr_space omap3_sr1_addr_space[] = { |
| 2254 | { |
| 2255 | .pa_start = OMAP34XX_SR1_BASE, |
| 2256 | .pa_end = OMAP34XX_SR1_BASE + SZ_1K - 1, |
| 2257 | .flags = ADDR_TYPE_RT, |
| 2258 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2259 | { } |
Thara Gopinath | d344272 | 2010-05-29 22:02:24 +0530 | [diff] [blame] | 2260 | }; |
| 2261 | |
Paul Walmsley | 844a3b6 | 2012-04-19 04:04:33 -0600 | [diff] [blame] | 2262 | static struct omap_hwmod_ocp_if omap34xx_l4_core__sr1 = { |
Thara Gopinath | d344272 | 2010-05-29 22:02:24 +0530 | [diff] [blame] | 2263 | .master = &omap3xxx_l4_core_hwmod, |
| 2264 | .slave = &omap34xx_sr1_hwmod, |
| 2265 | .clk = "sr_l4_ick", |
| 2266 | .addr = omap3_sr1_addr_space, |
Thara Gopinath | d344272 | 2010-05-29 22:02:24 +0530 | [diff] [blame] | 2267 | .user = OCP_USER_MPU, |
| 2268 | }; |
| 2269 | |
Paul Walmsley | 844a3b6 | 2012-04-19 04:04:33 -0600 | [diff] [blame] | 2270 | static struct omap_hwmod_ocp_if omap36xx_l4_core__sr1 = { |
| 2271 | .master = &omap3xxx_l4_core_hwmod, |
| 2272 | .slave = &omap36xx_sr1_hwmod, |
| 2273 | .clk = "sr_l4_ick", |
| 2274 | .addr = omap3_sr1_addr_space, |
| 2275 | .user = OCP_USER_MPU, |
| 2276 | }; |
| 2277 | |
Thara Gopinath | d344272 | 2010-05-29 22:02:24 +0530 | [diff] [blame] | 2278 | /* L4 CORE -> SR1 interface */ |
| 2279 | static struct omap_hwmod_addr_space omap3_sr2_addr_space[] = { |
| 2280 | { |
| 2281 | .pa_start = OMAP34XX_SR2_BASE, |
| 2282 | .pa_end = OMAP34XX_SR2_BASE + SZ_1K - 1, |
| 2283 | .flags = ADDR_TYPE_RT, |
| 2284 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2285 | { } |
Thara Gopinath | d344272 | 2010-05-29 22:02:24 +0530 | [diff] [blame] | 2286 | }; |
| 2287 | |
Paul Walmsley | 844a3b6 | 2012-04-19 04:04:33 -0600 | [diff] [blame] | 2288 | static struct omap_hwmod_ocp_if omap34xx_l4_core__sr2 = { |
Thara Gopinath | d344272 | 2010-05-29 22:02:24 +0530 | [diff] [blame] | 2289 | .master = &omap3xxx_l4_core_hwmod, |
| 2290 | .slave = &omap34xx_sr2_hwmod, |
| 2291 | .clk = "sr_l4_ick", |
| 2292 | .addr = omap3_sr2_addr_space, |
Thara Gopinath | d344272 | 2010-05-29 22:02:24 +0530 | [diff] [blame] | 2293 | .user = OCP_USER_MPU, |
| 2294 | }; |
| 2295 | |
Paul Walmsley | 844a3b6 | 2012-04-19 04:04:33 -0600 | [diff] [blame] | 2296 | static struct omap_hwmod_ocp_if omap36xx_l4_core__sr2 = { |
| 2297 | .master = &omap3xxx_l4_core_hwmod, |
| 2298 | .slave = &omap36xx_sr2_hwmod, |
| 2299 | .clk = "sr_l4_ick", |
| 2300 | .addr = omap3_sr2_addr_space, |
| 2301 | .user = OCP_USER_MPU, |
| 2302 | }; |
Hema HK | 870ea2b | 2011-02-17 12:07:18 +0530 | [diff] [blame] | 2303 | |
| 2304 | static struct omap_hwmod_addr_space omap3xxx_usbhsotg_addrs[] = { |
| 2305 | { |
| 2306 | .pa_start = OMAP34XX_HSUSB_OTG_BASE, |
| 2307 | .pa_end = OMAP34XX_HSUSB_OTG_BASE + SZ_4K - 1, |
| 2308 | .flags = ADDR_TYPE_RT |
| 2309 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2310 | { } |
Hema HK | 870ea2b | 2011-02-17 12:07:18 +0530 | [diff] [blame] | 2311 | }; |
| 2312 | |
| 2313 | /* l4_core -> usbhsotg */ |
| 2314 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__usbhsotg = { |
| 2315 | .master = &omap3xxx_l4_core_hwmod, |
| 2316 | .slave = &omap3xxx_usbhsotg_hwmod, |
| 2317 | .clk = "l4_ick", |
| 2318 | .addr = omap3xxx_usbhsotg_addrs, |
Hema HK | 870ea2b | 2011-02-17 12:07:18 +0530 | [diff] [blame] | 2319 | .user = OCP_USER_MPU, |
| 2320 | }; |
| 2321 | |
Hema HK | 273ff8c | 2011-02-17 12:07:19 +0530 | [diff] [blame] | 2322 | static struct omap_hwmod_addr_space am35xx_usbhsotg_addrs[] = { |
| 2323 | { |
| 2324 | .pa_start = AM35XX_IPSS_USBOTGSS_BASE, |
| 2325 | .pa_end = AM35XX_IPSS_USBOTGSS_BASE + SZ_4K - 1, |
| 2326 | .flags = ADDR_TYPE_RT |
| 2327 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2328 | { } |
Hema HK | 273ff8c | 2011-02-17 12:07:19 +0530 | [diff] [blame] | 2329 | }; |
| 2330 | |
| 2331 | /* l4_core -> usbhsotg */ |
| 2332 | static struct omap_hwmod_ocp_if am35xx_l4_core__usbhsotg = { |
| 2333 | .master = &omap3xxx_l4_core_hwmod, |
| 2334 | .slave = &am35xx_usbhsotg_hwmod, |
| 2335 | .clk = "l4_ick", |
| 2336 | .addr = am35xx_usbhsotg_addrs, |
Hema HK | 273ff8c | 2011-02-17 12:07:19 +0530 | [diff] [blame] | 2337 | .user = OCP_USER_MPU, |
| 2338 | }; |
| 2339 | |
Paul Walmsley | 4308570 | 2012-04-19 04:03:53 -0600 | [diff] [blame] | 2340 | /* L4_WKUP -> L4_SEC interface */ |
| 2341 | static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__l4_sec = { |
| 2342 | .master = &omap3xxx_l4_wkup_hwmod, |
| 2343 | .slave = &omap3xxx_l4_sec_hwmod, |
| 2344 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2345 | }; |
| 2346 | |
Kevin Hilman | 540064b | 2010-07-26 16:34:32 -0600 | [diff] [blame] | 2347 | /* IVA2 <- L3 interface */ |
| 2348 | static struct omap_hwmod_ocp_if omap3xxx_l3__iva = { |
| 2349 | .master = &omap3xxx_l3_main_hwmod, |
| 2350 | .slave = &omap3xxx_iva_hwmod, |
Paul Walmsley | 064931a | 2012-04-19 04:04:35 -0600 | [diff] [blame^] | 2351 | .clk = "core_l3_ick", |
Kevin Hilman | 540064b | 2010-07-26 16:34:32 -0600 | [diff] [blame] | 2352 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2353 | }; |
| 2354 | |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2355 | static struct omap_hwmod_addr_space omap3xxx_timer1_addrs[] = { |
| 2356 | { |
| 2357 | .pa_start = 0x48318000, |
| 2358 | .pa_end = 0x48318000 + SZ_1K - 1, |
| 2359 | .flags = ADDR_TYPE_RT |
| 2360 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2361 | { } |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2362 | }; |
| 2363 | |
| 2364 | /* l4_wkup -> timer1 */ |
| 2365 | static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__timer1 = { |
| 2366 | .master = &omap3xxx_l4_wkup_hwmod, |
| 2367 | .slave = &omap3xxx_timer1_hwmod, |
| 2368 | .clk = "gpt1_ick", |
| 2369 | .addr = omap3xxx_timer1_addrs, |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2370 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2371 | }; |
| 2372 | |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2373 | static struct omap_hwmod_addr_space omap3xxx_timer2_addrs[] = { |
| 2374 | { |
| 2375 | .pa_start = 0x49032000, |
| 2376 | .pa_end = 0x49032000 + SZ_1K - 1, |
| 2377 | .flags = ADDR_TYPE_RT |
| 2378 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2379 | { } |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2380 | }; |
| 2381 | |
| 2382 | /* l4_per -> timer2 */ |
| 2383 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer2 = { |
| 2384 | .master = &omap3xxx_l4_per_hwmod, |
| 2385 | .slave = &omap3xxx_timer2_hwmod, |
| 2386 | .clk = "gpt2_ick", |
| 2387 | .addr = omap3xxx_timer2_addrs, |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2388 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2389 | }; |
| 2390 | |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2391 | static struct omap_hwmod_addr_space omap3xxx_timer3_addrs[] = { |
| 2392 | { |
| 2393 | .pa_start = 0x49034000, |
| 2394 | .pa_end = 0x49034000 + SZ_1K - 1, |
| 2395 | .flags = ADDR_TYPE_RT |
| 2396 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2397 | { } |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2398 | }; |
| 2399 | |
| 2400 | /* l4_per -> timer3 */ |
| 2401 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer3 = { |
| 2402 | .master = &omap3xxx_l4_per_hwmod, |
| 2403 | .slave = &omap3xxx_timer3_hwmod, |
| 2404 | .clk = "gpt3_ick", |
| 2405 | .addr = omap3xxx_timer3_addrs, |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2406 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2407 | }; |
| 2408 | |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2409 | static struct omap_hwmod_addr_space omap3xxx_timer4_addrs[] = { |
| 2410 | { |
| 2411 | .pa_start = 0x49036000, |
| 2412 | .pa_end = 0x49036000 + SZ_1K - 1, |
| 2413 | .flags = ADDR_TYPE_RT |
| 2414 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2415 | { } |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2416 | }; |
| 2417 | |
| 2418 | /* l4_per -> timer4 */ |
| 2419 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer4 = { |
| 2420 | .master = &omap3xxx_l4_per_hwmod, |
| 2421 | .slave = &omap3xxx_timer4_hwmod, |
| 2422 | .clk = "gpt4_ick", |
| 2423 | .addr = omap3xxx_timer4_addrs, |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2424 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2425 | }; |
| 2426 | |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2427 | static struct omap_hwmod_addr_space omap3xxx_timer5_addrs[] = { |
| 2428 | { |
| 2429 | .pa_start = 0x49038000, |
| 2430 | .pa_end = 0x49038000 + SZ_1K - 1, |
| 2431 | .flags = ADDR_TYPE_RT |
| 2432 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2433 | { } |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2434 | }; |
| 2435 | |
| 2436 | /* l4_per -> timer5 */ |
| 2437 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer5 = { |
| 2438 | .master = &omap3xxx_l4_per_hwmod, |
| 2439 | .slave = &omap3xxx_timer5_hwmod, |
| 2440 | .clk = "gpt5_ick", |
| 2441 | .addr = omap3xxx_timer5_addrs, |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2442 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2443 | }; |
| 2444 | |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2445 | static struct omap_hwmod_addr_space omap3xxx_timer6_addrs[] = { |
| 2446 | { |
| 2447 | .pa_start = 0x4903A000, |
| 2448 | .pa_end = 0x4903A000 + SZ_1K - 1, |
| 2449 | .flags = ADDR_TYPE_RT |
| 2450 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2451 | { } |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2452 | }; |
| 2453 | |
| 2454 | /* l4_per -> timer6 */ |
| 2455 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer6 = { |
| 2456 | .master = &omap3xxx_l4_per_hwmod, |
| 2457 | .slave = &omap3xxx_timer6_hwmod, |
| 2458 | .clk = "gpt6_ick", |
| 2459 | .addr = omap3xxx_timer6_addrs, |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2460 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2461 | }; |
| 2462 | |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2463 | static struct omap_hwmod_addr_space omap3xxx_timer7_addrs[] = { |
| 2464 | { |
| 2465 | .pa_start = 0x4903C000, |
| 2466 | .pa_end = 0x4903C000 + SZ_1K - 1, |
| 2467 | .flags = ADDR_TYPE_RT |
| 2468 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2469 | { } |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2470 | }; |
| 2471 | |
| 2472 | /* l4_per -> timer7 */ |
| 2473 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer7 = { |
| 2474 | .master = &omap3xxx_l4_per_hwmod, |
| 2475 | .slave = &omap3xxx_timer7_hwmod, |
| 2476 | .clk = "gpt7_ick", |
| 2477 | .addr = omap3xxx_timer7_addrs, |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2478 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2479 | }; |
| 2480 | |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2481 | static struct omap_hwmod_addr_space omap3xxx_timer8_addrs[] = { |
| 2482 | { |
| 2483 | .pa_start = 0x4903E000, |
| 2484 | .pa_end = 0x4903E000 + SZ_1K - 1, |
| 2485 | .flags = ADDR_TYPE_RT |
| 2486 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2487 | { } |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2488 | }; |
| 2489 | |
| 2490 | /* l4_per -> timer8 */ |
| 2491 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer8 = { |
| 2492 | .master = &omap3xxx_l4_per_hwmod, |
| 2493 | .slave = &omap3xxx_timer8_hwmod, |
| 2494 | .clk = "gpt8_ick", |
| 2495 | .addr = omap3xxx_timer8_addrs, |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2496 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2497 | }; |
| 2498 | |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2499 | static struct omap_hwmod_addr_space omap3xxx_timer9_addrs[] = { |
| 2500 | { |
| 2501 | .pa_start = 0x49040000, |
| 2502 | .pa_end = 0x49040000 + SZ_1K - 1, |
| 2503 | .flags = ADDR_TYPE_RT |
| 2504 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2505 | { } |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2506 | }; |
| 2507 | |
| 2508 | /* l4_per -> timer9 */ |
| 2509 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__timer9 = { |
| 2510 | .master = &omap3xxx_l4_per_hwmod, |
| 2511 | .slave = &omap3xxx_timer9_hwmod, |
| 2512 | .clk = "gpt9_ick", |
| 2513 | .addr = omap3xxx_timer9_addrs, |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2514 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2515 | }; |
| 2516 | |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2517 | /* l4_core -> timer10 */ |
| 2518 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__timer10 = { |
| 2519 | .master = &omap3xxx_l4_core_hwmod, |
| 2520 | .slave = &omap3xxx_timer10_hwmod, |
| 2521 | .clk = "gpt10_ick", |
Paul Walmsley | ded1138 | 2011-07-09 19:14:06 -0600 | [diff] [blame] | 2522 | .addr = omap2_timer10_addrs, |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2523 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2524 | }; |
| 2525 | |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2526 | /* l4_core -> timer11 */ |
| 2527 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__timer11 = { |
| 2528 | .master = &omap3xxx_l4_core_hwmod, |
| 2529 | .slave = &omap3xxx_timer11_hwmod, |
| 2530 | .clk = "gpt11_ick", |
Paul Walmsley | ded1138 | 2011-07-09 19:14:06 -0600 | [diff] [blame] | 2531 | .addr = omap2_timer11_addrs, |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2532 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2533 | }; |
| 2534 | |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2535 | static struct omap_hwmod_addr_space omap3xxx_timer12_addrs[] = { |
| 2536 | { |
| 2537 | .pa_start = 0x48304000, |
| 2538 | .pa_end = 0x48304000 + SZ_1K - 1, |
| 2539 | .flags = ADDR_TYPE_RT |
| 2540 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2541 | { } |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2542 | }; |
| 2543 | |
| 2544 | /* l4_core -> timer12 */ |
Paul Walmsley | 4308570 | 2012-04-19 04:03:53 -0600 | [diff] [blame] | 2545 | static struct omap_hwmod_ocp_if omap3xxx_l4_sec__timer12 = { |
| 2546 | .master = &omap3xxx_l4_sec_hwmod, |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2547 | .slave = &omap3xxx_timer12_hwmod, |
| 2548 | .clk = "gpt12_ick", |
| 2549 | .addr = omap3xxx_timer12_addrs, |
Thara Gopinath | ce722d2 | 2011-02-23 00:14:05 -0700 | [diff] [blame] | 2550 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2551 | }; |
| 2552 | |
Varadarajan, Charulatha | 6b667f8 | 2010-09-23 20:02:38 +0530 | [diff] [blame] | 2553 | /* l4_wkup -> wd_timer2 */ |
| 2554 | static struct omap_hwmod_addr_space omap3xxx_wd_timer2_addrs[] = { |
| 2555 | { |
| 2556 | .pa_start = 0x48314000, |
| 2557 | .pa_end = 0x4831407f, |
| 2558 | .flags = ADDR_TYPE_RT |
| 2559 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2560 | { } |
Varadarajan, Charulatha | 6b667f8 | 2010-09-23 20:02:38 +0530 | [diff] [blame] | 2561 | }; |
| 2562 | |
| 2563 | static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__wd_timer2 = { |
| 2564 | .master = &omap3xxx_l4_wkup_hwmod, |
| 2565 | .slave = &omap3xxx_wd_timer2_hwmod, |
| 2566 | .clk = "wdt2_ick", |
| 2567 | .addr = omap3xxx_wd_timer2_addrs, |
Varadarajan, Charulatha | 6b667f8 | 2010-09-23 20:02:38 +0530 | [diff] [blame] | 2568 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2569 | }; |
| 2570 | |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 2571 | /* l4_core -> dss */ |
| 2572 | static struct omap_hwmod_ocp_if omap3430es1_l4_core__dss = { |
| 2573 | .master = &omap3xxx_l4_core_hwmod, |
| 2574 | .slave = &omap3430es1_dss_core_hwmod, |
| 2575 | .clk = "dss_ick", |
Paul Walmsley | ded1138 | 2011-07-09 19:14:06 -0600 | [diff] [blame] | 2576 | .addr = omap2_dss_addrs, |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 2577 | .fw = { |
| 2578 | .omap2 = { |
| 2579 | .l4_fw_region = OMAP3ES1_L4_CORE_FW_DSS_CORE_REGION, |
| 2580 | .l4_prot_group = OMAP3_L4_CORE_FW_DSS_PROT_GROUP, |
| 2581 | .flags = OMAP_FIREWALL_L4, |
| 2582 | } |
| 2583 | }, |
| 2584 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2585 | }; |
| 2586 | |
| 2587 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss = { |
| 2588 | .master = &omap3xxx_l4_core_hwmod, |
| 2589 | .slave = &omap3xxx_dss_core_hwmod, |
| 2590 | .clk = "dss_ick", |
Paul Walmsley | ded1138 | 2011-07-09 19:14:06 -0600 | [diff] [blame] | 2591 | .addr = omap2_dss_addrs, |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 2592 | .fw = { |
| 2593 | .omap2 = { |
| 2594 | .l4_fw_region = OMAP3_L4_CORE_FW_DSS_CORE_REGION, |
| 2595 | .l4_prot_group = OMAP3_L4_CORE_FW_DSS_PROT_GROUP, |
| 2596 | .flags = OMAP_FIREWALL_L4, |
| 2597 | } |
| 2598 | }, |
| 2599 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2600 | }; |
| 2601 | |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 2602 | /* l4_core -> dss_dispc */ |
| 2603 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_dispc = { |
| 2604 | .master = &omap3xxx_l4_core_hwmod, |
| 2605 | .slave = &omap3xxx_dss_dispc_hwmod, |
| 2606 | .clk = "dss_ick", |
Paul Walmsley | ded1138 | 2011-07-09 19:14:06 -0600 | [diff] [blame] | 2607 | .addr = omap2_dss_dispc_addrs, |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 2608 | .fw = { |
| 2609 | .omap2 = { |
| 2610 | .l4_fw_region = OMAP3_L4_CORE_FW_DSS_DISPC_REGION, |
| 2611 | .l4_prot_group = OMAP3_L4_CORE_FW_DSS_PROT_GROUP, |
| 2612 | .flags = OMAP_FIREWALL_L4, |
| 2613 | } |
| 2614 | }, |
| 2615 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2616 | }; |
| 2617 | |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 2618 | static struct omap_hwmod_addr_space omap3xxx_dss_dsi1_addrs[] = { |
| 2619 | { |
| 2620 | .pa_start = 0x4804FC00, |
| 2621 | .pa_end = 0x4804FFFF, |
| 2622 | .flags = ADDR_TYPE_RT |
| 2623 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2624 | { } |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 2625 | }; |
| 2626 | |
| 2627 | /* l4_core -> dss_dsi1 */ |
| 2628 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_dsi1 = { |
| 2629 | .master = &omap3xxx_l4_core_hwmod, |
| 2630 | .slave = &omap3xxx_dss_dsi1_hwmod, |
Tomi Valkeinen | 6c3d7e3 | 2011-11-08 03:16:10 -0700 | [diff] [blame] | 2631 | .clk = "dss_ick", |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 2632 | .addr = omap3xxx_dss_dsi1_addrs, |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 2633 | .fw = { |
| 2634 | .omap2 = { |
| 2635 | .l4_fw_region = OMAP3_L4_CORE_FW_DSS_DSI_REGION, |
| 2636 | .l4_prot_group = OMAP3_L4_CORE_FW_DSS_PROT_GROUP, |
| 2637 | .flags = OMAP_FIREWALL_L4, |
| 2638 | } |
| 2639 | }, |
| 2640 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2641 | }; |
| 2642 | |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 2643 | /* l4_core -> dss_rfbi */ |
| 2644 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_rfbi = { |
| 2645 | .master = &omap3xxx_l4_core_hwmod, |
| 2646 | .slave = &omap3xxx_dss_rfbi_hwmod, |
| 2647 | .clk = "dss_ick", |
Paul Walmsley | ded1138 | 2011-07-09 19:14:06 -0600 | [diff] [blame] | 2648 | .addr = omap2_dss_rfbi_addrs, |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 2649 | .fw = { |
| 2650 | .omap2 = { |
| 2651 | .l4_fw_region = OMAP3_L4_CORE_FW_DSS_RFBI_REGION, |
| 2652 | .l4_prot_group = OMAP3_L4_CORE_FW_DSS_PROT_GROUP , |
| 2653 | .flags = OMAP_FIREWALL_L4, |
| 2654 | } |
| 2655 | }, |
| 2656 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2657 | }; |
| 2658 | |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 2659 | /* l4_core -> dss_venc */ |
| 2660 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__dss_venc = { |
| 2661 | .master = &omap3xxx_l4_core_hwmod, |
| 2662 | .slave = &omap3xxx_dss_venc_hwmod, |
Tomi Valkeinen | 6c3d7e3 | 2011-11-08 03:16:10 -0700 | [diff] [blame] | 2663 | .clk = "dss_ick", |
Paul Walmsley | ded1138 | 2011-07-09 19:14:06 -0600 | [diff] [blame] | 2664 | .addr = omap2_dss_venc_addrs, |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 2665 | .fw = { |
| 2666 | .omap2 = { |
| 2667 | .l4_fw_region = OMAP3_L4_CORE_FW_DSS_VENC_REGION, |
| 2668 | .l4_prot_group = OMAP3_L4_CORE_FW_DSS_PROT_GROUP, |
| 2669 | .flags = OMAP_FIREWALL_L4, |
| 2670 | } |
| 2671 | }, |
Paul Walmsley | 844a3b6 | 2012-04-19 04:04:33 -0600 | [diff] [blame] | 2672 | .flags = OCPIF_SWSUP_IDLE, |
Senthilvadivu Guruswamy | e04d9e1 | 2011-01-24 06:21:51 +0000 | [diff] [blame] | 2673 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2674 | }; |
| 2675 | |
Varadarajan, Charulatha | 70034d3 | 2010-12-07 16:26:57 -0800 | [diff] [blame] | 2676 | /* l4_wkup -> gpio1 */ |
| 2677 | static struct omap_hwmod_addr_space omap3xxx_gpio1_addrs[] = { |
| 2678 | { |
| 2679 | .pa_start = 0x48310000, |
| 2680 | .pa_end = 0x483101ff, |
| 2681 | .flags = ADDR_TYPE_RT |
| 2682 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2683 | { } |
Varadarajan, Charulatha | 70034d3 | 2010-12-07 16:26:57 -0800 | [diff] [blame] | 2684 | }; |
| 2685 | |
| 2686 | static struct omap_hwmod_ocp_if omap3xxx_l4_wkup__gpio1 = { |
| 2687 | .master = &omap3xxx_l4_wkup_hwmod, |
| 2688 | .slave = &omap3xxx_gpio1_hwmod, |
| 2689 | .addr = omap3xxx_gpio1_addrs, |
Varadarajan, Charulatha | 70034d3 | 2010-12-07 16:26:57 -0800 | [diff] [blame] | 2690 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2691 | }; |
| 2692 | |
| 2693 | /* l4_per -> gpio2 */ |
| 2694 | static struct omap_hwmod_addr_space omap3xxx_gpio2_addrs[] = { |
| 2695 | { |
| 2696 | .pa_start = 0x49050000, |
| 2697 | .pa_end = 0x490501ff, |
| 2698 | .flags = ADDR_TYPE_RT |
| 2699 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2700 | { } |
Varadarajan, Charulatha | 70034d3 | 2010-12-07 16:26:57 -0800 | [diff] [blame] | 2701 | }; |
| 2702 | |
| 2703 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio2 = { |
| 2704 | .master = &omap3xxx_l4_per_hwmod, |
| 2705 | .slave = &omap3xxx_gpio2_hwmod, |
| 2706 | .addr = omap3xxx_gpio2_addrs, |
Varadarajan, Charulatha | 70034d3 | 2010-12-07 16:26:57 -0800 | [diff] [blame] | 2707 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2708 | }; |
| 2709 | |
| 2710 | /* l4_per -> gpio3 */ |
| 2711 | static struct omap_hwmod_addr_space omap3xxx_gpio3_addrs[] = { |
| 2712 | { |
| 2713 | .pa_start = 0x49052000, |
| 2714 | .pa_end = 0x490521ff, |
| 2715 | .flags = ADDR_TYPE_RT |
| 2716 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2717 | { } |
Varadarajan, Charulatha | 70034d3 | 2010-12-07 16:26:57 -0800 | [diff] [blame] | 2718 | }; |
| 2719 | |
| 2720 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio3 = { |
| 2721 | .master = &omap3xxx_l4_per_hwmod, |
| 2722 | .slave = &omap3xxx_gpio3_hwmod, |
| 2723 | .addr = omap3xxx_gpio3_addrs, |
Varadarajan, Charulatha | 70034d3 | 2010-12-07 16:26:57 -0800 | [diff] [blame] | 2724 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2725 | }; |
| 2726 | |
| 2727 | /* l4_per -> gpio4 */ |
| 2728 | static struct omap_hwmod_addr_space omap3xxx_gpio4_addrs[] = { |
| 2729 | { |
| 2730 | .pa_start = 0x49054000, |
| 2731 | .pa_end = 0x490541ff, |
| 2732 | .flags = ADDR_TYPE_RT |
| 2733 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2734 | { } |
Varadarajan, Charulatha | 70034d3 | 2010-12-07 16:26:57 -0800 | [diff] [blame] | 2735 | }; |
| 2736 | |
| 2737 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio4 = { |
| 2738 | .master = &omap3xxx_l4_per_hwmod, |
| 2739 | .slave = &omap3xxx_gpio4_hwmod, |
| 2740 | .addr = omap3xxx_gpio4_addrs, |
Varadarajan, Charulatha | 70034d3 | 2010-12-07 16:26:57 -0800 | [diff] [blame] | 2741 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2742 | }; |
| 2743 | |
| 2744 | /* l4_per -> gpio5 */ |
| 2745 | static struct omap_hwmod_addr_space omap3xxx_gpio5_addrs[] = { |
| 2746 | { |
| 2747 | .pa_start = 0x49056000, |
| 2748 | .pa_end = 0x490561ff, |
| 2749 | .flags = ADDR_TYPE_RT |
| 2750 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2751 | { } |
Varadarajan, Charulatha | 70034d3 | 2010-12-07 16:26:57 -0800 | [diff] [blame] | 2752 | }; |
| 2753 | |
| 2754 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio5 = { |
| 2755 | .master = &omap3xxx_l4_per_hwmod, |
| 2756 | .slave = &omap3xxx_gpio5_hwmod, |
| 2757 | .addr = omap3xxx_gpio5_addrs, |
Varadarajan, Charulatha | 70034d3 | 2010-12-07 16:26:57 -0800 | [diff] [blame] | 2758 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2759 | }; |
| 2760 | |
| 2761 | /* l4_per -> gpio6 */ |
| 2762 | static struct omap_hwmod_addr_space omap3xxx_gpio6_addrs[] = { |
| 2763 | { |
| 2764 | .pa_start = 0x49058000, |
| 2765 | .pa_end = 0x490581ff, |
| 2766 | .flags = ADDR_TYPE_RT |
| 2767 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2768 | { } |
Varadarajan, Charulatha | 70034d3 | 2010-12-07 16:26:57 -0800 | [diff] [blame] | 2769 | }; |
| 2770 | |
| 2771 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__gpio6 = { |
| 2772 | .master = &omap3xxx_l4_per_hwmod, |
| 2773 | .slave = &omap3xxx_gpio6_hwmod, |
| 2774 | .addr = omap3xxx_gpio6_addrs, |
Varadarajan, Charulatha | 70034d3 | 2010-12-07 16:26:57 -0800 | [diff] [blame] | 2775 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2776 | }; |
| 2777 | |
G, Manjunath Kondaiah | 01438ab | 2010-12-20 18:27:19 -0800 | [diff] [blame] | 2778 | /* dma_system -> L3 */ |
| 2779 | static struct omap_hwmod_ocp_if omap3xxx_dma_system__l3 = { |
| 2780 | .master = &omap3xxx_dma_system_hwmod, |
| 2781 | .slave = &omap3xxx_l3_main_hwmod, |
| 2782 | .clk = "core_l3_ick", |
| 2783 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2784 | }; |
| 2785 | |
G, Manjunath Kondaiah | 01438ab | 2010-12-20 18:27:19 -0800 | [diff] [blame] | 2786 | static struct omap_hwmod_addr_space omap3xxx_dma_system_addrs[] = { |
| 2787 | { |
| 2788 | .pa_start = 0x48056000, |
Benoit Cousson | 1286eeb | 2011-04-19 10:15:36 -0600 | [diff] [blame] | 2789 | .pa_end = 0x48056fff, |
G, Manjunath Kondaiah | 01438ab | 2010-12-20 18:27:19 -0800 | [diff] [blame] | 2790 | .flags = ADDR_TYPE_RT |
| 2791 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2792 | { } |
G, Manjunath Kondaiah | 01438ab | 2010-12-20 18:27:19 -0800 | [diff] [blame] | 2793 | }; |
| 2794 | |
G, Manjunath Kondaiah | 01438ab | 2010-12-20 18:27:19 -0800 | [diff] [blame] | 2795 | /* l4_cfg -> dma_system */ |
| 2796 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__dma_system = { |
| 2797 | .master = &omap3xxx_l4_core_hwmod, |
| 2798 | .slave = &omap3xxx_dma_system_hwmod, |
| 2799 | .clk = "core_l4_ick", |
| 2800 | .addr = omap3xxx_dma_system_addrs, |
G, Manjunath Kondaiah | 01438ab | 2010-12-20 18:27:19 -0800 | [diff] [blame] | 2801 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2802 | }; |
| 2803 | |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2804 | static struct omap_hwmod_addr_space omap3xxx_mcbsp1_addrs[] = { |
| 2805 | { |
| 2806 | .name = "mpu", |
| 2807 | .pa_start = 0x48074000, |
| 2808 | .pa_end = 0x480740ff, |
| 2809 | .flags = ADDR_TYPE_RT |
| 2810 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2811 | { } |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2812 | }; |
| 2813 | |
| 2814 | /* l4_core -> mcbsp1 */ |
| 2815 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__mcbsp1 = { |
| 2816 | .master = &omap3xxx_l4_core_hwmod, |
| 2817 | .slave = &omap3xxx_mcbsp1_hwmod, |
| 2818 | .clk = "mcbsp1_ick", |
| 2819 | .addr = omap3xxx_mcbsp1_addrs, |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2820 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2821 | }; |
| 2822 | |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2823 | static struct omap_hwmod_addr_space omap3xxx_mcbsp2_addrs[] = { |
| 2824 | { |
| 2825 | .name = "mpu", |
| 2826 | .pa_start = 0x49022000, |
| 2827 | .pa_end = 0x490220ff, |
| 2828 | .flags = ADDR_TYPE_RT |
| 2829 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2830 | { } |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2831 | }; |
| 2832 | |
| 2833 | /* l4_per -> mcbsp2 */ |
| 2834 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp2 = { |
| 2835 | .master = &omap3xxx_l4_per_hwmod, |
| 2836 | .slave = &omap3xxx_mcbsp2_hwmod, |
| 2837 | .clk = "mcbsp2_ick", |
| 2838 | .addr = omap3xxx_mcbsp2_addrs, |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2839 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2840 | }; |
| 2841 | |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2842 | static struct omap_hwmod_addr_space omap3xxx_mcbsp3_addrs[] = { |
| 2843 | { |
| 2844 | .name = "mpu", |
| 2845 | .pa_start = 0x49024000, |
| 2846 | .pa_end = 0x490240ff, |
| 2847 | .flags = ADDR_TYPE_RT |
| 2848 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2849 | { } |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2850 | }; |
| 2851 | |
| 2852 | /* l4_per -> mcbsp3 */ |
| 2853 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp3 = { |
| 2854 | .master = &omap3xxx_l4_per_hwmod, |
| 2855 | .slave = &omap3xxx_mcbsp3_hwmod, |
| 2856 | .clk = "mcbsp3_ick", |
| 2857 | .addr = omap3xxx_mcbsp3_addrs, |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2858 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2859 | }; |
| 2860 | |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2861 | static struct omap_hwmod_addr_space omap3xxx_mcbsp4_addrs[] = { |
| 2862 | { |
| 2863 | .name = "mpu", |
| 2864 | .pa_start = 0x49026000, |
| 2865 | .pa_end = 0x490260ff, |
| 2866 | .flags = ADDR_TYPE_RT |
| 2867 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2868 | { } |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2869 | }; |
| 2870 | |
| 2871 | /* l4_per -> mcbsp4 */ |
| 2872 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp4 = { |
| 2873 | .master = &omap3xxx_l4_per_hwmod, |
| 2874 | .slave = &omap3xxx_mcbsp4_hwmod, |
| 2875 | .clk = "mcbsp4_ick", |
| 2876 | .addr = omap3xxx_mcbsp4_addrs, |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2877 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2878 | }; |
| 2879 | |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2880 | static struct omap_hwmod_addr_space omap3xxx_mcbsp5_addrs[] = { |
| 2881 | { |
| 2882 | .name = "mpu", |
| 2883 | .pa_start = 0x48096000, |
| 2884 | .pa_end = 0x480960ff, |
| 2885 | .flags = ADDR_TYPE_RT |
| 2886 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2887 | { } |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2888 | }; |
| 2889 | |
| 2890 | /* l4_core -> mcbsp5 */ |
| 2891 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__mcbsp5 = { |
| 2892 | .master = &omap3xxx_l4_core_hwmod, |
| 2893 | .slave = &omap3xxx_mcbsp5_hwmod, |
| 2894 | .clk = "mcbsp5_ick", |
| 2895 | .addr = omap3xxx_mcbsp5_addrs, |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2896 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2897 | }; |
| 2898 | |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2899 | static struct omap_hwmod_addr_space omap3xxx_mcbsp2_sidetone_addrs[] = { |
| 2900 | { |
| 2901 | .name = "sidetone", |
| 2902 | .pa_start = 0x49028000, |
| 2903 | .pa_end = 0x490280ff, |
| 2904 | .flags = ADDR_TYPE_RT |
| 2905 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2906 | { } |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2907 | }; |
| 2908 | |
| 2909 | /* l4_per -> mcbsp2_sidetone */ |
| 2910 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp2_sidetone = { |
| 2911 | .master = &omap3xxx_l4_per_hwmod, |
| 2912 | .slave = &omap3xxx_mcbsp2_sidetone_hwmod, |
| 2913 | .clk = "mcbsp2_ick", |
| 2914 | .addr = omap3xxx_mcbsp2_sidetone_addrs, |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2915 | .user = OCP_USER_MPU, |
| 2916 | }; |
| 2917 | |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2918 | static struct omap_hwmod_addr_space omap3xxx_mcbsp3_sidetone_addrs[] = { |
| 2919 | { |
| 2920 | .name = "sidetone", |
| 2921 | .pa_start = 0x4902A000, |
| 2922 | .pa_end = 0x4902A0ff, |
| 2923 | .flags = ADDR_TYPE_RT |
| 2924 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2925 | { } |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2926 | }; |
| 2927 | |
| 2928 | /* l4_per -> mcbsp3_sidetone */ |
| 2929 | static struct omap_hwmod_ocp_if omap3xxx_l4_per__mcbsp3_sidetone = { |
| 2930 | .master = &omap3xxx_l4_per_hwmod, |
| 2931 | .slave = &omap3xxx_mcbsp3_sidetone_hwmod, |
| 2932 | .clk = "mcbsp3_ick", |
| 2933 | .addr = omap3xxx_mcbsp3_sidetone_addrs, |
Charulatha V | dc48e5f | 2011-02-24 15:16:49 +0530 | [diff] [blame] | 2934 | .user = OCP_USER_MPU, |
| 2935 | }; |
| 2936 | |
Felipe Contreras | 0f9dfdd | 2011-02-24 12:51:32 -0800 | [diff] [blame] | 2937 | static struct omap_hwmod_addr_space omap3xxx_mailbox_addrs[] = { |
| 2938 | { |
| 2939 | .pa_start = 0x48094000, |
| 2940 | .pa_end = 0x480941ff, |
| 2941 | .flags = ADDR_TYPE_RT, |
| 2942 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2943 | { } |
Felipe Contreras | 0f9dfdd | 2011-02-24 12:51:32 -0800 | [diff] [blame] | 2944 | }; |
| 2945 | |
| 2946 | /* l4_core -> mailbox */ |
| 2947 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__mailbox = { |
| 2948 | .master = &omap3xxx_l4_core_hwmod, |
| 2949 | .slave = &omap3xxx_mailbox_hwmod, |
| 2950 | .addr = omap3xxx_mailbox_addrs, |
Felipe Contreras | 0f9dfdd | 2011-02-24 12:51:32 -0800 | [diff] [blame] | 2951 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2952 | }; |
| 2953 | |
Charulatha V | 0f616a4 | 2011-02-17 09:53:10 -0800 | [diff] [blame] | 2954 | /* l4 core -> mcspi1 interface */ |
Charulatha V | 0f616a4 | 2011-02-17 09:53:10 -0800 | [diff] [blame] | 2955 | static struct omap_hwmod_ocp_if omap34xx_l4_core__mcspi1 = { |
| 2956 | .master = &omap3xxx_l4_core_hwmod, |
| 2957 | .slave = &omap34xx_mcspi1, |
| 2958 | .clk = "mcspi1_ick", |
Paul Walmsley | ded1138 | 2011-07-09 19:14:06 -0600 | [diff] [blame] | 2959 | .addr = omap2_mcspi1_addr_space, |
Charulatha V | 0f616a4 | 2011-02-17 09:53:10 -0800 | [diff] [blame] | 2960 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2961 | }; |
| 2962 | |
| 2963 | /* l4 core -> mcspi2 interface */ |
Charulatha V | 0f616a4 | 2011-02-17 09:53:10 -0800 | [diff] [blame] | 2964 | static struct omap_hwmod_ocp_if omap34xx_l4_core__mcspi2 = { |
| 2965 | .master = &omap3xxx_l4_core_hwmod, |
| 2966 | .slave = &omap34xx_mcspi2, |
| 2967 | .clk = "mcspi2_ick", |
Paul Walmsley | ded1138 | 2011-07-09 19:14:06 -0600 | [diff] [blame] | 2968 | .addr = omap2_mcspi2_addr_space, |
Charulatha V | 0f616a4 | 2011-02-17 09:53:10 -0800 | [diff] [blame] | 2969 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2970 | }; |
| 2971 | |
| 2972 | /* l4 core -> mcspi3 interface */ |
Charulatha V | 0f616a4 | 2011-02-17 09:53:10 -0800 | [diff] [blame] | 2973 | static struct omap_hwmod_ocp_if omap34xx_l4_core__mcspi3 = { |
| 2974 | .master = &omap3xxx_l4_core_hwmod, |
| 2975 | .slave = &omap34xx_mcspi3, |
| 2976 | .clk = "mcspi3_ick", |
Paul Walmsley | ded1138 | 2011-07-09 19:14:06 -0600 | [diff] [blame] | 2977 | .addr = omap2430_mcspi3_addr_space, |
Charulatha V | 0f616a4 | 2011-02-17 09:53:10 -0800 | [diff] [blame] | 2978 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2979 | }; |
| 2980 | |
| 2981 | /* l4 core -> mcspi4 interface */ |
| 2982 | static struct omap_hwmod_addr_space omap34xx_mcspi4_addr_space[] = { |
| 2983 | { |
| 2984 | .pa_start = 0x480ba000, |
| 2985 | .pa_end = 0x480ba0ff, |
| 2986 | .flags = ADDR_TYPE_RT, |
| 2987 | }, |
Paul Walmsley | 78183f3 | 2011-07-09 19:14:05 -0600 | [diff] [blame] | 2988 | { } |
Charulatha V | 0f616a4 | 2011-02-17 09:53:10 -0800 | [diff] [blame] | 2989 | }; |
| 2990 | |
| 2991 | static struct omap_hwmod_ocp_if omap34xx_l4_core__mcspi4 = { |
| 2992 | .master = &omap3xxx_l4_core_hwmod, |
| 2993 | .slave = &omap34xx_mcspi4, |
| 2994 | .clk = "mcspi4_ick", |
| 2995 | .addr = omap34xx_mcspi4_addr_space, |
Charulatha V | 0f616a4 | 2011-02-17 09:53:10 -0800 | [diff] [blame] | 2996 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 2997 | }; |
| 2998 | |
Keshava Munegowda | de23138 | 2011-12-15 23:14:44 -0700 | [diff] [blame] | 2999 | static struct omap_hwmod_ocp_if omap3xxx_usb_host_hs__l3_main_2 = { |
| 3000 | .master = &omap3xxx_usb_host_hs_hwmod, |
| 3001 | .slave = &omap3xxx_l3_main_hwmod, |
| 3002 | .clk = "core_l3_ick", |
| 3003 | .user = OCP_USER_MPU, |
| 3004 | }; |
| 3005 | |
Keshava Munegowda | de23138 | 2011-12-15 23:14:44 -0700 | [diff] [blame] | 3006 | static struct omap_hwmod_addr_space omap3xxx_usb_host_hs_addrs[] = { |
| 3007 | { |
| 3008 | .name = "uhh", |
| 3009 | .pa_start = 0x48064000, |
| 3010 | .pa_end = 0x480643ff, |
| 3011 | .flags = ADDR_TYPE_RT |
| 3012 | }, |
| 3013 | { |
| 3014 | .name = "ohci", |
| 3015 | .pa_start = 0x48064400, |
| 3016 | .pa_end = 0x480647ff, |
| 3017 | }, |
| 3018 | { |
| 3019 | .name = "ehci", |
| 3020 | .pa_start = 0x48064800, |
| 3021 | .pa_end = 0x48064cff, |
| 3022 | }, |
| 3023 | {} |
| 3024 | }; |
| 3025 | |
| 3026 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__usb_host_hs = { |
| 3027 | .master = &omap3xxx_l4_core_hwmod, |
| 3028 | .slave = &omap3xxx_usb_host_hs_hwmod, |
| 3029 | .clk = "usbhost_ick", |
| 3030 | .addr = omap3xxx_usb_host_hs_addrs, |
| 3031 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 3032 | }; |
| 3033 | |
Keshava Munegowda | de23138 | 2011-12-15 23:14:44 -0700 | [diff] [blame] | 3034 | static struct omap_hwmod_addr_space omap3xxx_usb_tll_hs_addrs[] = { |
| 3035 | { |
| 3036 | .name = "tll", |
| 3037 | .pa_start = 0x48062000, |
| 3038 | .pa_end = 0x48062fff, |
| 3039 | .flags = ADDR_TYPE_RT |
| 3040 | }, |
| 3041 | {} |
| 3042 | }; |
| 3043 | |
| 3044 | static struct omap_hwmod_ocp_if omap3xxx_l4_core__usb_tll_hs = { |
| 3045 | .master = &omap3xxx_l4_core_hwmod, |
| 3046 | .slave = &omap3xxx_usb_tll_hs_hwmod, |
| 3047 | .clk = "usbtll_ick", |
| 3048 | .addr = omap3xxx_usb_tll_hs_addrs, |
| 3049 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
| 3050 | }; |
| 3051 | |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3052 | static struct omap_hwmod_ocp_if *omap3xxx_hwmod_ocp_ifs[] __initdata = { |
| 3053 | &omap3xxx_l3_main__l4_core, |
| 3054 | &omap3xxx_l3_main__l4_per, |
| 3055 | &omap3xxx_mpu__l3_main, |
| 3056 | &omap3xxx_l4_core__l4_wkup, |
| 3057 | &omap3xxx_l4_core__mmc3, |
| 3058 | &omap3_l4_core__uart1, |
| 3059 | &omap3_l4_core__uart2, |
| 3060 | &omap3_l4_per__uart3, |
| 3061 | &omap3_l4_core__i2c1, |
| 3062 | &omap3_l4_core__i2c2, |
| 3063 | &omap3_l4_core__i2c3, |
| 3064 | &omap3xxx_l4_wkup__l4_sec, |
| 3065 | &omap3xxx_l4_wkup__timer1, |
| 3066 | &omap3xxx_l4_per__timer2, |
| 3067 | &omap3xxx_l4_per__timer3, |
| 3068 | &omap3xxx_l4_per__timer4, |
| 3069 | &omap3xxx_l4_per__timer5, |
| 3070 | &omap3xxx_l4_per__timer6, |
| 3071 | &omap3xxx_l4_per__timer7, |
| 3072 | &omap3xxx_l4_per__timer8, |
| 3073 | &omap3xxx_l4_per__timer9, |
| 3074 | &omap3xxx_l4_core__timer10, |
| 3075 | &omap3xxx_l4_core__timer11, |
| 3076 | &omap3xxx_l4_wkup__wd_timer2, |
| 3077 | &omap3xxx_l4_wkup__gpio1, |
| 3078 | &omap3xxx_l4_per__gpio2, |
| 3079 | &omap3xxx_l4_per__gpio3, |
| 3080 | &omap3xxx_l4_per__gpio4, |
| 3081 | &omap3xxx_l4_per__gpio5, |
| 3082 | &omap3xxx_l4_per__gpio6, |
| 3083 | &omap3xxx_dma_system__l3, |
| 3084 | &omap3xxx_l4_core__dma_system, |
| 3085 | &omap3xxx_l4_core__mcbsp1, |
| 3086 | &omap3xxx_l4_per__mcbsp2, |
| 3087 | &omap3xxx_l4_per__mcbsp3, |
| 3088 | &omap3xxx_l4_per__mcbsp4, |
| 3089 | &omap3xxx_l4_core__mcbsp5, |
| 3090 | &omap3xxx_l4_per__mcbsp2_sidetone, |
| 3091 | &omap3xxx_l4_per__mcbsp3_sidetone, |
| 3092 | &omap34xx_l4_core__mcspi1, |
| 3093 | &omap34xx_l4_core__mcspi2, |
| 3094 | &omap34xx_l4_core__mcspi3, |
| 3095 | &omap34xx_l4_core__mcspi4, |
Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 3096 | NULL, |
| 3097 | }; |
| 3098 | |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3099 | /* GP-only hwmod links */ |
| 3100 | static struct omap_hwmod_ocp_if *omap3xxx_gp_hwmod_ocp_ifs[] __initdata = { |
| 3101 | &omap3xxx_l4_sec__timer12, |
Aaro Koskinen | 91a36bd | 2011-12-15 22:38:37 -0700 | [diff] [blame] | 3102 | NULL |
| 3103 | }; |
| 3104 | |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3105 | /* 3430ES1-only hwmod links */ |
| 3106 | static struct omap_hwmod_ocp_if *omap3430es1_hwmod_ocp_ifs[] __initdata = { |
| 3107 | &omap3430es1_dss__l3, |
| 3108 | &omap3430es1_l4_core__dss, |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3109 | NULL |
| 3110 | }; |
| 3111 | |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3112 | /* 3430ES2+-only hwmod links */ |
| 3113 | static struct omap_hwmod_ocp_if *omap3430es2plus_hwmod_ocp_ifs[] __initdata = { |
| 3114 | &omap3xxx_dss__l3, |
| 3115 | &omap3xxx_l4_core__dss, |
| 3116 | &omap3xxx_usbhsotg__l3, |
| 3117 | &omap3xxx_l4_core__usbhsotg, |
| 3118 | &omap3xxx_usb_host_hs__l3_main_2, |
| 3119 | &omap3xxx_l4_core__usb_host_hs, |
| 3120 | &omap3xxx_l4_core__usb_tll_hs, |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3121 | NULL |
| 3122 | }; |
| 3123 | |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3124 | /* <= 3430ES3-only hwmod links */ |
| 3125 | static struct omap_hwmod_ocp_if *omap3430_pre_es3_hwmod_ocp_ifs[] __initdata = { |
| 3126 | &omap3xxx_l4_core__pre_es3_mmc1, |
| 3127 | &omap3xxx_l4_core__pre_es3_mmc2, |
Paul Walmsley | a52e2ab | 2011-12-15 23:30:44 -0700 | [diff] [blame] | 3128 | NULL |
| 3129 | }; |
| 3130 | |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3131 | /* 3430ES3+-only hwmod links */ |
| 3132 | static struct omap_hwmod_ocp_if *omap3430_es3plus_hwmod_ocp_ifs[] __initdata = { |
| 3133 | &omap3xxx_l4_core__es3plus_mmc1, |
| 3134 | &omap3xxx_l4_core__es3plus_mmc2, |
Paul Walmsley | a52e2ab | 2011-12-15 23:30:44 -0700 | [diff] [blame] | 3135 | NULL |
| 3136 | }; |
| 3137 | |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3138 | /* 34xx-only hwmod links (all ES revisions) */ |
| 3139 | static struct omap_hwmod_ocp_if *omap34xx_hwmod_ocp_ifs[] __initdata = { |
| 3140 | &omap3xxx_l3__iva, |
| 3141 | &omap34xx_l4_core__sr1, |
| 3142 | &omap34xx_l4_core__sr2, |
| 3143 | &omap3xxx_l4_core__mailbox, |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3144 | NULL |
| 3145 | }; |
| 3146 | |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3147 | /* 36xx-only hwmod links (all ES revisions) */ |
| 3148 | static struct omap_hwmod_ocp_if *omap36xx_hwmod_ocp_ifs[] __initdata = { |
| 3149 | &omap3xxx_l3__iva, |
| 3150 | &omap36xx_l4_per__uart4, |
| 3151 | &omap3xxx_dss__l3, |
| 3152 | &omap3xxx_l4_core__dss, |
| 3153 | &omap36xx_l4_core__sr1, |
| 3154 | &omap36xx_l4_core__sr2, |
| 3155 | &omap3xxx_usbhsotg__l3, |
| 3156 | &omap3xxx_l4_core__usbhsotg, |
| 3157 | &omap3xxx_l4_core__mailbox, |
| 3158 | &omap3xxx_usb_host_hs__l3_main_2, |
| 3159 | &omap3xxx_l4_core__usb_host_hs, |
| 3160 | &omap3xxx_l4_core__usb_tll_hs, |
| 3161 | &omap3xxx_l4_core__es3plus_mmc1, |
| 3162 | &omap3xxx_l4_core__es3plus_mmc2, |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3163 | NULL |
| 3164 | }; |
| 3165 | |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3166 | static struct omap_hwmod_ocp_if *am35xx_hwmod_ocp_ifs[] __initdata = { |
| 3167 | &omap3xxx_dss__l3, |
| 3168 | &omap3xxx_l4_core__dss, |
| 3169 | &am35xx_usbhsotg__l3, |
| 3170 | &am35xx_l4_core__usbhsotg, |
| 3171 | &am35xx_l4_core__uart4, |
| 3172 | &omap3xxx_usb_host_hs__l3_main_2, |
| 3173 | &omap3xxx_l4_core__usb_host_hs, |
| 3174 | &omap3xxx_l4_core__usb_tll_hs, |
| 3175 | &omap3xxx_l4_core__es3plus_mmc1, |
| 3176 | &omap3xxx_l4_core__es3plus_mmc2, |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3177 | NULL |
| 3178 | }; |
| 3179 | |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3180 | static struct omap_hwmod_ocp_if *omap3xxx_dss_hwmod_ocp_ifs[] __initdata = { |
| 3181 | &omap3xxx_l4_core__dss_dispc, |
| 3182 | &omap3xxx_l4_core__dss_dsi1, |
| 3183 | &omap3xxx_l4_core__dss_rfbi, |
| 3184 | &omap3xxx_l4_core__dss_venc, |
Ilya Yanok | 1d2f56c | 2011-12-28 00:31:33 +0100 | [diff] [blame] | 3185 | NULL |
| 3186 | }; |
| 3187 | |
Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 3188 | int __init omap3xxx_hwmod_init(void) |
| 3189 | { |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3190 | int r; |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3191 | struct omap_hwmod_ocp_if **h = NULL; |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3192 | unsigned int rev; |
| 3193 | |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3194 | /* Register hwmod links common to all OMAP3 */ |
| 3195 | r = omap_hwmod_register_links(omap3xxx_hwmod_ocp_ifs); |
Paul Walmsley | ace9021 | 2011-10-06 14:39:28 -0600 | [diff] [blame] | 3196 | if (r < 0) |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3197 | return r; |
| 3198 | |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3199 | /* Register GP-only hwmod links. */ |
Aaro Koskinen | 91a36bd | 2011-12-15 22:38:37 -0700 | [diff] [blame] | 3200 | if (omap_type() == OMAP2_DEVICE_TYPE_GP) { |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3201 | r = omap_hwmod_register_links(omap3xxx_gp_hwmod_ocp_ifs); |
Aaro Koskinen | 91a36bd | 2011-12-15 22:38:37 -0700 | [diff] [blame] | 3202 | if (r < 0) |
| 3203 | return r; |
| 3204 | } |
| 3205 | |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3206 | rev = omap_rev(); |
| 3207 | |
| 3208 | /* |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3209 | * Register hwmod links common to individual OMAP3 families, all |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3210 | * silicon revisions (e.g., 34xx, or AM3505/3517, or 36xx) |
| 3211 | * All possible revisions should be included in this conditional. |
| 3212 | */ |
| 3213 | if (rev == OMAP3430_REV_ES1_0 || rev == OMAP3430_REV_ES2_0 || |
| 3214 | rev == OMAP3430_REV_ES2_1 || rev == OMAP3430_REV_ES3_0 || |
| 3215 | rev == OMAP3430_REV_ES3_1 || rev == OMAP3430_REV_ES3_1_2) { |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3216 | h = omap34xx_hwmod_ocp_ifs; |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3217 | } else if (rev == OMAP3517_REV_ES1_0 || rev == OMAP3517_REV_ES1_1) { |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3218 | h = am35xx_hwmod_ocp_ifs; |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3219 | } else if (rev == OMAP3630_REV_ES1_0 || rev == OMAP3630_REV_ES1_1 || |
| 3220 | rev == OMAP3630_REV_ES1_2) { |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3221 | h = omap36xx_hwmod_ocp_ifs; |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3222 | } else { |
| 3223 | WARN(1, "OMAP3 hwmod family init: unknown chip type\n"); |
| 3224 | return -EINVAL; |
| 3225 | }; |
| 3226 | |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3227 | r = omap_hwmod_register_links(h); |
Paul Walmsley | ace9021 | 2011-10-06 14:39:28 -0600 | [diff] [blame] | 3228 | if (r < 0) |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3229 | return r; |
| 3230 | |
| 3231 | /* |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3232 | * Register hwmod links specific to certain ES levels of a |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3233 | * particular family of silicon (e.g., 34xx ES1.0) |
| 3234 | */ |
| 3235 | h = NULL; |
| 3236 | if (rev == OMAP3430_REV_ES1_0) { |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3237 | h = omap3430es1_hwmod_ocp_ifs; |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3238 | } else if (rev == OMAP3430_REV_ES2_0 || rev == OMAP3430_REV_ES2_1 || |
| 3239 | rev == OMAP3430_REV_ES3_0 || rev == OMAP3430_REV_ES3_1 || |
| 3240 | rev == OMAP3430_REV_ES3_1_2) { |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3241 | h = omap3430es2plus_hwmod_ocp_ifs; |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3242 | }; |
| 3243 | |
Paul Walmsley | a52e2ab | 2011-12-15 23:30:44 -0700 | [diff] [blame] | 3244 | if (h) { |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3245 | r = omap_hwmod_register_links(h); |
Paul Walmsley | a52e2ab | 2011-12-15 23:30:44 -0700 | [diff] [blame] | 3246 | if (r < 0) |
| 3247 | return r; |
| 3248 | } |
| 3249 | |
| 3250 | h = NULL; |
| 3251 | if (rev == OMAP3430_REV_ES1_0 || rev == OMAP3430_REV_ES2_0 || |
| 3252 | rev == OMAP3430_REV_ES2_1) { |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3253 | h = omap3430_pre_es3_hwmod_ocp_ifs; |
Paul Walmsley | a52e2ab | 2011-12-15 23:30:44 -0700 | [diff] [blame] | 3254 | } else if (rev == OMAP3430_REV_ES3_0 || rev == OMAP3430_REV_ES3_1 || |
| 3255 | rev == OMAP3430_REV_ES3_1_2) { |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3256 | h = omap3430_es3plus_hwmod_ocp_ifs; |
Paul Walmsley | a52e2ab | 2011-12-15 23:30:44 -0700 | [diff] [blame] | 3257 | }; |
| 3258 | |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3259 | if (h) |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3260 | r = omap_hwmod_register_links(h); |
Ilya Yanok | 1d2f56c | 2011-12-28 00:31:33 +0100 | [diff] [blame] | 3261 | if (r < 0) |
| 3262 | return r; |
| 3263 | |
| 3264 | /* |
| 3265 | * DSS code presumes that dss_core hwmod is handled first, |
| 3266 | * _before_ any other DSS related hwmods so register common |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3267 | * DSS hwmod links last to ensure that dss_core is already |
| 3268 | * registered. Otherwise some change things may happen, for |
| 3269 | * ex. if dispc is handled before dss_core and DSS is enabled |
| 3270 | * in bootloader DISPC will be reset with outputs enabled |
| 3271 | * which sometimes leads to unrecoverable L3 error. XXX The |
| 3272 | * long-term fix to this is to ensure hwmods are set up in |
| 3273 | * dependency order in the hwmod core code. |
Ilya Yanok | 1d2f56c | 2011-12-28 00:31:33 +0100 | [diff] [blame] | 3274 | */ |
Paul Walmsley | 0a78c5c | 2012-04-19 04:04:31 -0600 | [diff] [blame] | 3275 | r = omap_hwmod_register_links(omap3xxx_dss_hwmod_ocp_ifs); |
Paul Walmsley | d6504ac | 2011-09-14 17:23:19 -0600 | [diff] [blame] | 3276 | |
| 3277 | return r; |
Paul Walmsley | 7359154 | 2010-02-22 22:09:32 -0700 | [diff] [blame] | 3278 | } |