Commit 71256d9d authored by Sekhar Nori's avatar Sekhar Nori Committed by Tony Lindgren

ARM: dts: am437x: add aliases for all UART instances

Add serialN aliases for all 6 UART instances on
the AM437x SoC so each board's .dts file does not
have to define its own aliases.

Remove the alias added for am437x-gp-evm.dts now
that we have the aliases defined in am4372.dtsi
file.
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 36bd1683
...@@ -23,6 +23,11 @@ aliases { ...@@ -23,6 +23,11 @@ aliases {
i2c1 = &i2c1; i2c1 = &i2c1;
i2c2 = &i2c2; i2c2 = &i2c2;
serial0 = &uart0; serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
serial3 = &uart3;
serial4 = &uart4;
serial5 = &uart5;
ethernet0 = &cpsw_emac0; ethernet0 = &cpsw_emac0;
ethernet1 = &cpsw_emac1; ethernet1 = &cpsw_emac1;
}; };
......
...@@ -21,7 +21,6 @@ / { ...@@ -21,7 +21,6 @@ / {
aliases { aliases {
display0 = &lcd0; display0 = &lcd0;
serial3 = &uart3;
}; };
evm_v3_3d: fixedregulator-v3_3d { evm_v3_3d: fixedregulator-v3_3d {
......
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