In general, what are the steps to adding a device using GPIO pins.
My thoughts are to physically connect my peripheral to the board and configure the device tree using an overlay file.
What else is there to do? When I compile, VS Code/CMake consistently gives me errors about not finding my devices.
Note: I am using the nrf Connect SDK.