Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Device Tree Source for the HiHope RZ/G2M Rev.2.0 main board
0004  *
0005  * Copyright (C) 2019 Renesas Electronics Corp.
0006  */
0007 
0008 /dts-v1/;
0009 #include "r8a774a1.dtsi"
0010 #include "hihope-rev2.dtsi"
0011 
0012 / {
0013         model = "HopeRun HiHope RZ/G2M main board (Rev.2.0) based on r8a774a1";
0014         compatible = "hoperun,hihope-rzg2m", "renesas,r8a774a1";
0015 
0016         memory@48000000 {
0017                 device_type = "memory";
0018                 /* first 128MB is reserved for secure area. */
0019                 reg = <0x0 0x48000000 0x0 0x78000000>;
0020         };
0021 
0022         memory@600000000 {
0023                 device_type = "memory";
0024                 reg = <0x6 0x00000000 0x0 0x80000000>;
0025         };
0026 };
0027 
0028 &du {
0029         clocks = <&cpg CPG_MOD 724>,
0030                  <&cpg CPG_MOD 723>,
0031                  <&cpg CPG_MOD 722>,
0032                  <&versaclock5 1>,
0033                  <&x302_clk>,
0034                  <&versaclock5 2>;
0035         clock-names = "du.0", "du.1", "du.2",
0036                       "dclkin.0", "dclkin.1", "dclkin.2";
0037 };