mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 06:39:05 +00:00

Move the common parts for the Renesas White Hawk Single board to white-hawk-single.dtsi, to enable future reuse. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/1661743b18a9ff9fac716f98a663b39fc8488d7e.1733156661.git.geert+renesas@glider.be
17 lines
401 B
Plaintext
17 lines
401 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
/*
|
|
* Device Tree Source for the R-Car V4H ES2.0 White Hawk Single board
|
|
*
|
|
* Copyright (C) 2023 Glider bv
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "r8a779g2.dtsi"
|
|
#include "white-hawk-single.dtsi"
|
|
|
|
/ {
|
|
model = "Renesas White Hawk Single board based on r8a779g2";
|
|
compatible = "renesas,white-hawk-single", "renesas,r8a779g2",
|
|
"renesas,r8a779g0";
|
|
};
|