]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/iio/adc/hi8435.txt
Merge remote-tracking branch 'y2038/y2038'
[karo-tx-linux.git] / Documentation / devicetree / bindings / iio / adc / hi8435.txt
1 Holt Integrated Circuits HI-8435 threshold detector bindings
2
3 Required properties:
4  - compatible: should be "holt,hi8435"
5  - reg: spi chip select number for the device
6
7 Recommended properties:
8  - spi-max-frequency: definition as per
9                 Documentation/devicetree/bindings/spi/spi-bus.txt
10
11 Optional properties:
12  - gpios: GPIO used for controlling the reset pin
13
14 Example:
15 sensor@0 {
16         compatible = "holt,hi8435";
17         reg = <0>;
18         gpios = <&gpio6 1 0>;
19
20         spi-max-frequency = <1000000>;
21 };