Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Device Tree Source for the Salvator-X board with R-Car H3 ES2.0
0004  *
0005  * Copyright (C) 2015 Renesas Electronics Corp.
0006  */
0007 
0008 /dts-v1/;
0009 #include "r8a77951.dtsi"
0010 #include "salvator-x.dtsi"
0011 
0012 / {
0013         model = "Renesas Salvator-X board based on r8a77951";
0014         compatible = "renesas,salvator-x", "renesas,r8a7795";
0015 
0016         memory@48000000 {
0017                 device_type = "memory";
0018                 /* first 128MB is reserved for secure area. */
0019                 reg = <0x0 0x48000000 0x0 0x38000000>;
0020         };
0021 
0022         memory@500000000 {
0023                 device_type = "memory";
0024                 reg = <0x5 0x00000000 0x0 0x40000000>;
0025         };
0026 
0027         memory@600000000 {
0028                 device_type = "memory";
0029                 reg = <0x6 0x00000000 0x0 0x40000000>;
0030         };
0031 
0032         memory@700000000 {
0033                 device_type = "memory";
0034                 reg = <0x7 0x00000000 0x0 0x40000000>;
0035         };
0036 };
0037 
0038 &du {
0039         clocks = <&cpg CPG_MOD 724>,
0040                  <&cpg CPG_MOD 723>,
0041                  <&cpg CPG_MOD 722>,
0042                  <&cpg CPG_MOD 721>,
0043                  <&versaclock5 1>,
0044                  <&x21_clk>,
0045                  <&x22_clk>,
0046                  <&versaclock5 2>;
0047         clock-names = "du.0", "du.1", "du.2", "du.3",
0048                       "dclkin.0", "dclkin.1", "dclkin.2", "dclkin.3";
0049 };