aboutsummaryrefslogtreecommitdiff
path: root/Bindings/serial/rs485.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Bindings/serial/rs485.yaml')
-rw-r--r--Bindings/serial/rs485.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Bindings/serial/rs485.yaml b/Bindings/serial/rs485.yaml
index 789763cf427a..303a443d9e29 100644
--- a/Bindings/serial/rs485.yaml
+++ b/Bindings/serial/rs485.yaml
@@ -51,6 +51,12 @@ properties:
description: GPIO pin to enable RS485 bus termination.
maxItems: 1
+ rs485-rx-during-tx-gpios:
+ description: Output GPIO pin that sets the state of rs485-rx-during-tx. This
+ signal can be used to control the RX part of an RS485 transceiver. Thereby
+ the active state enables RX during TX.
+ maxItems: 1
+
additionalProperties: true
...