sgtl5000.txt 272 B

12345678910111213141516
  1. * Freescale SGTL5000 Stereo Codec
  2. Required properties:
  3. - compatible : "fsl,sgtl5000".
  4. - reg : the I2C address of the device
  5. - clocks : the clock provider of SYS_MCLK
  6. Example:
  7. codec: sgtl5000@0a {
  8. compatible = "fsl,sgtl5000";
  9. reg = <0x0a>;
  10. clocks = <&clks 150>;
  11. };