boards: nucleo_h753zi: disable Vbat sensor

This commit disables the Vbat sensor on the Nucleo-H753ZI
board, as the corresponding ADC is not enabled.

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
This commit is contained in:
Mathieu Choplain 2024-07-22 17:58:34 +02:00 committed by Carles Cufí
commit bbfe499874

View file

@ -242,7 +242,3 @@ zephyr_udc0: &usbotg_fs {
};
};
&vbat {
status = "okay";
};