| # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/iio/temperature/maxim,max31855k.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Maxim MAX31855 and similar thermocouples |
| - Matt Ranostay <matt.ranostay@konsulko.com> |
| https://datasheets.maximintegrated.com/en/ds/MAX6675.pdf |
| https://datasheets.maximintegrated.com/en/ds/MAX31855.pdf |
| The generic maxim,max31855 compatible is deprecated in favour of |
| the thermocouple type specific variants. |
| - $ref: /schemas/spi/spi-peripheral-props.yaml# |
| unevaluatedProperties: false |
| compatible = "maxim,max31855k"; |
| spi-max-frequency = <4300000>; |
| compatible = "maxim,max6675"; |
| spi-max-frequency = <4300000>; |