Path: blob/master/Documentation/devicetree/bindings/iio/pressure/infineon,dps310.yaml
38301 views
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/pressure/infineon,dps310.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Infineon DPS310 barometric pressure and temperature sensor78maintainers:9- Eddie James <eajames@linux.ibm.com>1011description:12The DPS310 is a barometric pressure and temperature sensor with an I2C13interface.1415properties:16compatible:17enum:18- infineon,dps3101920reg:21maxItems: 12223"#io-channel-cells":24const: 02526vdd-supply:27description:28Voltage supply for the chip's analog blocks.2930vddio-supply:31description:32Digital voltage supply for the chip's digital blocks and I/O interface.3334required:35- compatible36- reg3738additionalProperties: false3940examples:41- |42i2c {43#address-cells = <1>;44#size-cells = <0>;4546dps: pressure-sensor@76 {47compatible = "infineon,dps310";48reg = <0x76>;49#io-channel-cells = <0>;50vdd-supply = <&vref1>;51vddio-supply = <&vref2>;52};53};545556