We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79486b6 commit 77a03b2Copy full SHA for 77a03b2
boards/nxp/imx93_evk/doc/index.rst
@@ -48,6 +48,13 @@ Supported Features
48
49
.. zephyr:board-supported-hw::
50
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
58
Devices
59
========
60
System Clock
boards/nxp/imx93_evk/imx93_evk_mimx9352_m33.dts
@@ -84,3 +84,9 @@
84
&gpio4 {
85
status = "okay";
86
};
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
@@ -13,4 +13,5 @@ flash: 128
13
supported:
14
- gpio
15
- uart
16
+ - pwm
17
vendor: nxp
0 commit comments