blob: 5617b81dd7dc3e8700b1b5105657f1ce4dfbae88 [file] [log] [blame]
Marek Vasut6232d0a2021-04-25 22:28:00 +02001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the Falcon CPU and BreakOut boards
4 *
5 * Copyright (C) 2020 Renesas Electronics Corp.
6 */
7
8/dts-v1/;
9#include "r8a779a0-falcon-cpu.dtsi"
10
11/ {
12 model = "Renesas Falcon CPU and Breakout boards based on r8a779a0";
13 compatible = "renesas,falcon-breakout", "renesas,falcon-cpu", "renesas,r8a779a0";
14
15 aliases {
16 ethernet0 = &avb0;
17 serial0 = &scif0;
18 };
19
20 chosen {
21 stdout-path = "serial0:115200n8";
22 };
23};
24
25&rwdt {
26 timeout-sec = <60>;
27 status = "okay";
28};