arm64: dts: renesas: r9a08g046l48-smarc: Add SCIF0 pincontrol

Add device node for SCIF0 pincontrol.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20260430125342.439755-5-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Biju Das 2026-04-30 13:53:08 +01:00 committed by Geert Uytterhoeven
parent ea82a68bb3
commit cdc8ef62ae

View File

@ -35,3 +35,15 @@ &keys {
/delete-node/ key-2;
/delete-node/ key-3;
};
&pinctrl {
scif0_pins: scif0 {
pins = "SCIF0_TXD", "SCIF0_RXD";
power-source = <1800>;
};
};
&scif0 {
pinctrl-0 = <&scif0_pins>;
pinctrl-names = "default";
};