arm64: dts: rockchip: Enable RS232 for edgeble-neu6b
authorJagan Teki <jagan@edgeble.ai>
Thu, 13 Jul 2023 14:39:40 +0000 (20:09 +0530)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 14 Jul 2023 15:26:51 +0000 (17:26 +0200)
Add RS232 support for Edgeble Neu6B NCM IO board.

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

index 0ba9b252fb18373a185c69c8e946d2c387051274..07324b0a4befe8fcc1bc00781a8248b9f96c0768 100644 (file)
        pinctrl-0 = <&uart2m0_xfer>;
        status = "okay";
 };
+
+/* RS232 */
+&uart6 {
+       pinctrl-0 = <&uart6m0_xfer>;
+       pinctrl-names = "default";
+       status = "okay";
+};