driver: uart: ns16550: convert to DT_INST_*

Change to code to use the automatically generated DT_INST_*
defines and remove the now unneeded configs and fixups.

Signed-off-by: Timo Teräs <timo.teras@iki.fi>
This commit is contained in:
Timo Teräs 2020-03-09 16:37:20 +02:00 committed by Andrew Boie
commit 6fd168e9a1
49 changed files with 94 additions and 505 deletions

View file

@ -52,10 +52,6 @@ config UART_NS16550
default y
depends on SERIAL
config UART_NS16550_PORT_1
default y
depends on UART_CONSOLE
if SPI
config SPI_DW

View file

@ -30,8 +30,4 @@ config UART_NS16550
default y
depends on SERIAL
config UART_NS16550_PORT_0
default y
depends on UART_CONSOLE
endif # BOARD_EMSDP