sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / iio / adc / hi8435.txt
blob3b0348c5e516645904df0a834aee26f6a9c050b2
1 Holt Integrated Circuits HI-8435 threshold detector bindings
3 Required properties:
4  - compatible: should be "holt,hi8435"
5  - reg: spi chip select number for the device
7 Recommended properties:
8  - spi-max-frequency: definition as per
9                 Documentation/devicetree/bindings/spi/spi-bus.txt
11 Optional properties:
12  - gpios: GPIO used for controlling the reset pin
14 Example:
15 sensor@0 {
16         compatible = "holt,hi8435";
17         reg = <0>;
18         gpios = <&gpio6 1 0>;
20         spi-max-frequency = <1000000>;