xref: /rk3399_rockchip-uboot/arch/mips/include/asm/malta.h (revision 52caee0f36d86c660b7e139d29db01eac04274bd)
15a4dcfacSGabor Juhos /*
25a4dcfacSGabor Juhos  * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
35a4dcfacSGabor Juhos  *
45a4dcfacSGabor Juhos  * This program is free software; you can redistribute it and/or modify it
55a4dcfacSGabor Juhos  * under the terms of the GNU General Public License version 2 as published
65a4dcfacSGabor Juhos  * by the Free Software Foundation.
75a4dcfacSGabor Juhos  */
85a4dcfacSGabor Juhos 
95a4dcfacSGabor Juhos #ifndef _MIPS_ASM_MALTA_H
105a4dcfacSGabor Juhos #define _MIPS_ASM_MALTA_H
115a4dcfacSGabor Juhos 
125a4dcfacSGabor Juhos #define MALTA_IO_PORT_BASE	0x10000000
135a4dcfacSGabor Juhos 
145a4dcfacSGabor Juhos #define MALTA_UART_BASE		(MALTA_IO_PORT_BASE + 0x3f8)
155a4dcfacSGabor Juhos 
1601564315SGabor Juhos #define MALTA_RESET_BASE	0x1f000500
1701564315SGabor Juhos #define GORESET			0x42
1801564315SGabor Juhos 
19*52caee0fSGabor Juhos #define MALTA_FLASH_BASE	0x1fc00000
20*52caee0fSGabor Juhos 
215a4dcfacSGabor Juhos #endif /* _MIPS_ASM_MALTA_H */
22