Lines Matching +full:serial +full:- +full:pins
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: "http://devicetree.org/schemas/serial/serial.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
7 title: Serial Interface Generic DT Bindings
10 - Rob Herring <robh@kernel.org>
11 - Greg Kroah-Hartman <gregkh@linuxfoundation.org>
19 where N is the port number (non-negative decimal integer) as printed on the
24 pattern: "^serial(@.*)?$"
26 cts-gpios:
32 dcd-gpios:
38 dsr-gpios:
44 dtr-gpios:
50 rng-gpios:
56 rts-gpios:
62 uart-has-rtscts:
70 rx-tx-swap:
72 description: RX and TX pins are swapped.
74 cts-rts-swap:
76 description: CTS and RTS pins are swapped.
80 - uart-has-rtscts
83 cts-gpios: false
84 rts-gpios: false
92 Serial attached devices shall be a child node of the host UART device
100 Compatible of the device connected to the serial port.
102 max-speed:
111 current-speed:
118 * device supports auto-baud
125 - compatible
130 - |
131 serial@1234 {
137 compatible = "brcm,bcm43341-bt";
138 interrupt-parent = <&gpio>;