spi: axi: Add bindings documentation for Analog Devices axi-spi-engine
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 4 Feb 2016 16:13:29 +0000 (17:13 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 5 Feb 2016 18:12:47 +0000 (18:12 +0000)
commit2ec3b6287b12a7131c28cd9408b368cd451bdc48
tree289e514bdf4dcac94ab4ca3a7d29c7ec48cde5d8
parente32bb8709fce66ff7f392a33d7689402d3e2ba2e
spi: axi: Add bindings documentation for Analog Devices axi-spi-engine

Add the devicetree bindings documentation for the Analog Devices
axi-spi-engine SPI master peripheral. This is a soft-peripheral used in
FPGAs.

The external interfaces of the peripheral are:
* A memory mapped register map which is used to configure the
  peripheral.
* One interrupt.
* Two clocks, one for the memory mapped register interface and one
  for the SPI bus.
* A SPI master interface to which the slave devices are connected.

These interfaces are described by the devicetree bindings accordingly.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/spi/adi,axi-spi-engine.txt [new file with mode: 0644]
This page took 0.047337 seconds and 5 git commands to generate.