Lines Matching +full:honeywell +full:- +full:edam

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/pressure/honeywell,hsc030pa.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Honeywell TruStability HSC and SSC pressure sensor series
10 support for Honeywell TruStability HSC and SSC digital pressure sensor
23 pressure-triplet (directly extracted from the part number) or in case it's
27 by the sensor. pmin-pascal and pmax-pascal corespond to the minimum and
30 Please note that in case of an SPI-based sensor, the clock signal should not
34-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/bo…
35-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/bo…
38 - Petre Rodan <petre.rodan@subdimension.ro>
42 const: honeywell,hsc030pa
47 honeywell,transfer-function:
51 0 - A, 10% to 90% of 2^14
52 1 - B, 5% to 95% of 2^14
53 2 - C, 5% to 85% of 2^14
54 3 - F, 4% to 94% of 2^14
58 honeywell,pressure-triplet:
60 Case-sensitive five character string that defines pressure range, unit
62 custom chip, set to "NA" and provide pmin-pascal and pmax-pascal.
79 honeywell,pmin-pascal:
82 To be specified only if honeywell,pressure-triplet is set to "NA".
84 honeywell,pmax-pascal:
87 To be specified only if honeywell,pressure-triplet is set to "NA".
89 vdd-supply:
93 spi-max-frequency:
97 - compatible
98 - reg
99 - honeywell,transfer-function
100 - honeywell,pressure-triplet
103 - $ref: /schemas/spi/spi-peripheral-props.yaml
108 honeywell,pmin-pascal:
110 honeywell,pressure-triplet:
112 honeywell,pmax-pascal:
114 honeywell,pressure-triplet:
118 - |
120 #address-cells = <1>;
121 #size-cells = <0>;
124 compatible = "honeywell,hsc030pa";
126 honeywell,transfer-function = <0>;
127 honeywell,pressure-triplet = "030PA";
130 - |
132 #address-cells = <1>;
133 #size-cells = <0>;
136 compatible = "honeywell,hsc030pa";
138 spi-max-frequency = <800000>;
139 honeywell,transfer-function = <0>;
140 honeywell,pressure-triplet = "NA";
141 honeywell,pmin-pascal = <0>;
142 honeywell,pmax-pascal = <200000>;