arndale.txt 568 B

123456789101112131415161718192021222324
  1. Audio Binding for Arndale boards
  2. Required properties:
  3. - compatible : Can be the following,
  4. "samsung,arndale-rt5631"
  5. - samsung,audio-cpu: The phandle of the Samsung I2S controller
  6. - samsung,audio-codec: The phandle of the audio codec
  7. Optional:
  8. - samsung,model: The name of the sound-card
  9. Arndale Boards has many audio daughter cards, one of them is
  10. rt5631/alc5631. Below example shows audio bindings for rt5631/
  11. alc5631 based codec.
  12. Example:
  13. sound {
  14. compatible = "samsung,arndale-rt5631";
  15. samsung,audio-cpu = <&i2s0>
  16. samsung,audio-codec = <&rt5631>;
  17. };