rockchip-max98090.txt 618 B

12345678910111213141516171819
  1. ROCKCHIP with MAX98090 CODEC
  2. Required properties:
  3. - compatible: "rockchip,rockchip-audio-max98090"
  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 MAX98090 audio codec
  8. - rockchip,headset-codec: The phandle of Ext chip for jack detection
  9. Example:
  10. sound {
  11. compatible = "rockchip,rockchip-audio-max98090";
  12. rockchip,model = "ROCKCHIP-I2S";
  13. rockchip,i2s-controller = <&i2s>;
  14. rockchip,audio-codec = <&max98090>;
  15. rockchip,headset-codec = <&headsetcodec>;
  16. };