Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea203404 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

arm64: dts: draak: Add serial console pins



Add pin control for SCIF2.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent bea2ab13
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -36,7 +36,18 @@
	clock-frequency = <48000000>;
};

&pfc {
	scif2_pins: scif2 {
		groups = "scif2_data";
		function = "scif2";
	};

};

&scif2 {
	pinctrl-0 = <&scif2_pins>;
	pinctrl-names = "default";

	status = "okay";
};