cs4349.txt 325 B

12345678910111213141516171819
  1. CS4349 audio CODEC
  2. Required properties:
  3. - compatible : "cirrus,cs4349"
  4. - reg : the I2C address of the device for I2C
  5. Optional properties:
  6. - reset-gpios : a GPIO spec for the reset pin.
  7. Example:
  8. codec: cs4349@48 {
  9. compatible = "cirrus,cs4349";
  10. reg = <0x48>;
  11. reset-gpios = <&gpio 54 0>;
  12. };