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)
commit1fdab21d1d52a85c31f932844242fec5fb81daac
treef93f77f4217af552ac022cca18374e9b28c8a3a4
parent6a4ec4cd08888b19837d343e52d0b9a986f94db8
memory: atmel-ebi: add DT bindings documentation

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>
Documentation/devicetree/bindings/memory-controllers/atmel,ebi.txt [new file with mode: 0644]