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