162306a36Sopenharmony_ciES7241 i2s AD converter
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciRequired properties:
462306a36Sopenharmony_ci- compatible : "everest,es7241"
562306a36Sopenharmony_ci- VDDP-supply: regulator phandle for the VDDA supply
662306a36Sopenharmony_ci- VDDA-supply: regulator phandle for the VDDP supply
762306a36Sopenharmony_ci- VDDD-supply: regulator phandle for the VDDD supply
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciOptional properties:
1062306a36Sopenharmony_ci- reset-gpios: gpio connected to the reset pin
1162306a36Sopenharmony_ci- m0-gpios   : gpio connected to the m0 pin
1262306a36Sopenharmony_ci- m1-gpios   : gpio connected to the m1 pin
1362306a36Sopenharmony_ci- everest,sdout-pull-down:
1462306a36Sopenharmony_ci   Format used by the serial interface is controlled by pulling
1562306a36Sopenharmony_ci   the sdout. If the sdout is pulled down, leftj format is used.
1662306a36Sopenharmony_ci   If this property is not provided, sdout is assumed to pulled
1762306a36Sopenharmony_ci   up and i2s format is used
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ciExample:
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_cilinein: audio-codec@2 {
2262306a36Sopenharmony_ci	#sound-dai-cells = <0>;
2362306a36Sopenharmony_ci	compatible = "everest,es7241";
2462306a36Sopenharmony_ci	VDDA-supply = <&vcc_3v3>;
2562306a36Sopenharmony_ci	VDDP-supply = <&vcc_3v3>;
2662306a36Sopenharmony_ci	VDDD-supply = <&vcc_3v3>;
2762306a36Sopenharmony_ci	reset-gpios = <&gpio GPIOH_42>;
2862306a36Sopenharmony_ci};
29