Skip to content

Commit 7ea9c58

Browse files
committed
dts: arm: nxp: mcxw71_common: Added EWM Support
Added EWM Support for MCXW71 and MCXW72 Signed-off-by: Emilio Benavente <[email protected]>
1 parent 805bedd commit 7ea9c58

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/nxp/nxp_mcxw7x_common.dtsi

+8
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,14 @@
343343
clock-frequency = <32768>;
344344
prescaler = <32768>;
345345
};
346+
347+
ewm0: ewm@13000 {
348+
compatible = "nxp,ewm";
349+
reg = <0x13000 0x6>;
350+
status = "disabled";
351+
interrupts = <18 0>;
352+
clk-divider = <0x0>;
353+
};
346354
};
347355

348356
&fast_peripheral0 {

0 commit comments

Comments
 (0)