Commit 01a12d49 authored by Biju Das's avatar Biju Das Committed by Simon Horman

ARM: dts: iwg23s-sbc: Add pinctl support for scif1

Adding pinctrl support for scif1 interface.
Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Reviewed-by: default avatarChris Paterson <chris.paterson2@renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 0ea1a4d2
......@@ -43,6 +43,16 @@ &extal_clk {
clock-frequency = <20000000>;
};
&pfc {
scif1_pins: scif1 {
groups = "scif1_data_b";
function = "scif1";
};
};
&scif1 {
pinctrl-0 = <&scif1_pins>;
pinctrl-names = "default";
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment