eb0a524972
Fix the YAML files indentation for files in dts/bindings/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
19 lines
375 B
YAML
19 lines
375 B
YAML
# Copyright (c) 2022 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: STM32 family VBAT node
|
|
|
|
include: sensor-device.yaml
|
|
|
|
compatible: "st,stm32-vbat"
|
|
|
|
properties:
|
|
io-channels:
|
|
required: true
|
|
description: ADC channel for Vbat sensor
|
|
|
|
ratio:
|
|
type: int
|
|
required: true
|
|
description: fraction of VBat to be connected to the ADC input
|