mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 16:44:59 +00:00

Move the common parts for the Renesas Gray Hawk Single board to gray-hawk-single.dtsi, to enable future reuse. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/a3e89836fde8073ac320734cec67f89ddfa8879a.1750931027.git.geert+renesas@glider.be
18 lines
413 B
Plaintext
18 lines
413 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
/*
|
|
* Device Tree Source for the R-Car V4M Gray Hawk Single board
|
|
*
|
|
* Copyright (C) 2023 Renesas Electronics Corp.
|
|
* Copyright (C) 2024 Glider bv
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "r8a779h0.dtsi"
|
|
#include "gray-hawk-single.dtsi"
|
|
|
|
/ {
|
|
model = "Renesas Gray Hawk Single board based on r8a779h0";
|
|
compatible = "renesas,gray-hawk-single", "renesas,r8a779h0";
|
|
};
|