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 M3-N
0004  *
0005  * Copyright (C) 2018 Jacopo Mondi <jacopo+renesas@jmondi.org>
0006  */
0007 
0008 /dts-v1/;
0009 #include "r8a77965.dtsi"
0010 #include "salvator-x.dtsi"
0011 
0012 / {
0013         model = "Renesas Salvator-X board based on r8a77965";
0014         compatible = "renesas,salvator-x", "renesas,r8a77965";
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 
0023 &du {
0024         clocks = <&cpg CPG_MOD 724>,
0025                  <&cpg CPG_MOD 723>,
0026                  <&cpg CPG_MOD 721>,
0027                  <&versaclock5 1>,
0028                  <&x21_clk>,
0029                  <&versaclock5 2>;
0030         clock-names = "du.0", "du.1", "du.3",
0031                       "dclkin.0", "dclkin.1", "dclkin.3";
0032 };