If the board firmware supports it, enabling the correct I2C overlay for the GPIO pins (SDA pin 3 / SCL pin 5) should expose the bus (usually /dev/i2c-1). You might also want to check the board documentation or SDK for device-tree overlay examples, since many Rockchip-based boards require enabling pe...