diff options
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | 2016-08-18 09:12:35 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-09-08 03:35:26 -0400 |
commit | 6b5f8e7e7fc5e5ff293d95406d1adb2e24e037ce (patch) | |
tree | fae4e9239d240be3d5b16740ff9343e71a5cb6b4 | |
parent | 50809470486ae28a814c17f813d9201c3299692f (diff) |
arm64: dts: r8a7796: salvator-x: add serial console pins
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>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts index e72be3856d79..13db7d61c26c 100644 --- a/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts +++ b/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | |||
@@ -31,11 +31,27 @@ | |||
31 | }; | 31 | }; |
32 | }; | 32 | }; |
33 | 33 | ||
34 | &pfc { | ||
35 | pinctrl-0 = <&scif_clk_pins>; | ||
36 | pinctrl-names = "default"; | ||
37 | |||
38 | scif2_pins: scif2 { | ||
39 | groups = "scif2_data_a"; | ||
40 | function = "scif2"; | ||
41 | }; | ||
42 | scif_clk_pins: scif_clk { | ||
43 | groups = "scif_clk_a"; | ||
44 | function = "scif_clk"; | ||
45 | }; | ||
46 | }; | ||
47 | |||
34 | &extal_clk { | 48 | &extal_clk { |
35 | clock-frequency = <16666666>; | 49 | clock-frequency = <16666666>; |
36 | }; | 50 | }; |
37 | 51 | ||
38 | &scif2 { | 52 | &scif2 { |
53 | pinctrl-0 = <&scif2_pins>; | ||
54 | pinctrl-names = "default"; | ||
39 | status = "okay"; | 55 | status = "okay"; |
40 | }; | 56 | }; |
41 | 57 | ||