rockchip-rt5645.txt 511 B

1234567891011121314151617
  1. ROCKCHIP with RT5645/RT5650 CODECS
  2. Required properties:
  3. - compatible: "rockchip,rockchip-audio-rt5645"
  4. - rockchip,model: The user-visible name of this sound complex
  5. - rockchip,i2s-controller: The phandle of the Rockchip I2S controller that's
  6. connected to the CODEC
  7. - rockchip,audio-codec: The phandle of the RT5645/RT5650 audio codec
  8. Example:
  9. sound {
  10. compatible = "rockchip,rockchip-audio-rt5645";
  11. rockchip,model = "ROCKCHIP-I2S";
  12. rockchip,i2s-controller = <&i2s>;
  13. rockchip,audio-codec = <&rt5645>;
  14. };