blob: d5543f26c4720cea6a7d85594102c5eb1a4b4b75 [file] [log] [blame]
Wolfram Sangcba59c22018-06-11 23:49:35 +09001// SPDX-License-Identifier: GPL-2.0
Takeshi Kihara006e1db2016-05-24 10:54:39 +09002/*
Geert Uytterhoeven8af1da92017-11-16 14:44:20 +01003 * Device Tree Source for the Salvator-X board with R-Car M3-W
Takeshi Kihara006e1db2016-05-24 10:54:39 +09004 *
5 * Copyright (C) 2016 Renesas Electronics Corp.
Takeshi Kihara006e1db2016-05-24 10:54:39 +09006 */
7
8/dts-v1/;
Geert Uytterhoeven83772e12019-12-11 14:13:11 +01009#include "r8a77960.dtsi"
Geert Uytterhoevend25e8ff2017-04-28 14:58:43 +020010#include "salvator-x.dtsi"
Takeshi Kihara006e1db2016-05-24 10:54:39 +090011
12/ {
Geert Uytterhoeven83772e12019-12-11 14:13:11 +010013 model = "Renesas Salvator-X board based on r8a77960";
Takeshi Kihara006e1db2016-05-24 10:54:39 +090014 compatible = "renesas,salvator-x", "renesas,r8a7796";
15
Takeshi Kihara006e1db2016-05-24 10:54:39 +090016 memory@48000000 {
17 device_type = "memory";
18 /* first 128MB is reserved for secure area. */
19 reg = <0x0 0x48000000 0x0 0x78000000>;
20 };
Simon Hormane2420b92016-08-16 10:55:04 +020021
Takeshi Kiharad78fcc42016-12-15 16:31:29 +010022 memory@600000000 {
23 device_type = "memory";
24 reg = <0x6 0x00000000 0x0 0x80000000>;
25 };
Dien Phamd8e62f02017-01-26 09:52:28 +010026};
Laurent Pinchart5bd1cc72017-06-21 12:31:32 +030027
28&du {
29 clocks = <&cpg CPG_MOD 724>,
30 <&cpg CPG_MOD 723>,
31 <&cpg CPG_MOD 722>,
Laurent Pinchart5bd1cc72017-06-21 12:31:32 +030032 <&versaclock5 1>,
33 <&x21_clk>,
34 <&versaclock5 2>;
Laurent Pinchart58e8ed22018-06-05 12:51:06 +030035 clock-names = "du.0", "du.1", "du.2",
Laurent Pinchart5bd1cc72017-06-21 12:31:32 +030036 "dclkin.0", "dclkin.1", "dclkin.2";
37};