Skip to content

Commit 92b57ac

Browse files
congnguyenhuukartben
authored andcommitted
dts: bindings: serial: uart-controller: expand parity type support
Enhanced uart-controller.yaml to expand parity type support, now including 'mark' and 'space' options. Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
1 parent 5c4dece commit 92b57ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dts/bindings/serial/uart-controller.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,14 @@ properties:
1818
type: string
1919
description: |
2020
Configures the parity of the adapter. Enumeration id 0 for none, 1 for odd
21-
and 2 for even parity. Default to none if not specified.
21+
and 2 for even parity, 3 for mark parity and 4 for space parity.
22+
Default to none if not specified.
2223
enum:
2324
- "none"
2425
- "odd"
2526
- "even"
27+
- "mark"
28+
- "space"
2629
default: "none"
2730
stop-bits:
2831
type: string

0 commit comments

Comments
 (0)