spi-topcliff-pch: add recovery processing in case wait-event timeout
[zen-stable.git] / Documentation / devicetree / bindings / sound / tegra20-i2s.txt
blob0df2b5c816e3fd31beb853e51a922a1a0f65ad49
1 NVIDIA Tegra 20 I2S controller
3 Required properties:
4 - compatible : "nvidia,tegra20-i2s"
5 - reg : Should contain I2S registers location and length
6 - interrupts : Should contain I2S interrupt
7 - nvidia,dma-request-selector : The Tegra DMA controller's phandle and
8   request selector for this I2S controller
10 Example:
12 i2s@70002800 {
13         compatible = "nvidia,tegra20-i2s";
14         reg = <0x70002800 0x200>;
15         interrupts = < 45 >;
16         nvidia,dma-request-selector = < &apbdma 2 >;