omap_hwmod_2xxx_3xxx_ipblock_data.c 7.6 KB
Newer Older
1 2 3 4
/*
 * omap_hwmod_2xxx_3xxx_ipblock_data.c - common IP block data for OMAP2/3
 *
 * Copyright (C) 2011 Nokia Corporation
5
 * Copyright (C) 2012 Texas Instruments, Inc.
6 7 8 9 10 11
 * 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.
 */
12

13 14
#include <linux/dmaengine.h>
#include <linux/omap-dma.h>
15 16

#include "omap_hwmod.h"
T
Tony Lindgren 已提交
17
#include "hdq1w.h"
18 19

#include "omap_hwmod_common_data.h"
20
#include "dma.h"
21

22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
/* UART */

static struct omap_hwmod_class_sysconfig omap2_uart_sysc = {
	.rev_offs	= 0x50,
	.sysc_offs	= 0x54,
	.syss_offs	= 0x58,
	.sysc_flags	= (SYSC_HAS_SIDLEMODE |
			   SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
			   SYSC_HAS_AUTOIDLE | SYSS_HAS_RESET_STATUS),
	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
	.sysc_fields	= &omap_hwmod_sysc_type1,
};

struct omap_hwmod_class omap2_uart_class = {
	.name	= "uart",
	.sysc	= &omap2_uart_sysc,
};

/*
 * 'dss' class
 * display sub-system
 */

static struct omap_hwmod_class_sysconfig omap2_dss_sysc = {
	.rev_offs	= 0x0000,
	.sysc_offs	= 0x0010,
	.syss_offs	= 0x0014,
49 50
	.sysc_flags	= (SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE |
			   SYSS_HAS_RESET_STATUS),
51 52 53 54 55 56
	.sysc_fields	= &omap_hwmod_sysc_type1,
};

struct omap_hwmod_class omap2_dss_hwmod_class = {
	.name	= "dss",
	.sysc	= &omap2_dss_sysc,
57
	.reset	= omap_dss_reset,
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
};

/*
 * 'rfbi' class
 * remote frame buffer interface
 */

static struct omap_hwmod_class_sysconfig omap2_rfbi_sysc = {
	.rev_offs	= 0x0000,
	.sysc_offs	= 0x0010,
	.syss_offs	= 0x0014,
	.sysc_flags	= (SYSC_HAS_SIDLEMODE | SYSC_HAS_SOFTRESET |
			   SYSC_HAS_AUTOIDLE),
	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
	.sysc_fields	= &omap_hwmod_sysc_type1,
};

struct omap_hwmod_class omap2_rfbi_hwmod_class = {
	.name	= "rfbi",
	.sysc	= &omap2_rfbi_sysc,
};

/*
 * 'venc' class
 * video encoder
 */

struct omap_hwmod_class omap2_venc_hwmod_class = {
	.name = "venc",
};


/* Common DMA request line data */
struct omap_hwmod_dma_info omap2_uart1_sdma_reqs[] = {
92 93
	{ .name = "rx", .dma_req = 50, },
	{ .name = "tx", .dma_req = 49, },
94 95 96 97
	{ .dma_req = -1 }
};

struct omap_hwmod_dma_info omap2_uart2_sdma_reqs[] = {
98 99
	{ .name = "rx", .dma_req = 52, },
	{ .name = "tx", .dma_req = 51, },
100 101 102 103
	{ .dma_req = -1 }
};

struct omap_hwmod_dma_info omap2_uart3_sdma_reqs[] = {
104 105
	{ .name = "rx", .dma_req = 54, },
	{ .name = "tx", .dma_req = 53, },
106 107 108 109
	{ .dma_req = -1 }
};

struct omap_hwmod_dma_info omap2_i2c1_sdma_reqs[] = {
110 111
	{ .name = "tx", .dma_req = 27 },
	{ .name = "rx", .dma_req = 28 },
112 113 114 115
	{ .dma_req = -1 }
};

struct omap_hwmod_dma_info omap2_i2c2_sdma_reqs[] = {
116 117
	{ .name = "tx", .dma_req = 29 },
	{ .name = "rx", .dma_req = 30 },
118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
	{ .dma_req = -1 }
};

