tscs42xx.txt 448 B

12345678910111213141516171819202122
  1. TSCS42XX Audio CODEC
  2. Required Properties:
  3. - compatible : "tempo,tscs42A1" for analog mic
  4. "tempo,tscs42A2" for digital mic
  5. - reg : <0x71> for analog mic
  6. <0x69> for digital mic
  7. - clock-names: Must one of the following "mclk1", "xtal", "mclk2"
  8. - clocks: phandle of the clock that provides the codec sysclk
  9. Example:
  10. wookie: codec@69 {
  11. compatible = "tempo,tscs42A2";
  12. reg = <0x69>;
  13. clock-names = "xtal";
  14. clocks = <&audio_xtal>;
  15. };