1description: Nordic nRF family UARTE (UART with EasyDMA) 2 3compatible: "nordic,nrf-uarte" 4 5include: ["nordic,nrf-uart-common.yaml", "memory-region.yaml"] 6 7properties: 8 endtx-stoptx-supported: 9 type: boolean 10 description: | 11 UARTE has ENDTX_STOPTX HW short. 12 13 frame-timeout-supported: 14 type: boolean 15 description: | 16 UARTE has RX frame timeout HW feature. 17