tscs454.txt 439 B

1234567891011121314151617181920212223
  1. TSCS454 Audio CODEC
  2. Required Properties:
  3. - compatible : "tempo,tscs454"
  4. - reg : <0x69>
  5. - clock-names: Must one of the following "xtal", "mclk1", "mclk2"
  6. - clocks: phandle of the clock that provides the codec sysclk
  7. Note: If clock is not provided then bit clock is assumed
  8. Example:
  9. redwood: codec@69 {
  10. #sound-dai-cells = <1>;
  11. compatible = "tempo,tscs454";
  12. reg = <0x69>;
  13. clock-names = "mclk1";
  14. clocks = <&audio_mclk>;
  15. };