ak4104.txt 526 B

12345678910111213141516171819202122232425
  1. AK4104 S/PDIF transmitter
  2. This device supports SPI mode only.
  3. Required properties:
  4. - compatible : "asahi-kasei,ak4104"
  5. - reg : The chip select number on the SPI bus
  6. - vdd-supply : A regulator node, providing 2.7V - 3.6V
  7. Optional properties:
  8. - reset-gpio : a GPIO spec for the reset pin. If specified, it will be
  9. deasserted before communication to the device starts.
  10. Example:
  11. spdif: ak4104@0 {
  12. compatible = "asahi-kasei,ak4104";
  13. reg = <0>;
  14. spi-max-frequency = <5000000>;
  15. vdd-supply = <&vdd_3v3_reg>;
  16. };