memory: atmel-ebi: add DT bindings documentation
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Mon, 23 May 2016 07:44:55 +0000 (09:44 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 2 Jun 2016 06:32:25 +0000 (08:32 +0200)
The EBI (External Bus Interface) is used to access external peripherals
(NOR, SRAM, NAND, and other specific devices like ethernet controllers).
Each device is assigned a CS line and an address range and can have its
own configuration (timings, access mode, bus width, ...).
This driver provides a generic DT binding to configure a device according
to its requirements.
For specific device controllers (like the NAND one) the SMC timings
should be configured by the controller driver through the matrix and smc
syscon regmaps.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

No differences found