This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sample mcp23s17 driver

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