xref: /linux/arch/arm64/boot/dts/renesas/r8a779f0-spider-ethernet.dtsi (revision da1d9caf95def6f0320819cf941c9fd1069ba9e1)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for the Spider Ethernet sub-board
4 *
5 * Copyright (C) 2021 Renesas Electronics Corp.
6 */
7
8&i2c4 {
9	eeprom@52 {
10		compatible = "rohm,br24g01", "atmel,24c01";
11		label = "ethernet-sub-board";
12		reg = <0x52>;
13		pagesize = <8>;
14	};
15};
16