dts: stm32wba: add die_temp node to the nucleo_wba65ri

The die_temp node and die-temp0 alias was missing to the nucleo_wba65ri

Signed-off-by: Romain Jayles <romain.jayles@st.com>
This commit is contained in:
Romain Jayles 2025-06-06 12:07:07 +02:00 committed by Benjamin Cabé
commit a114b3961b

View file

@ -75,6 +75,7 @@
sw2 = &user_button_3; sw2 = &user_button_3;
mcuboot-led0 = &blue_led_1; mcuboot-led0 = &blue_led_1;
mcuboot-button0 = &user_button_1; mcuboot-button0 = &user_button_1;
die-temp0 = &die_temp;
}; };
}; };
@ -144,6 +145,10 @@
status = "okay"; status = "okay";
}; };
&die_temp {
status = "okay";
};
stm32_lp_tick_source: &lptim1 { stm32_lp_tick_source: &lptim1 {
clocks = <&rcc STM32_CLOCK(APB7, 11)>, clocks = <&rcc STM32_CLOCK(APB7, 11)>,
<&rcc STM32_SRC_LSE LPTIM1_SEL(3)>; <&rcc STM32_SRC_LSE LPTIM1_SEL(3)>;