boards: arm: nucleo_f030r8: Enabling the die temperature sensor

Enable the `die_temp` sensor.
And add an alias named `die-temp0` that points to the `die_temp` node.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2023-03-08 16:36:02 +09:00 committed by Carles Cufí
commit 70677fe392

View file

@ -40,6 +40,7 @@
led0 = &green_led_2;
sw0 = &user_button;
watchdog0 = &iwdg;
die-temp0 = &die_temp;
};
};
@ -119,3 +120,7 @@
&iwdg {
status = "okay";
};
&die_temp {
status = "okay";
};