]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: r8a7796: salvator-x: add SCIF1 (DEBUG1)
authorUlrich Hecht <ulrich.hecht+renesas@gmail.com>
Fri, 3 Feb 2017 10:38:20 +0000 (11:38 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 7 Mar 2017 06:50:48 +0000 (07:50 +0100)
Enables the SCIF hooked up to the DEBUG1 connector.

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 93ed23ab71bb178f63137e752a3d853b00689a7c..74b8c653c9fed62a795a50724a4b78ce68c9db75 100644 (file)
@@ -18,6 +18,7 @@
 
        aliases {
                serial0 = &scif2;
+               serial1 = &scif1;
                ethernet0 = &avb;
        };
 
                function = "avb";
        };
 
+       scif1_pins: scif1 {
+               groups = "scif1_data_a", "scif1_ctrl";
+               function = "scif1";
+       };
+
        scif2_pins: scif2 {
                groups = "scif2_data_a";
                function = "scif2";
        status = "okay";
 };
 
+&scif1 {
+       pinctrl-0 = <&scif1_pins>;
+       pinctrl-names = "default";
+
+       uart-has-rtscts;
+       status = "okay";
+};
+
 &scif2 {
        pinctrl-0 = <&scif2_pins>;
        pinctrl-names = "default";