]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/mips/include/asm/malta.h
ab951e6b6654f89c8763e460c180af00474f6c27
[karo-tx-uboot.git] / arch / mips / include / asm / malta.h
1 /*
2  * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
3  *
4  * This program is free software; you can redistribute it and/or modify it
5  * under the terms of the GNU General Public License version 2 as published
6  * by the Free Software Foundation.
7  */
8
9 #ifndef _MIPS_ASM_MALTA_H
10 #define _MIPS_ASM_MALTA_H
11
12 #define MALTA_IO_PORT_BASE      0x10000000
13
14 #define MALTA_UART_BASE         (MALTA_IO_PORT_BASE + 0x3f8)
15
16 #define MALTA_RESET_BASE        0x1f000500
17 #define GORESET                 0x42
18
19 #define MALTA_FLASH_BASE        0x1fc00000
20
21 #endif /* _MIPS_ASM_MALTA_H */