9
0
Fork 0

tegra: tegra124: add serial alias nodes

They are missing in the upstream DT. Add them
locally for now.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2014-11-03 23:52:19 +01:00 committed by Sascha Hauer
parent c6dcef4d11
commit 93c5c841ad
1 changed files with 8 additions and 1 deletions

View File

@ -1 +1,8 @@
#include <arm/tegra124.dtsi>
/ {
aliases {
serial0 = "/serial@0,70006000/";
serial1 = "/serial@0,70006040/";
serial2 = "/serial@0,70006200/";
serial3 = "/serial@0,70006300/";
};
};