Hi
I am trying to make a SPI connection with a device which doesn't already have a driver build into Zephyr.
Is there some kind of genereic device i can use since i just need a simple SPI connection.
I've found a lot of very old examples, and i know i have to use the device tree to declare the spi, but i cannot seem to get it to work without using a already declared device.
This whole issue is especially annoying since it should be so simple, but due to all the abstraction has it become much more difficult.
Hope anyone can help!