blob: 5a8e598c9861273e806ebaacef399dc3c0017e1a [file] [log] [blame]
Hai Phamdf578572024-01-28 16:52:08 +01001// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2/*
3 * Device Tree Source for the R-Car V4M Gray Hawk Ethernet sub-board
4 *
5 * Copyright (C) 2023 Renesas Electronics Corp.
6 */
7
8&i2c0 {
9 eeprom@53 {
10 compatible = "rohm,br24g01", "atmel,24c01";
11 label = "ethernet-sub-board-id";
12 reg = <0x53>;
13 pagesize = <8>;
14 };
15};