File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
boards/arm/nucleo_wba52cg Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,8 @@ The Zephyr nucleo_wba52cg board configuration supports the following hardware fe
175
175
+-----------+------------+-------------------------------------+
176
176
| ADC | on-chip | adc |
177
177
+-----------+------------+-------------------------------------+
178
+ | WATCHDOG | on-chip | independent watchdog |
179
+ +-----------+------------+-------------------------------------+
178
180
| RNG | on-chip | True Random number generator |
179
181
+-----------+------------+-------------------------------------+
180
182
Original file line number Diff line number Diff line change 47
47
};
48
48
};
49
49
50
+ &clk_lsi {
51
+ status = "okay";
52
+ };
53
+
50
54
&clk_lse {
51
55
status = "okay";
52
56
};
74
78
apb7-prescaler = <1>;
75
79
};
76
80
81
+ &iwdg {
82
+ status = "okay";
83
+ };
84
+
77
85
&usart1 {
78
86
pinctrl-0 = <&usart1_tx_pb12 &usart1_rx_pa8>;
79
87
pinctrl-names = "default";
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ supported:
10
10
- i2c
11
11
- spi
12
12
- adc
13
+ - watchdog
13
14
- rng
14
15
- arduino_gpio
15
16
- arduino_i2c
You can’t perform that action at this time.
0 commit comments