1 CS42448/CS42888 audio CODEC
5 - compatible : must contain one of "cirrus,cs42448" and "cirrus,cs42888"
7 - reg : the I2C address of the device for I2C
9 - clocks : a list of phandles + clock-specifiers, one for each entry in
12 - clock-names : must contain "mclk"
14 - VA-supply, VD-supply, VLS-supply, VLC-supply: power supplies for the device,
15 as covered in Documentation/devicetree/bindings/regulator/regulator.txt
20 compatible = "cirrus,cs42888";
22 clocks = <&codec_mclk 0>;
24 VA-supply = <®_audio>;
25 VD-supply = <®_audio>;
26 VLS-supply = <®_audio>;
27 VLC-supply = <®_audio>;