rs485.yaml (cbecf716ca618fd44feda6bd9a64a8179d031fc5) rs485.yaml (103dcf2ea2df2669d3e4496974e6bb0911ff515f)
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

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

28 of the line.
29 default: 0
30 maximum: 1000
31
32 rs485-rts-active-low:
33 description: drive RTS low when sending (default is high).
34 $ref: /schemas/types.yaml#/definitions/flag
35
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

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

28 of the line.
29 default: 0
30 maximum: 1000
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).
39 $ref: /schemas/types.yaml#/definitions/flag
40
36 linux,rs485-enabled-at-boot-time:
37 description: enables the rs485 feature at boot time. It can be disabled
38 later with proper ioctl.
39 $ref: /schemas/types.yaml#/definitions/flag
40
41 rs485-rx-during-tx:
42 description: enables the receiving of data even while sending data.
43 $ref: /schemas/types.yaml#/definitions/flag
44
45 rs485-term-gpios:
46 description: GPIO pin to enable RS485 bus termination.
47 maxItems: 1
48
49additionalProperties: true
50
51...
41 linux,rs485-enabled-at-boot-time:
42 description: enables the rs485 feature at boot time. It can be disabled
43 later with proper ioctl.
44 $ref: /schemas/types.yaml#/definitions/flag
45
46 rs485-rx-during-tx:
47 description: enables the receiving of data even while sending data.
48 $ref: /schemas/types.yaml#/definitions/flag
49
50 rs485-term-gpios:
51 description: GPIO pin to enable RS485 bus termination.
52 maxItems: 1
53
54additionalProperties: true
55
56...