1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/iio/temperature/maxim,max31856.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Maxim MAX31856 thermocouple support
10 - Jonathan Cameron <jic23@kernel.org>
13 https://datasheets.maximintegrated.com/en/ds/MAX31856.pdf
22 spi-max-frequency: true
26 $ref: /schemas/types.yaml#/definitions/uint32
28 Type of thermocouple (THERMOCOUPLE_TYPE_K if omitted).
29 Use defines in dt-bindings/iio/temperature/thermocouple.h.
30 Supported types are B, E, J, K, N, R, S, T.
37 additionalProperties: false
41 #include <dt-bindings/iio/temperature/thermocouple.h>
47 compatible = "maxim,max31856";
49 spi-max-frequency = <5000000>;
51 thermocouple-type = <THERMOCOUPLE_TYPE_K>;