mt2701-wm8960.txt 712 B

123456789101112131415161718192021222324
  1. MT2701 with WM8960 CODEC
  2. Required properties:
  3. - compatible: "mediatek,mt2701-wm8960-machine"
  4. - mediatek,platform: the phandle of MT2701 ASoC platform
  5. - audio-routing: a list of the connections between audio
  6. - mediatek,audio-codec: the phandles of wm8960 codec
  7. - pinctrl-names: Should contain only one value - "default"
  8. - pinctrl-0: Should specify pin control groups used for this controller.
  9. Example:
  10. sound:sound {
  11. compatible = "mediatek,mt2701-wm8960-machine";
  12. mediatek,platform = <&afe>;
  13. audio-routing =
  14. "Headphone", "HP_L",
  15. "Headphone", "HP_R",
  16. "LINPUT1", "AMIC",
  17. "RINPUT1", "AMIC";
  18. mediatek,audio-codec = <&wm8960>;
  19. pinctrl-names = "default";
  20. pinctrl-0 = <&aud_pins_default>;
  21. };