xref: /linux/scripts/dtc/include-prefixes/arm64/renesas/r8a779a0-falcon.dts (revision 405daa39b22b5b89fba9cea1d25fcc0871ba1eae)
1// 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&i2c0 {
26	eeprom@51 {
27		compatible = "rohm,br24g01", "atmel,24c01";
28		label = "breakout-board";
29		reg = <0x51>;
30		pagesize = <8>;
31	};
32};
33
34&rwdt {
35	timeout-sec = <60>;
36	status = "okay";
37};
38