From 559c1aacea924a1fb1a8b5f2fb1cb14830ca321d Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 23 Mar 2017 13:30:08 +0000 Subject: reg/uart: Add reference manual excerpt --- reg/uart.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/reg/uart.h b/reg/uart.h index 3c66853..4fd1ec1 100644 --- a/reg/uart.h +++ b/reg/uart.h @@ -3,6 +3,25 @@ #include "regdefs.h" +/* + * K10 Sub-Family Reference Manual §3.9.5.1 excerpt: + * + * 1. Standard features of all UARTs: + * • RS-485 support + * • Hardware flow control (RTS/CTS) + * • 9-bit UART to support address mark with parity + * • MSB/LSB configuration on data + * 2. UART0 and UART1 are clocked from the core clock, the remaining UARTs are clocked on + * the bus clock. The maximum baud rate is 1/16 of related source clock frequency. + * 3. IrDA is available on all UARTs + * 4. UART0 contains the standard features plus ISO7816 + * 5. AMR support on all UARTs. The pin control and interrupts (PORT) module supports + * open-drain for all I/O. + * 6. UART0 and UART1 contains 8-entry transmit and 8-entry receive FIFOs + * 7. All other UARTs contain a 1-entry transmit and receive FIFOs + * 8. CEA709.1-B (LON) is available in UART0 + */ + // Standard Features // UART Baud Rate Registers: High -- cgit v1.2.3-54-g00ecf