Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd90caac authored by Rob Herring's avatar Rob Herring Committed by Olof Johansson
Browse files

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: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 262c45d4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -32,3 +32,10 @@
		reg = <0x0 0x0 0x0 0x40000000>;
	};
};

&uart2 {
	label = "LS-UART0";
};
&uart3 {
	label = "LS-UART1";
};