2 * omap_hwmod_2xxx_3xxx_interconnect_data.c - common interconnect data, OMAP2/3
4 * Copyright (C) 2009-2011 Nokia Corporation
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.
11 * XXX handle crossbar/shared link difference for L3?
12 * XXX these should be marked initdata for multi-OMAP kernels
14 #include <asm/sizes.h>
16 #include "omap_hwmod.h"
18 #include "omap_hwmod_common_data.h"
20 struct omap_hwmod_addr_space omap2_dma_system_addrs
[] = {
22 .pa_start
= 0x48056000,
23 .pa_end
= 0x48056000 + SZ_4K
- 1,
24 .flags
= ADDR_TYPE_RT
,