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:
parent
7fe85f8cb4
commit
8a26316f17
1 changed files with 21 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue