zephyr/drivers/serial
Henrik Brix Andersen 3d9eefc023 drivers: serial: mcux_lpuart: use base address from DTS for LPUART0
Use the base address from the device tree for instance 0 (LPUART0)
instead of hardcoding the address using the NXP MCUX HAL definition.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2019-10-21 12:25:26 -05:00
..
CMakeLists.txt drivers: uart: remove qmsi UART driver 2019-09-18 11:06:18 -05:00
Kconfig drivers: uart: remove qmsi UART driver 2019-09-18 11:06:18 -05:00
Kconfig.altera_jtag
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cmsdk_apb
Kconfig.esp32 drivers: esp32: Add UART Driver with FIFO/Interrupt support 2019-09-11 07:50:20 -05:00
Kconfig.gecko
Kconfig.imx
Kconfig.leuart_gecko
Kconfig.litex
Kconfig.mcux
Kconfig.mcux_lpc_usart
Kconfig.mcux_lpsci
Kconfig.mcux_lpuart
Kconfig.miv
Kconfig.msp432p4xx
Kconfig.native_posix
Kconfig.nrfx
Kconfig.ns16550
Kconfig.nsim
Kconfig.pl011 kconfig: uart_pl011: Do not limit PL011 driver to ARM family 2019-10-18 08:11:48 -05:00
Kconfig.psoc6
Kconfig.rtt
Kconfig.rv32m1_lpuart
Kconfig.sam0 kconfig: serial: sam0: Convert to use new kconfigfunctions 2019-09-13 11:42:34 -05:00
Kconfig.sifive
Kconfig.stellaris
Kconfig.stm32 drivers: serial: Add STM32G4X serial support 2019-10-04 18:44:24 -07:00
Kconfig.uart_sam
Kconfig.usart_sam
Kconfig.xlnx
leuart_gecko.c drivers: (le)u(s)art_gecko: use DT defined clock identifiers 2019-09-25 03:43:47 -07:00
uart_altera_jtag_hal.c
uart_cc13xx_cc26xx.c
uart_cc32xx.c
uart_cmsdk_apb.c
uart_esp32.c drivers: esp32: UART - use dts config for HW flow Control 2019-09-11 07:50:20 -05:00
uart_gecko.c drivers: (le)u(s)art_gecko: use DT defined clock identifiers 2019-09-25 03:43:47 -07:00
uart_handlers.c kernel: syscalls: Whitespace fixups 2019-09-12 11:31:50 +08:00
uart_imx.c
uart_liteuart.c drivers: uart_liteuart: fix usage of DT_ defines 2019-10-18 07:48:14 -05:00
uart_mcux.c
uart_mcux_lpsci.c
uart_mcux_lpuart.c drivers: serial: mcux_lpuart: use base address from DTS for LPUART0 2019-10-21 12:25:26 -05:00
uart_miv.c
uart_msp432p4xx.c
uart_native_posix.c uart: native_posix: Moved declaration of native_uart_status 2019-09-17 11:27:19 +02:00
uart_nrfx_uart.c drivers: nrf: Add 2 stop bits option to nrf UARTE and UART driver 2019-09-24 15:23:33 +02:00
uart_nrfx_uarte.c coccinelle: standardize kernel API timeout arguments 2019-10-03 11:55:44 -07:00
uart_ns16550.c
uart_ns16550.h
uart_ns16550_port_x.h
uart_nsim.c
uart_pl011.c drivers: uart_pl011: Fix unused variable warning 2019-10-18 08:11:48 -05:00
uart_psoc6.c
uart_rtt.c
uart_rv32m1_lpuart.c
uart_sam.c
uart_sam0.c
uart_sifive.c interrupt: Convert RISC-V plic to use multi-level irq support 2019-09-10 07:34:57 -05:00
uart_stellaris.c
uart_stm32.c stm32: Fix uart_irq_tx_complete() to output correct status 2019-10-09 06:30:14 -05:00
uart_stm32.h
uart_xlnx_ps.c
usart_mcux_lpc.c serial: mcux_lpc: Fix up driver to work on new SDK 2019-09-27 13:41:13 -07:00
usart_sam.c