Arduino Modulino Movement
Overview
The Arduino Modulino Movement is a QWIIC compatible module with an ST Microelectronics LSM6DSOXTR 6-axis IMU sensor.
See st,lsm6dso
for more information on the settings available for this sensor.

Programming
Set --shield arduino_modulino_movement
when you invoke west build
.
For example,
# From the root of the zephyr repository
west build -b arduino_uno_r4@wifi --shield arduino_modulino_movement samples/sensor/accel_polling