hp03.txt 483 B

123456789101112131415161718
  1. HopeRF HP03 digital pressure/temperature sensors
  2. Required properties:
  3. - compatible: must be "hoperf,hp03"
  4. - xclr-gpio: must be device tree identifier of the XCLR pin.
  5. The XCLR pin is a reset of the ADC in the chip,
  6. it must be pulled HI before the conversion and
  7. readout of the value from the ADC registers and
  8. pulled LO afterward.
  9. Example:
  10. hp03@0x77 {
  11. compatible = "hoperf,hp03";
  12. reg = <0x77>;
  13. xclr-gpio = <&portc 0 0x0>;
  14. };