Merge tag 'iio-fixes-for-4.2a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23...
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / ak4104.txt
CommitLineData
ac5dbea0
DM
1AK4104 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
def8397c
DM
11 - vdd-supply : A regulator node, providing 2.7V - 3.6V
12
385a4c2e
DM
13Optional properties:
14
15 - reset-gpio : a GPIO spec for the reset pin. If specified, it will be
16 deasserted before communication to the device starts.
17
ac5dbea0
DM
18Example:
19
20spdif: ak4104@0 {
21 compatible = "asahi-kasei,ak4104";
22 reg = <0>;
23 spi-max-frequency = <5000000>;
def8397c 24 vdd-supply = <&vdd_3v3_reg>;
ac5dbea0 25};
This page took 0.165577 seconds and 5 git commands to generate.