]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: rockchip: Enable RS485 for edgeble-neu6b
authorJagan Teki <jagan@edgeble.ai>
Thu, 13 Jul 2023 14:39:41 +0000 (20:09 +0530)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 14 Jul 2023 15:26:52 +0000 (17:26 +0200)
Add RS485 support for Edgeble Neu6B NCM IO board.

Signed-off-by: Jagan Teki <jagan@edgeble.ai>
Link: https://lore.kernel.org/r/20230713143941.1756849-8-jagan@edgeble.ai
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-edgeble-neu6b-io.dts

index 07324b0a4befe8fcc1bc00781a8248b9f96c0768..9933765e40979073166f6f8cc4760e8452c6cf48 100644 (file)
        pinctrl-names = "default";
        status = "okay";
 };
+
+/* RS485 */
+&uart7 {
+       pinctrl-0 = <&uart7m2_xfer>;
+       pinctrl-names = "default";
+       status = "okay";
+};