1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2/*
3 * Device Tree Source for the RZ/G2L SMARC EVK board
4 *
5 * Copyright (C) 2021 Renesas Electronics Corp.
6 */
7
8/dts-v1/;
9#include "r9a07g044l2.dtsi"
10#include "rzg2l-smarc.dtsi"
11
12/ {
13	model = "Renesas SMARC EVK based on r9a07g044l2";
14	compatible = "renesas,smarc-evk", "renesas,r9a07g044l2", "renesas,r9a07g044";
15
16	memory@48000000 {
17		device_type = "memory";
18		/* first 128MB is reserved for secure area. */
19		reg = <0x0 0x48000000 0x0 0x78000000>;
20	};
21};
22