Hello, I'quiet new in Zephyr.
So tell me if I'm wrong.
I would like to test driver mcp23s17 present on zephyr.
I've add in .overlay file
And now I want to initialize my driver in main file
I've also add in prj.conf
the DT_LABEL is found but each time, I get "Cannot find mcp23s17" result.
Where can we fond sample to use DTS? And not only documentation.
thank you in advance