Merge remote-tracking branch 'keys/keys-next'
[deliverable/linux.git] / Documentation / devicetree / bindings / media / i2c / adv7180.txt
1 * Analog Devices ADV7180 analog video decoder family
2
3 The adv7180 family devices are used to capture analog video to different
4 digital interfaces like MIPI CSI-2 or parallel video.
5
6 Required Properties :
7 - compatible : value must be one of
8 "adi,adv7180"
9 "adi,adv7182"
10 "adi,adv7280"
11 "adi,adv7280-m"
12 "adi,adv7281"
13 "adi,adv7281-m"
14 "adi,adv7281-ma"
15 "adi,adv7282"
16 "adi,adv7282-m"
17
18 Optional Properties :
19 - powerdown-gpios: reference to the GPIO connected to the powerdown pin,
20 if any.
21
22
23 Example:
24
25 i2c0@1c22000 {
26 ...
27 ...
28 adv7180@21 {
29 compatible = "adi,adv7180";
30 reg = <0x21>;
31 };
32 ...
33 };
34
This page took 0.03063 seconds and 5 git commands to generate.