0001 // SPDX-License-Identifier: (GPL-2.0 or MIT)
0002 /*
0003 * Device Tree Source for the M3ULCB (R-Car Starter Kit Pro) with R-Car M3e-2G
0004 *
0005 * Copyright (C) 2021 Glider bv
0006 *
0007 * Based on r8a77961-ulcb.dts
0008 * Copyright (C) 2020 Renesas Electronics Corp.
0009 */
0010
0011 /dts-v1/;
0012 #include "r8a779m3.dtsi"
0013 #include "ulcb.dtsi"
0014
0015 / {
0016 model = "Renesas M3ULCB board based on r8a779m3";
0017 compatible = "renesas,m3ulcb", "renesas,r8a779m3", "renesas,r8a77961";
0018
0019 memory@48000000 {
0020 device_type = "memory";
0021 /* first 128MB is reserved for secure area. */
0022 reg = <0x0 0x48000000 0x0 0x78000000>;
0023 };
0024
0025 memory@480000000 {
0026 device_type = "memory";
0027 reg = <0x4 0x80000000 0x0 0x80000000>;
0028 };
0029
0030 memory@600000000 {
0031 device_type = "memory";
0032 reg = <0x6 0x00000000 0x1 0x00000000>;
0033 };
0034 };
0035
0036 &du {
0037 clocks = <&cpg CPG_MOD 724>,
0038 <&cpg CPG_MOD 723>,
0039 <&cpg CPG_MOD 722>,
0040 <&versaclock5 1>,
0041 <&versaclock5 3>,
0042 <&versaclock5 2>;
0043 clock-names = "du.0", "du.1", "du.2",
0044 "dclkin.0", "dclkin.1", "dclkin.2";
0045 };