dts: arm/nxp: Add wwdt nodes to NXP MCXA156 dtsi file
Add wwdt nodes to NXP MCXA156 dtsi file Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
parent
d7f0fbe7db
commit
bcc70d999a
1 changed files with 8 additions and 0 deletions
|
|
@ -421,6 +421,14 @@
|
|||
status = "disabled";
|
||||
no-voltage-regulator;
|
||||
};
|
||||
|
||||
wwdt0: watchdog@4000c000 {
|
||||
compatible = "nxp,lpc-wwdt";
|
||||
reg = <0x4000c000 0x1000>;
|
||||
interrupts = <60 0>;
|
||||
status = "disabled";
|
||||
clk-divider = <1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue