HI,
We want to use below main Domain GPIO's in MCU (R5F1_0)firmware on Linux.
(D16) UART1_CTSn.GPIO1_58
(E16) UART1_RTSn.GPIO1_59
We are able to remote boot the R5F1_0 firmware successfully. But the above GPIO's are not working from R5F1_0 firmware in Linux.
Please give the details of how to declare the above GPIO in device tree to work from R5F1_0 firmware from linux.
We tried with below device tree changes ,but not working
&main_pmx0 {
mygpio1_pins_default: mygpio1-default-pins {
pinctrl-single,pins = <
AM64X_IOPAD(0x0248, PIN_INPUT, 7) /* (D16) UART1_CTSn.GPIO1_58 */
AM64X_IOPAD(0x024c, PIN_INPUT, 7) /* (E16) UART1_RTSn.GPIO1_59 */
>;
};
};
Please provide the way to make it work.
Thank you.