Part Number: AM6546
Other Parts Discussed in Thread: PROFIBUS
Hi,
Please support in configuring PRG1 UART0. We are using following pins of PRG1 module for UART0
AM65X_IOPAD(0x0154, PIN_INPUT, 2) /* (AF25) UART0_RXD */
AM65X_IOPAD(0x0158, PIN_OUTPUT, 2) /* (AF24) UART0_TXD */
AM65X_IOPAD(0x0108, PIN_OUTPUT, 2) /* (AH25) UART0_RTSn */
we are referring to following link for configuring dts:

Need support in configuring DTS and which firmware we need to load for uart?How to configure interrupt-parent in DTS?
This is how we added DTS node:
pru_suart1 {
compatible = "ti,pru-soft-uart";
interrupt-parent = <&pruss_intc>;
prus = <&pru1>;
firmware-name = "ti-pruss/pru_swuart-fw.elf";
ti,pru-interrupt-map = <0 21 2 2>;
pinctrl-0 = <&pru_uart0_pins_default>;
pinctrl-names = "default";
#address-cells = <1>;
#size-cells = <0>;
pru1_port0: port@0 {
reg = <0>;
interrupts = <21>;
ti,pru-suart-pins = /bits/ 8 <0 1 2 3>;
};
};
Note:We are using PRG1_RGMII1 and PRG1_RGMI2 pins for Dual mac mode. So, we are loading firmware related to prueth.Is it possible to load boath UART and ethernet firmwares for PRG1?
Thanks and Regards,
N Chetan Kumar