summaryrefslogtreecommitdiffstats
path: root/dts/src/arm64/renesas/r8a779f0-spider.dts
blob: 7a7c8ffba7118a1f61bae97d6d5290ef0ae7602b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// SPDX-License-Identifier: (GPL-2.0 or MIT)
/*
 * Device Tree Source for the Spider CPU and BreakOut boards
 *
 * Copyright (C) 2021 Renesas Electronics Corp.
 */

/dts-v1/;
#include "r8a779f0-spider-cpu.dtsi"
#include "r8a779f0-spider-ethernet.dtsi"

/ {
	model = "Renesas Spider CPU and Breakout boards based on r8a779f0";
	compatible = "renesas,spider-breakout", "renesas,spider-cpu", "renesas,r8a779f0";

	aliases {
		serial0 = &scif3;
		serial1 = &scif0;
	};

	chosen {
		stdout-path = "serial0:115200n8";
	};
};

&i2c4 {
	eeprom@51 {
		compatible = "rohm,br24g01", "atmel,24c01";
		label = "breakout-board";
		reg = <0x51>;
		pagesize = <8>;
	};
};