zephyr/dts/bindings/serial/intel,lw_uart.yaml
Teoh Shi Lin bfa0b52a84 drivers: serial: uart_intel_lw: add driver
Enable driver for intel lw uart.

Changes from review:
- refactor spinlock to inside of loop
- use menuconfig for kconfig
- add CONFIG_UART_INTEL_LW_AUTO_LINE_CTRL_POLL

Signed-off-by: Teoh Shi Lin <shi.lin.teoh@intel.com>
2023-10-21 11:54:23 +02:00

20 lines
421 B
YAML

description: Intel Lightweight UART
compatible: "intel,lw-uart"
include: uart-controller.yaml
properties:
reg:
required: true
description: Base address of the uart controller.
current-speed:
required: true
description: Default baudrate of the uart controller.
fixed-baudrate:
type: boolean
description: |
Baud rate cannot be changed by software (Divisor register is not writable)