arm64: dts: r8a7796: salvator-x: add serial console pins
authorUlrich Hecht <ulrich.hecht+renesas@gmail.com>
Thu, 18 Aug 2016 13:12:35 +0000 (15:12 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 8 Sep 2016 07:35:26 +0000 (09:35 +0200)
Adds pin control for SCIF2.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts

index e72be38..13db7d6 100644 (file)
        };
 };
 
+&pfc {
+       pinctrl-0 = <&scif_clk_pins>;
+       pinctrl-names = "default";
+
+       scif2_pins: scif2 {
+               groups = "scif2_data_a";
+               function = "scif2";
+       };
+       scif_clk_pins: scif_clk {
+               groups = "scif_clk_a";
+               function = "scif_clk";
+       };
+};
+
 &extal_clk {
        clock-frequency = <16666666>;
 };
 
 &scif2 {
+       pinctrl-0 = <&scif2_pins>;
+       pinctrl-names = "default";
        status = "okay";
 };