blob: b902ee39cf8973bae24217f329c5c24ab8d012bb [file] [log] [blame]
Daniel Mackac5dbea2012-10-07 17:51:24 +02001AK4104 S/PDIF transmitter
2
3This device supports SPI mode only.
4
5Required properties:
6
7 - compatible : "asahi-kasei,ak4104"
8
9 - reg : The chip select number on the SPI bus
10
Daniel Mack385a4c22012-11-14 18:28:39 +080011Optional properties:
12
13 - reset-gpio : a GPIO spec for the reset pin. If specified, it will be
14 deasserted before communication to the device starts.
15
Daniel Mackac5dbea2012-10-07 17:51:24 +020016Example:
17
18spdif: ak4104@0 {
19 compatible = "asahi-kasei,ak4104";
20 reg = <0>;
21 spi-max-frequency = <5000000>;
22};