Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7095f279 authored by Biju Das's avatar Biju Das Committed by Simon Horman
Browse files

ARM: dts: iwg20d-q7: Add pinctl support for scif0



Adding pinctrl support for scif0 interface.

Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 16ffb253
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -20,6 +20,16 @@
	};
};

&pfc {
	scif0_pins: scif0 {
		groups = "scif0_data_d";
		function = "scif0";
	};
};

&scif0 {
	pinctrl-0 = <&scif0_pins>;
	pinctrl-names = "default";

	status = "okay";
};