rs485.yaml (0fdc50dfab47d525b71a9f0d8310746cdc0c09c5) | rs485.yaml (01c38ecff8b13947f7639cb7ca9998b21c2c0ae7) |
---|---|
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 --- 29 unchanged lines hidden (view full) --- 38 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 42 43 rs485-rx-during-tx: 44 description: enables the receiving of data even while sending data. 45 $ref: /schemas/types.yaml#/definitions/flag | 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 --- 29 unchanged lines hidden (view full) --- 38 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 42 43 rs485-rx-during-tx: 44 description: enables the receiving of data even while sending data. 45 $ref: /schemas/types.yaml#/definitions/flag |
46 47 rs485-term-gpios: 48 description: GPIO pin to enable RS485 bus termination. 49 maxItems: 1 |
|