mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
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:
parent
ea82a68bb3
commit
cdc8ef62ae
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user