mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-31 15:00:40 +00:00

The Gray Hawk Single board with R-Car V4M-7 (R8A779H2) uses an updated version of the R-Car V4M (R8A779H0) SoC. For now, there are no visible differences compared to the variant equipped with an R-Car V4M (R8A779H0) SoC. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/d2e0e7b746063368b83148100aa553cff55b8b60.1750931027.git.geert+renesas@glider.be
17 lines
394 B
Text
17 lines
394 B
Text
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
/*
|
|
* Device Tree Source for the R-Car V4M-7 Gray Hawk Single board
|
|
*
|
|
* Copyright (C) 2025 Glider bv
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "r8a779h2.dtsi"
|
|
#include "gray-hawk-single.dtsi"
|
|
|
|
/ {
|
|
model = "Renesas Gray Hawk Single board based on r8a779h2";
|
|
compatible = "renesas,gray-hawk-single", "renesas,r8a779h2",
|
|
"renesas,r8a779h0";
|
|
};
|