rs485.yaml (f83d9396d1f63048c423efa00e4e244da10a35fd) rs485.yaml (885dcb08c93d75b784468e65fd4f1f82d5313061)
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 Bindings
8

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

17 rs485-rts-delay:
18 description: prop-encoded-array <a b>
19 $ref: /schemas/types.yaml#/definitions/uint32-array
20 items:
21 items:
22 - description: Delay between rts signal and beginning of data sent in
23 milliseconds. It corresponds to the delay before sending data.
24 default: 0
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 Bindings
8

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

17 rs485-rts-delay:
18 description: prop-encoded-array <a b>
19 $ref: /schemas/types.yaml#/definitions/uint32-array
20 items:
21 items:
22 - description: Delay between rts signal and beginning of data sent in
23 milliseconds. It corresponds to the delay before sending data.
24 default: 0
25 maximum: 1000
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
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: 1000
30 maximum: 100
31
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).

--- 18 unchanged lines hidden ---
31
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).

--- 18 unchanged lines hidden ---