PORT_RDA
return (port->type == PORT_RDA) ? "rda-uart" : NULL;
port->type = PORT_RDA;
if (port->type != PORT_RDA)
rda_port->port.type = PORT_RDA;