Lines Matching +full:odd +full:- +full:parity
1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/serial/xlnx,opb-uartlite.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Peter Korsgaard <jacmet@sunsite.dk>
16 - xlnx,xps-uartlite-1.00.a
17 - xlnx,opb-uartlite-1.00.b
25 port-number:
32 clock-names:
35 current-speed:
40 xlnx,data-bits:
45 xlnx,use-parity:
49 Whether parity checking was enabled when the device was configured.
51 xlnx,odd-parity:
55 Whether odd parity was configured.
58 - compatible
59 - reg
60 - interrupts
61 - current-speed
62 - xlnx,data-bits
63 - xlnx,use-parity
66 - $ref: serial.yaml#
67 - if:
69 xlnx,use-parity:
73 - xlnx,odd-parity
78 - |
80 compatible = "xlnx,xps-uartlite-1.00.a";
83 port-number = <0>;
84 current-speed = <115200>;
85 xlnx,data-bits = <8>;
86 xlnx,use-parity = <0>;