2022-04-02 18:08:56 +05:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
|
|
/*
|
|
|
|
* Device Tree Source for the RZ/G2L SMARC EVK board
|
|
|
|
*
|
|
|
|
* Copyright (C) 2021 Renesas Electronics Corp.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
#include "r9a07g044l2.dtsi"
|
|
|
|
#include "rzg2l-smarc-som.dtsi"
|
2022-05-12 10:47:00 -07:00
|
|
|
#include "rzg2l-smarc-pinfunction.dtsi"
|
|
|
|
#include "rz-smarc-common.dtsi"
|
2022-04-02 18:08:56 +05:00
|
|
|
#include "rzg2l-smarc.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Renesas SMARC EVK based on r9a07g044l2";
|
|
|
|
compatible = "renesas,smarc-evk", "renesas,r9a07g044l2", "renesas,r9a07g044";
|
|
|
|
};
|