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