arm64: dts: ulcb-kf: enable SCIF1
authorVladimir Barinov <vladimir.barinov@cogentembedded.com>
Fri, 6 Oct 2017 02:43:51 +0000 (05:43 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 10 Oct 2017 07:51:19 +0000 (09:51 +0200)
This supports SCIF1 on ULCB Kingfisher board

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/ulcb-kf.dtsi

index 849f8b1..885878a 100644 (file)
@@ -12,6 +12,7 @@
 / {
        aliases {
                serial1 = &hscif0;
+               serial2 = &scif1;
        };
 };
 
                groups = "hscif0_data", "hscif0_ctrl";
                function = "hscif0";
        };
+
+       scif1_pins: scif1 {
+               groups = "scif1_data_b", "scif1_ctrl";
+               function = "scif1";
+       };
+};
+
+&scif1 {
+       pinctrl-0 = <&scif1_pins>;
+       pinctrl-names = "default";
+       uart-has-rtscts;
+
+       status = "okay";
 };