snow.txt 555 B

12345678910111213141516171819202122
  1. Audio Binding for Snow boards
  2. Required properties:
  3. - compatible : Can be one of the following,
  4. "google,snow-audio-max98090" or
  5. "google,snow-audio-max98091" or
  6. "google,snow-audio-max98095"
  7. - samsung,i2s-controller: The phandle of the Samsung I2S controller
  8. - samsung,audio-codec: The phandle of the audio codec
  9. Optional:
  10. - samsung,model: The name of the sound-card
  11. Example:
  12. sound {
  13. compatible = "google,snow-audio-max98095";
  14. samsung,model = "Snow-I2S-MAX98095";
  15. samsung,i2s-controller = <&i2s0>;
  16. samsung,audio-codec = <&max98095>;
  17. };