ak5386.txt 537 B

1234567891011121314151617181920212223
  1. AK5386 Single-ended 24-Bit 192kHz delta-sigma ADC
  2. This device has no control interface.
  3. Required properties:
  4. - compatible : "asahi-kasei,ak5386"
  5. Optional properties:
  6. - reset-gpio : a GPIO spec for the reset/power down pin.
  7. If specified, it will be deasserted at probe time.
  8. - va-supply : a regulator spec, providing 5.0V
  9. - vd-supply : a regulator spec, providing 3.3V
  10. Example:
  11. spdif: ak5386@0 {
  12. compatible = "asahi-kasei,ak5386";
  13. reset-gpio = <&gpio0 23>;
  14. va-supply = <&vdd_5v0_reg>;
  15. vd-supply = <&vdd_3v3_reg>;
  16. };