blob: a805aa99ad7513364d824e9428d44bf926f85e86 [file] [log] [blame]
zhengxing49bdb042015-07-19 19:33:48 +08001ROCKCHIP with MAX98090 CODEC
2
3Required properties:
4- compatible: "rockchip,rockchip-audio-max98090"
5- rockchip,model: The user-visible name of this sound complex
6- rockchip,i2s-controller: The phandle of the Rockchip I2S controller that's
7 connected to the CODEC
8- rockchip,audio-codec: The phandle of the MAX98090 audio codec
9- rockchip,headset-codec: The phandle of Ext chip for jack detection
10
11Example:
12
13sound {
14 compatible = "rockchip,rockchip-audio-max98090";
15 rockchip,model = "ROCKCHIP-I2S";
16 rockchip,i2s-controller = <&i2s>;
17 rockchip,audio-codec = <&max98090>;
18 rockchip,headset-codec = <&headsetcodec>;
19};