Merge remote-tracking branches 'regulator/topic/tps65218' and 'regulator/topic/tps800...
[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 Example:
19
20 i2c0@1c22000 {
21 ...
22 ...
23 adv7180@21 {
24 compatible = "adi,adv7180";
25 reg = <0x21>;
26 };
27 ...
28 };
29
This page took 0.041023 seconds and 5 git commands to generate.