mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 10:31:54 +00:00
f3d549dd5b
Rename all Tegra binding documentation according to the first or primary compatible value they describe. This provides a clear naming scheme for the files, and prevents any naming conflicts should future SoC versions require their own binding. Signed-off-by: Stephen Warren <swarren@nvidia.com>
18 lines
464 B
Plaintext
18 lines
464 B
Plaintext
NVIDIA Tegra 20 I2S controller
|
|
|
|
Required properties:
|
|
- compatible : "nvidia,tegra20-i2s"
|
|
- reg : Should contain I2S registers location and length
|
|
- interrupts : Should contain I2S interrupt
|
|
- nvidia,dma-request-selector : The Tegra DMA controller's phandle and
|
|
request selector for this I2S controller
|
|
|
|
Example:
|
|
|
|
i2s@70002800 {
|
|
compatible = "nvidia,tegra20-i2s";
|
|
reg = <0x70002800 0x200>;
|
|
interrupts = < 45 >;
|
|
nvidia,dma-request-selector = < &apbdma 2 >;
|
|
};
|