blob: aeb32c77099ea20fad70131c6795b06f6d4d5445 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// 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";
};
|