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

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
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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";

+0 −8
Original line number Diff line number Diff line
@@ -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 {