xref: /linux/scripts/dtc/include-prefixes/arm64/renesas/r8a779h2-gray-hawk-single.dts (revision 115e74a29b530d121891238e9551c4bcdf7b04b5)
1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2/*
3 * Device Tree Source for the R-Car V4M-7 Gray Hawk Single board
4 *
5 * Copyright (C) 2025 Glider bv
6 */
7
8/dts-v1/;
9
10#include "r8a779h2.dtsi"
11#include "gray-hawk-single.dtsi"
12
13/ {
14	model = "Renesas Gray Hawk Single board based on r8a779h2";
15	compatible = "renesas,gray-hawk-single", "renesas,r8a779h2",
16		     "renesas,r8a779h0";
17};
18