blob: 2d183747c2edb5fac5ccc0d8cbeb834dba9e41cf [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";
};
};