Commit 143b13d6 authored by Maxime Ripard's avatar Maxime Ripard

ARM: sun4i: a10: Add missing serial aliases

Some UART aliases have been defined, but not all of them. Add the remaining
ones to be consistent and to ease the parsing of the DT by the bootloaders.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 38dbfb59
......@@ -19,6 +19,12 @@ aliases {
ethernet0 = &emac;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
serial3 = &uart3;
serial4 = &uart4;
serial5 = &uart5;
serial6 = &uart6;
serial7 = &uart7;
};
cpus {
......
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