59d21d88788be6e83a7282bb83ca84452c3147cf
[linux-2.6-microblaze.git] / arch / arm64 / boot / dts / renesas / r8a779a0-falcon.dts
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 #include "r8a779a0-falcon-csi-dsi.dtsi"
11
12 / {
13         model = "Renesas Falcon CPU and Breakout boards based on r8a779a0";
14         compatible = "renesas,falcon-breakout", "renesas,falcon-cpu", "renesas,r8a779a0";
15
16         aliases {
17                 ethernet0 = &avb0;
18                 serial0 = &scif0;
19         };
20
21         chosen {
22                 stdout-path = "serial0:115200n8";
23         };
24 };
25
26 &i2c0 {
27         eeprom@51 {
28                 compatible = "rohm,br24g01", "atmel,24c01";
29                 label = "breakout-board";
30                 reg = <0x51>;
31                 pagesize = <8>;
32         };
33 };
34
35 &rwdt {
36         timeout-sec = <60>;
37         status = "okay";
38 };