xref: /freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779g3-white-hawk-single.dts (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 ES3.0 White Hawk Single board
4*2846c905SEmmanuel Vadot *
5*2846c905SEmmanuel Vadot * Copyright (C) 2024 Glider bv
6*2846c905SEmmanuel Vadot */
7*2846c905SEmmanuel Vadot
8*2846c905SEmmanuel Vadot/dts-v1/;
9*2846c905SEmmanuel Vadot#include "r8a779g3.dtsi"
10*2846c905SEmmanuel Vadot#include "white-hawk-single.dtsi"
11*2846c905SEmmanuel Vadot
12*2846c905SEmmanuel Vadot/ {
13*2846c905SEmmanuel Vadot	model = "Renesas White Hawk Single board based on r8a779g3";
14*2846c905SEmmanuel Vadot	compatible = "renesas,white-hawk-single", "renesas,r8a779g3",
15*2846c905SEmmanuel Vadot		     "renesas,r8a779g0";
16*2846c905SEmmanuel Vadot};
17