Skip to content

Commit 0caeac7

Browse files
lucien-nxpjhedberg
authored andcommitted
dts: arm: nxp: nxp_rt118x.dtsi: add ewm0 module
add ewm0 module for rt1180 platform Signed-off-by: Lucien Zhao <[email protected]>
1 parent 8f94c91 commit 0caeac7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/nxp/nxp_rt118x.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,15 @@
10941094
status = "disabled";
10951095
};
10961096

1097+
ewm0: ewm@27b0000 {
1098+
compatible = "nxp,ewm";
1099+
reg = <0x27b0000 0x6>;
1100+
status = "disabled";
1101+
interrupts = <147 0>;
1102+
clk-sel = "lpo_clk[2]";
1103+
clk-divider = <0x2>;
1104+
};
1105+
10971106
lpspi1: spi@4360000 {
10981107
compatible = "nxp,lpspi";
10991108
reg = <0x4360000 0x4000>;

0 commit comments

Comments
 (0)