提交 bf6acf16 编写于 作者: T Thomas Petazzoni 提交者: Gregory CLEMENT

ARM: mvebu: add serial port aliases on Armada 370/375/38x/XP

This commit adds 'serialX' aliases for the various serial ports on
Armada 370, 375, 38x and XP platforms. It will allow the usage of the
stdout-path property.
Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 9574b2fb
...@@ -59,6 +59,8 @@ ...@@ -59,6 +59,8 @@
compatible = "marvell,armada-370-xp"; compatible = "marvell,armada-370-xp";
aliases { aliases {
serial0 = &uart0;
serial1 = &uart1;
}; };
cpus { cpus {
......
...@@ -60,6 +60,8 @@ ...@@ -60,6 +60,8 @@
gpio0 = &gpio0; gpio0 = &gpio0;
gpio1 = &gpio1; gpio1 = &gpio1;
gpio2 = &gpio2; gpio2 = &gpio2;
serial0 = &uart0;
serial1 = &uart1;
}; };
clocks { clocks {
......
...@@ -59,6 +59,8 @@ ...@@ -59,6 +59,8 @@
aliases { aliases {
gpio0 = &gpio0; gpio0 = &gpio0;
gpio1 = &gpio1; gpio1 = &gpio1;
serial0 = &uart0;
serial1 = &uart1;
}; };
soc { soc {
......
...@@ -57,6 +57,8 @@ ...@@ -57,6 +57,8 @@
compatible = "marvell,armadaxp", "marvell,armada-370-xp"; compatible = "marvell,armadaxp", "marvell,armada-370-xp";
aliases { aliases {
serial2 = &uart2;
serial3 = &uart3;
}; };
soc { soc {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册