xref: /openbmc/u-boot/arch/arm/dts/r8a77990-ebisu.dts (revision 63e22517)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Device Tree Source for the ebisu board
4 *
5 * Copyright (C) 2018 Renesas Electronics Corp.
6 */
7
8/dts-v1/;
9#include "r8a77990.dtsi"
10
11/ {
12	model = "Renesas Ebisu board based on r8a77990";
13	compatible = "renesas,ebisu", "renesas,r8a77990";
14
15	aliases {
16		serial0 = &scif2;
17	};
18
19	chosen {
20		bootargs = "ignore_loglevel";
21		stdout-path = "serial0:115200n8";
22	};
23
24	memory@48000000 {
25		device_type = "memory";
26		/* first 128MB is reserved for secure area. */
27		reg = <0x0 0x48000000 0x0 0x38000000>;
28	};
29};
30
31&extal_clk {
32	clock-frequency = <48000000>;
33};
34
35&scif2 {
36	status = "okay";
37};
38