da9150-gpadc.txt 412 B

1234567891011121314151617
  1. Dialog Semiconductor DA9150 IIO GPADC bindings
  2. Required properties:
  3. - compatible: "dlg,da9150-gpadc" for DA9150 IIO GPADC
  4. - #io-channel-cells: Should be set to <1>
  5. (See Documentation/devicetree/bindings/iio/iio-bindings.txt for further info)
  6. For further information on GPADC channels, see device datasheet.
  7. Example:
  8. gpadc: da9150-gpadc {
  9. compatible = "dlg,da9150-gpadc";
  10. #io-channel-cells = <1>;
  11. };