Re: [PATCH 2/2] dts: riscv: spacemit: k3: Add i2c nodes

From: Andi Shyti

Date: Thu Mar 26 2026 - 18:25:48 EST


Hi Yixun,

> > + i2c2: i2c@d4012000 {
> > + compatible = "spacemit,k3-i2c", "spacemit,k1-i2c";
> > + reg = <0x0 0xd4012000 0x0 0x38>;
> > + #address-cells = <1>;
> > + #size-cells = <0>;
> > + interrupts = <38 IRQ_TYPE_LEVEL_HIGH>;
> > + clocks = <&syscon_apbc CLK_APBC_TWSI2>,
> > + <&syscon_apbc CLK_APBC_TWSI2_BUS>;
> > + clock-names = "func", "bus";
> > + clock-frequency = <400000>;
> > + resets = <&syscon_apbc RESET_APBC_TWSI2>;
> > + status = "disabled";
> > + };
> I think we should add a comment here to explain why there isn't i2c3.
> Otherwise, LGTM.

are you going to add a comment here?

> Reviewed-by: Troy Mitchell <troy.mitchell@xxxxxxxxxxxxxxxxxx>