1*86059653SzhengxingROCKCHIP with RT5645/RT5650 CODECS 2*86059653Szhengxing 3*86059653SzhengxingRequired properties: 4*86059653Szhengxing- compatible: "rockchip,rockchip-audio-rt5645" 5*86059653Szhengxing- rockchip,model: The user-visible name of this sound complex 6*86059653Szhengxing- rockchip,i2s-controller: The phandle of the Rockchip I2S controller that's 7*86059653Szhengxing connected to the CODEC 8*86059653Szhengxing- rockchip,audio-codec: The phandle of the RT5645/RT5650 audio codec 9*86059653Szhengxing 10*86059653SzhengxingExample: 11*86059653Szhengxing 12*86059653Szhengxingsound { 13*86059653Szhengxing compatible = "rockchip,rockchip-audio-rt5645"; 14*86059653Szhengxing rockchip,model = "ROCKCHIP-I2S"; 15*86059653Szhengxing rockchip,i2s-controller = <&i2s>; 16*86059653Szhengxing rockchip,audio-codec = <&rt5645>; 17*86059653Szhengxing}; 18