blob: a218fda337cf4308f8ec90b0ed14c2a064facd10 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2/*
Tom Rini6bb92fc2024-05-20 09:54:58 -06003 * Device Tree Source for the White Hawk RAVB/Ethernet(1000Base-T1)
Tom Rini53633a82024-02-29 12:33:36 -05004 * sub-board
5 *
6 * Copyright (C) 2022 Glider bv
7 */
8
9&i2c0 {
10 eeprom@53 {
11 compatible = "rohm,br24g01", "atmel,24c01";
12 label = "ethernet-sub-board-id";
13 reg = <0x53>;
14 pagesize = <8>;
15 };
16};