| # Copyright (c) 2018 - 2019 Antmicro <www.antmicro.com> | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: LiteX UART | |
| compatible: "litex,uart" | |
| include: uart-controller.yaml | |
| properties: | |
| reg: | |
| required: true | |
| interrupts: | |
| required: true | |
| rx-fifo-rx-we: | |
| type: boolean | |
| description: | | |
| If true, the RX FIFO read will also remove that item from the FIFO. | |
| Set this property if the uart_rx_fifo_rx_we parameter in LiteX is | |
| set to true. |