]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: rockchip: enable UART5 on RK3588 Tiger Haikou
authorQuentin Schulz <quentin.schulz@cherry.de>
Tue, 18 Feb 2025 11:49:12 +0000 (12:49 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 22 Feb 2025 23:44:37 +0000 (00:44 +0100)
In its default configuration (SW2 on "UART1"), UART5 is exposed on the
DB9 RS232/RS485 connector. While the same signals are also exposed on
Q7_GPIO5 and Q7_GPIO6, a GPIO header, and thus could be used for other
purposes, RK3399 Puma Haikou and PX30 Ringneck Haikou do enable the UART
controller exposed on the DB9 connector, so let's keep consistency
across our modules and enable it on RK3588 Tiger Haikou by default too.

Add a comment while at it to explicit where this controller is routed
to.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Link: https://lore.kernel.org/r/20250218-tsd-align-haikou-v1-1-5c44d1dd8658@cherry.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts

index 795d8175e654278c641f782bc6b149b448b57783..a3d8ff647839a900ece2ca9113754c7b20605641 100644 (file)
        status = "okay";
 };
 
+/* DB9 RS232/RS485 when SW2 in "UART1" mode */
 &uart5 {
        rts-gpios = <&gpio3 RK_PB3 GPIO_ACTIVE_HIGH>;
+       status = "okay";
 };
 
 &usbdp_phy0 {