Path: blob/master/Documentation/devicetree/bindings/iio/pressure/hoperf,hp03.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/pressure/hoperf,hp03.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: HopeRF HP03 digital pressure/temperature sensors78maintainers:9- Marek Vasut <marex@denx.de>1011description: |12Digital pressure and temperature sensor with an I2C interface.1314properties:15compatible:16const: hoperf,hp031718reg:19maxItems: 12021xclr-gpios:22description:23The XCLR pin is a reset of the ADC in the chip, it must be pulled24HI before the conversion and readout of the value from the ADC25registers and pulled LO afterward.26maxItems: 12728required:29- compatible30- reg3132additionalProperties: false3334examples:35- |36i2c {37#address-cells = <1>;38#size-cells = <0>;3940pressure@77 {41compatible = "hoperf,hp03";42reg = <0x77>;43xclr-gpios = <&portc 0 0x0>;44};45};46...474849