I am trying to write a device tree overlay to recognize an SPI-based enc28j60 module for my BeagleBone Black. This module does not appear in /kernel-dev/Documentation/devicetree/bindings , but a driver exists for it.
Is there no documentation that there is no device tree binding? Unable to say something like compatible = "microchip,enc28j60" , I wonder how else can I use the device tree overlay to load the enc28j60.ko driver?
linux embedded-linux device-tree beagleboneblack
sholsapp
source share