xref: /linux/arch/arm64/boot/dts/renesas/r8a77995-draak.dts (revision e90937e756938f03d37d4cae7c82316a3a425944)
1/*
2 * Device Tree Source for the Draak board
3 *
4 * Copyright (C) 2016 Renesas Electronics Corp.
5 * Copyright (C) 2017 Glider bvba
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 "r8a77995.dtsi"
14
15/ {
16	model = "Renesas Draak board based on r8a77995";
17	compatible = "renesas,draak", "renesas,r8a77995";
18
19	aliases {
20		serial0 = &scif2;
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 0x18000000>;
32	};
33};
34
35&extal_clk {
36	clock-frequency = <48000000>;
37};
38
39&scif2 {
40	status = "okay";
41};
42
43&rwdt {
44	timeout-sec = <60>;
45	status = "okay";
46};
47