1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/iio/pressure/bmp085.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: BMP085/BMP180/BMP280/BME280 pressure iio sensors
10 - Andreas Klinger <ak@it-klinger.de>
13 Pressure, temperature and humidity iio sensors with i2c and spi interfaces
15 Specifications about the sensor can be found at:
16 https://www.bosch-sensortec.com/bst/products/all_products/bmp180
17 https://www.bosch-sensortec.com/bst/products/all_products/bmp280
18 https://www.bosch-sensortec.com/bst/products/all_products/bme280
33 digital voltage regulator (see regulator/regulator.txt)
37 analog voltage regulator (see regulator/regulator.txt)
41 A GPIO line handling reset of the sensor. As the line is active low,
42 it should be marked GPIO_ACTIVE_LOW (see gpio/gpio.txt)
47 interrupt mapping for IRQ (BMP085 only)
55 additionalProperties: false
59 #include <dt-bindings/gpio/gpio.h>
60 #include <dt-bindings/interrupt-controller/irq.h>
65 compatible = "bosch,bmp085";
67 interrupt-parent = <&gpio0>;
68 interrupts = <25 IRQ_TYPE_EDGE_RISING>;
69 reset-gpios = <&gpio0 26 GPIO_ACTIVE_LOW>;