Part Number: AM625
Tool/software:
I am looking for info on how to access the main domain UART in PRU. I was tracing the am625/PRU_Hardware_UART example and found out that the address of 'CT_UART' was the value of 'PRU_UART' which is defined in AM62x_PRU0.cmd
pinctrl-names = "default";
pinctrl-0 = <&main_uart5_pins_default>;
status = "okay";
};

