diff options
Diffstat (limited to 'arch/blackfin/mach-bf533/include/mach/blackfin.h')
-rw-r--r-- | arch/blackfin/mach-bf533/include/mach/blackfin.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf533/include/mach/blackfin.h b/arch/blackfin/mach-bf533/include/mach/blackfin.h index d80971b4e3aa..045184f81a29 100644 --- a/arch/blackfin/mach-bf533/include/mach/blackfin.h +++ b/arch/blackfin/mach-bf533/include/mach/blackfin.h | |||
@@ -44,6 +44,13 @@ | |||
44 | 44 | ||
45 | #define BFIN_UART_NR_PORTS 1 | 45 | #define BFIN_UART_NR_PORTS 1 |
46 | 46 | ||
47 | #define CH_UART_RX CH_UART0_RX | ||
48 | #define CH_UART_TX CH_UART0_TX | ||
49 | |||
50 | #define IRQ_UART_ERROR IRQ_UART0_ERROR | ||
51 | #define IRQ_UART_RX IRQ_UART0_RX | ||
52 | #define IRQ_UART_TX IRQ_UART0_TX | ||
53 | |||
47 | #define OFFSET_THR 0x00 /* Transmit Holding register */ | 54 | #define OFFSET_THR 0x00 /* Transmit Holding register */ |
48 | #define OFFSET_RBR 0x00 /* Receive Buffer register */ | 55 | #define OFFSET_RBR 0x00 /* Receive Buffer register */ |
49 | #define OFFSET_DLL 0x00 /* Divisor Latch (Low-Byte) */ | 56 | #define OFFSET_DLL 0x00 /* Divisor Latch (Low-Byte) */ |