File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
boards/nxp/mimxrt1180_evk Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ configuration supports the following hardware features:
116
116
+-----------+------------+-------------------------------------+
117
117
| PWM | on-chip | pwm |
118
118
+-----------+------------+-------------------------------------+
119
+ | PWM | on-chip | tpm |
120
+ +-----------+------------+-------------------------------------+
119
121
120
122
The default configuration can be found in the defconfig file:
121
123
:zephyr_file: `boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_cm33_defconfig `
Original file line number Diff line number Diff line change 137
137
slew-rate = "fast";
138
138
};
139
139
};
140
+
141
+ pinmux_tpm5: pinmux_tpm5 {
142
+ group0 {
143
+ pinmux = <&iomuxc_gpio_b1_00_tpm5_ch0>;
144
+ drive-strength = "normal";
145
+ slew-rate = "slow";
146
+ };
147
+ };
140
148
};
Original file line number Diff line number Diff line change 139
139
pinctrl-0 = <&pinmux_flexpwm2>;
140
140
pinctrl-names = "default";
141
141
};
142
+
143
+ &tpm5 {
144
+ pinctrl-0 = <&pinmux_tpm5>;
145
+ pinctrl-names = "default";
146
+ };
You can’t perform that action at this time.
0 commit comments