1description: | 2 The BMP581 is a Barometric pressure sensor. See more info at: 3 https://www.bosch-sensortec.com/products/environmental-sensors/pressure-sensors/bmp581/ 4 5compatible: "bosch,bmp581" 6 7include: [sensor-device.yaml, i2c-device.yaml] 8 9properties: 10 int-gpios: 11 type: phandle-array 12 required: false 13 description: Interrupt pin. 14 15 The interrupt pin of BMP581 is open-drain, active low. If connected directly to the MCU, 16 the pin should be configured as pull-up, active low. 17