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

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
......@@ -36,7 +36,18 @@ &extal_clk {
clock-frequency = <48000000>;
};
&pfc {
scif2_pins: scif2 {
groups = "scif2_data";
function = "scif2";
};
};
&scif2 {
pinctrl-0 = <&scif2_pins>;
pinctrl-names = "default";
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment