Gabor Juhos | 02c754a | 2013-05-22 03:57:37 +0000 | [diff] [blame] | 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 | |
Gabor Juhos | 0f2d043 | 2013-05-22 03:57:41 +0000 | [diff] [blame] | 12 | #define MALTA_IO_PORT_BASE 0x18000000 |
Gabor Juhos | 02c754a | 2013-05-22 03:57:37 +0000 | [diff] [blame] | 13 | |
| 14 | #define MALTA_UART_BASE (MALTA_IO_PORT_BASE + 0x3f8) |
| 15 | |
Gabor Juhos | 0f2d043 | 2013-05-22 03:57:41 +0000 | [diff] [blame] | 16 | #define MALTA_GT_BASE 0x1be00000 |
| 17 | |
Gabor Juhos | aed4fa4 | 2013-05-22 03:57:38 +0000 | [diff] [blame] | 18 | #define MALTA_RESET_BASE 0x1f000500 |
| 19 | #define GORESET 0x42 |
| 20 | |
Gabor Juhos | 2c43477 | 2013-05-22 03:57:39 +0000 | [diff] [blame] | 21 | #define MALTA_FLASH_BASE 0x1fc00000 |
| 22 | |
Gabor Juhos | 02c754a | 2013-05-22 03:57:37 +0000 | [diff] [blame] | 23 | #endif /* _MIPS_ASM_MALTA_H */ |