Commit 7bb9e424 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

arm64: dts: renesas: white-hawk: Move aliases and chosen

The serial console port on White Hawk is located on the CPU board.
Hence move the aliases and chosen nodes containing serial console
configuration from the main White Hawk DTS file to the DTS file that
describes the CPU board.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/b03b74f4b5ee3c3e828e753beb334ec43162c132.1662715538.git.geert+renesas@glider.be
parent 848c82db
......@@ -15,6 +15,14 @@ / {
model = "Renesas White Hawk CPU board";
compatible = "renesas,white-hawk-cpu", "renesas,r8a779g0";
aliases {
serial0 = &hscif0;
};
chosen {
stdout-path = "serial0:921600n8";
};
keys {
compatible = "gpio-keys";
......
......@@ -13,14 +13,6 @@
/ {
model = "Renesas White Hawk CPU and Breakout boards based on r8a779g0";
compatible = "renesas,white-hawk-breakout", "renesas,white-hawk-cpu", "renesas,r8a779g0";
aliases {
serial0 = &hscif0;
};
chosen {
stdout-path = "serial0:921600n8";
};
};
&i2c0 {
......
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