arm64: dts: renesas: renesas-smarc2: Enable I2C0 node

Enable device I2C0 node for the RZ SMARC Carrier-II Board and set clock
frequency to 400kHz.

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-4-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:19 +02:00 committed by Geert Uytterhoeven
parent bf3409a661
commit 0acdad4097

View File

@ -35,6 +35,7 @@ chosen {
};
aliases {
i2c0 = &i2c0;
serial3 = &scif0;
mmc1 = &sdhi1;
};
@ -58,6 +59,11 @@ &canfd {
status = "okay";
};
&i2c0 {
status = "okay";
clock-frequency = <400000>;
};
&scif0 {
status = "okay";
};