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 d700943 commit 6127264Copy full SHA for 6127264
dts/arm/st/f4/stm32f4.dtsi
@@ -18,6 +18,7 @@
18
#include <zephyr/dt-bindings/adc/stm32f4_adc.h>
19
#include <zephyr/dt-bindings/reset/stm32f2_4_7_reset.h>
20
#include <zephyr/dt-bindings/sensor/qdec_stm32.h>
21
+#include <zephyr/dt-bindings/power/stm32_pwr.h>
22
#include <freq.h>
23
24
/ {
@@ -586,6 +587,22 @@
586
587
};
588
589
590
+ pwr: power@40007000 {
591
+ compatible = "st,stm32-pwr";
592
+ reg = <0x40007000 0x400>; /* PWR register bank */
593
+ status = "disabled";
594
+
595
+ wkup-pins-nb = <1>;
596
597
+ #address-cells = <1>;
598
+ #size-cells = <0>;
599
600
+ wkup-pin@1 {
601
+ reg = <0x1>;
602
+ wkup-gpios = <&gpioa 0 STM32_PWR_WKUP_PIN_NOT_MUXED>;
603
+ };
604
605
606
die_temp: dietemp {
607
compatible = "st,stm32-temp-cal";
608
ts-cal1-addr = <0x1FFF7A2C>;
0 commit comments