1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the Condor board
4 *
5 * Copyright (C) 2018 Renesas Electronics Corp.
6 * Copyright (C) 2018 Cogent Embedded, Inc.
7 */
8
9/dts-v1/;
10#include "r8a77980.dtsi"
11
12/ {
13	model = "Renesas Condor board based on r8a77980";
14	compatible = "renesas,condor", "renesas,r8a77980";
15
16	aliases {
17		serial0 = &scif0;
18	};
19
20	chosen {
21		stdout-path = "serial0:115200n8";
22	};
23
24	memory@48000000 {
25		device_type = "memory";
26		/* first 128MB is reserved for secure area. */
27		reg = <0 0x48000000 0 0x78000000>;
28	};
29};
30
31&extal_clk {
32	clock-frequency = <16666666>;
33};
34
35&extalr_clk {
36	clock-frequency = <32768>;
37};
38
39&scif0 {
40	status = "okay";
41};
42
43&scif_clk {
44	clock-frequency = <14745600>;
45};
46