Merge remote-tracking branch 'sound-asoc/for-next'
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / adi,adau17x1.txt
CommitLineData
ef329457
AI
1Analog Devices ADAU1361/ADAU1461/ADAU1761/ADAU1961/ADAU1381/ADAU1781
2
3Required properties:
4
5 - compatible: Should contain one of the following:
6 "adi,adau1361"
7 "adi,adau1461"
8 "adi,adau1761"
9 "adi,adau1961"
10 "adi,adau1381"
11 "adi,adau1781"
12
13 - reg: The i2c address. Value depends on the state of ADDR0
14 and ADDR1, as wired in hardware.
15
5d76de61
LPC
16Optional properties:
17 - clock-names: If provided must be "mclk".
18 - clocks: phandle + clock-specifiers for the clock that provides
19 the audio master clock for the device.
20
ef329457
AI
21Examples:
22#include <dt-bindings/sound/adau17x1.h>
23
24 i2c_bus {
25 adau1361@38 {
26 compatible = "adi,adau1761";
27 reg = <0x38>;
5d76de61
LPC
28
29 clock-names = "mclk";
30 clocks = <&audio_clock>;
ef329457
AI
31 };
32 };
This page took 0.050276 seconds and 5 git commands to generate.