ak4104.txt 438 B

12345678910111213141516171819202122
  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. Optional properties:
  7. - reset-gpio : a GPIO spec for the reset pin. If specified, it will be
  8. deasserted before communication to the device starts.
  9. Example:
  10. spdif: ak4104@0 {
  11. compatible = "asahi-kasei,ak4104";
  12. reg = <0>;
  13. spi-max-frequency = <5000000>;
  14. };