1/*
2 * Device Tree Source for the Eagle board
3 *
4 * Copyright (C) 2016-2017 Renesas Electronics Corp.
5 * Copyright (C) 2017 Cogent Embedded, Inc.
6 *
7 * This file is licensed under the terms of the GNU General Public License
8 * version 2.  This program is licensed "as is" without any warranty of any
9 * kind, whether express or implied.
10 */
11
12/dts-v1/;
13#include "r8a77970.dtsi"
14
15/ {
16	model = "Renesas Eagle board based on r8a77970";
17	compatible = "renesas,eagle", "renesas,r8a77970";
18
19	aliases {
20		serial0 = &scif0;
21	};
22
23	chosen {
24		bootargs = "ignore_loglevel";
25		stdout-path = "serial0:115200n8";
26	};
27
28	memory@48000000 {
29		device_type = "memory";
30		/* first 128MB is reserved for secure area. */
31		reg = <0x0 0x48000000 0x0 0x38000000>;
32	};
33};
34
35&extal_clk {
36	clock-frequency = <16666666>;
37};
38
39&extalr_clk {
40	clock-frequency = <32768>;
41};
42
43&scif0 {
44	status = "okay";
45};
46