Skip to content

Commit

Permalink
arm64: dts: r8a7796: salvator-x: add serial console pins
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ulrich Hecht authored and Simon Horman committed Sep 8, 2016
1 parent 5080947 commit 6b5f8e7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,27 @@
};
};

&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";
};

Expand Down

0 comments on commit 6b5f8e7

Please sign in to comment.