[PATCH 2/2] dts: riscv: spacemit: k3: Add i2c nodes
Andi Shyti
andi.shyti at kernel.org
Thu Mar 26 15:23:03 PDT 2026
Hi Yixun,
> > + i2c2: i2c at 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 at linux.spacemit.com>
More information about the linux-riscv
mailing list