blob: 0295858a02602295aa8a673d539ce4a38469f355 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
/*
* Device Tree Source for the R-Car V4H (R8A779G3) SoC
*
* Copyright (C) 2024 Glider bv
*/
#include "r8a779g0.dtsi"
/ {
compatible = "renesas,r8a779g3", "renesas,r8a779g0";
};
|