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:
116116+-----------+------------+-------------------------------------+
117117| PWM | on-chip | pwm |
118118+-----------+------------+-------------------------------------+
119+ | PWM | on-chip | tpm |
120+ +-----------+------------+-------------------------------------+
119121
120122The default configuration can be found in the defconfig file:
121123:zephyr_file: `boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_cm33_defconfig `
Original file line number Diff line number Diff line change 137137 slew-rate = "fast";
138138 };
139139 };
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+ };
140148};
Original file line number Diff line number Diff line change 139139 pinctrl-0 = <&pinmux_flexpwm2>;
140140 pinctrl-names = "default";
141141};
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