mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-14 19:25:53 +00:00
16 lines
384 B
Plaintext
16 lines
384 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
/*
|
|
* Device Tree Source for the RZ/G2UL Type-1 SMARC EVK board
|
|
*
|
|
* Copyright (C) 2022 Renesas Electronics Corp.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "r9a07g043.dtsi"
|
|
#include "rzg2ul-smarc.dtsi"
|
|
|
|
/ {
|
|
model = "Renesas SMARC EVK based on r9a07g043u11";
|
|
compatible = "renesas,smarc-evk", "renesas,r9a07g043u11", "renesas,r9a07g043";
|
|
};
|