arm64: dts: renesas: r9a09g047e57-smarc: Add I2C0 pincontrol

Add device node for I2C0 pincontrol.

Signed-off-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20250514162422.910114-3-tommaso.merciai.xr@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Tommaso Merciai 2025-05-14 18:24:18 +02:00 committed by Geert Uytterhoeven
parent c3303e7162
commit bf3409a661

View File

@ -74,6 +74,11 @@ &can_transceiver1 {
};
#endif
&i2c0 {
pinctrl-0 = <&i2c0_pins>;
pinctrl-names = "default";
};
&pinctrl {
canfd_pins: canfd {
can1_pins: can1 {
@ -87,6 +92,11 @@ can4_pins: can4 {
};
};
i2c0_pins: i2c0 {
pinmux = <RZG3E_PORT_PINMUX(D, 4, 4)>, /* SCL0 */
<RZG3E_PORT_PINMUX(D, 5, 4)>; /* SDA0 */
};
scif_pins: scif {
pins = "SCIF_TXD", "SCIF_RXD";
renesas,output-impedance = <1>;