File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ The Zephyr ``imx95_evk/mimx9596/m7`` board target supports the following hardwar
93
93
+-----------+------------+-------------------------------------+
94
94
| I2C | on-chip | i2c |
95
95
+-----------+------------+-------------------------------------+
96
+ | TPM | on-chip | tpm |
97
+ +-----------+------------+-------------------------------------+
96
98
97
99
The Zephyr ``imx95_evk/mimx9596/a55 `` and ``imx95_evk/mimx9596/a55/smp `` board targets support
98
100
the following hardware features:
@@ -124,6 +126,15 @@ Serial Port
124
126
This board configuration uses a single serial communication channel with the
125
127
CPU's UART1 for Cortex-A55, UART3 for Cortex-M7.
126
128
129
+ TPM
130
+ ---
131
+
132
+ Two channels are enabled on TPM2 for PWM for M7. Signals can be observerd with
133
+ oscilloscope.
134
+ Channel 2 signal routed to resistance R881.
135
+ Channel 3 signal routed to resistance R882.
136
+
137
+
127
138
Programming and Debugging (A55)
128
139
*******************************
129
140
Original file line number Diff line number Diff line change 46
46
pinctrl-0 = <&sai3_default>;
47
47
pinctrl-names = "default";
48
48
};
49
+
50
+ &tpm2 {
51
+ pinctrl-0 = <&tpm2_default>;
52
+ pinctrl-names = "default";
53
+ status = "okay";
54
+ };
Original file line number Diff line number Diff line change @@ -17,4 +17,5 @@ toolchain:
17
17
supported :
18
18
- uart
19
19
- i2c
20
+ - pwm
20
21
vendor : nxp
You can’t perform that action at this time.
0 commit comments