5 - compatible : "cirrus,cs42l51"
7 - reg : the I2C address of the device for I2C.
10 - VL-supply, VD-supply, VA-supply, VAHP-supply: power supplies for the device,
11 as covered in Documentation/devicetree/bindings/regulator/regulator.txt.
13 - reset-gpios : GPIO specification for the reset pin. If specified, it will be
14 deasserted before starting the communication with the codec.
16 - clocks : a list of phandles + clock-specifiers, one for each entry in
19 - clock-names : must contain "MCLK"
24 compatible = "cirrus,cs42l51";
26 clocks = <&mclk_prov>;
28 VL-supply = <®_audio>;
29 VD-supply = <®_audio>;
30 VA-supply = <®_audio>;
31 VAHP-supply = <®_audio>;
32 reset-gpios = <&gpiog 9 GPIO_ACTIVE_LOW>;