diff options
Diffstat (limited to 'include/asm-blackfin/mach-bf533/blackfin.h')
| -rw-r--r-- | include/asm-blackfin/mach-bf533/blackfin.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/asm-blackfin/mach-bf533/blackfin.h b/include/asm-blackfin/mach-bf533/blackfin.h index f3b240abf170..d80971b4e3aa 100644 --- a/include/asm-blackfin/mach-bf533/blackfin.h +++ b/include/asm-blackfin/mach-bf533/blackfin.h | |||
| @@ -42,4 +42,19 @@ | |||
| 42 | #include "cdefBF532.h" | 42 | #include "cdefBF532.h" |
| 43 | #endif | 43 | #endif |
| 44 | 44 | ||
| 45 | #define BFIN_UART_NR_PORTS 1 | ||
| 46 | |||
| 47 | #define OFFSET_THR 0x00 /* Transmit Holding register */ | ||
| 48 | #define OFFSET_RBR 0x00 /* Receive Buffer register */ | ||
| 49 | #define OFFSET_DLL 0x00 /* Divisor Latch (Low-Byte) */ | ||
| 50 | #define OFFSET_IER 0x04 /* Interrupt Enable Register */ | ||
| 51 | #define OFFSET_DLH 0x04 /* Divisor Latch (High-Byte) */ | ||
| 52 | #define OFFSET_IIR 0x08 /* Interrupt Identification Register */ | ||
| 53 | #define OFFSET_LCR 0x0C /* Line Control Register */ | ||
| 54 | #define OFFSET_MCR 0x10 /* Modem Control Register */ | ||
| 55 | #define OFFSET_LSR 0x14 /* Line Status Register */ | ||
| 56 | #define OFFSET_MSR 0x18 /* Modem Status Register */ | ||
| 57 | #define OFFSET_SCR 0x1C /* SCR Scratch Register */ | ||
| 58 | #define OFFSET_GCTL 0x24 /* Global Control Register */ | ||
| 59 | |||
| 45 | #endif /* _MACH_BLACKFIN_H_ */ | 60 | #endif /* _MACH_BLACKFIN_H_ */ |
