xref: /freebsd/sys/contrib/device-tree/src/arm64/renesas/r8a779g0-white-hawk.dts (revision 7ef62cebc2f965b0f640263e179276928885e33d)
1d5b0e70fSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2d5b0e70fSEmmanuel Vadot/*
3d5b0e70fSEmmanuel Vadot * Device Tree Source for the White Hawk CPU and BreakOut boards
4d5b0e70fSEmmanuel Vadot *
5d5b0e70fSEmmanuel Vadot * Copyright (C) 2022 Renesas Electronics Corp.
6d5b0e70fSEmmanuel Vadot */
7d5b0e70fSEmmanuel Vadot
8d5b0e70fSEmmanuel Vadot/dts-v1/;
9d5b0e70fSEmmanuel Vadot#include "r8a779g0-white-hawk-cpu.dtsi"
10*7ef62cebSEmmanuel Vadot#include "r8a779g0-white-hawk-csi-dsi.dtsi"
11*7ef62cebSEmmanuel Vadot#include "r8a779g0-white-hawk-ethernet.dtsi"
12d5b0e70fSEmmanuel Vadot
13d5b0e70fSEmmanuel Vadot/ {
14d5b0e70fSEmmanuel Vadot	model = "Renesas White Hawk CPU and Breakout boards based on r8a779g0";
15d5b0e70fSEmmanuel Vadot	compatible = "renesas,white-hawk-breakout", "renesas,white-hawk-cpu", "renesas,r8a779g0";
16d5b0e70fSEmmanuel Vadot};
17d5b0e70fSEmmanuel Vadot
18*7ef62cebSEmmanuel Vadot&i2c0 {
19*7ef62cebSEmmanuel Vadot	eeprom@51 {
20*7ef62cebSEmmanuel Vadot		compatible = "rohm,br24g01", "atmel,24c01";
21*7ef62cebSEmmanuel Vadot		label = "breakout-board";
22*7ef62cebSEmmanuel Vadot		reg = <0x51>;
23*7ef62cebSEmmanuel Vadot		pagesize = <8>;
24d5b0e70fSEmmanuel Vadot	};
25d5b0e70fSEmmanuel Vadot};
26