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