arm64: dts: hikey: add label properties to UARTs

Add label properties to provide a way to identify UARTs based on their
board or connector name. This follows naming convention in 96boards CE
spec. Ports without external connections are not labelled.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
Rob Herring 2015-12-10 15:21:13 -06:00 committed by Olof Johansson
parent 262c45d43f
commit dd90caaca2

View file

@ -32,3 +32,10 @@ memory@0 {
reg = <0x0 0x0 0x0 0x40000000>;
};
};
&uart2 {
label = "LS-UART0";
};
&uart3 {
label = "LS-UART1";
};