Generally you add device tree entires to inform the linux system which hardware is present.
What I’m wondering is, do I need a device tree entry if I explicitly load a kernel module? Particularly one I have written myself and doesn’t require device tree entries?
5