I am using S32g eval board and Linux bsp24, I want to to write and read from Qspi Nor memory, normally that should be supported by the mtd driver, but what I noticed is: first there is no qspi node in the dts file, second the mtd device files under /dev are not created.
My questions :
1- How is writing and reading in qspi Nor is handled ?
2- Can you please share basic examples for reading and writing in the QSPI Nor Memory ?