atmel-at91sam9g20ek-wm8731-audio.txt 776 B

1234567891011121314151617181920212223242526
  1. * Atmel at91sam9g20ek wm8731 audio complex
  2. Required properties:
  3. - compatible: "atmel,at91sam9g20ek-wm8731-audio"
  4. - atmel,model: The user-visible name of this sound complex.
  5. - atmel,audio-routing: A list of the connections between audio components.
  6. - atmel,ssc-controller: The phandle of the SSC controller
  7. - atmel,audio-codec: The phandle of the WM8731 audio codec
  8. Optional properties:
  9. - pinctrl-names, pinctrl-0: Please refer to pinctrl-bindings.txt
  10. Example:
  11. sound {
  12. compatible = "atmel,at91sam9g20ek-wm8731-audio";
  13. pinctrl-names = "default";
  14. pinctrl-0 = <&pinctrl_pck0_as_mck>;
  15. atmel,model = "wm8731 @ AT91SAMG20EK";
  16. atmel,audio-routing =
  17. "Ext Spk", "LHPOUT",
  18. "Int MIC", "MICIN";
  19. atmel,ssc-controller = <&ssc0>;
  20. atmel,audio-codec = <&wm8731>;
  21. };