arm64: dts: rockchip: add rs485 support on uart2 of rk3399-puma-haikou
authorFarouk Bouabid <farouk.bouabid@theobroma-systems.com>
Thu, 8 Feb 2024 15:39:55 +0000 (16:39 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 13 Feb 2024 19:05:47 +0000 (20:05 +0100)
commit54448f711aa32f176534bbd7b1903cc6d1c8a50d
treeb856454da01cde1bb92ff3e32d92417607e49449
parent4b325c0d4f539b553a4529f16476f08757779293
arm64: dts: rockchip: add rs485 support on uart2 of rk3399-puma-haikou

A hardware switch can set the rs485 transceiver into half or full duplex
mode.

Switching to the half-duplex mode requires the user to enable em485 on
uart5 using ioctl, DE/RE are both connected to GPIO2_C3 which is the
RTS signal for uart0. Implement GPIO2_C3 as rts-gpios with RTS_ON_SEND
option enabled (default) so that driver mode gets enabled while sending
(RTS high) and receiver mode gets enabled while not sending (RTS low).

In full-duplex mode (em485 is disabled), DE is connected to GPIO2_C3 and
RE is grounded (enabled). Since GPIO2_C3 is implemented as rts-gpios, the
driver mode gets enabled whenever we want to send something and RE is not
affected (always enabled) in this case by the state of RTS.

Signed-off-by: Farouk Bouabid <farouk.bouabid@theobroma-systems.com>
Link: https://lore.kernel.org/r/20240208-dev-rx-enable-v6-1-39e68e17a339@theobroma-systems.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts