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

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
......@@ -20,6 +20,16 @@ aliases {
};
};
&pfc {
scif0_pins: scif0 {
groups = "scif0_data_d";
function = "scif0";
};
};
&scif0 {
pinctrl-0 = <&scif0_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