149bdb044SzhengxingROCKCHIP with MAX98090 CODEC
249bdb044Szhengxing
349bdb044SzhengxingRequired properties:
449bdb044Szhengxing- compatible: "rockchip,rockchip-audio-max98090"
549bdb044Szhengxing- rockchip,model: The user-visible name of this sound complex
649bdb044Szhengxing- rockchip,i2s-controller: The phandle of the Rockchip I2S controller that's
749bdb044Szhengxing  connected to the CODEC
849bdb044Szhengxing- rockchip,audio-codec: The phandle of the MAX98090 audio codec
949bdb044Szhengxing- rockchip,headset-codec: The phandle of Ext chip for jack detection
1049bdb044Szhengxing
1149bdb044SzhengxingExample:
1249bdb044Szhengxing
1349bdb044Szhengxingsound {
1449bdb044Szhengxing	compatible = "rockchip,rockchip-audio-max98090";
1549bdb044Szhengxing	rockchip,model = "ROCKCHIP-I2S";
1649bdb044Szhengxing	rockchip,i2s-controller = <&i2s>;
1749bdb044Szhengxing	rockchip,audio-codec = <&max98090>;
1849bdb044Szhengxing	rockchip,headset-codec = <&headsetcodec>;
1949bdb044Szhengxing};
20