| 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) |
| |
| stop-bits: |
| description: | |
| Sets the number of stop bits. Defaults to standard of 1 if not specified. |
| default: "1" |
| |
| data-bits: |
| description: | |
| Sets the number of data bits. Defaults to standard of 8 if not specified. |
| default: 8 |