2023-04-01 18:13:33 +02:00
|
|
|
# Copyright (c) 2023, Benjamin Björnsson <benjamin.bjornsson@gmail.com>
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: |
|
|
|
|
STM32 family TEMP node for production calibrated sensors like C0
|
|
|
|
with a single calibration temperature.
|
|
|
|
|
|
|
|
compatible: "st,stm32c0-temp-cal"
|
|
|
|
|
|
|
|
include: "st,stm32-temp-cal-common.yaml"
|
|
|
|
|
|
|
|
properties:
|
|
|
|
avgslope:
|
|
|
|
type: int
|
|
|
|
default: 2530
|
|
|
|
description: |
|
|
|
|
Average slope of T-V chart (in uV/C) according to
|
|
|
|
datasheet "Electrical characteristics/Operating conditions"
|
|
|
|
STM32C0 Table 5.3.16 (min 2400 uV/C, max 2650, typ: 2530)
|
2023-04-13 10:49:58 +02:00
|
|
|
|
|
|
|
ntc:
|
|
|
|
type: boolean
|
|
|
|
description: Negative Temperature Coefficient. True if STM32F0x0
|