1 Murata ZPA2326 pressure sensor
3 Pressure sensor from Murata with SPI and I2C bus interfaces.
6 - compatible: "murata,zpa2326"
7 - reg: the I2C address or SPI chip select the device will respond to
9 Recommended properties for SPI bus usage:
10 - spi-max-frequency: maximum SPI bus frequency as documented in
11 Documentation/devicetree/bindings/spi/spi-bus.txt
14 - vref-supply: an optional regulator that needs to be on to provide VREF
16 - vdd-supply: an optional regulator that needs to be on to provide VDD
18 - interrupts: interrupt mapping for IRQ as documented in
19 Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
24 compatible = "murata,zpa2326";
26 interrupt-parent = <&gpio>;
28 vdd-supply = <&ldo_1v8_gnss>;