04cd2ae5b4f4892e2f51b0eca6b2031335f53059
[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 #include "r8a779a0-falcon-ethernet.dtsi"
12
13 / {
14         model = "Renesas Falcon CPU and Breakout boards based on r8a779a0";
15         compatible = "renesas,falcon-breakout", "renesas,falcon-cpu", "renesas,r8a779a0";
16
17         aliases {
18                 ethernet0 = &avb0;
19         };
20 };
21
22 &i2c0 {
23         eeprom@51 {
24                 compatible = "rohm,br24g01", "atmel,24c01";
25                 label = "breakout-board";
26                 reg = <0x51>;
27                 pagesize = <8>;
28         };
29 };