MAX_UARTS
struct uart_device uarts[MAX_UARTS];
for (i = 0; i < min(system->nr_uarts, MAX_UARTS); i++) {