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: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/b03b74f4b5ee3c3e828e753beb334ec43162c132.1662715538.git.geert+renesas@glider.be
This commit is contained in:
Geert Uytterhoeven 2022-09-09 11:54:00 +02:00
parent 848c82db56
commit 7bb9e42435
2 changed files with 8 additions and 8 deletions

View File

@ -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";

View File

@ -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 {