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:
parent
778b2dfc40
commit
a114b3961b
1 changed files with 5 additions and 0 deletions
|
@ -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)>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue