rt5616.txt 470 B

1234567891011121314151617181920212223242526272829303132
  1. RT5616 audio CODEC
  2. This device supports I2C only.
  3. Required properties:
  4. - compatible : "realtek,rt5616".
  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. Pins on the device (for linking into audio routes) for RT5616:
  10. * IN1P
  11. * IN2P
  12. * IN2N
  13. * LOUTL
  14. * LOUTR
  15. * HPOL
  16. * HPOR
  17. Example:
  18. codec: rt5616@1b {
  19. compatible = "realtek,rt5616";
  20. reg = <0x1b>;
  21. };