diff options
author | TsiChungLiew <Tsi-Chung.Liew@freescale.com> | 2007-08-15 19:38:15 -0500 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2007-08-16 17:43:20 -0600 |
commit | 56115665b4a64c10c01440c57749b265e0908fa4 (patch) | |
tree | 8de58cc90d879a603e1338ec1f6e9f2c4521f193 /include/asm-m68k/immap_5249.h | |
parent | 83ec20bc4380eebddfde45da6e3a69a92d4db21d (diff) | |
download | u-boot-imx-56115665b4a64c10c01440c57749b265e0908fa4.zip u-boot-imx-56115665b4a64c10c01440c57749b265e0908fa4.tar.gz u-boot-imx-56115665b4a64c10c01440c57749b265e0908fa4.tar.bz2 |
ColdFire: MCF52x2 Header files update
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'include/asm-m68k/immap_5249.h')
-rw-r--r-- | include/asm-m68k/immap_5249.h | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/include/asm-m68k/immap_5249.h b/include/asm-m68k/immap_5249.h index a2c1271..6c6fbcc 100644 --- a/include/asm-m68k/immap_5249.h +++ b/include/asm-m68k/immap_5249.h @@ -25,19 +25,11 @@ #ifndef __IMMAP_5249__ #define __IMMAP_5249__ -/* Timer module registers - */ -typedef struct timer_ctrl { - ushort timer_tmr; - ushort res1; - ushort timer_trr; - ushort res2; - ushort timer_tcap; - ushort res3; - ushort timer_tcn; - ushort res4; - ushort timer_ter; - uchar res5[14]; -} timer_t; +#define MMAP_INTC (CFG_MBAR + 0x00000040) +#define MMAP_DTMR0 (CFG_MBAR + 0x00000140) +#define MMAP_DTMR1 (CFG_MBAR + 0x00000180) +#define MMAP_UART0 (CFG_MBAR + 0x000001C0) +#define MMAP_UART1 (CFG_MBAR + 0x00000200) +#define MMAP_QSPI (CFG_MBAR + 0x00000400) -#endif /* __IMMAP_5249__ */ +#endif /* __IMMAP_5249__ */ |