Skip to content

Commit bd801f4

Browse files
committed
dts: bindings: serial: nrf-uarte: Add timer property
Timer property indicates which TIMER instance should be used for byte counting. If timer property is present then given instance is using TIMER to count received bytes. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
1 parent dc28573 commit bd801f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/bindings/serial/nordic,nrf-uarte.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ properties:
1414
type: boolean
1515
description: |
1616
UARTE has RX frame timeout HW feature.
17+
18+
timer:
19+
type: phandle
20+
description: |
21+
Timer instance used to count received bytes. Due to issues with frame timeout
22+
feature it is required to reliably receive data in cases where flow control
23+
is not used and new byte can appear on the line when frame timeout expires
24+
but before it is handled.

0 commit comments

Comments
 (0)