driver: uart: ns16550: convert custom init options to DTS flow control

The sole purpose of init options has been to enable hardware flow
control on NS16750 when asked. Use the proper DTS tags for this.

Signed-off-by: Timo Teräs <timo.teras@iki.fi>
This commit is contained in:
Timo Teräs 2020-03-03 22:25:52 +02:00 committed by Andrew Boie
commit e740818093
8 changed files with 14 additions and 78 deletions

View file

@ -232,11 +232,6 @@ struct uart_event {
*/
typedef void (*uart_callback_t)(struct uart_event *evt, void *user_data);
/**
* @brief Options for @a UART initialization.
*/
#define UART_OPTION_AFCE 0x01
/**
* @brief UART controller configuration structure
*