1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/serial/rs485.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: RS485 serial communications Bindings
9 description: The RTS signal is capable of automatically controlling
10 line direction for the built-in half-duplex mode.
11 The properties described hereafter shall be given to a
12 half-duplex capable UART node.
15 - Rob Herring <robh@kernel.org>
19 description: prop-encoded-array <a b>
21 - $ref: /schemas/types.yaml#/definitions/uint32-array
25 Delay between rts signal and beginning of data sent in milliseconds.
26 It corresponds to the delay before sending data.
30 Delay between end of data sent and rts signal in milliseconds.
31 It corresponds to the delay after sending data and actual release of the line.
36 description: drive RTS low when sending (default is high).
37 $ref: /schemas/types.yaml#/definitions/flag
39 linux,rs485-enabled-at-boot-time:
40 description: enables the rs485 feature at boot time. It can be disabled later with proper ioctl.
41 $ref: /schemas/types.yaml#/definitions/flag
44 description: enables the receiving of data even while sending data.
45 $ref: /schemas/types.yaml#/definitions/flag