nvidia,tegra30-i2s.txt 415 B

123456789101112131415
  1. NVIDIA Tegra30 I2S controller
  2. Required properties:
  3. - compatible : "nvidia,tegra30-i2s"
  4. - reg : Should contain I2S registers location and length
  5. - nvidia,ahub-cif-ids : The list of AHUB CIF IDs for this port, rx (playback)
  6. first, tx (capture) second. See nvidia,tegra30-ahub.txt for values.
  7. Example:
  8. i2s@70002800 {
  9. compatible = "nvidia,tegra30-i2s";
  10. reg = <0x70080300 0x100>;
  11. nvidia,ahub-cif-ids = <4 4>;
  12. };