I'm looking for any appropriate solution for Device tree writing in raspberry pi
I went through:
- basic device driver module loading and unloading
- adding a kernel module in kernel source tree so that it can loaded automatically just like predefined kernel modules.
But now i have doubt about how one can write device tree in raspberry-pi for binding a particular driver or module at the booting time phase?
I researched lots of available resources within the Internet but unfortunately I could not find any precise solution that suits my need.