blob: f5b63efb1b6723a576b5ce5aa11a46791dda4a38 [file] [log] [blame]
Paul Walmsley0d619a82011-07-09 19:14:07 -06001/*
2 * omap_hwmod_2xxx_ipblock_data.c - common IP block data for OMAP2xxx
3 *
4 * Copyright (C) 2011 Nokia Corporation
5 * Paul Walmsley
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */
11#include <plat/omap_hwmod.h>
12#include <plat/serial.h>
Paul Walmsleyd826ebf2011-07-09 19:14:07 -060013#include <plat/dma.h>
Paul Walmsley0d619a82011-07-09 19:14:07 -060014
15#include <mach/irqs.h>
16
17#include "omap_hwmod_common_data.h"
18
19struct omap_hwmod_irq_info omap2xxx_timer12_mpu_irqs[] = {
20 { .irq = 48, },
21 { .irq = -1 }
22};
Paul Walmsleyd826ebf2011-07-09 19:14:07 -060023
24struct omap_hwmod_dma_info omap2xxx_dss_sdma_chs[] = {
25 { .name = "dispc", .dma_req = 5 },
26 { .dma_req = -1 }
27};