Commit 33898f21 authored by Alex Bee's avatar Alex Bee Committed by Heiko Stuebner

ARM: dts: rockchip: Move uart aliases to SoC dtsi for RK3128

SoC TRM, SoC datasheet and board schematics always refer to the
same uart numbers - even if not all are used for a specific board.
In order to not have to re-define them for every board move the
aliases to SoC dtsi for RK3128 like it's being done for all other
Rockchip ARM SoCs.
Signed-off-by: default avatarAlex Bee <knaerzche@gmail.com>
Link: https://lore.kernel.org/r/20231202130506.66738-5-knaerzche@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 697b3973
...@@ -14,7 +14,6 @@ aliases { ...@@ -14,7 +14,6 @@ aliases {
ethernet0 = &gmac; ethernet0 = &gmac;
mmc0 = &emmc; mmc0 = &emmc;
mmc1 = &sdmmc; mmc1 = &sdmmc;
serial0 = &uart1;
}; };
memory@60000000 { memory@60000000 {
...@@ -23,7 +22,7 @@ memory@60000000 { ...@@ -23,7 +22,7 @@ memory@60000000 {
}; };
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = &uart1;
}; };
adc-keys { adc-keys {
......
...@@ -25,6 +25,9 @@ aliases { ...@@ -25,6 +25,9 @@ aliases {
i2c1 = &i2c1; i2c1 = &i2c1;
i2c2 = &i2c2; i2c2 = &i2c2;
i2c3 = &i2c3; i2c3 = &i2c3;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
}; };
arm-pmu { arm-pmu {
......
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