ARM: dts: r8a7742-iwg21d-q7: Enable SCIFB2 node
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Mon, 25 May 2020 15:22:06 +0000 (16:22 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 15 Jun 2020 08:28:46 +0000 (10:28 +0200)
Enable SCIFB2 interface on iWave RZ/G1H carrier board.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
Link: https://lore.kernel.org/r/1590420129-7531-2-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm/boot/dts/r8a7742-iwg21d-q7.dts

index 1f5c35c..e154e3a 100644 (file)
@@ -14,6 +14,7 @@
 
        aliases {
                serial2 = &scifa2;
+               serial4 = &scifb2;
        };
 
        chosen {
                groups = "scifa2_data_c";
                function = "scifa2";
        };
+
+       scifb2_pins: scifb2 {
+               groups = "scifb2_data", "scifb2_ctrl";
+               function = "scifb2";
+       };
 };
 
 &scifa2 {
 
        status = "okay";
 };
+
+&scifb2 {
+       pinctrl-0 = <&scifb2_pins>;
+       pinctrl-names = "default";
+
+       uart-has-rtscts;
+       status = "okay";
+};