DAC Evaluation board on Raspberry Pi

For a test we need a multi channel DAC which can be controlled by a Raspberry Pi. Like the
EVAL-AD5380SDZ.

We like to know whether a driver and Python library is available for this type of evaluation boards.

From what I see, this meant to run with a PC and it’s software. I do not see a direct connection for a Raspberry Pi.

The Linux iio stack already supports this device:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/iio/dac/ad5380.c

Just make sure your kernel config has CONFIG_AD5380 as a module or built-in…

Regards,