25 lines
573 B
YAML
25 lines
573 B
YAML
# Copyright (c) 2022, Wouter Cappelle
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
STM32 family TEMP node for production calibrated sensors with two calibration temperatures.
|
|
|
|
compatible: "st,stm32-temp-cal"
|
|
|
|
include:
|
|
- name: st,stm32-temp-cal-common.yaml
|
|
property-blocklist:
|
|
- avgslope
|
|
- ntc
|
|
|
|
properties:
|
|
ts-cal2-addr:
|
|
type: int
|
|
required: true
|
|
description: Address of TS_CAL2 calibration parameter
|
|
|
|
ts-cal2-temp:
|
|
type: int
|
|
required: true
|
|
description: Temperature at which TS_CAL2 has been measured (TS_CAL2_TEMP)
|