xref: /freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a774e1-hihope-rzg2h.dts (revision 6be3386466ab79a84b48429ae66244f21526d3df)
1c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2c66ec88fSEmmanuel Vadot/*
3c66ec88fSEmmanuel Vadot * Device Tree Source for the HiHope RZ/G2H main board
4c66ec88fSEmmanuel Vadot *
5c66ec88fSEmmanuel Vadot * Copyright (C) 2020 Renesas Electronics Corp.
6c66ec88fSEmmanuel Vadot */
7c66ec88fSEmmanuel Vadot
8c66ec88fSEmmanuel Vadot/dts-v1/;
9c66ec88fSEmmanuel Vadot#include "r8a774e1.dtsi"
10c66ec88fSEmmanuel Vadot#include "hihope-rev4.dtsi"
11c66ec88fSEmmanuel Vadot
12c66ec88fSEmmanuel Vadot/ {
13c66ec88fSEmmanuel Vadot	model = "HopeRun HiHope RZ/G2H main board based on r8a774e1";
14c66ec88fSEmmanuel Vadot	compatible = "hoperun,hihope-rzg2h", "renesas,r8a774e1";
15c66ec88fSEmmanuel Vadot
16c66ec88fSEmmanuel Vadot	memory@48000000 {
17c66ec88fSEmmanuel Vadot		device_type = "memory";
18c66ec88fSEmmanuel Vadot		/* first 128MB is reserved for secure area. */
19c66ec88fSEmmanuel Vadot		reg = <0x0 0x48000000 0x0 0x78000000>;
20c66ec88fSEmmanuel Vadot	};
21c66ec88fSEmmanuel Vadot
22c66ec88fSEmmanuel Vadot	memory@500000000 {
23c66ec88fSEmmanuel Vadot		device_type = "memory";
24c66ec88fSEmmanuel Vadot		reg = <0x5 0x00000000 0x0 0x80000000>;
25c66ec88fSEmmanuel Vadot	};
26c66ec88fSEmmanuel Vadot};
27*6be33864SEmmanuel Vadot
28*6be33864SEmmanuel Vadot&du {
29*6be33864SEmmanuel Vadot	clocks = <&cpg CPG_MOD 724>,
30*6be33864SEmmanuel Vadot		 <&cpg CPG_MOD 723>,
31*6be33864SEmmanuel Vadot		 <&cpg CPG_MOD 721>,
32*6be33864SEmmanuel Vadot		 <&versaclock5 1>,
33*6be33864SEmmanuel Vadot		 <&x302_clk>,
34*6be33864SEmmanuel Vadot		 <&versaclock5 2>;
35*6be33864SEmmanuel Vadot	clock-names = "du.0", "du.1", "du.3",
36*6be33864SEmmanuel Vadot		      "dclkin.0", "dclkin.1", "dclkin.3";
37*6be33864SEmmanuel Vadot};
38*6be33864SEmmanuel Vadot
39*6be33864SEmmanuel Vadot&sdhi3 {
40*6be33864SEmmanuel Vadot	mmc-hs400-1_8v;
41*6be33864SEmmanuel Vadot};
42