Device Overlay

Hi there,

I am designing a cape which uses SPI, I2C, Analog, Pru I/O, GPIO. Do I need to create a sepearate .dts file for each function, or can I bundle the definition into one .dts and compile a single .dtbo?

Just one is fine, see replicate as an example:

https://github.com/beagleboard/bb.org-overlays/blob/master/src/arm/BB-BONE-REPLICAP-00B1.dts

Regards,