dts: nxp: mcxw71: Add WDOG nodes to DT
Add watchdog nodes to MCXW71 SOC DT, and enable wdog0 alias. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
60a70fd4a3
commit
343d8b18ad
1 changed files with 24 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
||||||
#include <zephyr/dt-bindings/i2c/i2c.h>
|
#include <zephyr/dt-bindings/i2c/i2c.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
aliases {
|
||||||
|
watchdog0 = &wdog0;
|
||||||
|
};
|
||||||
|
|
||||||
cpus {
|
cpus {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
@ -199,6 +203,26 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
#pwm-cells = <3>;
|
#pwm-cells = <3>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wdog0: watchdog@1a000 {
|
||||||
|
compatible = "nxp,kinetis-wdog32";
|
||||||
|
reg = <0x1a000 16>;
|
||||||
|
interrupts = <23 0>;
|
||||||
|
clocks = <&scg SCG_K4_SYSOSC_CLK 0x68>;
|
||||||
|
clk-source = <1>;
|
||||||
|
clk-divider = <256>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
wdog1: watchdog@1b000 {
|
||||||
|
compatible = "nxp,kinetis-wdog32";
|
||||||
|
reg = <0x1b000 16>;
|
||||||
|
interrupts = <24 0>;
|
||||||
|
clocks = <&scg SCG_K4_SYSOSC_CLK 0x6c>;
|
||||||
|
clk-source = <1>;
|
||||||
|
clk-divider = <256>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&fast_peripheral0 {
|
&fast_peripheral0 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue