Path: blob/master/Documentation/devicetree/bindings/iio/pressure/aosong,adp810.yaml
38301 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/pressure/aosong,adp810.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: aosong adp810 differential pressure sensor78maintainers:9- Akhilesh Patil <akhilesh@ee.iitb.ac.in>1011description:12ADP810 is differential pressure and temperature sensor. It has I2C bus13interface with fixed address of 0x25. This sensor supports 8 bit CRC for14reliable data transfer. It can measure differential pressure in the15range -500 to 500Pa and temperate in the range -40 to +85 degree celsius.1617properties:18compatible:19enum:20- aosong,adp8102122reg:23maxItems: 12425vdd-supply: true2627required:28- compatible29- reg30- vdd-supply3132additionalProperties: false3334examples:35- |36i2c {37#address-cells = <1>;38#size-cells = <0>;39pressure-sensor@25 {40compatible = "aosong,adp810";41reg = <0x25>;42vdd-supply = <&vdd_regulator>;43};44};454647