boards: st: nucleo_l433rc_p: add die_temp, vref, and vbat nodes

Added die_temp, vref, and vbat nodes and their aliases to the
nucleo_l433rc_p board.

Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
This commit is contained in:
Yishai Jaffe 2025-05-25 16:42:48 +03:00 committed by Benjamin Cabé
commit 8a26316f17

View file

@ -44,6 +44,9 @@
aliases {
led0 = &green_led;
sw0 = &user_button;
die-temp0 = &die_temp;
volt-sensor0 = &vref;
volt-sensor1 = &vbat;
};
};
@ -144,3 +147,21 @@
};
};
};
&adc1 {
st,adc-clock-source = "SYNC";
st,adc-prescaler = <4>;
status = "okay";
};
&die_temp {
status = "okay";
};
&vref {
status = "okay";
};
&vbat {
status = "okay";
};