Merge branch 'for-4.7/upstream' into for-linus
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / adi,adau17x1.txt
1 Analog Devices ADAU1361/ADAU1461/ADAU1761/ADAU1961/ADAU1381/ADAU1781
2
3 Required 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
16 Examples:
17 #include <dt-bindings/sound/adau17x1.h>
18
19 i2c_bus {
20 adau1361@38 {
21 compatible = "adi,adau1761";
22 reg = <0x38>;
23 };
24 };
This page took 0.036241 seconds and 6 git commands to generate.