blob: db4f162d6bdd2c42e13af8057b866498c0bf6c39 [file] [log] [blame]
Marek Vasut4157c472017-07-21 23:16:59 +02001/*
2 * Device Tree Source for the Salvator-X board
3 *
4 * Copyright (C) 2016 Renesas Electronics Corp.
5 *
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2. This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
9 */
10
Marek Vasut37a79082017-09-12 23:01:51 +020011#define CPG_AUDIO_CLK_I R8A7796_CLK_S0D4
12
Marek Vasut4157c472017-07-21 23:16:59 +020013/dts-v1/;
14#include "r8a7796.dtsi"
Marek Vasut37a79082017-09-12 23:01:51 +020015#include "salvator-x.dtsi"
Marek Vasut4157c472017-07-21 23:16:59 +020016
17/ {
18 model = "Renesas Salvator-X board based on r8a7796";
19 compatible = "renesas,salvator-x", "renesas,r8a7796";
20
Marek Vasut4157c472017-07-21 23:16:59 +020021 memory@48000000 {
22 device_type = "memory";
23 /* first 128MB is reserved for secure area. */
24 reg = <0x0 0x48000000 0x0 0x78000000>;
25 };
26
27 memory@600000000 {
28 device_type = "memory";
29 reg = <0x6 0x00000000 0x0 0x80000000>;
30 };
Marek Vasut4157c472017-07-21 23:16:59 +020031};