rs485.yaml (9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e) rs485.yaml (0c01b20fb50ba63c03841aa83070dc59c3b1b02f)
1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/serial/rs485.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: RS485 serial communications
8

--- 15 unchanged lines hidden (view full) ---

24 default: 0
25 maximum: 100
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
28 of the line.
29 default: 0
30 maximum: 100
31
1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/serial/rs485.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: RS485 serial communications
8

--- 15 unchanged lines hidden (view full) ---

24 default: 0
25 maximum: 100
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
28 of the line.
29 default: 0
30 maximum: 100
31
32 rs485-rts-active-high:
33 description: drive RTS high when sending (this is the default).
34 $ref: /schemas/types.yaml#/definitions/flag
35
32 rs485-rts-active-low:
33 description: drive RTS low when sending (default is high).
34 $ref: /schemas/types.yaml#/definitions/flag
35
36 rs485-rx-active-high:
37 description: Polarity of receiver enable signal (when separate from RTS).
38 True indicates active high (default is low).
39 $ref: /schemas/types.yaml#/definitions/flag

--- 23 unchanged lines hidden ---
36 rs485-rts-active-low:
37 description: drive RTS low when sending (default is high).
38 $ref: /schemas/types.yaml#/definitions/flag
39
40 rs485-rx-active-high:
41 description: Polarity of receiver enable signal (when separate from RTS).
42 True indicates active high (default is low).
43 $ref: /schemas/types.yaml#/definitions/flag

--- 23 unchanged lines hidden ---