17 lines
409 B
YAML
17 lines
409 B
YAML
# Copyright (c) 2021, Eug Krashtan
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: STM32 family TEMP node
|
|
|
|
compatible: "st,stm32-temp"
|
|
|
|
include: [base.yaml, "st,stm32-temp-common.yaml"]
|
|
|
|
properties:
|
|
v25:
|
|
type: int
|
|
required: true
|
|
description: |
|
|
Voltage of temperature sensor at 25°C (in mV), found in MCU datasheet
|
|
chapters "Electrical characteristics" or "Operating conditions"
|