arm64: dts: draak: Add serial console pins

Add pin control for SCIF2.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Geert Uytterhoeven 2017-08-28 11:26:10 +02:00 committed by Simon Horman
parent bea2ab136e
commit ea203404fb
1 changed files with 11 additions and 0 deletions

View File

@ -36,7 +36,18 @@ &extal_clk {
clock-frequency = <48000000>; clock-frequency = <48000000>;
}; };
&pfc {
scif2_pins: scif2 {
groups = "scif2_data";
function = "scif2";
};
};
&scif2 { &scif2 {
pinctrl-0 = <&scif2_pins>;
pinctrl-names = "default";
status = "okay"; status = "okay";
}; };