everest,es7241.txt 852 B

12345678910111213141516171819202122232425262728
  1. ES7241 i2s AD converter
  2. Required properties:
  3. - compatible : "everest,es7241"
  4. - VDDP-supply: regulator phandle for the VDDA supply
  5. - VDDA-supply: regulator phandle for the VDDP supply
  6. - VDDD-supply: regulator phandle for the VDDD supply
  7. Optional properties:
  8. - reset-gpios: gpio connected to the reset pin
  9. - m0-gpios : gpio connected to the m0 pin
  10. - m1-gpios : gpio connected to the m1 pin
  11. - everest,sdout-pull-down:
  12. Format used by the serial interface is controlled by pulling
  13. the sdout. If the sdout is pulled down, leftj format is used.
  14. If this property is not provided, sdout is assumed to pulled
  15. up and i2s format is used
  16. Example:
  17. linein: audio-codec@2 {
  18. #sound-dai-cells = <0>;
  19. compatible = "everest,es7241";
  20. VDDA-supply = <&vcc_3v3>;
  21. VDDP-supply = <&vcc_3v3>;
  22. VDDD-supply = <&vcc_3v3>;
  23. reset-gpios = <&gpio GPIOH_42>;
  24. };