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

Adding pinctrl support for scif1 interface.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Chris Paterson <chris.paterson2@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Biju Das
2018-07-20 14:13:31 +01:00
committed by Simon Horman
parent 0ea1a4d2c9
commit 01a12d4975

View File

@@ -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";
};