0001 // SPDX-License-Identifier: (GPL-2.0 or MIT)
0002 /*
0003 * Device Tree Source for the Spider CPU and BreakOut boards
0004 *
0005 * Copyright (C) 2021 Renesas Electronics Corp.
0006 */
0007
0008 /dts-v1/;
0009 #include "r8a779f0-spider-cpu.dtsi"
0010 #include "r8a779f0-spider-ethernet.dtsi"
0011
0012 / {
0013 model = "Renesas Spider CPU and Breakout boards based on r8a779f0";
0014 compatible = "renesas,spider-breakout", "renesas,spider-cpu", "renesas,r8a779f0";
0015
0016 aliases {
0017 serial0 = &scif3;
0018 serial1 = &scif0;
0019 };
0020
0021 chosen {
0022 stdout-path = "serial0:115200n8";
0023 };
0024 };
0025
0026 &i2c4 {
0027 eeprom@51 {
0028 compatible = "rohm,br24g01", "atmel,24c01";
0029 label = "breakout-board";
0030 reg = <0x51>;
0031 pagesize = <8>;
0032 };
0033 };