immap_5249.h 650 B

12345678910111213141516171819202122
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * MCF5249 Internal Memory Map
  4. *
  5. * Copyright (c) 2003 Josef Baumgartner <josef.baumgartner@telex.de>
  6. */
  7. #ifndef __IMMAP_5249__
  8. #define __IMMAP_5249__
  9. #define MMAP_INTC (CONFIG_SYS_MBAR + 0x00000040)
  10. #define MMAP_FBCS (CONFIG_SYS_MBAR + 0x00000080)
  11. #define MMAP_DTMR0 (CONFIG_SYS_MBAR + 0x00000140)
  12. #define MMAP_DTMR1 (CONFIG_SYS_MBAR + 0x00000180)
  13. #define MMAP_UART0 (CONFIG_SYS_MBAR + 0x000001C0)
  14. #define MMAP_UART1 (CONFIG_SYS_MBAR + 0x00000200)
  15. #define MMAP_QSPI (CONFIG_SYS_MBAR + 0x00000400)
  16. #include <asm/coldfire/flexbus.h>
  17. #include <asm/coldfire/qspi.h>
  18. #endif /* __IMMAP_5249__ */