818738b366
Add new compatible to separate production calibrated sensors with single and dual calibration temperatures. Also update stm32_temp driver to support single calibration sensors. Signed-off-by: Benjamin Björnsson <benjamin.bjornsson@gmail.com>
24 lines
568 B
YAML
24 lines
568 B
YAML
# Copyright (c) 2022, Wouter Cappelle
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
STM32 family TEMP node for production calibrated sensors like L5/U5
|
|
with two calibration temperatures.
|
|
|
|
compatible: "st,stm32-temp-cal"
|
|
|
|
include: "st,stm32-temp-cal-common.yaml"
|
|
|
|
properties:
|
|
ts-cal2-addr:
|
|
type: int
|
|
required: true
|
|
description: address of parameter TS_CAL2
|
|
|
|
ts-cal2-temp:
|
|
type: int
|
|
required: true
|
|
description: |
|
|
temperature at which temperature sensor has been
|
|
calibrated in production for data into ts-cal2-addr
|