xref: /openbmc/linux/Documentation/devicetree/bindings/media/i2c/ad5820.txt (revision 023e41632e065d49bcbe31b3c4b336217f96a271)
1* Analog Devices AD5820 autofocus coil
2
3Required Properties:
4
5  - compatible: Must contain "adi,ad5820"
6
7  - reg: I2C slave address
8
9  - VANA-supply: supply of voltage for VANA pin
10
11Example:
12
13       ad5820: coil@c {
14               compatible = "adi,ad5820";
15               reg = <0x0c>;
16
17               VANA-supply = <&vaux4>;
18       };
19
20