rt5660.txt 905 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. RT5660 audio CODEC
  2. This device supports I2C only.
  3. Required properties:
  4. - compatible : "realtek,rt5660".
  5. - reg : The I2C address of the device.
  6. Optional properties:
  7. - clocks: The phandle of the master clock to the CODEC
  8. - clock-names: Should be "mclk"
  9. - realtek,in1-differential
  10. - realtek,in3-differential
  11. Boolean. Indicate MIC1/3 input are differential, rather than single-ended.
  12. - realtek,poweroff-in-suspend
  13. Boolean. If the codec will be powered off in suspend, the resume should be
  14. added delay time for waiting codec power ready.
  15. - realtek,dmic1-data-pin
  16. 0: dmic1 is not used
  17. 1: using GPIO2 pin as dmic1 data pin
  18. 2: using IN1P pin as dmic1 data pin
  19. Pins on the device (for linking into audio routes) for RT5660:
  20. * DMIC L1
  21. * DMIC R1
  22. * IN1P
  23. * IN1N
  24. * IN2P
  25. * IN3P
  26. * IN3N
  27. * SPO
  28. * LOUTL
  29. * LOUTR
  30. Example:
  31. rt5660 {
  32. compatible = "realtek,rt5660";
  33. reg = <0x1c>;
  34. };