Linux 4.1.18
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / adc / da9150-gpadc.txt
blobc07228da92acf08818e3a31fb604652336a01a5a
1 Dialog Semiconductor DA9150 IIO GPADC bindings
3 Required properties:
4 - compatible: "dlg,da9150-gpadc" for DA9150 IIO GPADC
5 - #io-channel-cells: Should be set to <1>
6   (See Documentation/devicetree/bindings/iio/iio-bindings.txt for further info)
8 For further information on GPADC channels, see device datasheet.
11 Example:
13         gpadc: da9150-gpadc {
14                 compatible = "dlg,da9150-gpadc";
15                 #io-channel-cells = <1>;
16         };