Commit e5b0deda authored by Julien CHAUVEAU's avatar Julien CHAUVEAU Committed by Heiko Stuebner

ARM: dts: rockchip: add serial aliases for rk3066 and rk3188

Add aliases for UARTs on rk3066 and rk3188 in order to fix the numbering scheme.
This will keep the debug console on ttyS2 when UART 1 is disabled, for example.
Signed-off-by: default avatarJulien CHAUVEAU <julien.chauveau@neo-technologies.fr>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent ccfe128d
...@@ -29,6 +29,10 @@ aliases { ...@@ -29,6 +29,10 @@ aliases {
mshc0 = &emmc; mshc0 = &emmc;
mshc1 = &mmc0; mshc1 = &mmc0;
mshc2 = &mmc1; mshc2 = &mmc1;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
serial3 = &uart3;
spi0 = &spi0; spi0 = &spi0;
spi1 = &spi1; spi1 = &spi1;
}; };
......
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