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
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(@.*)?$"
28 cts-gpios:
34 dcd-gpios:
40 dsr-gpios:
46 dtr-gpios:
52 rng-gpios:
58 rts-gpios:
64 uart-has-rtscts:
72 rx-tx-swap:
74 description: RX and TX pins are swapped.
76 cts-rts-swap:
78 description: CTS and RTS pins are swapped.
80 rx-threshold:
85 tx-threshold:
91 "^(bluetooth|bluetooth-gnss|embedded-controller|gnss|gps|mcu|onewire)$":
96 $ref: serial-peripheral-props.yaml#
98 Serial attached devices shall be a child node of the host UART device
106 Compatible of the device connected to the serial port.
109 - compatible
113 - uart-has-rtscts
116 cts-gpios: false
117 rts-gpios: false
122 - |
123 serial@1234 {
129 compatible = "brcm,bcm4330-bt";
130 interrupt-parent = <&gpio>;