Hi everyone,
I'm actually trying to use the QuadSpi bus to access to a SRAM memory with an i.MX8m (kernel 5.4.70) but I don't know where to begin with as I didn't find any drivers for the memory in the kernel sources.
The memory I want to use is a 65WVS5128GALL from ISSI.
How can I map the SRAM to QuadSpi and see the mtd device in the userspace? Using device tree I assume but without specific driver for the memory?