malta.h 563 B

1234567891011121314151617181920212223
  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. #ifndef _MIPS_ASM_MALTA_H
  9. #define _MIPS_ASM_MALTA_H
  10. #define MALTA_IO_PORT_BASE 0x18000000
  11. #define MALTA_UART_BASE (MALTA_IO_PORT_BASE + 0x3f8)
  12. #define MALTA_GT_BASE 0x1be00000
  13. #define MALTA_RESET_BASE 0x1f000500
  14. #define GORESET 0x42
  15. #define MALTA_FLASH_BASE 0x1fc00000
  16. #endif /* _MIPS_ASM_MALTA_H */