/* * omap_hwmod_3xxx_data.c - hardware modules present on the OMAP3xxx chips * * Copyright (C) 2009-2010 Nokia Corporation * Paul Walmsley * * 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. * * The data in this file should be completely autogeneratable from * the TI hardware database or other technical documentation. * * XXX these should be marked initdata for multi-OMAP kernels */#include<plat/omap_hwmod.h>#include<mach/irqs.h>#include<plat/cpu.h>#include<plat/dma.h>#include<plat/serial.h>#include<plat/l4_3xxx.h>#include<plat/i2c.h>#include<plat/gpio.h>#include<plat/smartreflex.h>#include"omap_hwmod_common_data.h"#include"prm-regbits-34xx.h"#include"cm-regbits-34xx.h"#include"wd_timer.h"/* * OMAP3xxx hardware module integration data * * ALl of the data in this section should be autogeneratable from the * TI hardware database or other technical documentation. Data that * is driver-specific or driver-kernel integration-specific belongs * elsewhere. */staticstructomap_hwmodomap3xxx_mpu_hwmod;staticstructomap_hwmodomap3xxx_iva_hwmod;staticstructomap_hwmodomap3xxx_l3_main_hwmod;staticstructomap_hwmodomap3xxx_l4_core_hwmod;staticstructomap_hwmodomap3xxx_l4_per_hwmod;staticstructomap_hwmodomap3xxx_wd_timer2_hwmod;staticstructomap_hwmodomap3xxx_i2c1_hwmod;staticstructomap_hwmodomap3xxx_i2c2_hwmod;staticstructomap_hwmodomap3xxx_i2c3_hwmod;staticstructomap_hwmodomap3xxx_gpio1_hwmod;staticstructomap_hwmodomap3xxx_gpio2_hwmod;staticstructomap_hwmodomap3xxx_gpio3_hwmod;staticstructomap_hwmodomap3xxx_gpio4_hwmod;staticstructomap_hwmodomap3xxx_gpio5_hwmod;staticstructomap_hwmodomap3xxx_gpio6_hwmod;staticstructomap_hwmodomap34xx_sr1_hwmod;staticstructomap_hwmodomap34xx_sr2_hwmod;staticstructomap_hwmodomap3xxx_dma_system_hwmod;/* L3 -> L4_CORE interface */staticstructomap_hwmod_ocp_ifomap3xxx_l3_main__l4_core={.master=&omap3xxx_l3_main_hwmod,.slave=&omap3xxx_l4_core_hwmod,.user=OCP_USER_MPU|OCP_USER_SDMA,};/* L3 -> L4_PER interface */staticstructomap_hw