0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Device Tree Source for the M3NULCB (R-Car Starter Kit Pro) board with R-Car M3-N
0004 *
0005 * Copyright (C) 2018 Renesas Electronics Corp.
0006 * Copyright (C) 2018 Cogent Embedded, Inc.
0007 */
0008
0009 /dts-v1/;
0010 #include "r8a77965.dtsi"
0011 #include "ulcb.dtsi"
0012
0013 / {
0014 model = "Renesas M3NULCB board based on r8a77965";
0015 compatible = "renesas,m3nulcb", "renesas,r8a77965";
0016
0017 memory@48000000 {
0018 device_type = "memory";
0019 /* first 128MB is reserved for secure area. */
0020 reg = <0x0 0x48000000 0x0 0x78000000>;
0021 };
0022 };
0023
0024 &du {
0025 clocks = <&cpg CPG_MOD 724>,
0026 <&cpg CPG_MOD 723>,
0027 <&cpg CPG_MOD 721>,
0028 <&versaclock5 1>,
0029 <&versaclock5 3>,
0030 <&versaclock5 2>;
0031 clock-names = "du.0", "du.1", "du.3",
0032 "dclkin.0", "dclkin.1", "dclkin.3";
0033 };