[PATCH v2 0/2] Add ZTE LRX UART driver
From: Wenhong Liu
Date: Mon May 11 2026 - 22:15:55 EST
This patch series adds support for the ZTE LRX UART controller.
Patch 1: Devicetree binding documentation
Patch 2: UART driver implementation
Key features:
- FIFO mode (16-byte depth)
- Baud rate configuration
- Hardware flow control (RTS/CTS)
- DMA support
- Multiple interrupt mechanisms
Wenhong Liu (2):
dt-bindings: serial: Add zte,lrx-uart
tty: serial: Add LRX UART driver
Co-developed-by: Qingtao Liu
Signed-off-by: Qingtao Liu
Signed-off-by: Wenhong Liu
../bindings/serial/zte,lrx-uart.yaml | 51 +
MAINTAINERS | 8 +
drivers/tty/serial/Kconfig | 33 +
drivers/tty/serial/Makefile | 1 +
drivers/tty/serial/lrx_uart.c | 2822 +++++++++++++++++
5 files changed, 2915 insertions(+)
create mode 100644 Documentation/devicetree/bindings/serial/zte,lrx-uart.yaml
create mode 100644 drivers/tty/serial/lrx_uart.c
--
2.27.0