Hi,
I am learning the EMIF interface,after reading the MCSDK user guide and files,
I got this information so far:
driver is implemented in drivers/memory/davinci-aemif.c.
The binding definitions are given in Documentation/devicetree/bindings/memory/davinci-aemif.txt.
This driver allows configuration of the AEMIF bus connected to slave devices such as NAND.
The bindings exposes the timing parameters required for the slave device.
Unlike the SPI driver,
I can't find 'EMIF' in /dev/, and don't know how to operate it,
If I want to add a sram device to the EMIF,
Should I just add the sram information in bindings(davinci-aemif.txt) and compile the kernel?
Any help on this will be appreciated.
Regards,
Kevin