4a13d89c75
A recent change added the stop-bits and data-bits to the base
uart-controller binding, meaning it's no longer required to
be added in the Altera specific binding.
This requires no further changes because its only use is in
uart_altera.c where only the index of the enum is used,
which remains the same between the new implementation and
how it was previously implemented in the altera specific binding.
Relevant commit: 0234f12
Signed-off-by: Hein Wessels <heinwessels93@gmail.com>
20 lines
406 B
YAML
20 lines
406 B
YAML
description: Altera UART
|
|
|
|
compatible: "altr,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)
|