Dear Team,
We have designed custom board having RZG2M and used 2 uart connections of hscif2 for different peripherals as shown in below table.
Now i am facing issue in creating aliases for both the uart. For single uart of hscif2 i used below method.
/{
aliases {
serial4 = &hsicf2;
};
&hscif2 {
pinctrl-0 = <&hscif2_pins>; pinctrl-names = "default";
uart-has-rtscts; status = "okay";
Can anyone help me to figure out how i can assign different aliases like serial4 & serial5 for hscif2 group B & C?
Regards,
Hitixa Patel