Path: blob/master/Documentation/devicetree/bindings/iio/temperature/maxim,max31865.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/temperature/maxim,max31865.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Maxim MAX31865 Resistance Temperature Detector.78maintainers:9- Navin Sankar Velliangiri <navin@linumiz.com>1011description: |12https://datasheets.maximintegrated.com/en/ds/MAX31865.pdf1314properties:15compatible:16const: maxim,max318651718reg:19maxItems: 12021maxim,3-wire:22description:23Identifies the number of wires used by the RTD. Setting this property24enables 3-wire RTD connection. Else 2-wire or 4-wire RTD connection.25type: boolean2627spi-cpha: true2829required:30- compatible31- reg32- spi-cpha3334allOf:35- $ref: /schemas/spi/spi-peripheral-props.yaml#3637unevaluatedProperties: false3839examples:40- |41spi {42#address-cells = <1>;43#size-cells = <0>;4445temperature-sensor@0 {46compatible = "maxim,max31865";47reg = <0>;48spi-max-frequency = <400000>;49spi-cpha;50maxim,3-wire;51};52};53...545556