All I want to do is to access a register in the FPGA from my C application in linux using mmap(). I am assuming giving the reference of my register in the device tree should be enough so that its available for mmap() or do I need to modify something else in the kernel?