struct omap_hwmod_dma_info omap2_mcspi1_sdma_reqs[] = {
	{ .name = "tx0", .dma_req = 35 }, /* DMA_SPI1_TX0 */
	{ .name = "rx0", .dma_req = 36 }, /* DMA_SPI1_RX0 */
	{ .name = "tx1", .dma_req = 37 }, /* DMA_SPI1_TX1 */
	{ .name = "rx1", .dma_req = 38 }, /* DMA_SPI1_RX1 */
	{ .name = "tx2", .dma_req = 39 }, /* DMA_SPI1_TX2 */
	{ .name = "rx2", .dma_req = 40 }, /* DMA_SPI1_RX2 */
	{ .name = "tx3", .dma_req = 41 }, /* DMA_SPI1_TX3 */
	{ .name = "rx3", .dma_req = 42 }, /* DMA_SPI1_RX3 */
	{ .dma_req = -1 }
};

struct omap_hwmod_dma_info omap2_mcspi2_sdma_reqs[] = {
	{ .name = "tx0", .dma_req = 43 }, /* DMA_SPI2_TX0 */
	{ .name = "rx0", .dma_req = 44 }, /* DMA_SPI2_RX0 */
	{ .name = "tx1", .dma_req = 45 }, /* DMA_SPI2_TX1 */
	{ .name = "rx1", .dma_req = 46 }, /* DMA_SPI2_RX1 */
	{ .dma_req = -1 }
};

struct omap_hwmod_dma_info omap2_mcbsp1_sdma_reqs[] = {
	{ .name = "rx", .dma_req = 32 },
	{ .name = "tx", .dma_req = 31 },
	{ .dma_req = -1 }
};

struct omap_hwmod_dma_info omap2_mcbsp2_sdma_reqs[] = {
	{ .name = "rx", .dma_req = 34 },
	{ .name = "tx", .dma_req = 33 },
	{ .dma_req = -1 }
};

struct omap_hwmod_dma_info omap2_mcbsp3_sdma_reqs[] = {
	{ .name = "rx", .dma_req = 18 },
	{ .name = "tx", .dma_req = 17 },
	{ .dma_req = -1 }
};

/* Other IP block data */

161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183

/*
 * omap_hwmod class data
 */

struct omap_hwmod_class l3_hwmod_class = {
	.name = "l3"
};

struct omap_hwmod_class l4_hwmod_class = {
	.name = "l4"
};

struct omap_hwmod_class mpu_hwmod_class = {
	.name = "mpu"
};

struct omap_hwmod_class iva_hwmod_class = {
	.name = "iva"
};

/* Common MPU IRQ line data */

184
struct omap_hwmod_irq_info omap2_timer1_mpu_irqs[] = {
185 186
	{ .irq = 37 + OMAP_INTC_START, },
	{ .irq = -1 },
187 188 189
};

struct omap_hwmod_irq_info omap2_timer2_mpu_irqs[] = {
190 191
	{ .irq = 38 + OMAP_INTC_START, },
	{ .irq = -1 },
192 193 194
};

struct omap_hwmod_irq_info omap2_timer3_mpu_irqs[] = {
195 196
	{ .irq = 39 + OMAP_INTC_START, },
	{ .irq = -1 },
197 198 199
};

struct omap_hwmod_irq_info omap2_timer4_mpu_irqs[] = {
200 201
	{ .irq = 40 + OMAP_INTC_START, },
	{ .irq = -1 },
202 203 204
};

struct omap_hwmod_irq_info omap2_timer5_mpu_irqs[] = {
205 206
	{ .irq = 41 + OMAP_INTC_START, },
	{ .irq = -1 },
207 208 209
};

struct omap_hwmod_irq_info omap2_timer6_mpu_irqs[] = {
210 211
	{ .irq = 42 + OMAP_INTC_START, },
	{ .irq = -1 },
212 213 214
};

struct omap_hwmod_irq_info omap2_timer7_mpu_irqs[] = {
215 216
	{ .irq = 43 + OMAP_INTC_START, },
	{ .irq = -1 },
217 218 219
};

struct omap_hwmod_irq_info omap2_timer8_mpu_irqs[] = {
220 221
	{ .irq = 44 + OMAP_INTC_START, },
	{ .irq = -1 },
222 223 224
};

struct omap_hwmod_irq_info omap2_timer9_mpu_irqs[] = {
225 226
	{ .irq = 45 + OMAP_INTC_START, },
	{ .irq = -1 },
227 228 229
};

struct omap_hwmod_irq_info omap2_timer10_mpu_irqs[] = {
230 231
	{ .irq = 46 + OMAP_INTC_START, },
	{ .irq = -1 },
232 233 234
};

