File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 12
12
#include <zephyr/dt-bindings/i2c/i2c.h>
13
13
14
14
/ {
15
+ aliases {
16
+ watchdog0 = &wdog0;
17
+ };
18
+
15
19
cpus {
16
20
#address-cells = <1>;
17
21
#size-cells = <0>;
199
203
status = "disabled";
200
204
#pwm-cells = <3>;
201
205
};
206
+
207
+ wdog0: watchdog@1a000 {
208
+ compatible = "nxp,kinetis-wdog32";
209
+ reg = <0x1a000 16>;
210
+ interrupts = <23 0>;
211
+ clocks = <&scg SCG_K4_SYSOSC_CLK 0x68>;
212
+ clk-source = <1>;
213
+ clk-divider = <256>;
214
+ status = "okay";
215
+ };
216
+
217
+ wdog1: watchdog@1b000 {
218
+ compatible = "nxp,kinetis-wdog32";
219
+ reg = <0x1b000 16>;
220
+ interrupts = <24 0>;
221
+ clocks = <&scg SCG_K4_SYSOSC_CLK 0x6c>;
222
+ clk-source = <1>;
223
+ clk-divider = <256>;
224
+ status = "disabled";
225
+ };
202
226
};
203
227
204
228
&fast_peripheral0 {
You can’t perform that action at this time.
0 commit comments