Commit 0cc774ef authored by Maxime Ripard's avatar Maxime Ripard

ARM: sun5i: a13: 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 4261ec43
......@@ -16,6 +16,11 @@
/ {
interrupt-parent = <&intc>;
aliases {
serial0 = &uart1;
serial1 = &uart3;
};
cpus {
#address-cells = <1>;
#size-cells = <0>;
......
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