FATFS with spi in nrf connect sdk

I have developed the low-level drivers for the MT29F4G01ABAFDWB (using spi) NAND flash and am currently using the Zephyr RTOS. I would like to integrate FATFS into my NAND flash without implementing additional algorithms. Could you provide a basic structure or example for integrating FATFS with SPI on any flash memory using the nRF Connect SDK?

Related