1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/iio/pressure/asc,dlhl60d.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: All Sensors DLH series low voltage digital pressure sensors
10 - Tomislav Denis <tomislav.denis@avl.com>
13 Bindings for the All Sensors DLH series pressure sensors.
15 Specifications about the sensors can be found at:
16 https://www.allsensors.com/cad/DS-0355_Rev_B.PDF
25 description: I2C device address
29 description: interrupt mapping for EOC(data ready) pin
36 additionalProperties: false
40 #include <dt-bindings/interrupt-controller/irq.h>
47 compatible = "asc,dlhl60d";
49 interrupt-parent = <&gpio0>;
50 interrupts = <10 IRQ_TYPE_EDGE_RISING>;