Hi,
I'm currently working on imx8mmini SoM where im trying to communicate with an external M7 controller throught uart1(/dev/ttymxc0).
This is my dt node:
Hello,
The default configuration can be found in the defconfig file: boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_m4_defconfig
It is recommended to disable peripherals used by the M4 core on the Linux host.
Also check your dtb:, as example this is for rs485
&uart1 {
status = “okay”;
linux,rs485-enabled-at-boot-time;
rs485-rts-active-high;
rs485-rx-during-tx;
//rs485-rts-delay = <100 100>;
max-speed = <4000000>;
assigned-clocks = <&clk IMX8MM_CLK_UART3>;
assigned-clock-parents = <&clk IMX8MM_SYS_PLL1_80M>;
/delete-property/ dmas;
/delete-property/ dma-names;
};
Regards