samsung,smdk-wm8994.txt 347 B

1234567891011121314
  1. Samsung SMDK audio complex
  2. Required properties:
  3. - compatible : "samsung,smdk-wm8994"
  4. - samsung,i2s-controller: The phandle of the Samsung I2S0 controller
  5. - samsung,audio-codec: The phandle of the WM8994 audio codec
  6. Example:
  7. sound {
  8. compatible = "samsung,smdk-wm8994";
  9. samsung,i2s-controller = <&i2s0>;
  10. samsung,audio-codec = <&wm8994>;
  11. };