Lines Matching +full:data +full:- +full:enable +full:- +full:active
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 direction for the built-in half-duplex mode. The properties described
11 hereafter shall be given to a half-duplex capable UART node.
14 - Rob Herring <robh@kernel.org>
17 rs485-rts-delay:
18 description: prop-encoded-array <a b>
19 $ref: /schemas/types.yaml#/definitions/uint32-array
22 - description: Delay between rts signal and beginning of data sent in
23 milliseconds. It corresponds to the delay before sending data.
26 - description: Delay between end of data sent and rts signal in milliseconds.
27 It corresponds to the delay after sending data and actual release
32 rs485-rts-active-low:
36 rs485-rx-active-high:
37 description: Polarity of receiver enable signal (when separate from RTS).
38 True indicates active high (default is low).
41 linux,rs485-enabled-at-boot-time:
46 rs485-rx-during-tx:
47 description: enables the receiving of data even while sending data.
50 rs485-term-gpios:
51 description: GPIO pin to enable RS485 bus termination.