xref: /freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779g3.dtsi (revision 2846c90520eb4cc74e24d586a0ea0f4a0006bc73)
1*2846c905SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*2846c905SEmmanuel Vadot/*
3*2846c905SEmmanuel Vadot * Device Tree Source for the R-Car V4H (R8A779G3) SoC
4*2846c905SEmmanuel Vadot *
5*2846c905SEmmanuel Vadot * Copyright (C) 2024 Glider bv
6*2846c905SEmmanuel Vadot */
7*2846c905SEmmanuel Vadot
8*2846c905SEmmanuel Vadot#include "r8a779g0.dtsi"
9*2846c905SEmmanuel Vadot
10*2846c905SEmmanuel Vadot/ {
11*2846c905SEmmanuel Vadot	compatible = "renesas,r8a779g3", "renesas,r8a779g0";
12*2846c905SEmmanuel Vadot};
13