Re: [PATCH v4 7/7] ARM: dts: stm32: add initial support of stm32mp157c eval board

From: Arnd Bergmann
Date: Tue Jan 16 2018 - 09:25:12 EST


On Tue, Jan 16, 2018 at 3:12 PM, Ludovic Barre <ludovic.Barre@xxxxxx> wrote:

> +
> + aliases {
> + serial3 = &uart4;
> + };

Why 'serial3' ? If you have multiple UARTS on this board, just list
all of them, otherwise
start with 'serial0'.

Arnd