blob: 76a2f11e5f4eac6309a539872185974c7de20467 [file] [log] [blame]
Paul Walmsley43b40992010-02-22 22:09:34 -07001/*
2 * omap_hwmod_common_data.h - OMAP hwmod common macros and declarations
3 *
Paul Walmsleyded11382011-07-09 19:14:06 -06004 * Copyright (C) 2010-2011 Nokia Corporation
Paul Walmsley43b40992010-02-22 22:09:34 -07005 * Paul Walmsley
6 *
Paul Walmsleyded11382011-07-09 19:14:06 -06007 * Copyright (C) 2010-2011 Texas Instruments, Inc.
Paul Walmsley43b40992010-02-22 22:09:34 -07008 * BenoƮt Cousson
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
13 */
14#ifndef __ARCH_ARM_MACH_OMAP2_OMAP_HWMOD_COMMON_DATA_H
15#define __ARCH_ARM_MACH_OMAP2_OMAP_HWMOD_COMMON_DATA_H
16
17#include <plat/omap_hwmod.h>
18
Paul Walmsleyded11382011-07-09 19:14:06 -060019/* Common address space across OMAP2xxx */
20extern struct omap_hwmod_addr_space omap2xxx_uart1_addr_space[];
21extern struct omap_hwmod_addr_space omap2xxx_uart2_addr_space[];
22extern struct omap_hwmod_addr_space omap2xxx_uart3_addr_space[];
23extern struct omap_hwmod_addr_space omap2xxx_timer2_addrs[];
24extern struct omap_hwmod_addr_space omap2xxx_timer3_addrs[];
25extern struct omap_hwmod_addr_space omap2xxx_timer4_addrs[];
26extern struct omap_hwmod_addr_space omap2xxx_timer5_addrs[];
27extern struct omap_hwmod_addr_space omap2xxx_timer6_addrs[];
28extern struct omap_hwmod_addr_space omap2xxx_timer7_addrs[];
29extern struct omap_hwmod_addr_space omap2xxx_timer8_addrs[];
30extern struct omap_hwmod_addr_space omap2xxx_timer9_addrs[];
31extern struct omap_hwmod_addr_space omap2xxx_timer12_addrs[];
32extern struct omap_hwmod_addr_space omap2xxx_mcbsp2_addrs[];
33
34/* Common address space across OMAP2xxx/3xxx */
35extern struct omap_hwmod_addr_space omap2_i2c1_addr_space[];
36extern struct omap_hwmod_addr_space omap2_i2c2_addr_space[];
37extern struct omap_hwmod_addr_space omap2_dss_addrs[];
38extern struct omap_hwmod_addr_space omap2_dss_dispc_addrs[];
39extern struct omap_hwmod_addr_space omap2_dss_rfbi_addrs[];
40extern struct omap_hwmod_addr_space omap2_dss_venc_addrs[];
41extern struct omap_hwmod_addr_space omap2_timer10_addrs[];
42extern struct omap_hwmod_addr_space omap2_timer11_addrs[];
43extern struct omap_hwmod_addr_space omap2430_mmc1_addr_space[];
44extern struct omap_hwmod_addr_space omap2430_mmc2_addr_space[];
45extern struct omap_hwmod_addr_space omap2_mcspi1_addr_space[];
46extern struct omap_hwmod_addr_space omap2_mcspi2_addr_space[];
47extern struct omap_hwmod_addr_space omap2430_mcspi3_addr_space[];
48extern struct omap_hwmod_addr_space omap2_dma_system_addrs[];
49extern struct omap_hwmod_addr_space omap2_mailbox_addrs[];
50extern struct omap_hwmod_addr_space omap2_mcbsp1_addrs[];
51
Paul Walmsley43b40992010-02-22 22:09:34 -070052/* OMAP hwmod classes - forward declarations */
53extern struct omap_hwmod_class l3_hwmod_class;
54extern struct omap_hwmod_class l4_hwmod_class;
55extern struct omap_hwmod_class mpu_hwmod_class;
Kevin Hilman90709ae2010-07-26 16:34:31 -060056extern struct omap_hwmod_class iva_hwmod_class;
Paul Walmsley43b40992010-02-22 22:09:34 -070057
Paul Walmsleyded11382011-07-09 19:14:06 -060058
Paul Walmsley43b40992010-02-22 22:09:34 -070059#endif