immap_5249.h 650 B

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