diff options
author | stroese <stroese> | 2004-12-16 17:56:09 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 17:56:09 +0000 |
commit | cd42deebd2d27dbefd91b757c852901351992e5a (patch) | |
tree | 945317b1f4aa9ee4124689cb9c6b27367ee3847d /include/asm-m68k/mcfuart.h | |
parent | e2c22d780e64e385e1c07b0e2203f164ca92f2c9 (diff) | |
download | u-boot-imx-cd42deebd2d27dbefd91b757c852901351992e5a.zip u-boot-imx-cd42deebd2d27dbefd91b757c852901351992e5a.tar.gz u-boot-imx-cd42deebd2d27dbefd91b757c852901351992e5a.tar.bz2 |
Coldfire MCF5249 support added
Diffstat (limited to 'include/asm-m68k/mcfuart.h')
-rw-r--r-- | include/asm-m68k/mcfuart.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-m68k/mcfuart.h b/include/asm-m68k/mcfuart.h index 7b80245..e5082a9 100644 --- a/include/asm-m68k/mcfuart.h +++ b/include/asm-m68k/mcfuart.h @@ -87,6 +87,10 @@ #define MCFUART_UOP1 0x38 /* Output Port Bit Set (w) */ #define MCFUART_UOP0 0x3c /* Output Port Bit Reset (w) */ +#ifdef CONFIG_M5249 +/* Note: This isn't in the 5249 docs */ +#define MCFUART_UFPD 0x30 /* Frac Prec. Divider (r/w) */ +#endif /* * Define bit flags in Mode Register 1 (MR1). |