Back to home page

OSCL-LXR

 
 

    


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