1description: Altera UART
2
3compatible: "altr,uart"
4
5include: uart-controller.yaml
6
7properties:
8  reg:
9    required: true
10    description: Base address of the uart controller.
11
12  current-speed:
13    required: true
14    description: Default baudrate of the uart controller.
15
16  fixed-baudrate:
17    type: boolean
18    description: |
19      Baud rate cannot be changed by software (Divisor register is not writable)
20