struct omap_hwmod_irq_info omap2_timer11_mpu_irqs[] = {
235 236
	{ .irq = 47 + OMAP_INTC_START, },
	{ .irq = -1 },
237 238 239
};

struct omap_hwmod_irq_info omap2_uart1_mpu_irqs[] = {
240 241
	{ .irq = 72 + OMAP_INTC_START, },
	{ .irq = -1 },
242 243 244
};

struct omap_hwmod_irq_info omap2_uart2_mpu_irqs[] = {
245 246
	{ .irq = 73 + OMAP_INTC_START, },
	{ .irq = -1 },
247 248 249
};

struct omap_hwmod_irq_info omap2_uart3_mpu_irqs[] = {
250 251
	{ .irq = 74 + OMAP_INTC_START, },
	{ .irq = -1 },
252 253 254
};

struct omap_hwmod_irq_info omap2_dispc_irqs[] = {
255 256
	{ .irq = 25 + OMAP_INTC_START, },
	{ .irq = -1 },
257 258 259
};

struct omap_hwmod_irq_info omap2_i2c1_mpu_irqs[] = {
260 261
	{ .irq = 56 + OMAP_INTC_START, },
	{ .irq = -1 },
262 263 264
};

struct omap_hwmod_irq_info omap2_i2c2_mpu_irqs[] = {
265 266
	{ .irq = 57 + OMAP_INTC_START, },
	{ .irq = -1 },
267 268 269
};

struct omap_hwmod_irq_info omap2_gpio1_irqs[] = {
270 271
	{ .irq = 29 + OMAP_INTC_START, }, /* INT_24XX_GPIO_BANK1 */
	{ .irq = -1 },
272 273 274
};

struct omap_hwmod_irq_info omap2_gpio2_irqs[] = {
275 276
	{ .irq = 30 + OMAP_INTC_START, }, /* INT_24XX_GPIO_BANK2 */
	{ .irq = -1 },
277 278 279
};

struct omap_hwmod_irq_info omap2_gpio3_irqs[] = {
280 281
	{ .irq = 31 + OMAP_INTC_START, }, /* INT_24XX_GPIO_BANK3 */
	{ .irq = -1 },
282 283 284
};

struct omap_hwmod_irq_info omap2_gpio4_irqs[] = {
285 286
	{ .irq = 32 + OMAP_INTC_START, }, /* INT_24XX_GPIO_BANK4 */
	{ .irq = -1 },
287 288 289
};

struct omap_hwmod_irq_info omap2_dma_system_irqs[] = {
290 291 292 293 294
	{ .name = "0", .irq = 12 + OMAP_INTC_START, }, /* INT_24XX_SDMA_IRQ0 */
	{ .name = "1", .irq = 13 + OMAP_INTC_START, }, /* INT_24XX_SDMA_IRQ1 */
	{ .name = "2", .irq = 14 + OMAP_INTC_START, }, /* INT_24XX_SDMA_IRQ2 */
	{ .name = "3", .irq = 15 + OMAP_INTC_START, }, /* INT_24XX_SDMA_IRQ3 */
	{ .irq = -1 },
295 296 297
};

struct omap_hwmod_irq_info omap2_mcspi1_mpu_irqs[] = {
298 299
	{ .irq = 65 + OMAP_INTC_START, },
	{ .irq = -1 },
300 301 302
};

struct omap_hwmod_irq_info omap2_mcspi2_mpu_irqs[] = {
303 304
	{ .irq = 66 + OMAP_INTC_START, },
	{ .irq = -1 },
305 306
};

307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322
struct omap_hwmod_class_sysconfig omap2_hdq1w_sysc = {
	.rev_offs	= 0x0,
	.sysc_offs	= 0x14,
	.syss_offs	= 0x18,
	.sysc_flags	= (SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE |
			   SYSS_HAS_RESET_STATUS),
	.sysc_fields    = &omap_hwmod_sysc_type1,
};

struct omap_hwmod_class omap2_hdq1w_class = {
	.name	= "hdq1w",
	.sysc	= &omap2_hdq1w_sysc,
	.reset	= &omap_hdq1w_reset,
};

struct omap_hwmod_irq_info omap2_hdq1w_mpu_irqs[] = {
323 324
	{ .irq = 58 + OMAP_INTC_START, },
	{ .irq = -1 },
325 326
};