Lines Matching +full:xps +full:- +full:uartlite +full:- +full:1
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#
7 title: Xilinx Axi Uartlite
10 - Peter Korsgaard <jacmet@sunsite.dk>
16 - xlnx,xps-uartlite-1.00.a
17 - xlnx,opb-uartlite-1.00.b
20 maxItems: 1
23 maxItems: 1
25 port-number:
30 maxItems: 1
32 clock-names:
35 current-speed:
40 xlnx,data-bits:
45 xlnx,use-parity:
47 enum: [0, 1]
51 xlnx,odd-parity:
53 enum: [0, 1]
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:
70 const: 1
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>;