xtensa: fix high memory/reserved memory collision
[cris-mirror.git] / Documentation / devicetree / bindings / media / i2c / ad5820.txt
blob5940ca11c021e6c86bd30387037673f0550989a8
1 * Analog Devices AD5820 autofocus coil
3 Required Properties:
5   - compatible: Must contain "adi,ad5820"
7   - reg: I2C slave address
9   - VANA-supply: supply of voltage for VANA pin
11 Example:
13        ad5820: coil@c {
14                compatible = "adi,ad5820";
15                reg = <0x0c>;
17                VANA-supply = <&vaux4>;
18        };