1# Copyright (c) 2023 Kenneth J. Miller <ken@miller.ec>
2# SPDX-License-Identifier: Apache-2.0
3
4description: STM32 family VREF+ node
5
6compatible: "st,stm32-vref"
7
8include: sensor-device.yaml
9
10properties:
11  vrefint-cal-addr:
12    type: int
13    required: true
14    description: |
15      Device engineering bytes address containing the factory-measured
16      calibration bandgap voltage (VREFINT_CAL).
17
18  vrefint-cal-mv:
19    type: int
20    required: true
21    description: |
22      VDDA/VREF+ voltage in millivolts applied during manufacturing to determine
23      the internal bandgap voltage reference VREFINT.
24