Commit 67dbb081 authored by Biju Das's avatar Biju Das Committed by Simon Horman

ARM: dts: iwg22d-sodimm: Add pinctl support for scif4

Adding pinctrl support for scif4 interface.
Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent e0e63658
......@@ -24,6 +24,16 @@ chosen {
};
};
&pfc {
scif4_pins: scif4 {
groups = "scif4_data_b";
function = "scif4";
};
};
&scif4 {
pinctrl-0 = <&scif4_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