20 lines
421 B
YAML
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)
|