Skip to content

Commit 084c6c8

Browse files
dts: arm: nxp: ke1xf: add PWT devicetree node
Add devicetree node for the NXP Kinetis Pulse Width Timer (PWT) to the NXP Kinetis KE1xF Soc. Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent b78d8c1 commit 084c6c8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dts/arm/nxp/nxp_ke1xf.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,18 @@
163163
label = "WDT_0";
164164
};
165165

166+
pwt: pwt@40056000 {
167+
compatible = "nxp,kinetis-pwt";
168+
reg = <0x40056000 0x1000>;
169+
interrupts = <29 0>;
170+
clocks = <&scg KINETIS_SCG_BUS_CLK>;
171+
prescaler = <1>;
172+
label = "PWT_0";
173+
status = "disabled";
174+
175+
#pwm-cells = <3>;
176+
};
177+
166178
ftfe: flash-controller@40020000 {
167179
compatible = "nxp,kinetis-ftfe";
168180
label = "FLASH_CTRL";

0 commit comments

Comments
 (0)