Lines Matching +full:rx +full:- +full:device
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
11 - Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 device tree. Whether these properties apply to a particular device depends
16 on the DT bindings for the actual device.
19 where N is the port number (non-negative decimal integer) as printed on the
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:
80 rx-threshold:
83 RX FIFO threshold configuration (in bytes).
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
99 the slave device is attached to. It is expected that the attached
100 device is the only child node of the UART device. The slave device node
101 name shall reflect the generic type of device for the node.
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 - |
129 compatible = "brcm,bcm4330-bt";
130 interrupt-parent = <&gpio>;