Generic SPI communication without Zephyr driver

Hi,

Is it possible to impelement SPI communication without Zephyr driver library?

I want to use an SPI device which is not in the library of the Zephyr but I couldn't find any proper solution.

What I found so far is old examples. I realy need a proper actual example code for device-tree and device binding code for just pure SPI communication.

Thanks.

Related