We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe85f8 commit 8a26316Copy full SHA for 8a26316
boards/st/nucleo_l433rc_p/nucleo_l433rc_p.dts
@@ -44,6 +44,9 @@
44
aliases {
45
led0 = &green_led;
46
sw0 = &user_button;
47
+ die-temp0 = &die_temp;
48
+ volt-sensor0 = &vref;
49
+ volt-sensor1 = &vbat;
50
};
51
52
@@ -144,3 +147,21 @@
144
147
145
148
146
149
150
+
151
+&adc1 {
152
+ st,adc-clock-source = "SYNC";
153
+ st,adc-prescaler = <4>;
154
+ status = "okay";
155
+};
156
157
+&die_temp {
158
159
160
161
+&vref {
162
163
164
165
+&vbat {
166
167
0 commit comments