summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip/include/mach/rk3288-regs.h
blob: a83a3a818b977e84fcad30d34cf674486ad4bbd5 (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
/*
 * Copyright (C) 2016 PHYTEC Messtechnik GmbH,
 * Author: Wadim Egorov <w.egorov@phytec.de>
 *
 * 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.
 *
 * 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.
 */

#ifndef __MACH_RK3288_REGS_H
#define __MACH_RK3288_REGS_H

#define RK3288_CRU_BASE		0xff760000
#define RK3288_GRF_BASE		0xff770000

/* UART */
#define RK3288_UART0_BASE	0xff180000
#define RK3288_UART1_BASE	0xff190000
#define RK3288_UART2_BASE	0xff690000
#define RK3288_UART3_BASE	0xff1b0000
#define RK3288_UART4_BASE	0xff1c0000

#endif /* __MACH_RK3288_REGS_H */