Skip to content

Commit 4ef81dc

Browse files
Tommaso Merciaigeertu
authored andcommitted
arm64: dts: renesas: rzg3e-smarc-som: Enable I3C support
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>
1 parent 2b84bd9 commit 4ef81dc

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,14 @@
126126
};
127127
};
128128

129+
&i3c {
130+
pinctrl-0 = <&i3c_pins>;
131+
pinctrl-names = "default";
132+
i2c-scl-hz = <400000>;
133+
i3c-scl-hz = <12500000>;
134+
status = "okay";
135+
};
136+
129137
&mdio0 {
130138
phy0: ethernet-phy@7 {
131139
compatible = "ethernet-phy-id0022.1640",
@@ -223,6 +231,12 @@
223231
<RZG3E_PORT_PINMUX(3, 5, 1)>; /* SDA2 */
224232
};
225233

234+
i3c_pins: i3c {
235+
pinmux = <RZG3E_PORT_PINMUX(2, 0, 2)>, /* I3C0_SCL */
236+
<RZG3E_PORT_PINMUX(2, 1, 2)>; /* I3C0_SDA */
237+
drive-push-pull;
238+
};
239+
226240
rtc_irq_pin: rtc-irq {
227241
pins = "PS1";
228242
bias-pull-up;

0 commit comments

Comments
 (0)