Skip to content

Commit 77a03b2

Browse files
yongxu-wang15fabiobaltieri
authored andcommitted
boards: nxp: imx93_evk: enable tpm2 pwm on cm33 core
enabled tpm2 interface on imx93_evk m33 Signed-off-by: Yongxu Wang <[email protected]>
1 parent 79486b6 commit 77a03b2

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

boards/nxp/imx93_evk/doc/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ Supported Features
4848

4949
.. zephyr:board-supported-hw::
5050
51+
TPM
52+
---
53+
54+
TPM2 is enabled for PWM for M33 core. Signals can be observerd with
55+
oscilloscope or logic analyzer.
56+
Connect J1005-3 and J1005-7(GND) to Oscilloscope or logic analyzer
57+
5158
Devices
5259
========
5360
System Clock

boards/nxp/imx93_evk/imx93_evk_mimx9352_m33.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,9 @@
8484
&gpio4 {
8585
status = "okay";
8686
};
87+
88+
&tpm2 {
89+
pinctrl-0 = <&tpm2_default>;
90+
pinctrl-names = "default";
91+
status = "okay";
92+
};

boards/nxp/imx93_evk/imx93_evk_mimx9352_m33.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ flash: 128
1313
supported:
1414
- gpio
1515
- uart
16+
- pwm
1617
vendor: nxp

0 commit comments

Comments
 (0)