Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/Bindings/iio/pressure/hp03.txt
48524 views
1
HopeRF HP03 digital pressure/temperature sensors
2
3
Required 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
11
Example:
12
13
hp03@77 {
14
compatible = "hoperf,hp03";
15
reg = <0x77>;
16
xclr-gpio = <&portc 0 0x0>;
17
};
18
19