blob: 001ca9144f4b0dc951fd97ce5d97285ccdcb341b [file] [log] [blame]
Biju Dasaabf13b2017-06-06 16:10:17 +01001/*
2 * Device Tree Source for the iWave-RZG1M-20M Qseven SOM
3 *
4 * Copyright (C) 2017 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
11#include "r8a7743.dtsi"
12
13/ {
14 compatible = "iwave,g20m", "renesas,r8a7743";
15
16 memory@40000000 {
17 device_type = "memory";
18 reg = <0 0x40000000 0 0x20000000>;
19 };
20
21 memory@200000000 {
22 device_type = "memory";
23 reg = <2 0x00000000 0 0x20000000>;
24 };
25};
26
27&extal_clk {
28 clock-frequency = <20000000>;
29};