summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/mtk/mt6235.h
blob: fb9d368e9233d4a5eb2f080f3153dd2ae034dfa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/*
 * (C) 2010 by Tieto <www.tieto.com>
 *	Marcin Mielczarczyk <marcin.mielczarczyk@tieto.com>
 *
 * All Rights Reserved
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 *
 */

#ifndef __MT6235_H
#define __MT6235_H

/* Peripheral base addresses */
#define MTK_EFUSE_BASE		0x80000000
#define MTK_CONFG_BASE		0x80010000
#define MTK_GPIO_BASE		0x80020000
#define MTK_RGU_BASE		0x80030000
#define MTK_EMI_BASE		0x81000000
#define MTK_CIRQ_BASE		0x81010000
#define MTK_DMA_BASE		0x81020000
#define MTK_UART1_BASE		0x81030000
#define MTK_UART2_BASE		0x81040000
#define MTK_UART3_BASE		0x81050000
#define MTK_GPT_BASE		0x81060000
#define MTK_KP_BASE		0x81080000
#define MTK_PWM_BASE		0x81090000
#define MTK_SIM_BASE		0x810A0000
#define MTK_RTC_BASE		0x810C0000
#define MTK_SEJ_BASE		0x810D0000
#define MTK_BM_BASE		0x810E0000
#define MTK_IRDA_BASE		0x810F0000
#define MTK_I2C_BASE		0x81100000
#define MTK_MSDC_BASE		0x81110000
#define MTK_NFI_BASE		0x81120000
#define MTK_MSSDC2_BASE		0x81140000
#define MTK_TDMA_BASE		0x82000000
#define MTK_BSI_BASE		0x82010000
#define MTK_BPI_BASE		0x82020000
#define MTK_AFC_BASE		0x82030000
#define MTK_APC_BASE		0x82040000
#define MTK_AUXADC_BASE		0x82050000
#define MTK_DIVIDER_BASE	0x82060000
#define MTK_FSC_BASE		0x82070000
#define MTK_GCU_BASE		0x82080000
#define MTK_CSD_ACC_BASE	0x82090000
#define MTK_SHARE1_BASE		0x820A0000
#define MTK_IRDBG1_BASE		0x820B0000
#define MTK_SHARE2_BASE		0x820C0000
#define MTK_IRDBG2_BASE		0x820D0000
#define MTK_PATCH_BASE		0x820E0000
#define MTK_AFE_BASE		0x820F0000
#define MTK_BFE_BASE		0x82100000
#define MTK_PLL_BASE		0x83000000
#define MTK_ACIF_BASE		0x83010000
#define MTK_GMC_BASE		0x84000000
#define MTK_G2D_BASE		0x84010000
#define MTK_GCMQ_BASE		0x84020000
#define MTK_CAM_BASE		0x840B0000
#define MTK_CRZ_BASE		0x840E0000

#endif