soc: nxp_imx: rt: enable SWO output for iMX RT 10xx series

enable swo output for iMX RT 10xx series. SWO pinmux settings are
currently only present for the RT1060 and RT1064

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2022-05-25 11:30:36 -05:00 committed by Mahesh Mahadevan
commit 69d153cd3d
10 changed files with 77 additions and 2 deletions

View file

@ -348,3 +348,8 @@ zephyr_udc0: &usb1 {
&gpt_hw_timer {
status = "okay";
};
&itm {
pinctrl-0 = <&pinmux_swo>;
pinctrl-names = "default";
};