blob: 1dc42d2c046948d1a14d190eefa4b6deebfb9ab6 [file] [log] [blame]
/*
* Copyright (c) 2022 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*
* Application overlay for creating vbat sensor device instance
*/
/ {
stm-vbat {
compatible = "st,stm32-vbat";
ratio = <3>;
io-channels = <&adc1 14>;
status = "okay";
label = "VBAT";
};
};