PORT_RP2
return (port->type == PORT_RP2) ? "RocketPort 2 UART" : NULL;
port->type = PORT_RP2;
if (ser->type != PORT_UNKNOWN && ser->type != PORT_RP2)
p->type = PORT_RP2;