1*c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*c66ec88fSEmmanuel Vadot/* 3*c66ec88fSEmmanuel Vadot * Device Tree Source for the Salvator-X board with R-Car H3 ES2.0 4*c66ec88fSEmmanuel Vadot * 5*c66ec88fSEmmanuel Vadot * Copyright (C) 2015 Renesas Electronics Corp. 6*c66ec88fSEmmanuel Vadot */ 7*c66ec88fSEmmanuel Vadot 8*c66ec88fSEmmanuel Vadot/dts-v1/; 9*c66ec88fSEmmanuel Vadot#include "r8a77951.dtsi" 10*c66ec88fSEmmanuel Vadot#include "salvator-x.dtsi" 11*c66ec88fSEmmanuel Vadot 12*c66ec88fSEmmanuel Vadot/ { 13*c66ec88fSEmmanuel Vadot model = "Renesas Salvator-X board based on r8a77951"; 14*c66ec88fSEmmanuel Vadot compatible = "renesas,salvator-x", "renesas,r8a7795"; 15*c66ec88fSEmmanuel Vadot 16*c66ec88fSEmmanuel Vadot memory@48000000 { 17*c66ec88fSEmmanuel Vadot device_type = "memory"; 18*c66ec88fSEmmanuel Vadot /* first 128MB is reserved for secure area. */ 19*c66ec88fSEmmanuel Vadot reg = <0x0 0x48000000 0x0 0x38000000>; 20*c66ec88fSEmmanuel Vadot }; 21*c66ec88fSEmmanuel Vadot 22*c66ec88fSEmmanuel Vadot memory@500000000 { 23*c66ec88fSEmmanuel Vadot device_type = "memory"; 24*c66ec88fSEmmanuel Vadot reg = <0x5 0x00000000 0x0 0x40000000>; 25*c66ec88fSEmmanuel Vadot }; 26*c66ec88fSEmmanuel Vadot 27*c66ec88fSEmmanuel Vadot memory@600000000 { 28*c66ec88fSEmmanuel Vadot device_type = "memory"; 29*c66ec88fSEmmanuel Vadot reg = <0x6 0x00000000 0x0 0x40000000>; 30*c66ec88fSEmmanuel Vadot }; 31*c66ec88fSEmmanuel Vadot 32*c66ec88fSEmmanuel Vadot memory@700000000 { 33*c66ec88fSEmmanuel Vadot device_type = "memory"; 34*c66ec88fSEmmanuel Vadot reg = <0x7 0x00000000 0x0 0x40000000>; 35*c66ec88fSEmmanuel Vadot }; 36*c66ec88fSEmmanuel Vadot}; 37*c66ec88fSEmmanuel Vadot 38*c66ec88fSEmmanuel Vadot&du { 39*c66ec88fSEmmanuel Vadot clocks = <&cpg CPG_MOD 724>, 40*c66ec88fSEmmanuel Vadot <&cpg CPG_MOD 723>, 41*c66ec88fSEmmanuel Vadot <&cpg CPG_MOD 722>, 42*c66ec88fSEmmanuel Vadot <&cpg CPG_MOD 721>, 43*c66ec88fSEmmanuel Vadot <&versaclock5 1>, 44*c66ec88fSEmmanuel Vadot <&x21_clk>, 45*c66ec88fSEmmanuel Vadot <&x22_clk>, 46*c66ec88fSEmmanuel Vadot <&versaclock5 2>; 47*c66ec88fSEmmanuel Vadot clock-names = "du.0", "du.1", "du.2", "du.3", 48*c66ec88fSEmmanuel Vadot "dclkin.0", "dclkin.1", "dclkin.2", "dclkin.3"; 49*c66ec88fSEmmanuel Vadot}; 50