]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: renesas: rzg3e-smarc-som: Enable I3C support
authorTommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
Thu, 20 Nov 2025 11:51:39 +0000 (12:51 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 15 Jan 2026 11:02:06 +0000 (12:02 +0100)
Enable I3C on RZ/G3E SMARC SoM.

Signed-off-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/9d1cf2cdb1c11f24378404142e4c8aff680c6961.1763638659.git.tommaso.merciai.xr@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi

index eb0de21d6716c7617d29d0dc410b7f54c8b8c023..3b571c096752237a5bccd5a4cca20b43f2e0bc50 100644 (file)
        };
 };
 
+&i3c {
+       pinctrl-0 = <&i3c_pins>;
+       pinctrl-names = "default";
+       i2c-scl-hz = <400000>;
+       i3c-scl-hz = <12500000>;
+       status = "okay";
+};
+
 &mdio0 {
        phy0: ethernet-phy@7 {
                compatible = "ethernet-phy-id0022.1640",
                         <RZG3E_PORT_PINMUX(3, 5, 1)>; /* SDA2 */
        };
 
+       i3c_pins: i3c {
+               pinmux = <RZG3E_PORT_PINMUX(2, 0, 2)>, /* I3C0_SCL */
+                        <RZG3E_PORT_PINMUX(2, 1, 2)>; /* I3C0_SDA */
+               drive-push-pull;
+       };
+
        rtc_irq_pin: rtc-irq {
                pins = "PS1";
                bias-pull-up;