cs42l73.txt 381 B

12345678910111213141516171819202122
  1. CS42L73 audio CODEC
  2. Required properties:
  3. - compatible : "cirrus,cs42l73"
  4. - reg : the I2C address of the device for I2C
  5. Optional properties:
  6. - reset_gpio : a GPIO spec for the reset pin.
  7. - chgfreq : Charge Pump Frequency values 0x00-0x0F
  8. Example:
  9. codec: cs42l73@4a {
  10. compatible = "cirrus,cs42l73";
  11. reg = <0x4a>;
  12. reset_gpio = <&gpio 10 0>;
  13. chgfreq = <0x05>;
  14. };