| /* |
| * Hardware modules present on the OMAP44xx chips |
| * |
| * Copyright (C) 2009-2012 Texas Instruments, Inc. |
| * Copyright (C) 2009-2010 Nokia Corporation |
| * |
| * Paul Walmsley |
| * Benoit Cousson |
| * |
| * This file is automatically generated from the OMAP hardware databases. |
| * We respectfully ask that any modifications to this file be coordinated |
| * with the public linux-omap@vger.kernel.org mailing list and the |
| * authors above to ensure that the autogeneration scripts are kept |
| * up-to-date with the file contents. |
| * |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| */ |
| |
| #include <linux/io.h> |
| #include <linux/power/smartreflex.h> |
| |
| #include <plat/omap_hwmod.h> |
| #include <plat/cpu.h> |
| #include <plat/i2c.h> |
| #include <plat/gpio.h> |
| #include <plat/dma.h> |
| #include <plat/mcspi.h> |
| #include <plat/mcbsp.h> |
| #include <plat/mmc.h> |
| #include <plat/dmtimer.h> |
| #include <plat/common.h> |
| |
| #include "omap_hwmod_common_data.h" |
| #include "cm1_44xx.h" |
| #include "cm2_44xx.h" |
| #include "prm44xx.h" |
| #include "prm-regbits-44xx.h" |
| #include "wd_timer.h" |
| |
| /* Base offset for all OMAP4 interrupts external to MPUSS */ |
| #define OMAP44XX_IRQ_GIC_START 32 |
| |
| /* Base offset for all OMAP4 dma requests */ |
| #define OMAP44XX_DMA_REQ_START 1 |
| |
| /* |
| * IP blocks |
| */ |
| |
| /* |
| * 'c2c_target_fw' class |
| * instance(s): c2c_target_fw |
| */ |
| static struct omap_hwmod_class omap44xx_c2c_target_fw_hwmod_class = { |
| .name = "c2c_target_fw", |
| }; |
| |
| /* c2c_target_fw */ |
| static struct omap_hwmod omap44xx_c2c_target_fw_hwmod = { |
| .name = "c2c_target_fw", |
| .class = &omap44xx_c2c_target_fw_hwmod_class, |
| .clkdm_name = "d2d_clkdm", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_D2D_SAD2D_FW_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_D2D_SAD2D_FW_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'dmm' class |
| * instance(s): dmm |
| */ |
| static struct omap_hwmod_class omap44xx_dmm_hwmod_class = { |
| .name = "dmm", |
| }; |
| |
| /* dmm */ |
| static struct omap_hwmod_irq_info omap44xx_dmm_irqs[] = { |
| { .irq = 113 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_dmm_hwmod = { |
| .name = "dmm", |
| .class = &omap44xx_dmm_hwmod_class, |
| .clkdm_name = "l3_emif_clkdm", |
| .mpu_irqs = omap44xx_dmm_irqs, |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_MEMIF_DMM_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_MEMIF_DMM_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'emif_fw' class |
| * instance(s): emif_fw |
| */ |
| static struct omap_hwmod_class omap44xx_emif_fw_hwmod_class = { |
| .name = "emif_fw", |
| }; |
| |
| /* emif_fw */ |
| static struct omap_hwmod omap44xx_emif_fw_hwmod = { |
| .name = "emif_fw", |
| .class = &omap44xx_emif_fw_hwmod_class, |
| .clkdm_name = "l3_emif_clkdm", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_MEMIF_EMIF_FW_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_MEMIF_EMIF_FW_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'l3' class |
| * instance(s): l3_instr, l3_main_1, l3_main_2, l3_main_3 |
| */ |
| static struct omap_hwmod_class omap44xx_l3_hwmod_class = { |
| .name = "l3", |
| }; |
| |
| /* l3_instr */ |
| static struct omap_hwmod omap44xx_l3_instr_hwmod = { |
| .name = "l3_instr", |
| .class = &omap44xx_l3_hwmod_class, |
| .clkdm_name = "l3_instr_clkdm", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L3INSTR_L3_INSTR_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L3INSTR_L3_INSTR_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| }; |
| |
| /* l3_main_1 */ |
| static struct omap_hwmod_irq_info omap44xx_l3_main_1_irqs[] = { |
| { .name = "dbg_err", .irq = 9 + OMAP44XX_IRQ_GIC_START }, |
| { .name = "app_err", .irq = 10 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_l3_main_1_hwmod = { |
| .name = "l3_main_1", |
| .class = &omap44xx_l3_hwmod_class, |
| .clkdm_name = "l3_1_clkdm", |
| .mpu_irqs = omap44xx_l3_main_1_irqs, |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L3_1_L3_1_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L3_1_L3_1_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* l3_main_2 */ |
| static struct omap_hwmod omap44xx_l3_main_2_hwmod = { |
| .name = "l3_main_2", |
| .class = &omap44xx_l3_hwmod_class, |
| .clkdm_name = "l3_2_clkdm", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L3_2_L3_2_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L3_2_L3_2_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* l3_main_3 */ |
| static struct omap_hwmod omap44xx_l3_main_3_hwmod = { |
| .name = "l3_main_3", |
| .class = &omap44xx_l3_hwmod_class, |
| .clkdm_name = "l3_instr_clkdm", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L3INSTR_L3_3_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L3INSTR_L3_3_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'l4' class |
| * instance(s): l4_abe, l4_cfg, l4_per, l4_wkup |
| */ |
| static struct omap_hwmod_class omap44xx_l4_hwmod_class = { |
| .name = "l4", |
| }; |
| |
| /* l4_abe */ |
| static struct omap_hwmod omap44xx_l4_abe_hwmod = { |
| .name = "l4_abe", |
| .class = &omap44xx_l4_hwmod_class, |
| .clkdm_name = "abe_clkdm", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM1_ABE_L4ABE_CLKCTRL_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* l4_cfg */ |
| static struct omap_hwmod omap44xx_l4_cfg_hwmod = { |
| .name = "l4_cfg", |
| .class = &omap44xx_l4_hwmod_class, |
| .clkdm_name = "l4_cfg_clkdm", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4CFG_L4_CFG_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4CFG_L4_CFG_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* l4_per */ |
| static struct omap_hwmod omap44xx_l4_per_hwmod = { |
| .name = "l4_per", |
| .class = &omap44xx_l4_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_L4PER_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_L4_PER_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* l4_wkup */ |
| static struct omap_hwmod omap44xx_l4_wkup_hwmod = { |
| .name = "l4_wkup", |
| .class = &omap44xx_l4_hwmod_class, |
| .clkdm_name = "l4_wkup_clkdm", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_WKUP_L4WKUP_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_WKUP_L4WKUP_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'mpu_bus' class |
| * instance(s): mpu_private |
| */ |
| static struct omap_hwmod_class omap44xx_mpu_bus_hwmod_class = { |
| .name = "mpu_bus", |
| }; |
| |
| /* mpu_private */ |
| static struct omap_hwmod omap44xx_mpu_private_hwmod = { |
| .name = "mpu_private", |
| .class = &omap44xx_mpu_bus_hwmod_class, |
| .clkdm_name = "mpuss_clkdm", |
| }; |
| |
| /* |
| * 'ocp_wp_noc' class |
| * instance(s): ocp_wp_noc |
| */ |
| static struct omap_hwmod_class omap44xx_ocp_wp_noc_hwmod_class = { |
| .name = "ocp_wp_noc", |
| }; |
| |
| /* ocp_wp_noc */ |
| static struct omap_hwmod omap44xx_ocp_wp_noc_hwmod = { |
| .name = "ocp_wp_noc", |
| .class = &omap44xx_ocp_wp_noc_hwmod_class, |
| .clkdm_name = "l3_instr_clkdm", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L3INSTR_OCP_WP1_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L3INSTR_OCP_WP1_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * Modules omap_hwmod structures |
| * |
| * The following IPs are excluded for the moment because: |
| * - They do not need an explicit SW control using omap_hwmod API. |
| * - They still need to be validated with the driver |
| * properly adapted to omap_hwmod / omap_device |
| * |
| * usim |
| */ |
| |
| /* |
| * 'aess' class |
| * audio engine sub system |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_aess_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .sysc_flags = (SYSC_HAS_MIDLEMODE | SYSC_HAS_SIDLEMODE), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART | |
| MSTANDBY_SMART_WKUP), |
| .sysc_fields = &omap_hwmod_sysc_type2, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_aess_hwmod_class = { |
| .name = "aess", |
| .sysc = &omap44xx_aess_sysc, |
| }; |
| |
| /* aess */ |
| static struct omap_hwmod_irq_info omap44xx_aess_irqs[] = { |
| { .irq = 99 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_aess_sdma_reqs[] = { |
| { .name = "fifo0", .dma_req = 100 + OMAP44XX_DMA_REQ_START }, |
| { .name = "fifo1", .dma_req = 101 + OMAP44XX_DMA_REQ_START }, |
| { .name = "fifo2", .dma_req = 102 + OMAP44XX_DMA_REQ_START }, |
| { .name = "fifo3", .dma_req = 103 + OMAP44XX_DMA_REQ_START }, |
| { .name = "fifo4", .dma_req = 104 + OMAP44XX_DMA_REQ_START }, |
| { .name = "fifo5", .dma_req = 105 + OMAP44XX_DMA_REQ_START }, |
| { .name = "fifo6", .dma_req = 106 + OMAP44XX_DMA_REQ_START }, |
| { .name = "fifo7", .dma_req = 107 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_aess_hwmod = { |
| .name = "aess", |
| .class = &omap44xx_aess_hwmod_class, |
| .clkdm_name = "abe_clkdm", |
| .mpu_irqs = omap44xx_aess_irqs, |
| .sdma_reqs = omap44xx_aess_sdma_reqs, |
| .main_clk = "aess_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM1_ABE_AESS_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_ABE_AESS_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'c2c' class |
| * chip 2 chip interface used to plug the ape soc (omap) with an external modem |
| * soc |
| */ |
| |
| static struct omap_hwmod_class omap44xx_c2c_hwmod_class = { |
| .name = "c2c", |
| }; |
| |
| /* c2c */ |
| static struct omap_hwmod_irq_info omap44xx_c2c_irqs[] = { |
| { .irq = 88 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_c2c_sdma_reqs[] = { |
| { .dma_req = 68 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_c2c_hwmod = { |
| .name = "c2c", |
| .class = &omap44xx_c2c_hwmod_class, |
| .clkdm_name = "d2d_clkdm", |
| .mpu_irqs = omap44xx_c2c_irqs, |
| .sdma_reqs = omap44xx_c2c_sdma_reqs, |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_D2D_SAD2D_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_D2D_SAD2D_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'counter' class |
| * 32-bit ordinary counter, clocked by the falling edge of the 32 khz clock |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_counter_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0004, |
| .sysc_flags = SYSC_HAS_SIDLEMODE, |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO), |
| .sysc_fields = &omap_hwmod_sysc_type1, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_counter_hwmod_class = { |
| .name = "counter", |
| .sysc = &omap44xx_counter_sysc, |
| }; |
| |
| /* counter_32k */ |
| static struct omap_hwmod omap44xx_counter_32k_hwmod = { |
| .name = "counter_32k", |
| .class = &omap44xx_counter_hwmod_class, |
| .clkdm_name = "l4_wkup_clkdm", |
| .flags = HWMOD_SWSUP_SIDLE, |
| .main_clk = "sys_32k_ck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_WKUP_SYNCTIMER_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_WKUP_SYNCTIMER_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'ctrl_module' class |
| * attila core control module + core pad control module + wkup pad control |
| * module + attila wkup control module |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_ctrl_module_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .sysc_flags = SYSC_HAS_SIDLEMODE, |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| SIDLE_SMART_WKUP), |
| .sysc_fields = &omap_hwmod_sysc_type2, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_ctrl_module_hwmod_class = { |
| .name = "ctrl_module", |
| .sysc = &omap44xx_ctrl_module_sysc, |
| }; |
| |
| /* ctrl_module_core */ |
| static struct omap_hwmod_irq_info omap44xx_ctrl_module_core_irqs[] = { |
| { .irq = 8 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_ctrl_module_core_hwmod = { |
| .name = "ctrl_module_core", |
| .class = &omap44xx_ctrl_module_hwmod_class, |
| .clkdm_name = "l4_cfg_clkdm", |
| .mpu_irqs = omap44xx_ctrl_module_core_irqs, |
| }; |
| |
| /* ctrl_module_pad_core */ |
| static struct omap_hwmod omap44xx_ctrl_module_pad_core_hwmod = { |
| .name = "ctrl_module_pad_core", |
| .class = &omap44xx_ctrl_module_hwmod_class, |
| .clkdm_name = "l4_cfg_clkdm", |
| }; |
| |
| /* ctrl_module_wkup */ |
| static struct omap_hwmod omap44xx_ctrl_module_wkup_hwmod = { |
| .name = "ctrl_module_wkup", |
| .class = &omap44xx_ctrl_module_hwmod_class, |
| .clkdm_name = "l4_wkup_clkdm", |
| }; |
| |
| /* ctrl_module_pad_wkup */ |
| static struct omap_hwmod omap44xx_ctrl_module_pad_wkup_hwmod = { |
| .name = "ctrl_module_pad_wkup", |
| .class = &omap44xx_ctrl_module_hwmod_class, |
| .clkdm_name = "l4_wkup_clkdm", |
| }; |
| |
| /* |
| * 'debugss' class |
| * debug and emulation sub system |
| */ |
| |
| static struct omap_hwmod_class omap44xx_debugss_hwmod_class = { |
| .name = "debugss", |
| }; |
| |
| /* debugss */ |
| static struct omap_hwmod omap44xx_debugss_hwmod = { |
| .name = "debugss", |
| .class = &omap44xx_debugss_hwmod_class, |
| .clkdm_name = "emu_sys_clkdm", |
| .main_clk = "trace_clk_div_ck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_EMU_DEBUGSS_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_EMU_DEBUGSS_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'dma' class |
| * dma controller for data exchange between memory to memory (i.e. internal or |
| * external memory) and gp peripherals to memory or memory to gp peripherals |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_dma_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x002c, |
| .syss_offs = 0x0028, |
| .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY | |
| SYSC_HAS_EMUFREE | SYSC_HAS_MIDLEMODE | |
| SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET | |
| SYSS_HAS_RESET_STATUS), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART), |
| .sysc_fields = &omap_hwmod_sysc_type1, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_dma_hwmod_class = { |
| .name = "dma", |
| .sysc = &omap44xx_dma_sysc, |
| }; |
| |
| /* dma dev_attr */ |
| static struct omap_dma_dev_attr dma_dev_attr = { |
| .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY | |
| IS_CSSA_32 | IS_CDSA_32 | IS_RW_PRIORITY, |
| .lch_count = 32, |
| }; |
| |
| /* dma_system */ |
| static struct omap_hwmod_irq_info omap44xx_dma_system_irqs[] = { |
| { .name = "0", .irq = 12 + OMAP44XX_IRQ_GIC_START }, |
| { .name = "1", .irq = 13 + OMAP44XX_IRQ_GIC_START }, |
| { .name = "2", .irq = 14 + OMAP44XX_IRQ_GIC_START }, |
| { .name = "3", .irq = 15 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_dma_system_hwmod = { |
| .name = "dma_system", |
| .class = &omap44xx_dma_hwmod_class, |
| .clkdm_name = "l3_dma_clkdm", |
| .mpu_irqs = omap44xx_dma_system_irqs, |
| .main_clk = "l3_div_ck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_SDMA_SDMA_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_SDMA_SDMA_CONTEXT_OFFSET, |
| }, |
| }, |
| .dev_attr = &dma_dev_attr, |
| }; |
| |
| /* |
| * 'dmic' class |
| * digital microphone controller |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_dmic_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .sysc_flags = (SYSC_HAS_EMUFREE | SYSC_HAS_RESET_STATUS | |
| SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| SIDLE_SMART_WKUP), |
| .sysc_fields = &omap_hwmod_sysc_type2, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_dmic_hwmod_class = { |
| .name = "dmic", |
| .sysc = &omap44xx_dmic_sysc, |
| }; |
| |
| /* dmic */ |
| static struct omap_hwmod_irq_info omap44xx_dmic_irqs[] = { |
| { .irq = 114 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_dmic_sdma_reqs[] = { |
| { .dma_req = 66 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_dmic_hwmod = { |
| .name = "dmic", |
| .class = &omap44xx_dmic_hwmod_class, |
| .clkdm_name = "abe_clkdm", |
| .mpu_irqs = omap44xx_dmic_irqs, |
| .sdma_reqs = omap44xx_dmic_sdma_reqs, |
| .main_clk = "dmic_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM1_ABE_DMIC_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_ABE_DMIC_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'dsp' class |
| * dsp sub-system |
| */ |
| |
| static struct omap_hwmod_class omap44xx_dsp_hwmod_class = { |
| .name = "dsp", |
| }; |
| |
| /* dsp */ |
| static struct omap_hwmod_irq_info omap44xx_dsp_irqs[] = { |
| { .irq = 28 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_rst_info omap44xx_dsp_resets[] = { |
| { .name = "dsp", .rst_shift = 0 }, |
| { .name = "mmu_cache", .rst_shift = 1 }, |
| }; |
| |
| static struct omap_hwmod omap44xx_dsp_hwmod = { |
| .name = "dsp", |
| .class = &omap44xx_dsp_hwmod_class, |
| .clkdm_name = "tesla_clkdm", |
| .mpu_irqs = omap44xx_dsp_irqs, |
| .rst_lines = omap44xx_dsp_resets, |
| .rst_lines_cnt = ARRAY_SIZE(omap44xx_dsp_resets), |
| .main_clk = "dsp_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_TESLA_TESLA_CLKCTRL_OFFSET, |
| .rstctrl_offs = OMAP4_RM_TESLA_RSTCTRL_OFFSET, |
| .context_offs = OMAP4_RM_TESLA_TESLA_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'dss' class |
| * display sub-system |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_dss_sysc = { |
| .rev_offs = 0x0000, |
| .syss_offs = 0x0014, |
| .sysc_flags = SYSS_HAS_RESET_STATUS, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_dss_hwmod_class = { |
| .name = "dss", |
| .sysc = &omap44xx_dss_sysc, |
| .reset = omap_dss_reset, |
| }; |
| |
| /* dss */ |
| static struct omap_hwmod_opt_clk dss_opt_clks[] = { |
| { .role = "sys_clk", .clk = "dss_sys_clk" }, |
| { .role = "tv_clk", .clk = "dss_tv_clk" }, |
| { .role = "hdmi_clk", .clk = "dss_48mhz_clk" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_dss_hwmod = { |
| .name = "dss_core", |
| .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET, |
| .class = &omap44xx_dss_hwmod_class, |
| .clkdm_name = "l3_dss_clkdm", |
| .main_clk = "dss_dss_clk", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_DSS_DSS_CONTEXT_OFFSET, |
| }, |
| }, |
| .opt_clks = dss_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(dss_opt_clks), |
| }; |
| |
| /* |
| * 'dispc' class |
| * display controller |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_dispc_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .syss_offs = 0x0014, |
| .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY | |
| SYSC_HAS_ENAWAKEUP | SYSC_HAS_MIDLEMODE | |
| SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET | |
| SYSS_HAS_RESET_STATUS), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART), |
| .sysc_fields = &omap_hwmod_sysc_type1, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_dispc_hwmod_class = { |
| .name = "dispc", |
| .sysc = &omap44xx_dispc_sysc, |
| }; |
| |
| /* dss_dispc */ |
| static struct omap_hwmod_irq_info omap44xx_dss_dispc_irqs[] = { |
| { .irq = 25 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_dss_dispc_sdma_reqs[] = { |
| { .dma_req = 5 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_dss_dispc_dev_attr omap44xx_dss_dispc_dev_attr = { |
| .manager_count = 3, |
| .has_framedonetv_irq = 1 |
| }; |
| |
| static struct omap_hwmod omap44xx_dss_dispc_hwmod = { |
| .name = "dss_dispc", |
| .class = &omap44xx_dispc_hwmod_class, |
| .clkdm_name = "l3_dss_clkdm", |
| .mpu_irqs = omap44xx_dss_dispc_irqs, |
| .sdma_reqs = omap44xx_dss_dispc_sdma_reqs, |
| .main_clk = "dss_dss_clk", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_DSS_DSS_CONTEXT_OFFSET, |
| }, |
| }, |
| .dev_attr = &omap44xx_dss_dispc_dev_attr |
| }; |
| |
| /* |
| * 'dsi' class |
| * display serial interface controller |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_dsi_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .syss_offs = 0x0014, |
| .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY | |
| SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE | |
| SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| .sysc_fields = &omap_hwmod_sysc_type1, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_dsi_hwmod_class = { |
| .name = "dsi", |
| .sysc = &omap44xx_dsi_sysc, |
| }; |
| |
| /* dss_dsi1 */ |
| static struct omap_hwmod_irq_info omap44xx_dss_dsi1_irqs[] = { |
| { .irq = 53 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_dss_dsi1_sdma_reqs[] = { |
| { .dma_req = 74 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk dss_dsi1_opt_clks[] = { |
| { .role = "sys_clk", .clk = "dss_sys_clk" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_dss_dsi1_hwmod = { |
| .name = "dss_dsi1", |
| .class = &omap44xx_dsi_hwmod_class, |
| .clkdm_name = "l3_dss_clkdm", |
| .mpu_irqs = omap44xx_dss_dsi1_irqs, |
| .sdma_reqs = omap44xx_dss_dsi1_sdma_reqs, |
| .main_clk = "dss_dss_clk", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_DSS_DSS_CONTEXT_OFFSET, |
| }, |
| }, |
| .opt_clks = dss_dsi1_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(dss_dsi1_opt_clks), |
| }; |
| |
| /* dss_dsi2 */ |
| static struct omap_hwmod_irq_info omap44xx_dss_dsi2_irqs[] = { |
| { .irq = 84 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_dss_dsi2_sdma_reqs[] = { |
| { .dma_req = 83 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk dss_dsi2_opt_clks[] = { |
| { .role = "sys_clk", .clk = "dss_sys_clk" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_dss_dsi2_hwmod = { |
| .name = "dss_dsi2", |
| .class = &omap44xx_dsi_hwmod_class, |
| .clkdm_name = "l3_dss_clkdm", |
| .mpu_irqs = omap44xx_dss_dsi2_irqs, |
| .sdma_reqs = omap44xx_dss_dsi2_sdma_reqs, |
| .main_clk = "dss_dss_clk", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_DSS_DSS_CONTEXT_OFFSET, |
| }, |
| }, |
| .opt_clks = dss_dsi2_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(dss_dsi2_opt_clks), |
| }; |
| |
| /* |
| * 'hdmi' class |
| * hdmi controller |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_hdmi_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .sysc_flags = (SYSC_HAS_RESET_STATUS | SYSC_HAS_SIDLEMODE | |
| SYSC_HAS_SOFTRESET), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| SIDLE_SMART_WKUP), |
| .sysc_fields = &omap_hwmod_sysc_type2, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_hdmi_hwmod_class = { |
| .name = "hdmi", |
| .sysc = &omap44xx_hdmi_sysc, |
| }; |
| |
| /* dss_hdmi */ |
| static struct omap_hwmod_irq_info omap44xx_dss_hdmi_irqs[] = { |
| { .irq = 101 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_dss_hdmi_sdma_reqs[] = { |
| { .dma_req = 75 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk dss_hdmi_opt_clks[] = { |
| { .role = "sys_clk", .clk = "dss_sys_clk" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_dss_hdmi_hwmod = { |
| .name = "dss_hdmi", |
| .class = &omap44xx_hdmi_hwmod_class, |
| .clkdm_name = "l3_dss_clkdm", |
| /* |
| * HDMI audio requires to use no-idle mode. Hence, |
| * set idle mode by software. |
| */ |
| .flags = HWMOD_SWSUP_SIDLE, |
| .mpu_irqs = omap44xx_dss_hdmi_irqs, |
| .sdma_reqs = omap44xx_dss_hdmi_sdma_reqs, |
| .main_clk = "dss_48mhz_clk", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_DSS_DSS_CONTEXT_OFFSET, |
| }, |
| }, |
| .opt_clks = dss_hdmi_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(dss_hdmi_opt_clks), |
| }; |
| |
| /* |
| * 'rfbi' class |
| * remote frame buffer interface |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_rfbi_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .syss_offs = 0x0014, |
| .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_SIDLEMODE | |
| SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| .sysc_fields = &omap_hwmod_sysc_type1, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_rfbi_hwmod_class = { |
| .name = "rfbi", |
| .sysc = &omap44xx_rfbi_sysc, |
| }; |
| |
| /* dss_rfbi */ |
| static struct omap_hwmod_dma_info omap44xx_dss_rfbi_sdma_reqs[] = { |
| { .dma_req = 13 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk dss_rfbi_opt_clks[] = { |
| { .role = "ick", .clk = "dss_fck" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_dss_rfbi_hwmod = { |
| .name = "dss_rfbi", |
| .class = &omap44xx_rfbi_hwmod_class, |
| .clkdm_name = "l3_dss_clkdm", |
| .sdma_reqs = omap44xx_dss_rfbi_sdma_reqs, |
| .main_clk = "dss_dss_clk", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_DSS_DSS_CONTEXT_OFFSET, |
| }, |
| }, |
| .opt_clks = dss_rfbi_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(dss_rfbi_opt_clks), |
| }; |
| |
| /* |
| * 'venc' class |
| * video encoder |
| */ |
| |
| static struct omap_hwmod_class omap44xx_venc_hwmod_class = { |
| .name = "venc", |
| }; |
| |
| /* dss_venc */ |
| static struct omap_hwmod omap44xx_dss_venc_hwmod = { |
| .name = "dss_venc", |
| .class = &omap44xx_venc_hwmod_class, |
| .clkdm_name = "l3_dss_clkdm", |
| .main_clk = "dss_tv_clk", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_DSS_DSS_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_DSS_DSS_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'elm' class |
| * bch error location module |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_elm_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .syss_offs = 0x0014, |
| .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY | |
| SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET | |
| SYSS_HAS_RESET_STATUS), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| .sysc_fields = &omap_hwmod_sysc_type1, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_elm_hwmod_class = { |
| .name = "elm", |
| .sysc = &omap44xx_elm_sysc, |
| }; |
| |
| /* elm */ |
| static struct omap_hwmod_irq_info omap44xx_elm_irqs[] = { |
| { .irq = 4 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_elm_hwmod = { |
| .name = "elm", |
| .class = &omap44xx_elm_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .mpu_irqs = omap44xx_elm_irqs, |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_ELM_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_ELM_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'emif' class |
| * external memory interface no1 |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_emif_sysc = { |
| .rev_offs = 0x0000, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_emif_hwmod_class = { |
| .name = "emif", |
| .sysc = &omap44xx_emif_sysc, |
| }; |
| |
| /* emif1 */ |
| static struct omap_hwmod_irq_info omap44xx_emif1_irqs[] = { |
| { .irq = 110 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_emif1_hwmod = { |
| .name = "emif1", |
| .class = &omap44xx_emif_hwmod_class, |
| .clkdm_name = "l3_emif_clkdm", |
| .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET, |
| .mpu_irqs = omap44xx_emif1_irqs, |
| .main_clk = "ddrphy_ck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_MEMIF_EMIF_1_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_MEMIF_EMIF_1_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| }; |
| |
| /* emif2 */ |
| static struct omap_hwmod_irq_info omap44xx_emif2_irqs[] = { |
| { .irq = 111 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_emif2_hwmod = { |
| .name = "emif2", |
| .class = &omap44xx_emif_hwmod_class, |
| .clkdm_name = "l3_emif_clkdm", |
| .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET, |
| .mpu_irqs = omap44xx_emif2_irqs, |
| .main_clk = "ddrphy_ck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_MEMIF_EMIF_2_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_MEMIF_EMIF_2_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'fdif' class |
| * face detection hw accelerator module |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_fdif_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| /* |
| * FDIF needs 100 OCP clk cycles delay after a softreset before |
| * accessing sysconfig again. |
| * The lowest frequency at the moment for L3 bus is 100 MHz, so |
| * 1usec delay is needed. Add an x2 margin to be safe (2 usecs). |
| * |
| * TODO: Indicate errata when available. |
| */ |
| .srst_udelay = 2, |
| .sysc_flags = (SYSC_HAS_MIDLEMODE | SYSC_HAS_RESET_STATUS | |
| SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART), |
| .sysc_fields = &omap_hwmod_sysc_type2, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_fdif_hwmod_class = { |
| .name = "fdif", |
| .sysc = &omap44xx_fdif_sysc, |
| }; |
| |
| /* fdif */ |
| static struct omap_hwmod_irq_info omap44xx_fdif_irqs[] = { |
| { .irq = 69 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_fdif_hwmod = { |
| .name = "fdif", |
| .class = &omap44xx_fdif_hwmod_class, |
| .clkdm_name = "iss_clkdm", |
| .mpu_irqs = omap44xx_fdif_irqs, |
| .main_clk = "fdif_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_CAM_FDIF_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_CAM_FDIF_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'gpio' class |
| * general purpose io module |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_gpio_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .syss_offs = 0x0114, |
| .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_ENAWAKEUP | |
| SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET | |
| SYSS_HAS_RESET_STATUS), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| SIDLE_SMART_WKUP), |
| .sysc_fields = &omap_hwmod_sysc_type1, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_gpio_hwmod_class = { |
| .name = "gpio", |
| .sysc = &omap44xx_gpio_sysc, |
| .rev = 2, |
| }; |
| |
| /* gpio dev_attr */ |
| static struct omap_gpio_dev_attr gpio_dev_attr = { |
| .bank_width = 32, |
| .dbck_flag = true, |
| }; |
| |
| /* gpio1 */ |
| static struct omap_hwmod_irq_info omap44xx_gpio1_irqs[] = { |
| { .irq = 29 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk gpio1_opt_clks[] = { |
| { .role = "dbclk", .clk = "gpio1_dbclk" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_gpio1_hwmod = { |
| .name = "gpio1", |
| .class = &omap44xx_gpio_hwmod_class, |
| .clkdm_name = "l4_wkup_clkdm", |
| .mpu_irqs = omap44xx_gpio1_irqs, |
| .main_clk = "gpio1_ick", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_WKUP_GPIO1_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_WKUP_GPIO1_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| .opt_clks = gpio1_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(gpio1_opt_clks), |
| .dev_attr = &gpio_dev_attr, |
| }; |
| |
| /* gpio2 */ |
| static struct omap_hwmod_irq_info omap44xx_gpio2_irqs[] = { |
| { .irq = 30 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk gpio2_opt_clks[] = { |
| { .role = "dbclk", .clk = "gpio2_dbclk" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_gpio2_hwmod = { |
| .name = "gpio2", |
| .class = &omap44xx_gpio_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET, |
| .mpu_irqs = omap44xx_gpio2_irqs, |
| .main_clk = "gpio2_ick", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_GPIO2_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_GPIO2_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| .opt_clks = gpio2_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(gpio2_opt_clks), |
| .dev_attr = &gpio_dev_attr, |
| }; |
| |
| /* gpio3 */ |
| static struct omap_hwmod_irq_info omap44xx_gpio3_irqs[] = { |
| { .irq = 31 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk gpio3_opt_clks[] = { |
| { .role = "dbclk", .clk = "gpio3_dbclk" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_gpio3_hwmod = { |
| .name = "gpio3", |
| .class = &omap44xx_gpio_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET, |
| .mpu_irqs = omap44xx_gpio3_irqs, |
| .main_clk = "gpio3_ick", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_GPIO3_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_GPIO3_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| .opt_clks = gpio3_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(gpio3_opt_clks), |
| .dev_attr = &gpio_dev_attr, |
| }; |
| |
| /* gpio4 */ |
| static struct omap_hwmod_irq_info omap44xx_gpio4_irqs[] = { |
| { .irq = 32 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk gpio4_opt_clks[] = { |
| { .role = "dbclk", .clk = "gpio4_dbclk" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_gpio4_hwmod = { |
| .name = "gpio4", |
| .class = &omap44xx_gpio_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET, |
| .mpu_irqs = omap44xx_gpio4_irqs, |
| .main_clk = "gpio4_ick", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_GPIO4_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_GPIO4_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| .opt_clks = gpio4_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(gpio4_opt_clks), |
| .dev_attr = &gpio_dev_attr, |
| }; |
| |
| /* gpio5 */ |
| static struct omap_hwmod_irq_info omap44xx_gpio5_irqs[] = { |
| { .irq = 33 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk gpio5_opt_clks[] = { |
| { .role = "dbclk", .clk = "gpio5_dbclk" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_gpio5_hwmod = { |
| .name = "gpio5", |
| .class = &omap44xx_gpio_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET, |
| .mpu_irqs = omap44xx_gpio5_irqs, |
| .main_clk = "gpio5_ick", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_GPIO5_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_GPIO5_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| .opt_clks = gpio5_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(gpio5_opt_clks), |
| .dev_attr = &gpio_dev_attr, |
| }; |
| |
| /* gpio6 */ |
| static struct omap_hwmod_irq_info omap44xx_gpio6_irqs[] = { |
| { .irq = 34 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk gpio6_opt_clks[] = { |
| { .role = "dbclk", .clk = "gpio6_dbclk" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_gpio6_hwmod = { |
| .name = "gpio6", |
| .class = &omap44xx_gpio_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .flags = HWMOD_CONTROL_OPT_CLKS_IN_RESET, |
| .mpu_irqs = omap44xx_gpio6_irqs, |
| .main_clk = "gpio6_ick", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_GPIO6_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_GPIO6_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| .opt_clks = gpio6_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(gpio6_opt_clks), |
| .dev_attr = &gpio_dev_attr, |
| }; |
| |
| /* |
| * 'gpmc' class |
| * general purpose memory controller |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_gpmc_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .syss_offs = 0x0014, |
| .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_SIDLEMODE | |
| SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| .sysc_fields = &omap_hwmod_sysc_type1, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_gpmc_hwmod_class = { |
| .name = "gpmc", |
| .sysc = &omap44xx_gpmc_sysc, |
| }; |
| |
| /* gpmc */ |
| static struct omap_hwmod_irq_info omap44xx_gpmc_irqs[] = { |
| { .irq = 20 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_gpmc_sdma_reqs[] = { |
| { .dma_req = 3 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_gpmc_hwmod = { |
| .name = "gpmc", |
| .class = &omap44xx_gpmc_hwmod_class, |
| .clkdm_name = "l3_2_clkdm", |
| .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET, |
| .mpu_irqs = omap44xx_gpmc_irqs, |
| .sdma_reqs = omap44xx_gpmc_sdma_reqs, |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L3_2_GPMC_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L3_2_GPMC_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'gpu' class |
| * 2d/3d graphics accelerator |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_gpu_sysc = { |
| .rev_offs = 0x1fc00, |
| .sysc_offs = 0x1fc10, |
| .sysc_flags = (SYSC_HAS_MIDLEMODE | SYSC_HAS_SIDLEMODE), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO | |
| MSTANDBY_SMART | MSTANDBY_SMART_WKUP), |
| .sysc_fields = &omap_hwmod_sysc_type2, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_gpu_hwmod_class = { |
| .name = "gpu", |
| .sysc = &omap44xx_gpu_sysc, |
| }; |
| |
| /* gpu */ |
| static struct omap_hwmod_irq_info omap44xx_gpu_irqs[] = { |
| { .irq = 21 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_gpu_hwmod = { |
| .name = "gpu", |
| .class = &omap44xx_gpu_hwmod_class, |
| .clkdm_name = "l3_gfx_clkdm", |
| .mpu_irqs = omap44xx_gpu_irqs, |
| .main_clk = "gpu_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_GFX_GFX_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_GFX_GFX_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'hdq1w' class |
| * hdq / 1-wire serial interface controller |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_hdq1w_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0014, |
| .syss_offs = 0x0018, |
| .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_SOFTRESET | |
| SYSS_HAS_RESET_STATUS), |
| .sysc_fields = &omap_hwmod_sysc_type1, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_hdq1w_hwmod_class = { |
| .name = "hdq1w", |
| .sysc = &omap44xx_hdq1w_sysc, |
| }; |
| |
| /* hdq1w */ |
| static struct omap_hwmod_irq_info omap44xx_hdq1w_irqs[] = { |
| { .irq = 58 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_hdq1w_hwmod = { |
| .name = "hdq1w", |
| .class = &omap44xx_hdq1w_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .flags = HWMOD_INIT_NO_RESET, /* XXX temporary */ |
| .mpu_irqs = omap44xx_hdq1w_irqs, |
| .main_clk = "hdq1w_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_HDQ1W_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_HDQ1W_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'hsi' class |
| * mipi high-speed synchronous serial interface (multichannel and full-duplex |
| * serial if) |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_hsi_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .syss_offs = 0x0014, |
| .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_EMUFREE | |
| SYSC_HAS_MIDLEMODE | SYSC_HAS_SIDLEMODE | |
| SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO | |
| MSTANDBY_SMART | MSTANDBY_SMART_WKUP), |
| .sysc_fields = &omap_hwmod_sysc_type1, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_hsi_hwmod_class = { |
| .name = "hsi", |
| .sysc = &omap44xx_hsi_sysc, |
| }; |
| |
| /* hsi */ |
| static struct omap_hwmod_irq_info omap44xx_hsi_irqs[] = { |
| { .name = "mpu_p1", .irq = 67 + OMAP44XX_IRQ_GIC_START }, |
| { .name = "mpu_p2", .irq = 68 + OMAP44XX_IRQ_GIC_START }, |
| { .name = "mpu_dma", .irq = 71 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_hsi_hwmod = { |
| .name = "hsi", |
| .class = &omap44xx_hsi_hwmod_class, |
| .clkdm_name = "l3_init_clkdm", |
| .mpu_irqs = omap44xx_hsi_irqs, |
| .main_clk = "hsi_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L3INIT_HSI_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L3INIT_HSI_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'i2c' class |
| * multimaster high-speed i2c controller |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_i2c_sysc = { |
| .sysc_offs = 0x0010, |
| .syss_offs = 0x0090, |
| .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY | |
| SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE | |
| SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| SIDLE_SMART_WKUP), |
| .clockact = CLOCKACT_TEST_ICLK, |
| .sysc_fields = &omap_hwmod_sysc_type1, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_i2c_hwmod_class = { |
| .name = "i2c", |
| .sysc = &omap44xx_i2c_sysc, |
| .rev = OMAP_I2C_IP_VERSION_2, |
| .reset = &omap_i2c_reset, |
| }; |
| |
| static struct omap_i2c_dev_attr i2c_dev_attr = { |
| .flags = OMAP_I2C_FLAG_BUS_SHIFT_NONE | |
| OMAP_I2C_FLAG_RESET_REGS_POSTIDLE, |
| }; |
| |
| /* i2c1 */ |
| static struct omap_hwmod_irq_info omap44xx_i2c1_irqs[] = { |
| { .irq = 56 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_i2c1_sdma_reqs[] = { |
| { .name = "tx", .dma_req = 26 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx", .dma_req = 27 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_i2c1_hwmod = { |
| .name = "i2c1", |
| .class = &omap44xx_i2c_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .flags = HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT, |
| .mpu_irqs = omap44xx_i2c1_irqs, |
| .sdma_reqs = omap44xx_i2c1_sdma_reqs, |
| .main_clk = "i2c1_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_I2C1_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_I2C1_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .dev_attr = &i2c_dev_attr, |
| }; |
| |
| /* i2c2 */ |
| static struct omap_hwmod_irq_info omap44xx_i2c2_irqs[] = { |
| { .irq = 57 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_i2c2_sdma_reqs[] = { |
| { .name = "tx", .dma_req = 28 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx", .dma_req = 29 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_i2c2_hwmod = { |
| .name = "i2c2", |
| .class = &omap44xx_i2c_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .flags = HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT, |
| .mpu_irqs = omap44xx_i2c2_irqs, |
| .sdma_reqs = omap44xx_i2c2_sdma_reqs, |
| .main_clk = "i2c2_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_I2C2_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_I2C2_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .dev_attr = &i2c_dev_attr, |
| }; |
| |
| /* i2c3 */ |
| static struct omap_hwmod_irq_info omap44xx_i2c3_irqs[] = { |
| { .irq = 61 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_i2c3_sdma_reqs[] = { |
| { .name = "tx", .dma_req = 24 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx", .dma_req = 25 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_i2c3_hwmod = { |
| .name = "i2c3", |
| .class = &omap44xx_i2c_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .flags = HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT, |
| .mpu_irqs = omap44xx_i2c3_irqs, |
| .sdma_reqs = omap44xx_i2c3_sdma_reqs, |
| .main_clk = "i2c3_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_I2C3_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_I2C3_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .dev_attr = &i2c_dev_attr, |
| }; |
| |
| /* i2c4 */ |
| static struct omap_hwmod_irq_info omap44xx_i2c4_irqs[] = { |
| { .irq = 62 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_i2c4_sdma_reqs[] = { |
| { .name = "tx", .dma_req = 123 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx", .dma_req = 124 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_i2c4_hwmod = { |
| .name = "i2c4", |
| .class = &omap44xx_i2c_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .flags = HWMOD_16BIT_REG | HWMOD_SET_DEFAULT_CLOCKACT, |
| .mpu_irqs = omap44xx_i2c4_irqs, |
| .sdma_reqs = omap44xx_i2c4_sdma_reqs, |
| .main_clk = "i2c4_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_I2C4_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_I2C4_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .dev_attr = &i2c_dev_attr, |
| }; |
| |
| /* |
| * 'ipu' class |
| * imaging processor unit |
| */ |
| |
| static struct omap_hwmod_class omap44xx_ipu_hwmod_class = { |
| .name = "ipu", |
| }; |
| |
| /* ipu */ |
| static struct omap_hwmod_irq_info omap44xx_ipu_irqs[] = { |
| { .irq = 100 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_rst_info omap44xx_ipu_resets[] = { |
| { .name = "cpu0", .rst_shift = 0 }, |
| { .name = "cpu1", .rst_shift = 1 }, |
| { .name = "mmu_cache", .rst_shift = 2 }, |
| }; |
| |
| static struct omap_hwmod omap44xx_ipu_hwmod = { |
| .name = "ipu", |
| .class = &omap44xx_ipu_hwmod_class, |
| .clkdm_name = "ducati_clkdm", |
| .mpu_irqs = omap44xx_ipu_irqs, |
| .rst_lines = omap44xx_ipu_resets, |
| .rst_lines_cnt = ARRAY_SIZE(omap44xx_ipu_resets), |
| .main_clk = "ipu_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_DUCATI_DUCATI_CLKCTRL_OFFSET, |
| .rstctrl_offs = OMAP4_RM_DUCATI_RSTCTRL_OFFSET, |
| .context_offs = OMAP4_RM_DUCATI_DUCATI_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'iss' class |
| * external images sensor pixel data processor |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_iss_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| /* |
| * ISS needs 100 OCP clk cycles delay after a softreset before |
| * accessing sysconfig again. |
| * The lowest frequency at the moment for L3 bus is 100 MHz, so |
| * 1usec delay is needed. Add an x2 margin to be safe (2 usecs). |
| * |
| * TODO: Indicate errata when available. |
| */ |
| .srst_udelay = 2, |
| .sysc_flags = (SYSC_HAS_MIDLEMODE | SYSC_HAS_RESET_STATUS | |
| SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO | |
| MSTANDBY_SMART | MSTANDBY_SMART_WKUP), |
| .sysc_fields = &omap_hwmod_sysc_type2, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_iss_hwmod_class = { |
| .name = "iss", |
| .sysc = &omap44xx_iss_sysc, |
| }; |
| |
| /* iss */ |
| static struct omap_hwmod_irq_info omap44xx_iss_irqs[] = { |
| { .irq = 24 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_iss_sdma_reqs[] = { |
| { .name = "1", .dma_req = 8 + OMAP44XX_DMA_REQ_START }, |
| { .name = "2", .dma_req = 9 + OMAP44XX_DMA_REQ_START }, |
| { .name = "3", .dma_req = 11 + OMAP44XX_DMA_REQ_START }, |
| { .name = "4", .dma_req = 12 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk iss_opt_clks[] = { |
| { .role = "ctrlclk", .clk = "iss_ctrlclk" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_iss_hwmod = { |
| .name = "iss", |
| .class = &omap44xx_iss_hwmod_class, |
| .clkdm_name = "iss_clkdm", |
| .mpu_irqs = omap44xx_iss_irqs, |
| .sdma_reqs = omap44xx_iss_sdma_reqs, |
| .main_clk = "iss_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_CAM_ISS_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_CAM_ISS_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .opt_clks = iss_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(iss_opt_clks), |
| }; |
| |
| /* |
| * 'iva' class |
| * multi-standard video encoder/decoder hardware accelerator |
| */ |
| |
| static struct omap_hwmod_class omap44xx_iva_hwmod_class = { |
| .name = "iva", |
| }; |
| |
| /* iva */ |
| static struct omap_hwmod_irq_info omap44xx_iva_irqs[] = { |
| { .name = "sync_1", .irq = 103 + OMAP44XX_IRQ_GIC_START }, |
| { .name = "sync_0", .irq = 104 + OMAP44XX_IRQ_GIC_START }, |
| { .name = "mailbox_0", .irq = 107 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_rst_info omap44xx_iva_resets[] = { |
| { .name = "seq0", .rst_shift = 0 }, |
| { .name = "seq1", .rst_shift = 1 }, |
| { .name = "logic", .rst_shift = 2 }, |
| }; |
| |
| static struct omap_hwmod omap44xx_iva_hwmod = { |
| .name = "iva", |
| .class = &omap44xx_iva_hwmod_class, |
| .clkdm_name = "ivahd_clkdm", |
| .mpu_irqs = omap44xx_iva_irqs, |
| .rst_lines = omap44xx_iva_resets, |
| .rst_lines_cnt = ARRAY_SIZE(omap44xx_iva_resets), |
| .main_clk = "iva_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_IVAHD_IVAHD_CLKCTRL_OFFSET, |
| .rstctrl_offs = OMAP4_RM_IVAHD_RSTCTRL_OFFSET, |
| .context_offs = OMAP4_RM_IVAHD_IVAHD_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'kbd' class |
| * keyboard controller |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_kbd_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .syss_offs = 0x0014, |
| .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY | |
| SYSC_HAS_EMUFREE | SYSC_HAS_ENAWAKEUP | |
| SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET | |
| SYSS_HAS_RESET_STATUS), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| .sysc_fields = &omap_hwmod_sysc_type1, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_kbd_hwmod_class = { |
| .name = "kbd", |
| .sysc = &omap44xx_kbd_sysc, |
| }; |
| |
| /* kbd */ |
| static struct omap_hwmod_irq_info omap44xx_kbd_irqs[] = { |
| { .irq = 120 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_kbd_hwmod = { |
| .name = "kbd", |
| .class = &omap44xx_kbd_hwmod_class, |
| .clkdm_name = "l4_wkup_clkdm", |
| .mpu_irqs = omap44xx_kbd_irqs, |
| .main_clk = "kbd_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_WKUP_KEYBOARD_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_WKUP_KEYBOARD_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'mailbox' class |
| * mailbox module allowing communication between the on-chip processors using a |
| * queued mailbox-interrupt mechanism. |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_mailbox_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .sysc_flags = (SYSC_HAS_RESET_STATUS | SYSC_HAS_SIDLEMODE | |
| SYSC_HAS_SOFTRESET), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| .sysc_fields = &omap_hwmod_sysc_type2, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_mailbox_hwmod_class = { |
| .name = "mailbox", |
| .sysc = &omap44xx_mailbox_sysc, |
| }; |
| |
| /* mailbox */ |
| static struct omap_hwmod_irq_info omap44xx_mailbox_irqs[] = { |
| { .irq = 26 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_mailbox_hwmod = { |
| .name = "mailbox", |
| .class = &omap44xx_mailbox_hwmod_class, |
| .clkdm_name = "l4_cfg_clkdm", |
| .mpu_irqs = omap44xx_mailbox_irqs, |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4CFG_MAILBOX_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4CFG_MAILBOX_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'mcasp' class |
| * multi-channel audio serial port controller |
| */ |
| |
| /* The IP is not compliant to type1 / type2 scheme */ |
| static struct omap_hwmod_sysc_fields omap_hwmod_sysc_type_mcasp = { |
| .sidle_shift = 0, |
| }; |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_mcasp_sysc = { |
| .sysc_offs = 0x0004, |
| .sysc_flags = SYSC_HAS_SIDLEMODE, |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| SIDLE_SMART_WKUP), |
| .sysc_fields = &omap_hwmod_sysc_type_mcasp, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_mcasp_hwmod_class = { |
| .name = "mcasp", |
| .sysc = &omap44xx_mcasp_sysc, |
| }; |
| |
| /* mcasp */ |
| static struct omap_hwmod_irq_info omap44xx_mcasp_irqs[] = { |
| { .name = "arevt", .irq = 108 + OMAP44XX_IRQ_GIC_START }, |
| { .name = "axevt", .irq = 109 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_mcasp_sdma_reqs[] = { |
| { .name = "axevt", .dma_req = 7 + OMAP44XX_DMA_REQ_START }, |
| { .name = "arevt", .dma_req = 10 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_mcasp_hwmod = { |
| .name = "mcasp", |
| .class = &omap44xx_mcasp_hwmod_class, |
| .clkdm_name = "abe_clkdm", |
| .mpu_irqs = omap44xx_mcasp_irqs, |
| .sdma_reqs = omap44xx_mcasp_sdma_reqs, |
| .main_clk = "mcasp_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM1_ABE_MCASP_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_ABE_MCASP_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'mcbsp' class |
| * multi channel buffered serial port controller |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_mcbsp_sysc = { |
| .sysc_offs = 0x008c, |
| .sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_ENAWAKEUP | |
| SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| .sysc_fields = &omap_hwmod_sysc_type1, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_mcbsp_hwmod_class = { |
| .name = "mcbsp", |
| .sysc = &omap44xx_mcbsp_sysc, |
| .rev = MCBSP_CONFIG_TYPE4, |
| }; |
| |
| /* mcbsp1 */ |
| static struct omap_hwmod_irq_info omap44xx_mcbsp1_irqs[] = { |
| { .name = "common", .irq = 17 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_mcbsp1_sdma_reqs[] = { |
| { .name = "tx", .dma_req = 32 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx", .dma_req = 33 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk mcbsp1_opt_clks[] = { |
| { .role = "pad_fck", .clk = "pad_clks_ck" }, |
| { .role = "prcm_fck", .clk = "mcbsp1_sync_mux_ck" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_mcbsp1_hwmod = { |
| .name = "mcbsp1", |
| .class = &omap44xx_mcbsp_hwmod_class, |
| .clkdm_name = "abe_clkdm", |
| .mpu_irqs = omap44xx_mcbsp1_irqs, |
| .sdma_reqs = omap44xx_mcbsp1_sdma_reqs, |
| .main_clk = "mcbsp1_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM1_ABE_MCBSP1_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_ABE_MCBSP1_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .opt_clks = mcbsp1_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(mcbsp1_opt_clks), |
| }; |
| |
| /* mcbsp2 */ |
| static struct omap_hwmod_irq_info omap44xx_mcbsp2_irqs[] = { |
| { .name = "common", .irq = 22 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_mcbsp2_sdma_reqs[] = { |
| { .name = "tx", .dma_req = 16 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx", .dma_req = 17 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk mcbsp2_opt_clks[] = { |
| { .role = "pad_fck", .clk = "pad_clks_ck" }, |
| { .role = "prcm_fck", .clk = "mcbsp2_sync_mux_ck" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_mcbsp2_hwmod = { |
| .name = "mcbsp2", |
| .class = &omap44xx_mcbsp_hwmod_class, |
| .clkdm_name = "abe_clkdm", |
| .mpu_irqs = omap44xx_mcbsp2_irqs, |
| .sdma_reqs = omap44xx_mcbsp2_sdma_reqs, |
| .main_clk = "mcbsp2_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM1_ABE_MCBSP2_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_ABE_MCBSP2_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .opt_clks = mcbsp2_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(mcbsp2_opt_clks), |
| }; |
| |
| /* mcbsp3 */ |
| static struct omap_hwmod_irq_info omap44xx_mcbsp3_irqs[] = { |
| { .name = "common", .irq = 23 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_mcbsp3_sdma_reqs[] = { |
| { .name = "tx", .dma_req = 18 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx", .dma_req = 19 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk mcbsp3_opt_clks[] = { |
| { .role = "pad_fck", .clk = "pad_clks_ck" }, |
| { .role = "prcm_fck", .clk = "mcbsp3_sync_mux_ck" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_mcbsp3_hwmod = { |
| .name = "mcbsp3", |
| .class = &omap44xx_mcbsp_hwmod_class, |
| .clkdm_name = "abe_clkdm", |
| .mpu_irqs = omap44xx_mcbsp3_irqs, |
| .sdma_reqs = omap44xx_mcbsp3_sdma_reqs, |
| .main_clk = "mcbsp3_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM1_ABE_MCBSP3_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_ABE_MCBSP3_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .opt_clks = mcbsp3_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(mcbsp3_opt_clks), |
| }; |
| |
| /* mcbsp4 */ |
| static struct omap_hwmod_irq_info omap44xx_mcbsp4_irqs[] = { |
| { .name = "common", .irq = 16 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_mcbsp4_sdma_reqs[] = { |
| { .name = "tx", .dma_req = 30 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx", .dma_req = 31 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk mcbsp4_opt_clks[] = { |
| { .role = "pad_fck", .clk = "pad_clks_ck" }, |
| { .role = "prcm_fck", .clk = "mcbsp4_sync_mux_ck" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_mcbsp4_hwmod = { |
| .name = "mcbsp4", |
| .class = &omap44xx_mcbsp_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .mpu_irqs = omap44xx_mcbsp4_irqs, |
| .sdma_reqs = omap44xx_mcbsp4_sdma_reqs, |
| .main_clk = "mcbsp4_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_MCBSP4_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_MCBSP4_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .opt_clks = mcbsp4_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(mcbsp4_opt_clks), |
| }; |
| |
| /* |
| * 'mcpdm' class |
| * multi channel pdm controller (proprietary interface with phoenix power |
| * ic) |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_mcpdm_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .sysc_flags = (SYSC_HAS_EMUFREE | SYSC_HAS_RESET_STATUS | |
| SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| SIDLE_SMART_WKUP), |
| .sysc_fields = &omap_hwmod_sysc_type2, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_mcpdm_hwmod_class = { |
| .name = "mcpdm", |
| .sysc = &omap44xx_mcpdm_sysc, |
| }; |
| |
| /* mcpdm */ |
| static struct omap_hwmod_irq_info omap44xx_mcpdm_irqs[] = { |
| { .irq = 112 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_mcpdm_sdma_reqs[] = { |
| { .name = "up_link", .dma_req = 64 + OMAP44XX_DMA_REQ_START }, |
| { .name = "dn_link", .dma_req = 65 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_mcpdm_hwmod = { |
| .name = "mcpdm", |
| .class = &omap44xx_mcpdm_hwmod_class, |
| .clkdm_name = "abe_clkdm", |
| .mpu_irqs = omap44xx_mcpdm_irqs, |
| .sdma_reqs = omap44xx_mcpdm_sdma_reqs, |
| .main_clk = "mcpdm_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM1_ABE_PDM_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_ABE_PDM_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'mcspi' class |
| * multichannel serial port interface (mcspi) / master/slave synchronous serial |
| * bus |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_mcspi_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .sysc_flags = (SYSC_HAS_EMUFREE | SYSC_HAS_RESET_STATUS | |
| SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| SIDLE_SMART_WKUP), |
| .sysc_fields = &omap_hwmod_sysc_type2, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_mcspi_hwmod_class = { |
| .name = "mcspi", |
| .sysc = &omap44xx_mcspi_sysc, |
| .rev = OMAP4_MCSPI_REV, |
| }; |
| |
| /* mcspi1 */ |
| static struct omap_hwmod_irq_info omap44xx_mcspi1_irqs[] = { |
| { .irq = 65 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_mcspi1_sdma_reqs[] = { |
| { .name = "tx0", .dma_req = 34 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx0", .dma_req = 35 + OMAP44XX_DMA_REQ_START }, |
| { .name = "tx1", .dma_req = 36 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx1", .dma_req = 37 + OMAP44XX_DMA_REQ_START }, |
| { .name = "tx2", .dma_req = 38 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx2", .dma_req = 39 + OMAP44XX_DMA_REQ_START }, |
| { .name = "tx3", .dma_req = 40 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx3", .dma_req = 41 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| /* mcspi1 dev_attr */ |
| static struct omap2_mcspi_dev_attr mcspi1_dev_attr = { |
| .num_chipselect = 4, |
| }; |
| |
| static struct omap_hwmod omap44xx_mcspi1_hwmod = { |
| .name = "mcspi1", |
| .class = &omap44xx_mcspi_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .mpu_irqs = omap44xx_mcspi1_irqs, |
| .sdma_reqs = omap44xx_mcspi1_sdma_reqs, |
| .main_clk = "mcspi1_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_MCSPI1_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_MCSPI1_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .dev_attr = &mcspi1_dev_attr, |
| }; |
| |
| /* mcspi2 */ |
| static struct omap_hwmod_irq_info omap44xx_mcspi2_irqs[] = { |
| { .irq = 66 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_mcspi2_sdma_reqs[] = { |
| { .name = "tx0", .dma_req = 42 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx0", .dma_req = 43 + OMAP44XX_DMA_REQ_START }, |
| { .name = "tx1", .dma_req = 44 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx1", .dma_req = 45 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| /* mcspi2 dev_attr */ |
| static struct omap2_mcspi_dev_attr mcspi2_dev_attr = { |
| .num_chipselect = 2, |
| }; |
| |
| static struct omap_hwmod omap44xx_mcspi2_hwmod = { |
| .name = "mcspi2", |
| .class = &omap44xx_mcspi_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .mpu_irqs = omap44xx_mcspi2_irqs, |
| .sdma_reqs = omap44xx_mcspi2_sdma_reqs, |
| .main_clk = "mcspi2_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_MCSPI2_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_MCSPI2_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .dev_attr = &mcspi2_dev_attr, |
| }; |
| |
| /* mcspi3 */ |
| static struct omap_hwmod_irq_info omap44xx_mcspi3_irqs[] = { |
| { .irq = 91 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_mcspi3_sdma_reqs[] = { |
| { .name = "tx0", .dma_req = 14 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx0", .dma_req = 15 + OMAP44XX_DMA_REQ_START }, |
| { .name = "tx1", .dma_req = 22 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx1", .dma_req = 23 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| /* mcspi3 dev_attr */ |
| static struct omap2_mcspi_dev_attr mcspi3_dev_attr = { |
| .num_chipselect = 2, |
| }; |
| |
| static struct omap_hwmod omap44xx_mcspi3_hwmod = { |
| .name = "mcspi3", |
| .class = &omap44xx_mcspi_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .mpu_irqs = omap44xx_mcspi3_irqs, |
| .sdma_reqs = omap44xx_mcspi3_sdma_reqs, |
| .main_clk = "mcspi3_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_MCSPI3_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_MCSPI3_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .dev_attr = &mcspi3_dev_attr, |
| }; |
| |
| /* mcspi4 */ |
| static struct omap_hwmod_irq_info omap44xx_mcspi4_irqs[] = { |
| { .irq = 48 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_mcspi4_sdma_reqs[] = { |
| { .name = "tx0", .dma_req = 69 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx0", .dma_req = 70 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| /* mcspi4 dev_attr */ |
| static struct omap2_mcspi_dev_attr mcspi4_dev_attr = { |
| .num_chipselect = 1, |
| }; |
| |
| static struct omap_hwmod omap44xx_mcspi4_hwmod = { |
| .name = "mcspi4", |
| .class = &omap44xx_mcspi_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .mpu_irqs = omap44xx_mcspi4_irqs, |
| .sdma_reqs = omap44xx_mcspi4_sdma_reqs, |
| .main_clk = "mcspi4_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_MCSPI4_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_MCSPI4_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .dev_attr = &mcspi4_dev_attr, |
| }; |
| |
| /* |
| * 'mmc' class |
| * multimedia card high-speed/sd/sdio (mmc/sd/sdio) host controller |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_mmc_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .sysc_flags = (SYSC_HAS_EMUFREE | SYSC_HAS_MIDLEMODE | |
| SYSC_HAS_RESET_STATUS | SYSC_HAS_SIDLEMODE | |
| SYSC_HAS_SOFTRESET), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| SIDLE_SMART_WKUP | MSTANDBY_FORCE | MSTANDBY_NO | |
| MSTANDBY_SMART | MSTANDBY_SMART_WKUP), |
| .sysc_fields = &omap_hwmod_sysc_type2, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_mmc_hwmod_class = { |
| .name = "mmc", |
| .sysc = &omap44xx_mmc_sysc, |
| }; |
| |
| /* mmc1 */ |
| static struct omap_hwmod_irq_info omap44xx_mmc1_irqs[] = { |
| { .irq = 83 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_mmc1_sdma_reqs[] = { |
| { .name = "tx", .dma_req = 60 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx", .dma_req = 61 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| /* mmc1 dev_attr */ |
| static struct omap_mmc_dev_attr mmc1_dev_attr = { |
| .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT, |
| }; |
| |
| static struct omap_hwmod omap44xx_mmc1_hwmod = { |
| .name = "mmc1", |
| .class = &omap44xx_mmc_hwmod_class, |
| .clkdm_name = "l3_init_clkdm", |
| .mpu_irqs = omap44xx_mmc1_irqs, |
| .sdma_reqs = omap44xx_mmc1_sdma_reqs, |
| .main_clk = "mmc1_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L3INIT_MMC1_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L3INIT_MMC1_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .dev_attr = &mmc1_dev_attr, |
| }; |
| |
| /* mmc2 */ |
| static struct omap_hwmod_irq_info omap44xx_mmc2_irqs[] = { |
| { .irq = 86 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_mmc2_sdma_reqs[] = { |
| { .name = "tx", .dma_req = 46 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx", .dma_req = 47 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_mmc2_hwmod = { |
| .name = "mmc2", |
| .class = &omap44xx_mmc_hwmod_class, |
| .clkdm_name = "l3_init_clkdm", |
| .mpu_irqs = omap44xx_mmc2_irqs, |
| .sdma_reqs = omap44xx_mmc2_sdma_reqs, |
| .main_clk = "mmc2_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L3INIT_MMC2_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L3INIT_MMC2_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| }; |
| |
| /* mmc3 */ |
| static struct omap_hwmod_irq_info omap44xx_mmc3_irqs[] = { |
| { .irq = 94 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_mmc3_sdma_reqs[] = { |
| { .name = "tx", .dma_req = 76 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx", .dma_req = 77 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_mmc3_hwmod = { |
| .name = "mmc3", |
| .class = &omap44xx_mmc_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .mpu_irqs = omap44xx_mmc3_irqs, |
| .sdma_reqs = omap44xx_mmc3_sdma_reqs, |
| .main_clk = "mmc3_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_MMCSD3_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_MMCSD3_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| }; |
| |
| /* mmc4 */ |
| static struct omap_hwmod_irq_info omap44xx_mmc4_irqs[] = { |
| { .irq = 96 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_mmc4_sdma_reqs[] = { |
| { .name = "tx", .dma_req = 56 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx", .dma_req = 57 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_mmc4_hwmod = { |
| .name = "mmc4", |
| .class = &omap44xx_mmc_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .mpu_irqs = omap44xx_mmc4_irqs, |
| .sdma_reqs = omap44xx_mmc4_sdma_reqs, |
| .main_clk = "mmc4_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_MMCSD4_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_MMCSD4_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| }; |
| |
| /* mmc5 */ |
| static struct omap_hwmod_irq_info omap44xx_mmc5_irqs[] = { |
| { .irq = 59 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_mmc5_sdma_reqs[] = { |
| { .name = "tx", .dma_req = 58 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx", .dma_req = 59 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_mmc5_hwmod = { |
| .name = "mmc5", |
| .class = &omap44xx_mmc_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .mpu_irqs = omap44xx_mmc5_irqs, |
| .sdma_reqs = omap44xx_mmc5_sdma_reqs, |
| .main_clk = "mmc5_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_MMCSD5_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_MMCSD5_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'mpu' class |
| * mpu sub-system |
| */ |
| |
| static struct omap_hwmod_class omap44xx_mpu_hwmod_class = { |
| .name = "mpu", |
| }; |
| |
| /* mpu */ |
| static struct omap_hwmod_irq_info omap44xx_mpu_irqs[] = { |
| { .name = "pl310", .irq = 0 + OMAP44XX_IRQ_GIC_START }, |
| { .name = "cti0", .irq = 1 + OMAP44XX_IRQ_GIC_START }, |
| { .name = "cti1", .irq = 2 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_mpu_hwmod = { |
| .name = "mpu", |
| .class = &omap44xx_mpu_hwmod_class, |
| .clkdm_name = "mpuss_clkdm", |
| .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET, |
| .mpu_irqs = omap44xx_mpu_irqs, |
| .main_clk = "dpll_mpu_m2_ck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_MPU_MPU_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_MPU_MPU_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'ocmc_ram' class |
| * top-level core on-chip ram |
| */ |
| |
| static struct omap_hwmod_class omap44xx_ocmc_ram_hwmod_class = { |
| .name = "ocmc_ram", |
| }; |
| |
| /* ocmc_ram */ |
| static struct omap_hwmod omap44xx_ocmc_ram_hwmod = { |
| .name = "ocmc_ram", |
| .class = &omap44xx_ocmc_ram_hwmod_class, |
| .clkdm_name = "l3_2_clkdm", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L3_2_OCMC_RAM_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L3_2_OCMC_RAM_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'ocp2scp' class |
| * bridge to transform ocp interface protocol to scp (serial control port) |
| * protocol |
| */ |
| |
| static struct omap_hwmod_class omap44xx_ocp2scp_hwmod_class = { |
| .name = "ocp2scp", |
| }; |
| |
| /* ocp2scp_usb_phy */ |
| static struct omap_hwmod_opt_clk ocp2scp_usb_phy_opt_clks[] = { |
| { .role = "phy_48m", .clk = "ocp2scp_usb_phy_phy_48m" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_ocp2scp_usb_phy_hwmod = { |
| .name = "ocp2scp_usb_phy", |
| .class = &omap44xx_ocp2scp_hwmod_class, |
| .clkdm_name = "l3_init_clkdm", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L3INIT_USBPHYOCP2SCP_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L3INIT_USBPHYOCP2SCP_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| .opt_clks = ocp2scp_usb_phy_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(ocp2scp_usb_phy_opt_clks), |
| }; |
| |
| /* |
| * 'prcm' class |
| * power and reset manager (part of the prcm infrastructure) + clock manager 2 |
| * + clock manager 1 (in always on power domain) + local prm in mpu |
| */ |
| |
| static struct omap_hwmod_class omap44xx_prcm_hwmod_class = { |
| .name = "prcm", |
| }; |
| |
| /* prcm_mpu */ |
| static struct omap_hwmod omap44xx_prcm_mpu_hwmod = { |
| .name = "prcm_mpu", |
| .class = &omap44xx_prcm_hwmod_class, |
| .clkdm_name = "l4_wkup_clkdm", |
| }; |
| |
| /* cm_core_aon */ |
| static struct omap_hwmod omap44xx_cm_core_aon_hwmod = { |
| .name = "cm_core_aon", |
| .class = &omap44xx_prcm_hwmod_class, |
| }; |
| |
| /* cm_core */ |
| static struct omap_hwmod omap44xx_cm_core_hwmod = { |
| .name = "cm_core", |
| .class = &omap44xx_prcm_hwmod_class, |
| }; |
| |
| /* prm */ |
| static struct omap_hwmod_irq_info omap44xx_prm_irqs[] = { |
| { .irq = 11 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_rst_info omap44xx_prm_resets[] = { |
| { .name = "rst_global_warm_sw", .rst_shift = 0 }, |
| { .name = "rst_global_cold_sw", .rst_shift = 1 }, |
| }; |
| |
| static struct omap_hwmod omap44xx_prm_hwmod = { |
| .name = "prm", |
| .class = &omap44xx_prcm_hwmod_class, |
| .mpu_irqs = omap44xx_prm_irqs, |
| .rst_lines = omap44xx_prm_resets, |
| .rst_lines_cnt = ARRAY_SIZE(omap44xx_prm_resets), |
| }; |
| |
| /* |
| * 'scrm' class |
| * system clock and reset manager |
| */ |
| |
| static struct omap_hwmod_class omap44xx_scrm_hwmod_class = { |
| .name = "scrm", |
| }; |
| |
| /* scrm */ |
| static struct omap_hwmod omap44xx_scrm_hwmod = { |
| .name = "scrm", |
| .class = &omap44xx_scrm_hwmod_class, |
| .clkdm_name = "l4_wkup_clkdm", |
| }; |
| |
| /* |
| * 'sl2if' class |
| * shared level 2 memory interface |
| */ |
| |
| static struct omap_hwmod_class omap44xx_sl2if_hwmod_class = { |
| .name = "sl2if", |
| }; |
| |
| /* sl2if */ |
| static struct omap_hwmod omap44xx_sl2if_hwmod = { |
| .name = "sl2if", |
| .class = &omap44xx_sl2if_hwmod_class, |
| .clkdm_name = "ivahd_clkdm", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_IVAHD_SL2_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_IVAHD_SL2_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_HWCTRL, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'slimbus' class |
| * bidirectional, multi-drop, multi-channel two-line serial interface between |
| * the device and external components |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_slimbus_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .sysc_flags = (SYSC_HAS_RESET_STATUS | SYSC_HAS_SIDLEMODE | |
| SYSC_HAS_SOFTRESET), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| SIDLE_SMART_WKUP), |
| .sysc_fields = &omap_hwmod_sysc_type2, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_slimbus_hwmod_class = { |
| .name = "slimbus", |
| .sysc = &omap44xx_slimbus_sysc, |
| }; |
| |
| /* slimbus1 */ |
| static struct omap_hwmod_irq_info omap44xx_slimbus1_irqs[] = { |
| { .irq = 97 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_slimbus1_sdma_reqs[] = { |
| { .name = "tx0", .dma_req = 84 + OMAP44XX_DMA_REQ_START }, |
| { .name = "tx1", .dma_req = 85 + OMAP44XX_DMA_REQ_START }, |
| { .name = "tx2", .dma_req = 86 + OMAP44XX_DMA_REQ_START }, |
| { .name = "tx3", .dma_req = 87 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx0", .dma_req = 88 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx1", .dma_req = 89 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx2", .dma_req = 90 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx3", .dma_req = 91 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk slimbus1_opt_clks[] = { |
| { .role = "fclk_1", .clk = "slimbus1_fclk_1" }, |
| { .role = "fclk_0", .clk = "slimbus1_fclk_0" }, |
| { .role = "fclk_2", .clk = "slimbus1_fclk_2" }, |
| { .role = "slimbus_clk", .clk = "slimbus1_slimbus_clk" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_slimbus1_hwmod = { |
| .name = "slimbus1", |
| .class = &omap44xx_slimbus_hwmod_class, |
| .clkdm_name = "abe_clkdm", |
| .mpu_irqs = omap44xx_slimbus1_irqs, |
| .sdma_reqs = omap44xx_slimbus1_sdma_reqs, |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM1_ABE_SLIMBUS_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_ABE_SLIMBUS_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .opt_clks = slimbus1_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(slimbus1_opt_clks), |
| }; |
| |
| /* slimbus2 */ |
| static struct omap_hwmod_irq_info omap44xx_slimbus2_irqs[] = { |
| { .irq = 98 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod_dma_info omap44xx_slimbus2_sdma_reqs[] = { |
| { .name = "tx0", .dma_req = 92 + OMAP44XX_DMA_REQ_START }, |
| { .name = "tx1", .dma_req = 93 + OMAP44XX_DMA_REQ_START }, |
| { .name = "tx2", .dma_req = 94 + OMAP44XX_DMA_REQ_START }, |
| { .name = "tx3", .dma_req = 95 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx0", .dma_req = 96 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx1", .dma_req = 97 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx2", .dma_req = 98 + OMAP44XX_DMA_REQ_START }, |
| { .name = "rx3", .dma_req = 99 + OMAP44XX_DMA_REQ_START }, |
| { .dma_req = -1 } |
| }; |
| |
| static struct omap_hwmod_opt_clk slimbus2_opt_clks[] = { |
| { .role = "fclk_1", .clk = "slimbus2_fclk_1" }, |
| { .role = "fclk_0", .clk = "slimbus2_fclk_0" }, |
| { .role = "slimbus_clk", .clk = "slimbus2_slimbus_clk" }, |
| }; |
| |
| static struct omap_hwmod omap44xx_slimbus2_hwmod = { |
| .name = "slimbus2", |
| .class = &omap44xx_slimbus_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .mpu_irqs = omap44xx_slimbus2_irqs, |
| .sdma_reqs = omap44xx_slimbus2_sdma_reqs, |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_SLIMBUS2_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_SLIMBUS2_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .opt_clks = slimbus2_opt_clks, |
| .opt_clks_cnt = ARRAY_SIZE(slimbus2_opt_clks), |
| }; |
| |
| /* |
| * 'smartreflex' class |
| * smartreflex module (monitor silicon performance and outputs a measure of |
| * performance error) |
| */ |
| |
| /* The IP is not compliant to type1 / type2 scheme */ |
| static struct omap_hwmod_sysc_fields omap_hwmod_sysc_type_smartreflex = { |
| .sidle_shift = 24, |
| .enwkup_shift = 26, |
| }; |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_smartreflex_sysc = { |
| .sysc_offs = 0x0038, |
| .sysc_flags = (SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| SIDLE_SMART_WKUP), |
| .sysc_fields = &omap_hwmod_sysc_type_smartreflex, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_smartreflex_hwmod_class = { |
| .name = "smartreflex", |
| .sysc = &omap44xx_smartreflex_sysc, |
| .rev = 2, |
| }; |
| |
| /* smartreflex_core */ |
| static struct omap_smartreflex_dev_attr smartreflex_core_dev_attr = { |
| .sensor_voltdm_name = "core", |
| }; |
| |
| static struct omap_hwmod_irq_info omap44xx_smartreflex_core_irqs[] = { |
| { .irq = 19 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_smartreflex_core_hwmod = { |
| .name = "smartreflex_core", |
| .class = &omap44xx_smartreflex_hwmod_class, |
| .clkdm_name = "l4_ao_clkdm", |
| .mpu_irqs = omap44xx_smartreflex_core_irqs, |
| |
| .main_clk = "smartreflex_core_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_ALWON_SR_CORE_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_ALWON_SR_CORE_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .dev_attr = &smartreflex_core_dev_attr, |
| }; |
| |
| /* smartreflex_iva */ |
| static struct omap_smartreflex_dev_attr smartreflex_iva_dev_attr = { |
| .sensor_voltdm_name = "iva", |
| }; |
| |
| static struct omap_hwmod_irq_info omap44xx_smartreflex_iva_irqs[] = { |
| { .irq = 102 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_smartreflex_iva_hwmod = { |
| .name = "smartreflex_iva", |
| .class = &omap44xx_smartreflex_hwmod_class, |
| .clkdm_name = "l4_ao_clkdm", |
| .mpu_irqs = omap44xx_smartreflex_iva_irqs, |
| .main_clk = "smartreflex_iva_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_ALWON_SR_IVA_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_ALWON_SR_IVA_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .dev_attr = &smartreflex_iva_dev_attr, |
| }; |
| |
| /* smartreflex_mpu */ |
| static struct omap_smartreflex_dev_attr smartreflex_mpu_dev_attr = { |
| .sensor_voltdm_name = "mpu", |
| }; |
| |
| static struct omap_hwmod_irq_info omap44xx_smartreflex_mpu_irqs[] = { |
| { .irq = 18 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_smartreflex_mpu_hwmod = { |
| .name = "smartreflex_mpu", |
| .class = &omap44xx_smartreflex_hwmod_class, |
| .clkdm_name = "l4_ao_clkdm", |
| .mpu_irqs = omap44xx_smartreflex_mpu_irqs, |
| .main_clk = "smartreflex_mpu_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_ALWON_SR_MPU_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_ALWON_SR_MPU_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .dev_attr = &smartreflex_mpu_dev_attr, |
| }; |
| |
| /* |
| * 'spinlock' class |
| * spinlock provides hardware assistance for synchronizing the processes |
| * running on multiple processors |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_spinlock_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .syss_offs = 0x0014, |
| .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY | |
| SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE | |
| SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| SIDLE_SMART_WKUP), |
| .sysc_fields = &omap_hwmod_sysc_type1, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_spinlock_hwmod_class = { |
| .name = "spinlock", |
| .sysc = &omap44xx_spinlock_sysc, |
| }; |
| |
| /* spinlock */ |
| static struct omap_hwmod omap44xx_spinlock_hwmod = { |
| .name = "spinlock", |
| .class = &omap44xx_spinlock_hwmod_class, |
| .clkdm_name = "l4_cfg_clkdm", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4CFG_HW_SEM_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4CFG_HW_SEM_CONTEXT_OFFSET, |
| }, |
| }, |
| }; |
| |
| /* |
| * 'timer' class |
| * general purpose timer module with accurate 1ms tick |
| * This class contains several variants: ['timer_1ms', 'timer'] |
| */ |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_timer_1ms_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .syss_offs = 0x0014, |
| .sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY | |
| SYSC_HAS_EMUFREE | SYSC_HAS_ENAWAKEUP | |
| SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET | |
| SYSS_HAS_RESET_STATUS), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART), |
| .sysc_fields = &omap_hwmod_sysc_type1, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_timer_1ms_hwmod_class = { |
| .name = "timer", |
| .sysc = &omap44xx_timer_1ms_sysc, |
| }; |
| |
| static struct omap_hwmod_class_sysconfig omap44xx_timer_sysc = { |
| .rev_offs = 0x0000, |
| .sysc_offs = 0x0010, |
| .sysc_flags = (SYSC_HAS_EMUFREE | SYSC_HAS_RESET_STATUS | |
| SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET), |
| .idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART | |
| SIDLE_SMART_WKUP), |
| .sysc_fields = &omap_hwmod_sysc_type2, |
| }; |
| |
| static struct omap_hwmod_class omap44xx_timer_hwmod_class = { |
| .name = "timer", |
| .sysc = &omap44xx_timer_sysc, |
| }; |
| |
| /* always-on timers dev attribute */ |
| static struct omap_timer_capability_dev_attr capability_alwon_dev_attr = { |
| .timer_capability = OMAP_TIMER_ALWON, |
| }; |
| |
| /* pwm timers dev attribute */ |
| static struct omap_timer_capability_dev_attr capability_pwm_dev_attr = { |
| .timer_capability = OMAP_TIMER_HAS_PWM, |
| }; |
| |
| /* timer1 */ |
| static struct omap_hwmod_irq_info omap44xx_timer1_irqs[] = { |
| { .irq = 37 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_timer1_hwmod = { |
| .name = "timer1", |
| .class = &omap44xx_timer_1ms_hwmod_class, |
| .clkdm_name = "l4_wkup_clkdm", |
| .mpu_irqs = omap44xx_timer1_irqs, |
| .main_clk = "timer1_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_WKUP_TIMER1_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_WKUP_TIMER1_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| .dev_attr = &capability_alwon_dev_attr, |
| }; |
| |
| /* timer2 */ |
| static struct omap_hwmod_irq_info omap44xx_timer2_irqs[] = { |
| { .irq = 38 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_timer2_hwmod = { |
| .name = "timer2", |
| .class = &omap44xx_timer_1ms_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .mpu_irqs = omap44xx_timer2_irqs, |
| .main_clk = "timer2_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_DMTIMER2_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_DMTIMER2_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| }; |
| |
| /* timer3 */ |
| static struct omap_hwmod_irq_info omap44xx_timer3_irqs[] = { |
| { .irq = 39 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_timer3_hwmod = { |
| .name = "timer3", |
| .class = &omap44xx_timer_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .mpu_irqs = omap44xx_timer3_irqs, |
| .main_clk = "timer3_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_DMTIMER3_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_DMTIMER3_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| }; |
| |
| /* timer4 */ |
| static struct omap_hwmod_irq_info omap44xx_timer4_irqs[] = { |
| { .irq = 40 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_timer4_hwmod = { |
| .name = "timer4", |
| .class = &omap44xx_timer_hwmod_class, |
| .clkdm_name = "l4_per_clkdm", |
| .mpu_irqs = omap44xx_timer4_irqs, |
| .main_clk = "timer4_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = OMAP4_CM_L4PER_DMTIMER4_CLKCTRL_OFFSET, |
| .context_offs = OMAP4_RM_L4PER_DMTIMER4_CONTEXT_OFFSET, |
| .modulemode = MODULEMODE_SWCTRL, |
| }, |
| }, |
| }; |
| |
| /* timer5 */ |
| static struct omap_hwmod_irq_info omap44xx_timer5_irqs[] = { |
| { .irq = 41 + OMAP44XX_IRQ_GIC_START }, |
| { .irq = -1 } |
| }; |
| |
| static struct omap_hwmod omap44xx_timer5_hwmod = { |
| .name = "timer5", |
| .class = &omap44xx_timer_hwmod_class, |
| .clkdm_name = "abe_clkdm", |
| .mpu_irqs = omap44xx_timer5_irqs, |
| .main_clk = "timer5_fck", |
| .prcm = { |
| .omap4 = { |
| .clkctrl_offs = |