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:
parent
fcc25dcf0c
commit
69d153cd3d
10 changed files with 77 additions and 2 deletions
|
@ -348,3 +348,8 @@ zephyr_udc0: &usb1 {
|
|||
&gpt_hw_timer {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&itm {
|
||||
pinctrl-0 = <&pinmux_swo>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue