18c2ecf20Sopenharmony_ciMurata ZPA2326 pressure sensor
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciPressure sensor from Murata with SPI and I2C bus interfaces.
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciRequired properties:
68c2ecf20Sopenharmony_ci- compatible: "murata,zpa2326"
78c2ecf20Sopenharmony_ci- reg: the I2C address or SPI chip select the device will respond to
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciRecommended properties for SPI bus usage:
108c2ecf20Sopenharmony_ci- spi-max-frequency: maximum SPI bus frequency as documented in
118c2ecf20Sopenharmony_ci  Documentation/devicetree/bindings/spi/spi-bus.txt
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciOptional properties:
148c2ecf20Sopenharmony_ci- vref-supply: an optional regulator that needs to be on to provide VREF
158c2ecf20Sopenharmony_ci  power to the sensor
168c2ecf20Sopenharmony_ci- vdd-supply: an optional regulator that needs to be on to provide VDD
178c2ecf20Sopenharmony_ci  power to the sensor
188c2ecf20Sopenharmony_ci- interrupts: interrupt mapping for IRQ as documented in
198c2ecf20Sopenharmony_ci  Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ciExample:
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_cizpa2326@5c {
248c2ecf20Sopenharmony_ci	compatible = "murata,zpa2326";
258c2ecf20Sopenharmony_ci	reg = <0x5c>;
268c2ecf20Sopenharmony_ci	interrupt-parent = <&gpio>;
278c2ecf20Sopenharmony_ci	interrupts = <12>;
288c2ecf20Sopenharmony_ci	vdd-supply = <&ldo_1v8_gnss>;
298c2ecf20Sopenharmony_ci};
30