zephyr/dts/bindings/sensor/ntc-thermistor.yaml
Paweł Anikiel 5db05878ab drivers: sensor: ntc-thermistor: Remove r25-ohm property
Remove the r25-ohm property. It is not used by the driver, and it is
not present in linux.

Signed-off-by: Paweł Anikiel <pan@semihalf.com>
2023-09-19 09:28:50 -05:00

36 lines
899 B
YAML

# Copyright (c) 2022 Google LLC
# SPDX-License-Identifier: Apache-2.0
description: Generic NTC Thermistor
include: [sensor-device.yaml]
properties:
io-channels:
required: true
description: |
ADC IO channel connected to this NTC thermistor.
pullup-uv:
type: int
description: |
The pullup voltage microvoltage in the circuit.
pullup-ohm:
type: int
description: |
The pullup resistance in the circuit.
pulldown-ohm:
type: int
description: |
The pulldown resistance in the circuit.
connected-positive:
type: boolean
description: |
Indicates how the thermistor is connected in series with a pull-up and/or
a pull-down resistor. If this flag is NOT specified, the thermistor is
assumed to be connected-ground, which usually means a pull-down resistance
of zero but complex arrangements are possible.