dts: Add kinetis watchdog bindings and update k64, kw2xd soc nodes
Adds dts bindings for the kinetis watchdog peripheral, and updates the watchdog nodes for the k64 and kw2xd socs. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
39d63d316b
commit
7960f79134
3 changed files with 52 additions and 2 deletions
|
@ -321,8 +321,11 @@
|
|||
};
|
||||
|
||||
wdog: watchdog@40052000 {
|
||||
compatible = "nxp,k64f-watchdog";
|
||||
compatible = "nxp,kinetis-wdog";
|
||||
reg = <0x40052000 16>;
|
||||
interrupts = <22 0>;
|
||||
clocks = <&sim KINETIS_SIM_LPO_CLK 0 0>;
|
||||
label = "WDT_0";
|
||||
clock-source = <0>; /* LPO 1kHz or other source */
|
||||
reload-counter = <40000>;
|
||||
start-on-boot;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue