On Sat, Aug 31, 2019 at 12:12 AM Lubomir Rintel <lkund...@v3.sk> wrote:
> +/ { > + #address-cells = <1>; > + #size-cells = <1>; > + > + aliases { > + serial0 = &uart1; > + serial1 = &uart2; > + serial2 = &uart3; > + serial3 = &uart4; > + }; Better move the aliases into the per-board file, not every board would have all four uarts connected, or labeled in that particular order. Arnd