CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/06 04:30:27
Modified files:
sys/arch/riscv64/conf: GENERIC RAMDISK files.riscv64
sys/arch/riscv64/dev: smtclock.c
Added files:
sys/arch/riscv64/dev: smtiic.c
Log message:
Add smtiic(4), a driver for the I2C controller found on the SpacemiT K1
SoC. This is a close relative of mviic(4), but the register layout
changed and some bits moved within the registers.
ok jca@
