tegra20-i2s.txt 464 B

123456789101112131415161718
  1. NVIDIA Tegra 20 I2S controller
  2. Required properties:
  3. - compatible : "nvidia,tegra20-i2s"
  4. - reg : Should contain I2S registers location and length
  5. - interrupts : Should contain I2S interrupt
  6. - nvidia,dma-request-selector : The Tegra DMA controller's phandle and
  7. request selector for this I2S controller
  8. Example:
  9. i2s@70002800 {
  10. compatible = "nvidia,tegra20-i2s";
  11. reg = <0x70002800 0x200>;
  12. interrupts = < 45 >;
  13. nvidia,dma-request-selector = < &apbdma 2 >;
  14. };