hi8435.txt 478 B

12345678910111213141516171819202122
  1. Holt Integrated Circuits HI-8435 threshold detector bindings
  2. Required properties:
  3. - compatible: should be "holt,hi8435"
  4. - reg: spi chip select number for the device
  5. Recommended properties:
  6. - spi-max-frequency: definition as per
  7. Documentation/devicetree/bindings/spi/spi-bus.txt
  8. Optional properties:
  9. - gpios: GPIO used for controlling the reset pin
  10. Example:
  11. sensor@0 {
  12. compatible = "holt,hi8435";
  13. reg = <0>;
  14. gpios = <&gpio6 1 0>;
  15. spi-max-frequency = <1000000>;
  16. };