Commit 44605b65 authored by Stuart Yoder's avatar Stuart Yoder Committed by Shawn Guo

arm64: dts: updates serial aliases for ls1043a rdb and qds boards

-add missing serial aliases to ls1043a-rdb
-update ls1043a-qds boards serial aliases to use the standard duarts
 instead of low power uarts
Signed-off-by: default avatarStuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 30062fb0
...@@ -56,12 +56,10 @@ aliases { ...@@ -56,12 +56,10 @@ aliases {
gpio1 = &gpio2; gpio1 = &gpio2;
gpio2 = &gpio3; gpio2 = &gpio3;
gpio3 = &gpio4; gpio3 = &gpio4;
serial0 = &lpuart0; serial0 = &duart0;
serial1 = &lpuart1; serial1 = &duart1;
serial2 = &lpuart2; serial2 = &duart2;
serial3 = &lpuart3; serial3 = &duart3;
serial4 = &lpuart4;
serial5 = &lpuart5;
}; };
}; };
......
...@@ -52,6 +52,10 @@ / { ...@@ -52,6 +52,10 @@ / {
aliases { aliases {
crypto = &crypto; crypto = &crypto;
serial0 = &duart0;
serial1 = &duart1;
serial2 = &duart2;
serial3 = &duart3;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment