On Sunday 05 January 2014, Maxime Ripard wrote: > + aliases { > + serial1 = &uart1; > + serial3 = &uart3; > + }; > + If you only have two uarts active, shouldn't they be aliases serial0 and serial1? Arnd