Skip to content
Snippets Groups Projects
Commit de2d304d authored by Alexander Dahl's avatar Alexander Dahl Committed by Eugen Hristev
Browse files

spi: atmel-quadspi: Add support for classic SPI mode


The qspi controller on sama5d2 and sam9x60 supports "classic" SPI mode
without spi-mem enhancements and accelerations, very similar to the old
SPI controller on sam9g20 or the modern flexcom controllers of the same
SoC family.

Register interface differs somewhat, especially because only one
hardware controlled CS line is supported.  Some fields are missing, some
are in different registers, but in principal it works similar.  So code
is very much inspired by the old atmel-spi driver.

Tested on sam9x60 with a non-mainline driver to configure an FPGA.

Signed-off-by: default avatarAlexander Dahl <ada@thorsis.com>
parent 1acf68f3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment