18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Device Tree Source for the M3ULCB (R-Car Starter Kit Pro) board with R-Car
48c2ecf20Sopenharmony_ci * M3-W+
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * Copyright (C) 2020 Renesas Electronics Corp.
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci/dts-v1/;
108c2ecf20Sopenharmony_ci#include "r8a77961.dtsi"
118c2ecf20Sopenharmony_ci#include "ulcb.dtsi"
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci/ {
148c2ecf20Sopenharmony_ci	model = "Renesas M3ULCB board based on r8a77961";
158c2ecf20Sopenharmony_ci	compatible = "renesas,m3ulcb", "renesas,r8a77961";
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci	memory@48000000 {
188c2ecf20Sopenharmony_ci		device_type = "memory";
198c2ecf20Sopenharmony_ci		/* first 128MB is reserved for secure area. */
208c2ecf20Sopenharmony_ci		reg = <0x0 0x48000000 0x0 0x78000000>;
218c2ecf20Sopenharmony_ci	};
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ci	memory@480000000 {
248c2ecf20Sopenharmony_ci		device_type = "memory";
258c2ecf20Sopenharmony_ci		reg = <0x4 0x80000000 0x0 0x80000000>;
268c2ecf20Sopenharmony_ci	};
278c2ecf20Sopenharmony_ci
288c2ecf20Sopenharmony_ci	memory@600000000 {
298c2ecf20Sopenharmony_ci		device_type = "memory";
308c2ecf20Sopenharmony_ci		reg = <0x6 0x00000000 0x1 0x00000000>;
318c2ecf20Sopenharmony_ci	};
328c2ecf20Sopenharmony_ci};
33