blob: b9ea54f680dbcb717030ebeb3da8ab24423bed71 [file] [log] [blame]
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001/* arch/arm/mach-msm/board-swordfish.h
2 *
3 * Copyright (C) 2009 Google Inc.
4 * Author: Dima Zavin <dima@android.com>
5 *
6 * This software is licensed under the terms of the GNU General Public
7 * License version 2, as published by the Free Software Foundation, and
8 * may be copied, distributed, and modified under those terms.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14*/
15
16#ifndef __ARCH_ARM_MACH_MSM_BOARD_SWORDFISH_H
17#define __ARCH_ARM_MACH_MSM_BOARD_SWORDFISH_H
18
19#include <mach/board.h>
20
21#define MSM_SMI_BASE 0x02B00000
22#define MSM_SMI_SIZE 0x01500000
23
24#define MSM_PMEM_MDP_BASE 0x03000000
25#define MSM_PMEM_MDP_SIZE 0x01000000
26
27#define MSM_EBI1_BASE 0x20000000
28#define MSM_EBI1_SIZE 0x0E000000
29
30#define MSM_PMEM_ADSP_BASE 0x2A300000
31#define MSM_PMEM_ADSP_SIZE 0x02000000
32
33#define MSM_PMEM_GPU1_BASE 0x2C300000
34#define MSM_PMEM_GPU1_SIZE 0x01400000
35
36#define MSM_PMEM_GPU0_BASE 0x2D700000
37#define MSM_PMEM_GPU0_SIZE 0x00400000
38
39#define MSM_GPU_MEM_BASE 0x2DB00000
40#define MSM_GPU_MEM_SIZE 0x00200000
41
42#define MSM_RAM_CONSOLE_BASE 0x2DD00000
43#define MSM_RAM_CONSOLE_SIZE 0x00040000
44
45#define MSM_FB_BASE 0x2DE00000
46#define MSM_FB_SIZE 0x00200000
47
48#endif /* __ARCH_ARM_MACH_MSM_BOARD_SWORDFISH_H */