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

Adding pinctrl support for scif0 interface.

Signed-off-by: Biju Das <biju.das@bp.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 2017-07-05 11:57:35 +01:00 committed by Simon Horman
parent 16ffb25335
commit 7095f279c0
1 changed files with 10 additions and 0 deletions

View File

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