arm64: dts: draak: Add serial console pins
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 28 Aug 2017 09:26:10 +0000 (11:26 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 19 Sep 2017 11:19:45 +0000 (13:19 +0200)
Add pin control for SCIF2.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a77995-draak.dts

index d144370..19c5462 100644 (file)
        clock-frequency = <48000000>;
 };
 
+&pfc {
+       scif2_pins: scif2 {
+               groups = "scif2_data";
+               function = "scif2";
+       };
+
+};
+
 &scif2 {
+       pinctrl-0 = <&scif2_pins>;
+       pinctrl-names = "default";
+
        status = "okay";
 };