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>
This commit is contained in:
parent
5c4dece721
commit
92b57ac654
1 changed files with 4 additions and 1 deletions
|
@ -18,11 +18,14 @@ properties:
|
||||||
type: string
|
type: string
|
||||||
description: |
|
description: |
|
||||||
Configures the parity of the adapter. Enumeration id 0 for none, 1 for odd
|
Configures the parity of the adapter. Enumeration id 0 for none, 1 for odd
|
||||||
and 2 for even parity. Default to none if not specified.
|
and 2 for even parity, 3 for mark parity and 4 for space parity.
|
||||||
|
Default to none if not specified.
|
||||||
enum:
|
enum:
|
||||||
- "none"
|
- "none"
|
||||||
- "odd"
|
- "odd"
|
||||||
- "even"
|
- "even"
|
||||||
|
- "mark"
|
||||||
|
- "space"
|
||||||
default: "none"
|
default: "none"
|
||||||
stop-bits:
|
stop-bits:
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue